Metadata-Version: 2.1
Name: TheProtocols
Version: 3.1.0.1
Summary: Official TheProtocols SDK for Python3
Maintainer-email: Çağan Mert İŞLEK <islekcaganmert@hereus.net>
License: LGPL-3.0
Project-URL: Homepage, https://github.com/islekcaganmert/TheProtocols.py
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.32.3
Requires-Dist: pycparser==2.22
Requires-Dist: certifi==2024.8.30
Requires-Dist: cffi==1.17.1
Requires-Dist: charset-normalizer==3.4.0
Requires-Dist: cryptography==43.0.3
Requires-Dist: idna==3.10
Requires-Dist: urllib3==2.2.3

# TheProtocols.py
This SDK is for developing with TheProtocols on Python3.
All models, queries, and procedures are generated automatically.
Defaults are set for HereUS Network and can be easily changed.

Please [email me](mailto:islekcaganmert@hereus.net) for have your app listed in the official lists.

### Requirements

- Python3 (min: 3.9, recommended: 3.12)

### Installing

pip: 
```bash
pip install TheProtocols
```

pymake: 
```bash
pymake install TheProtocols
```
