Metadata-Version: 2.1
Name: md-harmonize
Version: 1.0.1
Summary: Methods for harmonizing public metabolic databases
Home-page: UNKNOWN
Author: Huan Jin, Hunter N.B. Moseley
Author-email: jinhuan0905@gmail.com, hunter.moseley@gmail.com
License: Modified Clear BSD License
Keywords: metabolite,metabolic reaction
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE

md_harmonize
============

.. image:: https://img.shields.io/pypi/v/md_harmonize.svg
   :target: https://pypi.org/project/md-harmonize/
   :alt: Current library version

.. image:: https://img.shields.io/pypi/pyversions/md_harmonize.svg
   :target: https://pypi.org/project/md-harmonize
   :alt: Supported Python versions


md_harmonize package provides facilities for creation and harmonization of compounds and reactions.

Citation
~~~~~~~~

Please cite the GitHub repository until our manuscript is accepted for
publication: https://github.com/MoseleyBioinformaticsLab/md_harmonize.git

Installation
~~~~~~~~~~~~

md_harmonize runs under Python 3.7+ and is available through python3-pip.
Install via pip or clone the git repo and install the following dependencies and
you are ready to go!

Install on Linux
~~~~~~~~~~~~~~~~

Pip installation
----------------

.. code:: bash

   python3 -m pip install md-harmonize

GitHub Package installation
---------------------------

.. code:: bash

   git clone git@github.com:MoseleyBioinformaticsLab/md_harmonize.git

License
~~~~~~~

Made available under the terms of The modified Clear BSD License. See full license in LICENSE_.

Authors
~~~~~~~

* **Huan Jin**
* **Hunter N.B. Moseley**


.. _LICENSE: https://github.com/MoseleyBioinformaticsLab/MDH/blob/master/LICENSE



