tfchain-py

A TFChain client implementation in python.

MIT License

Downloads
52
Stars
0
Committers
2

tfchain-py

A TFChain client implementation in python.

This client has been ported from a JumpScaleX Client, as to be able to use it in environments that require a Python3 client decoupled from any opinionated framework.

NOTE that this library and its API is not finished. Changes can be expected until we reach v1.0.0.

Documentation available API reference

Installation

pip install tfchain

Developer installation


git clone https://travis-ci.com/GlenDC/tfchain-py
cd tfchain-py

pipenv shell

Generating documentation

use make gendocs to generate documentation

Running tests

use make test to run tests.

Publishing flow

  • Make sure credentials in ~/.pypirc
[distutils]
index-servers =
    pypi

[pypi]
username: PYPI_USERNAME
password: PYPI_PASSWORD
  • use upload task in Makefile make upload
Package Rankings
Top 31.11% on Pypi.org
Badges
Extracted from project README
Build Status Docs