Metadata-Version: 2.1
Name: labonneboite-common
Version: 0.5.3
Summary: 
Home-page: https://github.com/StartupsPoleEmploi/labonneboite-common
License: GPL-3.0-only
Keywords: labonneboite_common
Author: La Bonne Boite
Author-email: labonneboite@pole-emploi.fr
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: SQLAlchemy (>=1.3.24,<2.0.0)
Requires-Dist: Unidecode (>=1.3.4,<2.0.0)
Requires-Dist: mypy (>=0.982,<0.983)
Project-URL: Repository, https://github.com/StartupsPoleEmploi/labonneboite-common
Description-Content-Type: text/markdown

```
 _       _                            _           _ _
| | __ _| |__   ___  _ __  _ __   ___| |__   ___ (_) |_ ___
| |/ _` | '_ \ / _ \| '_ \| '_ \ / _ \ '_ \ / _ \| | __/ _ \
| | (_| | |_) | (_) | | | | | | |  __/ |_) | (_) | | ||  __/
|_|\__,_|_.__/ \___/|_| |_|_| |_|\___|_.__/ \___/|_|\__\___|
```

## About

Common library for labonneboite projects.


## How tos

### Tests

```
make test

```

### Documentation

The documentation is based on [mkdocs](https://www.mkdocs.org/)

To open the docs:

```
make documentation
```

It will be accessible [here](http://127.0.0.1:9999/)

