Metadata-Version: 2.1
Name: biochain
Version: 0.0.2
Summary: Awesome biochain created by bioinfox
Home-page: https://github.com/bioinfox/biochain/
Author: bioinfox
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: gitchangelog; extra == "test"
Requires-Dist: mkdocs; extra == "test"

# biochain

[![codecov](https://codecov.io/gh/bioinfox/biochain/branch/main/graph/badge.svg?token=biochain_token_here)](https://codecov.io/gh/bioinfox/biochain)
[![CI](https://github.com/bioinfox/biochain/actions/workflows/main.yml/badge.svg)](https://github.com/bioinfox/biochain/actions/workflows/main.yml)

Awesome biochain created by bioinfox

## Install it from PyPI

```bash
pip install biochain
```

## Usage

```py
from biochain import BaseClass
from biochain import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m biochain
#or
$ biochain
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
