Metadata-Version: 2.1
Name: FuzzyMath
Version: 0.1.2
Summary: Small lightweight library for Python that performs basic Interval and Fuzzy Arithmetic.
Home-page: https://github.com/JanCaha/FuzzyMath
Author: Jan Caha
Author-email: jan.caha@outlook.com
License: MIT
Project-URL: Documentation, https://jancaha.github.io/FuzzyMath
Platform: any
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

FuzzyMath
=========

Small lightweight library for Python that performs basic Interval and
Fuzzy Arithmetic.

Supported Python version >=3.8. Older library versions (0.4 <=)
supported also Python 3.7.

Badges
------

.. figure:: https://github.com/JanCaha/FuzzyMath/workflows/Test%20package/badge.svg
   :alt: Test package

   Test package

|Document package|

.. |Document package| image:: https://github.com/JanCaha/FuzzyMath/actions/workflows/document.yaml/badge.svg
   :target: https://github.com/JanCaha/FuzzyMath/actions/workflows/document.yaml
