Metadata-Version: 2.1
Name: biorepo
Version: 0.1.3
Author-email: dwpeng <dwpeng1122@foxmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic[email]>=2.4.2
Requires-Dist: rich>=13.6.0
Requires-Dist: gitpython>=3.1.40
Requires-Dist: tomlkit>=0.12.2
Requires-Dist: chardet>=5.2.0
Requires-Dist: typer>=0.9.0


# Biorepo
Manage your bioinformatics soft with one command line

## Installation
```bash
pip install biorepo
```

## Usage
```bash
biorepo --help
```

```toml
# biorepo.toml
[biorepo]
version = "0.0.1"
name = "align"
os = [
  "linux"
]

[install.bsalign]
bin = ["bsalign"]
run = ["make clean", "make"]
git_url = "http://hub.nuaa.cf/ruanjue/bsalign.git"
```

```bash
biorepo install
```
