Metadata-Version: 2.1
Name: wc-utils
Version: 0.0.3
Summary: Utilities for whole-cell modeling
Home-page: https://github.com/KarrLab/wc_utils
Author: Karr Lab
Author-email: karr@mssm.edu
License: MIT
Download-URL: https://github.com/KarrLab/wc_utils
Keywords: whole-cell modeling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: quilt
Provides-Extra: all
Requires-Dist: abduct
Requires-Dist: attrdict
Requires-Dist: configobj
Requires-Dist: diskcache
Requires-Dist: enum34
Requires-Dist: gitpython
Requires-Dist: log
Requires-Dist: mendeleev
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pint (>=0.9)
Requires-Dist: pronto (>=0.12.1)
Requires-Dist: pyexcel (>=0.5.9.1)
Requires-Dist: pyexcel-io (>=0.5.9.1)
Requires-Dist: pyyaml
Requires-Dist: qualname
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: xlsxwriter
Provides-Extra: all
Requires-Dist: capturer; extra == 'all'
Requires-Dist: matplotlib; extra == 'all'
Requires-Dist: mock; extra == 'all'
Requires-Dist: quilt; extra == 'all'
Requires-Dist: scipy; extra == 'all'
Requires-Dist: sphinx (>=1.8); extra == 'all'
Requires-Dist: sphinx-rtd-theme; extra == 'all'
Requires-Dist: sphinxcontrib-addmetahtml (>=0.1.1); extra == 'all'
Requires-Dist: sphinxcontrib-bibtex; extra == 'all'
Requires-Dist: sphinxcontrib-googleanalytics (>=0.1.1); extra == 'all'
Requires-Dist: sphinxcontrib-spelling; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.8); extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinxcontrib-addmetahtml (>=0.1.1); extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex; extra == 'docs'
Requires-Dist: sphinxcontrib-googleanalytics (>=0.1.1); extra == 'docs'
Requires-Dist: sphinxcontrib-spelling; extra == 'docs'
Provides-Extra: quilt
Requires-Dist: quilt; extra == 'quilt'
Provides-Extra: tests
Requires-Dist: capturer; extra == 'tests'
Requires-Dist: matplotlib; extra == 'tests'
Requires-Dist: mock; extra == 'tests'
Requires-Dist: scipy; extra == 'tests'

|PyPI package| |Documentation| |Test results| |Test coverage| |Code
analysis| |License| |Analytics|

Whole-cell modeling utilities
=============================

This package contains utilities that are useful to multiple whole-cell
(WC) software components.

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

::

    pip install git+git://github.com/KarrLab/wc_utils#egg=wc_utils

Example usage
-------------

Documentation
-------------

Please see the `API documentation <http://docs.karrlab.org/wc_utils>`__.

License
-------

The build utilities are released under the `MIT license <LICENSE>`__.

Development team
----------------

This package was developed by the `Karr Lab <http://www.karrlab.org>`__
at the Icahn School of Medicine at Mount Sinai in New York, USA. \*
Arthur Goldberg \* Jonathan Karr

Questions and comments
----------------------

Please contact the `Karr Lab <http://www.karrlab.org>`__ with any
questions or comments.

.. |PyPI package| image:: https://img.shields.io/pypi/v/wc_utils.svg
   :target: https://pypi.python.org/pypi/wc_utils
.. |Documentation| image:: https://readthedocs.org/projects/wc-utils/badge/?version=latest
   :target: http://docs.karrlab.org/wc_utils
.. |Test results| image:: https://circleci.com/gh/KarrLab/wc_utils.svg?style=shield
   :target: https://circleci.com/gh/KarrLab/wc_utils
.. |Test coverage| image:: https://coveralls.io/repos/github/KarrLab/wc_utils/badge.svg
   :target: https://coveralls.io/github/KarrLab/wc_utils
.. |Code analysis| image:: https://api.codeclimate.com/v1/badges/8139298cdbc1e32dcde4/maintainability
   :target: https://codeclimate.com/github/KarrLab/wc_utils
.. |License| image:: https://img.shields.io/github/license/KarrLab/wc_utils.svg
   :target: LICENSE
.. |Analytics| image:: https://ga-beacon.appspot.com/UA-86759801-1/wc_utils/README.md?pixel



