Expand description
Ergonomic Python bindings for Ferromic’s population genetics toolkit.
The bindings expose a high-level, well-documented API that mirrors the core Rust statistics while embracing Python conventions. Most functions accept plain Python data structures (dictionaries, lists, tuples, dataclasses), and the returned values are lightweight Python classes with useful introspection-friendly attributes. The goal is to make Ferromic feel like a native Python library while retaining Rust’s performance.