Metadata-Version: 2.1
Name: frformat
Version: 0.1.0
Summary: 
License: AGPL-3.0
Author: Pierre Camilleri
Author-email: 22995923+pierrecamilleri@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: python-stdnum (>=1.19,<2.0)
Requires-Dist: shapely (>=2.0.2,<3.0.0)
Description-Content-Type: text/markdown



This project uses [poetry](https://python-poetry.org/) as a dependency 
manager. 

```
pip install poetry
```

# Developping environment

Install developper tools with :

```
poetry install --with linting
```

Code style is checked continuously and enforced with 
[`black`](https://github.com/psf/black), 
[`isort`](https://pypi.org/project/isort/), 
[`flake8`](https://pypi.org/project/flake8/) and 
[`pyright`](https://github.com/microsoft/pyright).


