Metadata-Version: 2.4
Name: pyrsx
Version: 0.0.1
Summary: Python bindings for rsx: high-performance RAD-seq sex determination toolkit
Author-email: Rohit Goswami <rgoswami@ieee.org>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/HaoZeke/rsx-rs
Project-URL: Repository, https://github.com/HaoZeke/rsx-rs
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pyrsx

Python bindings for [rsx](https://github.com/HaoZeke/rsx-rs): a high-performance streaming toolkit for RAD-seq sex determination.

**This is a placeholder package.** The full release with Rust bindings via PyO3 is coming soon.

## Features (planned)

- All rsx commands accessible from Python
- NumPy-compatible PCA output
- Streaming analysis of arbitrarily large marker tables
- Bayesian sex-linkage classification

## Installation (when released)

```bash
pip install pyrsx
```
