Metadata-Version: 2.4
Name: synbio-promoter-predictor
Version: 0.1.2
Summary: A lightweight CLI tool for prokaryotic promoter prediction
Author: Rong Fan
Author-email: fandud@163.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SynBio Promoter Predictor

[![PyPI](https://img.shields.io/pypi/v/synbio-promoter-predictor?color=blue)](https://pypi.org/project/synbio-promoter-predictor/)
[![License](https://img.shields.io/github/license/RongFan6288/synbio-promoter-predictor-?color=green)](./LICENSE)
[![Python](https://img.shields.io/pypi/pyversions/synbio-promoter-predictor?color=yellow)](https://pypi.org/project/synbio-promoter-predictor/)
[![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-black?logo=github)](https://github.com/RongFan6288/synbio-promoter-predictor-)

A lightweight CLI tool for prokaryotic promoter prediction. 
从 DNA 序列预测细菌启动子活性的轻量级命令行工具。

```text
  _____       _        ____            _           _____  _____ 
 / ___/      | |      | __ )  ___   __| | ___ _ __|___ / |___ / 
 \___ \ _____| |_____ |  _ \ / _ \ / _` |/ _ \ '__| |_ \   |_ \ 
  ___) |_____| |_____| | |_) | (_) | (_| |  __/ |   ___) | ___) |
 |____/      |_|     |____/ \___/ \__,_|\___|_|  |____(_)____/ 
                                                              
 从 DNA 序列预测细菌启动子活性的轻量级命令行工具
```

## Features
- Predicts promoter activity from DNA sequences
- Lightweight and fast
- Command-line interface (CLI)

## Install
```bash
pip install synbio-promoter-predictor
```

## Usage
```bash
promoter-predict --fasta input.fasta --output results.csv

promoter-predict --help
```

## Citation
If you use this tool in your research, please cite:

```bibtex
@software{fan2026synbio,
  author = "Fan, Rong",
  title = {SynBio Promoter Predictor: A Lightweight CLI Tool for Prokaryotic Promoter Prediction (一个用于原核启动子预测的轻量级命令行工具)},
  year = "2026",
  publisher = "GitHub",
  journal = "GitHub repository",
  url = "https://github.com/RongFan6288/synbio-promoter-predictor-"
}
```
This citation can be directly used in LaTeX, Zotero, or other reference managers.
