Metadata-Version: 2.4
Name: axiomkit
Version: 0.0.33
Summary: Bioinformatics IO and workflow utilities with Rust-accelerated backends.
Author-email: Fuqing Zhang <fu.qing.zhang.work@gmail.com>
License-Expression: MIT
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: loguru>=0.7.3
Requires-Dist: rich>=14.3.2
Requires-Dist: rich-argparse>=1.7.2
Requires-Dist: biopython>=1.86
Requires-Dist: pyteomics>=4.7.5
Requires-Dist: polars>=1.38.1
Requires-Dist: xlsxwriter>=3.2.9
Requires-Dist: numpy>=2.4.2
Requires-Dist: scipy>=1.17.0

# axiomkit (Python)

## Install

- Full install:
  - `pip install axiomkit`

## Development

- Full dev environment:
  - `pdm sync -G dev --no-self`

## Release

- Release checklist: `RELEASE.md`
- One-shot publish script: `scripts/release_pypi.sh`
