Metadata-Version: 2.1
Name: poleemploi-io-api
Version: 0.5.0
Summary: Python package to use poleemploi io api (requires account)
Home-page: https://github.com/StartupsPoleEmploi/poleemploi-io-api
License: GPL-3.0-only
Keywords: poleemploi,poleemploi_io,poleemploi_io_api
Author: La Bonne Boite
Author-email: labonneboite@pole-emploi.fr
Requires-Python: >=3.11,<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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic[email] (>=2.5.3,<3.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Project-URL: Repository, https://github.com/StartupsPoleEmploi/poleemploi-io-api
Description-Content-Type: text/markdown

# PoleEmploi IO - Python Package

## About

This package was intended to use the [poleemploi.io](https://pole-emploi.io/) api.

To be able to use you need valid poleemloi.io credentials.


## How tos

### Tests

``` bash
make test
```

### Documentation

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

To open the docs:

``` bash
make help
```

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

