Metadata-Version: 2.1
Name: carrier.tnt
Version: 2021.3
Summary: TNT Web API Schemas Python Data Types library
Home-page: https://github.com/PurplShip/purplship-carriers/tree/master/carrier.tnt
License: MIT
Author: Dan Kobina
Author-email: danielkobina@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: lxml (>=4.6.2,<5.0.0)
Requires-Dist: six (>=1.15.0,<2.0.0)
Project-URL: Repository, https://github.com/PurplShip/purplship-carriers
Description-Content-Type: text/markdown

# py_tnt

TNT Python Data Structure generated from .xsd files with [generateDS](http://www.davekuhlman.org/generateDS.html) library

## Installation

```bash
pip install -f https://git.io/purplship py-tnt
```

TODO:

- Add tests to consolidate/ensure data structures generate proper TNT xml files
- Add more Generated Data Structures using TNT .xsd files

Contributions are welcome.

