Metadata-Version: 2.4
Name: carveme
Version: 1.6.3
Summary: CarveMe: automated metabolic model reconstruction
Home-page: https://github.com/cdanielmachado/carveme
Author: Daniel Machado
Author-email: cdanielmachado@gmail.com
License: Apache Software License 2.0
Keywords: carveme
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Requires-Dist: reframed>=1.5.4
Requires-Dist: pandas>=1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

|License| |PyPI version| |Documentation Status|

CarveMe
=======

CarveMe is a python-based tool for genome-scale metabolic model
reconstruction.

Documentation
~~~~~~~~~~~~~

For more details please check: http://carveme.readthedocs.io/

Instalation
~~~~~~~~~~~

Can be easily installed using **pip**:

::

    pip install carveme

Additionally, you must install diamond and CPLEX (please check the
documentation for details).

Credits and License
~~~~~~~~~~~~~~~~~~~

Developed at the European Molecular Biology Laboratory (2017).

Released under an Apache License.

.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
   :target: https://opensource.org/licenses/Apache-2.0
.. |PyPI version| image:: https://badge.fury.io/py/carveme.svg
   :target: https://badge.fury.io/py/carveme
.. |Documentation Status| image:: http://readthedocs.org/projects/carveme/badge/?version=latest
   :target: http://carveme.readthedocs.io/en/latest/?badge=latest
