Metadata-Version: 2.4
Name: brisket
Version: 0.1.0
Summary: Fast Cython-powered one-hot encoding for DNA sequences
License: MIT
License-File: LICENSE
Keywords: bioinformatics,dna,one-hot-encoding,cython,genomics
Author: Natalie Gill
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: numpy (>=1.21,<2.0)
Project-URL: Homepage, https://github.com/gladstone-institutes/brisket
Project-URL: Repository, https://github.com/gladstone-institutes/brisket
Description-Content-Type: text/markdown

# brisket

Fast cython powered 1 hot encoding for DNA sequences

## Installation

```bash
$ pip install brisket
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`brisket` was created by Natalie Gill. It is licensed under the terms of the MIT license.

## Credits

`brisket` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

