Metadata-Version: 2.1
Name: affapy
Version: 0.1
Summary: A Python library for multiprecision Affine Arithmetic
Home-page: https://gitlab.lip6.fr/hilaire/affapy
Author: Quentin DESCHAMPS
Author-email: quentin.deschamps@etu.sorbonne-universite.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: mpmath

# Affapy
[![Pipeline Status](https://gitlab.lip6.fr/hilaire/affapy/badges/master/pipeline.svg)](https://gitlab.lip6.fr/hilaire/affapy/pipelines)
[![Coverage Status](https://gitlab.lip6.fr/hilaire/affapy/badges/master/coverage.svg)](https://gitlab.lip6.fr/hilaire/affapy/pipelines)
[![Documentation Status](https://readthedocs.org/projects/affapy/badge/?version=latest)](https://affapy.readthedocs.io/en/latest/?badge=latest)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

**Affapy** is a Python library for multiprecision Affine Arithmetic. Affapy can be used to perform operations with affine forms and intervals.

## Installation
Affapy can be installed with [pip](https://pip.pypa.io/en/stable/):
```bash
pip3 install affapy
```

## Usage
See the Affapy's documentation [here](https://affapy.readthedocs.io/en/latest/).

## Contributors
- Quentin DESCHAMPS: quentin.deschamps@etu.sorbonne-universite.fr
- Florian GUILY: florian.guily@etu.sorbonne-universite.fr
- Tristan MICHEL: tristan.michel1@etu.sorbonne-universite.fr
- Ruxue ZENG: ruxue.zeng@etu.sorbonne-universite.fr

## License
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)

