Metadata-Version: 2.1
Name: promsoft-cdek-interface
Version: 0.1.1
Summary: An interface for CDEK HTTP API
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=1.10.6,<2.0.0)
Description-Content-Type: text/markdown

# promsoft_cdek_interface

Interfaces for [CDEK](https://api-docs.cdek.ru/29923741.html).

Usage:

```python
from promsoft_cdek_interface import CdekContact

my_contact = CdekContact(name="123")
print(f"As dict: {my_contact.dict()}")
```

Feel free to contribute!
https://git3.promsoft.ru/karasyuk/cdek_interface

