Metadata-Version: 2.1
Name: cazy-parser
Version: 2.0.0
Summary: A way to extract specific information from CAZy
Home-page: https://github.com/rodrigovrgs/cazy-parser
Author: Rodrigo Honorato
Author-email: rvhonorato@protonmail.com
License: GPL3
Keywords: cazy database datamining
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE

cazy-parser
============

The `Carbohydrate-Active enZYmes Database (CAZy) <https://www.cazy.org>`_ provides access to a sequence based classification of enzyme that are responsible for the assembly, modification and breakdown of oligo and polysaccharides.

This database has been online for several years providing relevant genomic, structural and biochemical data on carbohydrate-active enzymes, such as glycoside hydrolases, glycosyl transferases, polysaccharide lyases, carbohydrateesterases and similar enzymes with auxiliary activities. The database isorganized and presented to the user as a series of highly annotated HTML tables.

This script provides a way to extract information from the database according to user need.

Installation
============
::

    pip install --upgrade cazy-parser

Documentation
=============

Please refer to the `project page <https://github.com/rodrigovrgs/cazy-parser/>`_  for usage and more information


