Metadata-Version: 1.1
Name: primer-designer
Version: 0.0.0
Summary: Primer designer
Home-page: https://github.com/carlosp420/primer-designer
Author: Carlos Peña
Author-email: mycalesis@gmail.com
License: BSD
Description: ===============
        Primer designer
        ===============
        
        .. list-table::
            :stub-columns: 1
        
            * - docs
              - |docs|
            * - tests
              - | |travis| |requires|
                | |coveralls|
                | |scrutinizer|
            * - package
              - |version| |downloads| |wheel| |supported-versions| |supported-implementations|
        
        .. |docs| image:: https://readthedocs.org/projects/primer-designer/badge/?style=flat
            :target: https://readthedocs.org/projects/primer-designer
            :alt: Documentation Status
        
        .. |travis| image:: https://travis-ci.org/carlosp420/primer-designer.svg?branch=master
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/carlosp420/primer-designer
        
        .. |requires| image:: https://requires.io/github/carlosp420/primer-designer/requirements.svg?branch=master
            :alt: Requirements Status
            :target: https://requires.io/github/carlosp420/primer-designer/requirements/?branch=master
        
        .. |coveralls| image:: https://coveralls.io/repos/carlosp420/primer-designer/badge.svg?branch=master&service=github
            :alt: Coverage Status
            :target: https://coveralls.io/r/carlosp420/primer-designer
        .. |version| image:: https://img.shields.io/pypi/v/primer_designer.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/primer_designer
        
        .. |downloads| image:: https://img.shields.io/pypi/dm/primer_designer.svg?style=flat
            :alt: PyPI Package monthly downloads
            :target: https://pypi.python.org/pypi/primer_designer
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/primer_designer.svg?style=flat
            :alt: PyPI Wheel
            :target: https://pypi.python.org/pypi/primer_designer
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/primer_designer.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/primer_designer
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/primer_designer.svg?style=flat
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/primer_designer
        
        .. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/carlosp420/primer-designer/master.svg?style=flat
            :alt: Scrutinizer Status
            :target: https://scrutinizer-ci.com/g/carlosp420/primer-designer/
        
        Designs primers from a FASTA file using primers4clades website
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install primer_designer
        
        Documentation
        =============
        
        https://primer-designer.readthedocs.org/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Changelog
        =========
        
        0.0.0 (2015-10-06)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
