Metadata-Version: 2.1
Name: pyseqr
Version: 1.0.0.dev0
Summary: A Python library for sequence search and analysis.
Home-page: https://github.com/rattling/pyseqr
Author: John Curry
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PySeqr

PySeqr is a Python library for sequence search and analysis.

## Installation

```bash
pip install pyseqr

## Usage

```python  
from pyseqr import placeholder_function

result = placeholder_function()
print(result)
```

## Development Setup
Use `pipenv` to install dependencies:
```bash
pipenv install --dev


