Metadata-Version: 2.1
Name: dvq
Version: 0.0.4.6
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 Validation and Quick comparisons 
A package with some useful functions to compare DNA sequences both visually and statistically 

## Commands:

* How to use dvq
```python
from dvq import visual

visual.plot_2d_comparison([seqs_1, seqs_2], ['seq_1', 'seq_2'])

```

![An example graphic comparing sequences ](Untitled.png "2D Comparison - Same virus")
