Metadata-Version: 2.1
Name: dvq
Version: 0.0.4.1
Summary: This is a library to vlaidate and compare dna sequences
License: Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# DVQ - DNA Validator and Quick comparator 
This package provides some usefull functions to compare lists of DNA sequences both visually and statistically 

## Commands:

* Use dvq
```python
from dvq import visual

visual.2d_representation([sequences_1, sequences_2], labels=['])
```
