Metadata-Version: 2.1
Name: fetchai-ledger-api
Version: 1.1.0a1
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
Project-URL: Bug Reports, https://github.com/fetchai/ledger-api-py/issues
Project-URL: Developer Site, https://developer.fetch.ai/
Project-URL: Documentation, https://docs.fetch.ai/
Project-URL: Source, https://github.com/fetchai/ledger-api-py
Description: # Ledger Python API
        ![](https://github.com/fetchai/ledger-api-py/workflows/CI/badge.svg)
        ![](https://img.shields.io/pypi/v/fetchai-ledger-api)
        ![](https://img.shields.io/github/release-date/fetchai/ledger-api-py)
        ![](https://img.shields.io/pypi/pyversions/fetchai-ledger-api)
        
        Python library code for interacting with the Fetch.ai ledger platform.
        
        ## Installation
        
            $ pip3 -U fetchai-ledger-api
        
        ## Examples
        
        The project is a component of a larger ecosystem of projects for developing on the Fetch.ai's platform. Please check out some of the links below:
        
        - [Developer Portal](https://developer.fetch.ai/)
        - [Repo Examples](https://github.com/fetchai/ledger-api-py/tree/master/examples)
        
        ## 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
        
        ## Running the unit tests
        
        The project uses pytest for running the unit tests. Simple run the following command to exectute all the of tests
        
            $ pytest
        
        ## License
        
        This application is licensed under the Apache software license (see LICENSE file). Unless required by
        applicable law or agreed to in writing, software distributed under the License is distributed on an
        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        
        Fetch.AI makes no representation or guarantee that this software (including any third-party libraries)
        will perform as intended or will be free of errors, bugs or faulty code. The software may fail which
        could completely or partially limit functionality or compromise computer systems. If you use or
        implement the ledger, you do so at your own risk. In no event will Fetch.ai be liable to any party
        for any damages whatsoever, even if it had been advised of the possibility of damage.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
