Metadata-Version: 2.1
Name: PyUDX
Version: 0.0.5
Summary: Object-oriented library for the Unidex blockchain platform
Home-page: https://unidex.online
Author: Unidex
Author-email: dev@unidex.online
License: MIT
Keywords: unidex,blockchain,analytics
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: base58 (==0.2.5)
Requires-Dist: pyblake2
Requires-Dist: python-axolotl-curve25519
Requires-Dist: requests

# PyUDX
PyUDX is an object-oriented Python interface to the Unidex platform it is port of PyWaves for our platfrom.

## Getting Started

You can install PyUDX using:

    pip install pyudx

## Documentation

The library utilizes classes to represent various data structures:

- pyudx.Address
- pyudx.Asset
- pyudx.AssetPair
- pyudx.Order


## License
Code released under the [MIT License](https://github.com/PyWaves/PyWaves/blob/master/LICENSE).

