Metadata-Version: 2.1
Name: tezos-python
Version: 0.0.2
Summary: Python API to run Tezos clients and deamons
Home-page: https://gitlab.com/nomadic-labs/tezos
Author: Nomadic Labs
Author-email: 
License: UNKNOWN
Description: # Tezos python
        
        This is a packaged version of the Tezos python API defined
        [here](http://tezos.gitlab.io/mainnet/developer/python_testing_framework.html).
        
        Currently, the main use is to use the `run_node` script, which launches a
        Tezos node and baker in sandbox mode.
        
        ## Installation
        
        ```
        pip3 install tezos-python
        export TEZOS_HOME=~/tezos # path to your tezos binaries
        run_node --help
        ```
        
        ## Note
        
        This should work with branch `babylonnet`. It has been tested with revision
        9a922180.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
