Metadata-Version: 2.1
Name: broxus-api-client
Version: 0.1.0
Summary: Set of API clients for Broxus APIs in Everscale
Home-page: https://github.com/MIREX/broxus_api_client
License: MIT
Author: MIREX
Author-email: lifincevkirill@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: httpx[http2] (>=0.22.0,<0.23.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: ujson (>=5.1.0,<6.0.0)
Project-URL: Repository, https://github.com/MIREX/broxus_api_client
Description-Content-Type: text/markdown

# Set of API clients for Broxus APIs in Everscale

[![PyPI version shields.io](https://img.shields.io/pypi/v/broxus_api_client.svg)](https://pypi.python.org/pypi/broxus_api_client/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/broxus_api_client.svg)](https://pypi.python.org/pypi/broxus_api_client/)
[![PyPI license](https://img.shields.io/pypi/l/broxus_api_client.svg)](https://pypi.python.org/pypi/broxus_api_client/)

All models and requests automatically generated from Broxus swagger schemas:

* Token indexer - http://token-indexer.broxus.com/v1/swagger.yaml
* Explorer - https://explorer-api.broxus.com/v1/swagger.yaml

## LICENSE

This project is licensed under the terms of the [MIT](https://github.com/MIREX/broxus_api_client/blob/master/LICENSE)
license.
