Metadata-Version: 2.4
Name: syncoder
Version: 0.0.4a2
Summary: A codec for DNA data storage
Project-URL: Homepage, https://example.com/TBD
Project-URL: Issues, https://example.com/TBD/issues
Author-email: Christopher Takahashi <cnt@uw.edu>
License-Expression: BSD-3-Clause
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: galois>=0.4
Requires-Dist: numpy>=1.20
Requires-Dist: reedsolo>=1.7
Description-Content-Type: text/markdown

# SyNCODER

## Project Overview
A DNA codec. (Fill in.)

## Features
Fill in here.

## Installation
`codec.py` Can be included in a project and used as a local module or installed and used from `pip` :
```
pip install --pre syncoder
```
Note the requirement for the `--pre` flag as there is no official post release yet.

## Usage
To be completed.  For now see `tests/test_codec_pytest.py` for examples

## Testing
It is sufficient to run 
```
pytest
```
from the root directory.  Currently coverage is only for features and parameters in active use.  More tests to come.

## License
BSD-3 clause.  see `LICENSE` file in this directory.
