Metadata-Version: 2.4
Name: python-bdtool
Version: 0.0.1001
Summary: Some python tools for bioinformatics-development
Project-URL: Documentation, https://github.com/husheng/python-bdtool#readme
Project-URL: Issues, https://github.com/husheng/python-bdtool/issues
Project-URL: Source, https://github.com/husheng/python-bdtool
Author-email: husheng <hs3434.work@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: snakemake>=8.13.0
Description-Content-Type: text/markdown

# python-bdtool

[![PyPI - Version](https://img.shields.io/pypi/v/python-bdtool.svg)](https://pypi.org/project/python-bdtool)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-bdtool.svg)](https://pypi.org/project/python-bdtool)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install python-bdtool
```

## License

`python-bdtool` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
