Metadata-Version: 2.2
Name: fetchai-ledger-api
Version: 1.1.0
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
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
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
License-File: LICENSE
Requires-Dist: base58>=2.0.1
Requires-Dist: ecdsa>=0.15
Requires-Dist: lark-parser>=0.8.1
Requires-Dist: msgpack>=0.6.2
Requires-Dist: pyaes>=1.6.1
Requires-Dist: requests>=2.22.0
Requires-Dist: semver>=2.10.2
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: pydot; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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.
