Metadata-Version: 2.0
Name: worms
Version: 0.1.3
Summary: Protion Origami via Genetic Fusions
Home-page: https://github.com/willsheffler/worms
Author: Will Sheffler
Author-email: willsheffler@gmail.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Keywords: worms
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Requires-Dist: homog
Requires-Dist: tqdm

=====
worms
=====


.. image:: https://img.shields.io/pypi/v/worms.svg
        :target: https://pypi.python.org/pypi/worms

.. image:: https://img.shields.io/travis/willsheffler/worms.svg
        :target: https://travis-ci.org/willsheffler/worms

.. image:: https://readthedocs.org/projects/worms/badge/?version=latest
        :target: https://worms.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/willsheffler/worms/shield.svg
     :target: https://pyup.io/repos/github/willsheffler/worms/
     :alt: Updates


Protein Origami via Genetic Fusions


* Free software: Apache Software License 2.0
* Documentation: https://worms.readthedocs.io.


Features
--------

please send angry emails to willsheffler@gmail.com until there are docs here.

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.2 (2018-01-23)
------------------

* Add __main__ for module to run tests
* move worms.pdb to worms.data because pdb is kinda reserved
* move utility stuff to util.py
* add some interactive visualization utils for debugging

0.1.1 (2018-01-23)
------------------

* First release on PyPI.


