Metadata-Version: 2.4
Name: autosnapgene
Version: 0.2.0
Summary: Provide an API for parsing SnapGene *.dna files.
Author-email: Kale Kundert <kale@thekunderts.net>
Requires-Python: ~=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: docopt
Requires-Dist: arrow
Requires-Dist: autoprop
Requires-Dist: nonstdlib
Requires-Dist: more_itertools
Project-URL: Version Control, https://github.com/kalekundert/autosnapgene

************
AutoSnapGene
************
.. image:: https://img.shields.io/pypi/v/autosnapgene.svg
   :target: https://pypi.python.org/pypi/autosnapgene

.. image:: https://img.shields.io/pypi/pyversions/autosnapgene.svg
   :target: https://pypi.python.org/pypi/autosnapgene

.. image:: https://readthedocs.org/projects/autosnapgene/badge/?version=latest
   :target: https://autosnapgene.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/travis/kalekundert/autosnapgene.svg
   :target: https://travis-ci.org/kalekundert/autosnapgene

.. image:: https://img.shields.io/coveralls/kalekundert/autosnapgene.svg
   :target: https://coveralls.io/github/kalekundert/autosnapgene?branch=master

`SnapGene <https://www.snapgene.com/>`_ is an excellent tool for viewing and 
editing plasmid maps, but it's difficult to programmatically work with the 
binary files (``*.dna``) that SnapGene reads and writes.  This is what 
AutoSnapGene helps with.  AutoSnapGene is both a python library for parsing 
SnapGene files, and a set of command-line tools for automating simple tasks.  
You can use these tools to:

- Automatically add sequencing data to your plasmids.

- Synchronize features and primers over all of your plasmids at once.

- Seamlessly use the sequences stored in your SnapGene file in other scripts.

- Programmatically build sequences from combinations of smaller parts.

See the `documentation`__ for more details.

__ https://autosnapgene.readthedocs.io/en/latest/

