Metadata-Version: 2.1
Name: billzio-api
Version: 1.0.0
Summary: Python wrapper for Billz.io Public API
License: Apache 2.0
Author: Sirojiddin Mustafayev
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: httpx (>=0.24.1,<0.25.0)
Requires-Dist: pydantic (>=2.1.1,<3.0.0)
Description-Content-Type: text/markdown

# billzio-api
Asynchronous Python wrapper for [Billz.io](https://billz.io) Public API (v2)

## Supported Billz API methods
- [x] Auth login
- [x] Get Products list
- [x] Get Categories list
- [x] Get Shops list
- [x] Get Currencies list
- [ ] Get Brands list
- [ ] Create a new Client
- [ ] Create a draft Order
- [ ] Add an Item (product) to the draft Order
- [ ] Add a Consumer to the draft Order
- [ ] Create an Order from the draft Order (make payment)

## TODO
- [ ] Upload to PyPi as a python package
- [ ] Write unit tests
- [ ] Caching auth data with its expiration
- [ ] Synchronous handler

