Metadata-Version: 2.1
Name: fetchai-ledger-api
Version: 0.1.4
Summary: Tools and utilities for interacting with the ledger on the fetch network
Home-page: https://github.com/fetchai/ledger-api-py
Author: Edward FitzGerald
Author-email: edward.fitzgerald@fetch.ai
License: UNKNOWN
Description: # Fetch.AI Ledger Python API
        
        Python SDK library used for interacting the Fetch.AI smart ledger. 
        
        ### Features
        
        * TokenAPI - Send and receive tokens on the network as well as querying balances etc
        * TransactionAPI - Determine the status of sent transactions
        * Cryptography support
        
        ## Installation
        
        The library can be installed directly from pip using the following command.
        
            $ pip3 install -U fetchai-ledger-api
            
        Note: Since the ledger is going through a period of rapid development we encourage developers to use the latest version
        of the library.
        
        ## Developing with the library
        
        Make sure that the library is uninstalled from the system (or use a virtualenv) then use the following commnad:
        
            $ python3 setup.py develop
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
