Metadata-Version: 2.3
Name: pyemdd
Version: 0.5.7
Summary: An EMDD-Mitos API client package
License: MIT
Author: Dimitrios Michail
Author-email: dimitrios.michail@gmail.com
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: pydash (>=7.0.6,<8.0.0)
Requires-Dist: redis (>=5.0.0,<6.0.0)
Description-Content-Type: text/markdown


# EMDD-Mitos API Client

Client to consume the EMDD-Mitos API. The api is located at `https://api.mitos.gov.gr`.

## Build the package

We use poetry. 

```
python3 -m venv venv
source venv/bin/activate
pip install poetry
poetry install
poetry run examples/example.py
poetry build
```

