Metadata-Version: 2.4
Name: na_seq
Version: 0.3.2
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

 # Nucleic Acid Sequence tools

[![Crate](https://img.shields.io/crates/v/na_seq.svg)](https://crates.io/crates/na_seq)
[![Docs](https://docs.rs/na_seq/badge.svg)](https://docs.rs/na_seq)
[![PyPI](https://img.shields.io/pypi/v/na-seq.svg)](https://pypi.org/project/na-seq)

See [na_seq](https://github.com/david-oconnor/na_seq) Readme for details, or the docs link above.
 
# 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`.
