Metadata-Version: 2.4
Name: biomics
Version: 0.0.1
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Summary: A high-performance Python bioinformatics library powered by Rust
Keywords: bioinformatics,genomics,sequence,rust
Home-Page: https://github.com/k-georgiou/biomics
Author: Kyriakos
License-Expression: MIT
Requires-Python: >=3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://docs.rs/biomics
Project-URL: Issues, https://github.com/kyriakosg/biomics/issues
Project-URL: Repository, https://github.com/kyriakosg/biomics

# Biomics

Biomics is an experimental bioinformatics library implemented in Rust.

This is an early pre-alpha release. Its API is incomplete and may change
without notice.

## Current functionality

- GC-fraction calculation for DNA sequences

## Roadmap

- Sequence validation
- Reverse complements
- FASTA and FASTQ parsing
- K-mer operations
- Python bindings

