Metadata-Version: 1.1
Name: carveme
Version: 1.5.1
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
Description: |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
        
Keywords: carveme
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
