pytaoassets

Python implementation of the PeerAssets protocol for the Tao blockchain.


Keywords
blockchain, digital, assets, protocol
License
BSD-3-Clause
Install
pip install pytaoassets==0.4.8

Documentation

pytaoassets

License PyPI Build Status Coverage Status

Official Python implementation of the PeerAssets protocol for the Tao Network.

pytaoassets aims to implement the PeerAssets protocol itself and to provide elementary interfaces to underlying blockchain(s).

Examples

import pytaoassets as pa

provider = pa.Explorer(network='tppc')

deck = pa.find_deck(provider, 'b6a95f94fef093ee9009b04a09ecb9cb5cba20ab6f13fe0926aeb27b8671df43', 1, True)

print(deck.to_json())

Running tests

pytest-3 -v test/

VirtualEnv Development

Create a python3 virtualenv in the root directory:

> virtualenv -p python3 venv
...
> source venv/bin/activate
(venv) > pip install -r requirements.txt
...
(venv) > pip install -r requirements-dev.txt
...
(venv) > pytest
...

pytaoassets is lovingly crafted with python3 all around the world ❤️ 🐍 🌐