Metadata-Version: 2.1
Name: cyberbiz-sdk
Version: 0.1.0
Summary: An unofficial python sdk for cyberbiz
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

# Testing
```bash
poetry run pytest
```


# Document Ref:
Document: https://www.cyberbiz.io/support/?p=20739
Playground: https://api-doc.cyberbiz.co/v1/api_document

# package
https://medium.com/analytics-vidhya/how-to-create-a-python-library-7d5aea80cc3f
