DavidMinarsch / ledger-api-py

Official Python client library for interacting with the Fetch.AI Ledger

Home Page:https://fetch.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ledger Python 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:

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.

About

Official Python client library for interacting with the Fetch.AI Ledger

https://fetch.ai

License:Apache License 2.0


Languages

Language:Python 100.0%