Metadata-Version: 2.1
Name: tbtc
Version: 0.0.2
Summary: A python library to interact with the tbtc protocol.
Home-page: https://github.com/ankitchiplunkar/tbtc.py
Author: Ankit Chiplunkar
Author-email: ankitchiplunkar@gmail.com
License: UNKNOWN
Description: # tBTC.py
        
        A python client to interact with the [tbtc](https://tbtc.network/) protocol.
        
        Erasure Protocol version: `1.1.0`
        
        
        ## Setup:
        1. Create & activate virtulenv (python 3.6+)
        2. Install the library using pypi. 
        
            ```
            pip install tbtc
            ```
        
        
        ## Development:
        1. Clone & enter the repo. `git clone https://github.com/ankitchiplunkar/tbtc.py.git`
        2. Install required libraries. `pip install -r requirements.txt`
        
        ## Testing:
        1. Run the tests locally 
        
            ```pytest -vv tests/```
Keywords: ethereum,bitcoin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
