seq_hybrid_detector
seq_hybrid_detector is a small Python package scaffold for sequence hybrid detection workflows.
What is included
The repository currently provides a clean src/ layout with starter modules for loading data, defining core models, and wiring a simple pipeline.
Project layout
seq_hybrid_detector/
├── LICENSE
├── README.md
├── pyproject.toml
└── src/
└── seq_hybrid_detector/
├── __init__.py
├── data_engine.py
├── models.py
└── pipeline.py
Installation
From the project root, install the package in editable mode during development:
pip install -e .
Modules
data_engine.pycontains basic sequence loading and normalization helpers.models.pydefines lightweight dataclasses for input samples and predictions.pipeline.pyprovides a starter pipeline class for fitting and predicting.
Status
This is a scaffold, not a finished detector. The modules are in place for you to extend with real preprocessing, model training, and scoring logic.
Release files for seq-hybrid-detector 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seq_hybrid_detector-0.1.0.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seq_hybrid_detector-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.3 kB
Release files / seq_hybrid_detector-0.1.0.tar.gz
| Download URL | seq_hybrid_detector-0.1.0.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ed37cbeb4567f615b3cc7062fe4cbaec6a36caffd3998cc254ba9f953f0c84db
|
|
BLAKE2b-256 checksum How to use checksums |
2f441314acf3d1f703a00f1b20a22c37424bb1040dc0022267e555b82333c0b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / seq_hybrid_detector-0.1.0-py3-none-any.whl
| Download URL | seq_hybrid_detector-0.1.0-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
76e4a5759396dab1aa473ce1052a2879af67edc5c866f2506e93aa5eb53ea1bb
|
|
BLAKE2b-256 checksum How to use checksums |
1321a956ebbea3beb9b61c56a093e692d26cb41534532fefaa9194ae1caa43f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|