Metadata-Version: 2.1
Name: jdna
Version: 0.1.2
Summary: 
Home-page: https://github.com/jvrana/jdna
Author: Justin Vrana
Author-email: justin.vrana@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: biopython (>=1.73,<2.0)
Requires-Dist: colorama (>=0.4.1,<0.5.0)
Requires-Dist: networkx (>=2.3,<3.0)
Requires-Dist: numpy (>=1.16,<2.0)
Requires-Dist: primer3-py (>=0.6.0,<0.7.0)
Requires-Dist: webcolors (>=1.9,<2.0)
Project-URL: Documentation, https://jvrana.github.io/jdna/
Project-URL: Repository, https://github.com/jvrana/jdna
Description-Content-Type: text/markdown

# jdna

A Python DNA sequence editor that represents sequences as a linked list.
It includes basic molecular reaction simulations (primer annealing, pcr, dna assembly), basic format conversion, and a viewer class.

[Documentation is here](https://jvrana.github.io/jdna/index)

![example.png](./docsrc/_static/viewer.png)

