Metadata-Version: 2.4
Name: axiomkit
Version: 0.0.39
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
License-File: LICENSE
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; charset=UTF-8; variant=GFM

# axiomkit

Personal, portable engineering toolkit (Python/R/Rust).

## Install

- `pip install axiomkit`

## Development

- `pdm sync -G dev --no-self`
- GitHub Actions uses a CI-only manylinux image with preinstalled Rust to speed wheel builds; local development does not depend on Docker or GHCR.
- The Linux ARM64 wheel is built as a supplemental artifact on a native GitHub ARM runner; local development paths remain unchanged.

## Docs

- Repository instructions: [AGENTS.md](AGENTS.md)
- Python release checklist: [RELEASE.md](RELEASE.md)
- R package: [r/README.md](r/README.md)
- Rust workspace: [crates/](crates/)

