testtfchain

pythonic tfchain client


License
MIT
Install
pip install testtfchain==0.1.1

Documentation

tfchain-py

Build Status Docs

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