biochain

Awesome biochain created by bioinfox


License
Unlicense
Install
pip install biochain==0.0.1

Documentation

biochain

codecov CI

Awesome biochain created by bioinfox

Install it from PyPI

pip install biochain

Usage

from biochain import BaseClass
from biochain import base_function

BaseClass().base_method()
base_function()
$ python -m biochain
#or
$ biochain

Development

Read the CONTRIBUTING.md file.