Metadata-Version: 2.1
Name: promsoft-dl-interface
Version: 0.1.5
Summary: Интерфейс HTTP API транспортной компании Деловые линии.
Author: Oleg
Author-email: olegspk@promsosft.ru
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.7,<2.0.0)
Description-Content-Type: text/markdown


Interfaces for API <a href="https://dev.dellin.ru/api/ordering/ltl-request/">Delovie linii</a> transport company.  

Usage:
```
from dl_interface import Counteragent

ca = Counteragent(form="0xb9090c56d0e15e524e2035fcea921d4d", name="Иванов Иван Иванович")  
print(f"As dict: {ca.dict()}")
```

Feel free to contribute!
https://git3.promsoft.ru/interfaces/dl_interface/
