Metadata-Version: 2.1
Name: moclo-cidar
Version: 0.4.0
Summary: CIDAR implementation for the base moclo library.
Home-page: https://github.com/althonos/moclo/tree/master/moclo-cidar
Author: Martin Larralde
Author-email: martin.larralde@ens-paris-saclay.fr
License: MIT
Project-URL: Bug Reports, https://github.com/althonos/moclo/issues
Project-URL: Documentation, https://moclo.readthedocs.io/en/latest/kits/cidar/index.html
Project-URL: Addgene Guide, https://www.addgene.org/cloning/moclo/densmore/
Project-URL: CIDAR Website, http://cidarlab.org/
Keywords: bioinformatics,synthetic biology,modular cloning,moclo
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.5.1
Requires-Dist: moclo (~=0.4.0)
Requires-Dist: six (~=1.10)

``moclo-cidar``
===============

*CIDAR Kit implementation for the base* `moclo <https://github.com/althonos/moclo/tree/master/moclo>`__ *library*.

|Source| |PyPI| |Travis| |Docs| |Codecov| |Codacy| |Format| |License|

.. |Codacy| image:: https://img.shields.io/codacy/grade/5b29a9c0d91f4e82944a46997bd9a480/master.svg?style=flat-square&maxAge=300
   :target: https://www.codacy.com/app/althonos/moclo

.. |Codecov| image:: https://img.shields.io/codecov/c/github/althonos/moclo/master.svg?style=flat-square&maxAge=600
   :target: https://codecov.io/gh/althonos/moclo

.. |PyPI| image:: https://img.shields.io/pypi/v/moclo-cidar.svg?style=flat-square&maxAge=300
   :target: https://pypi.python.org/pypi/moclo-cidar

.. |Travis| image:: https://img.shields.io/travis/althonos/moclo.svg?style=flat-square&maxAge=3600
   :target: https://travis-ci.org/althonos/moclo/branches

.. |Format| image:: https://img.shields.io/pypi/format/moclo-cidar.svg?style=flat-square&maxAge=300
   :target: https://pypi.python.org/pypi/moclo-cidar

.. |Versions| image:: https://img.shields.io/pypi/pyversions/moclo-cidar.svg?style=flat-square&maxAge=300
   :target: https://travis-ci.org/althonos/moclo

.. |License| image:: https://img.shields.io/pypi/l/moclo-cidar.svg?style=flat-square&maxAge=300
   :target: https://choosealicense.com/licenses/mit/

.. |Source| image:: https://img.shields.io/badge/source-GitHub-303030.svg?maxAge=3600&style=flat-square
   :target: https://github.com/althonos/moclo/tree/master/moclo-cidar

.. |Docs| image:: https://img.shields.io/readthedocs/moclo.svg?maxAge=3600&style=flat-square
   :target: https://moclo.readthedocs.io/en/latest/kits/cidar/

Requirements
------------

+---------------------+----------------------------+------------------------+--------------------------+---------------------------+
| **moclo**           |  Base MoClo logic          | |PyPI moclo|           | |Source moclo|           | |License moclo|           |
+---------------------+----------------------------+------------------------+--------------------------+---------------------------+
| **six**             | Python 2/3 compatibility   | |PyPI six|             | |Source six|             | |License six|             |
+---------------------+----------------------------+------------------------+--------------------------+---------------------------+


.. |PyPI moclo| image:: https://img.shields.io/pypi/v/moclo.svg?style=flat-square&maxAge=600
   :target: https://pypi.python.org/pypi/moclo

.. |PyPI six| image:: https://img.shields.io/pypi/v/six.svg?style=flat-square&maxAge=600
   :target: https://pypi.org/project/six/

.. |Source moclo| image:: https://img.shields.io/badge/source-GitHub-303030.svg?style=flat-square&maxAge=600
   :target: https://github.com/althonos/moclo/tree/master/moclo

.. |Source six| image:: https://img.shields.io/badge/source-GitHub-303030.svg?style=flat-square&maxAge=600
   :target: https://github.com/benjaminp/six

.. |License moclo| image:: https://img.shields.io/pypi/l/moclo.svg?style=flat-square&maxAge=600
   :target: https://choosealicense.com/licenses/mit/

.. |License six| image:: https://img.shields.io/pypi/l/six.svg?style=flat-square&maxAge=600
   :target: https://choosealicense.com/licenses/mit/


Installation
------------

This package is available as a *wheel*, and can be installed with ``pip``::

  $ pip install --user moclo-cidar

To see more ways of installing, head over to the `Installation <https://moclo.readthedocs.io/en/latest/install.html>`__
page of the online documentation.


About
-----

This library is licensed under the `MIT License <http://choosealicense.com/licenses/mit/>`_.
It was developed during a placement at the
`InBio team <https://research.pasteur.fr/en/team/experimental-and-computational-methods-for-modeling-cellular-processes/>`_
at the Institut Pasteur of Paris during the summer of 2018.


