Metadata-Version: 2.4
Name: na_seq
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: Python bindings for the na_seq library
Author: You
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

 # Python bindings for the na_seq crate
 
See [na_seq](https://github.com/david-oconnor/na_seq) for details.
 
# todo: Add this directly to na_seq's repo instead of its own?

## Compiling
Maturin is required to compile. To install: `pip install maturin`.

To compile to a wheel: Run `maturin build --release`. To test locally, then run `pip install .`
(The `install` script does this)

To publish to PyPi, run `maturin publish`.
