Metadata-Version: 2.4
Name: PyTFBS
Version: 1.0.0
Summary: PyTFBS: A Python Package for Transcription Factor Binding Site Prediction
Author-email: Tinghua Huang <thua45@126.com>
License: Acdemic
Project-URL: Homepage, https://github.com/thua45/pytfbs
Project-URL: Documentation, https://github.com/thua45/pytfbs#readme
Project-URL: Repository, https://github.com/thua45/pytfbs
Project-URL: Issues, https://github.com/thua45/pytfbs/issues
Keywords: PyTFBS,Transcription Factor,Binding Site
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Requires-Dist: numpy>=1.21.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Dynamic: license-file

# My Package

A Python package for dpredicting transcription factor binding sites.

## Installation

```bash
pip install PyTFBS
```

## Usage

```python
import PyTFBS

result = PyTFBS.predict()
print(result)
```
