LICENSE
MANIFEST.in
NOTICE
README.rst
pyproject.toml
setup.cfg
setup.py
src/glypy/_c/utils.c
src/glypy/_c/structure/glycan_composition.c
src/glypy/composition/ccomposition.c
src/glypy/utils/cenum.c
src/glypy/__init__.py
src/glypy/version.py
src/glypy.egg-info/PKG-INFO
src/glypy.egg-info/SOURCES.txt
src/glypy.egg-info/dependency_links.txt
src/glypy.egg-info/not-zip-safe
src/glypy.egg-info/requires.txt
src/glypy.egg-info/top_level.txt
src/glypy/_c/__init__.py
src/glypy/_c/compat.h
src/glypy/_c/compat.pxd
src/glypy/_c/utils.c
src/glypy/_c/utils.pxd
src/glypy/_c/utils.pyx
src/glypy/_c/structure/__init__.py
src/glypy/_c/structure/base.pxd
src/glypy/_c/structure/base.pyx
src/glypy/_c/structure/glycan_composition.c
src/glypy/_c/structure/glycan_composition.pxd
src/glypy/_c/structure/glycan_composition.pyx
src/glypy/_c/structure/monosaccharide.pxd
src/glypy/algorithms/__init__.py
src/glypy/algorithms/canonicalize.py
src/glypy/algorithms/database.py
src/glypy/algorithms/similarity.py
src/glypy/algorithms/storage.py
src/glypy/algorithms/subtree_search/__init__.py
src/glypy/algorithms/subtree_search/common_subgraph.py
src/glypy/algorithms/subtree_search/inclusion.py
src/glypy/composition/__init__.py
src/glypy/composition/atomic_data.py
src/glypy/composition/base.py
src/glypy/composition/ccomposition.c
src/glypy/composition/ccomposition.pxd
src/glypy/composition/ccomposition.pyx
src/glypy/composition/compat.h
src/glypy/composition/compat.pxd
src/glypy/composition/composition.py
src/glypy/composition/composition_transform.py
src/glypy/composition/mass_dict.py
src/glypy/composition/molecular_graph.py
src/glypy/composition/structure_composition.py
src/glypy/enzyme/__init__.py
src/glypy/enzyme/ec.py
src/glypy/enzyme/glycome.py
src/glypy/enzyme/graph.py
src/glypy/enzyme/pathways.py
src/glypy/io/__init__.py
src/glypy/io/_glycordf.py
src/glypy/io/byonic.py
src/glypy/io/cfg.py
src/glypy/io/file_utils.py
src/glypy/io/format_constants_map.py
src/glypy/io/glycoct.py
src/glypy/io/glycoct_xml.py
src/glypy/io/glycomedb.py
src/glypy/io/glyconnect.py
src/glypy/io/glyspace.py
src/glypy/io/gws.py
src/glypy/io/iupac.py
src/glypy/io/linear_code.py
src/glypy/io/monosaccharidedb.py
src/glypy/io/tree_builder_utils.py
src/glypy/io/data/enzyme.json
src/glypy/io/data/glycan.owl
src/glypy/io/nomenclature/__init__.py
src/glypy/io/nomenclature/identity.py
src/glypy/io/nomenclature/synonyms.py
src/glypy/io/nomenclature/data/monosaccharide_schematic.json
src/glypy/io/nomenclature/data/monosaccharide_synonyms.json
src/glypy/io/wurcs/__init__.py
src/glypy/io/wurcs/basetype_conversion.py
src/glypy/io/wurcs/carbon_descriptors.py
src/glypy/io/wurcs/node_type.py
src/glypy/io/wurcs/parser.py
src/glypy/io/wurcs/substituent_conversion.py
src/glypy/io/wurcs/utils.py
src/glypy/io/wurcs/writer.py
src/glypy/plot/__init__.py
src/glypy/plot/buchheim.py
src/glypy/plot/cfg_symbols.py
src/glypy/plot/common.py
src/glypy/plot/draw_tree.py
src/glypy/plot/fragment_annotation.py
src/glypy/plot/geometry.py
src/glypy/plot/iupac_symbols.py
src/glypy/plot/snfg_symbols.py
src/glypy/plot/symbolic_nomenclature.py
src/glypy/plot/topological_layout.py
src/glypy/structure/__init__.py
src/glypy/structure/base.py
src/glypy/structure/constants.py
src/glypy/structure/crossring_fragments.py
src/glypy/structure/fragment.py
src/glypy/structure/glycan.py
src/glypy/structure/glycan_composition.py
src/glypy/structure/link.py
src/glypy/structure/modification.py
src/glypy/structure/monosaccharide.py
src/glypy/structure/named_structures.py
src/glypy/structure/stereochemistry.py
src/glypy/structure/substituent.py
src/glypy/structure/data/glycans.hjson
src/glypy/structure/data/monosaccharides.hjson
src/glypy/structure/data/motifs.hjson
src/glypy/utils/__init__.py
src/glypy/utils/base.py
src/glypy/utils/cenum.c
src/glypy/utils/cenum.pxd
src/glypy/utils/cenum.pyx
src/glypy/utils/compat.py
src/glypy/utils/enum.py
src/glypy/utils/lazy.py
src/glypy/utils/multimap.py
tests/test_composition.py
tests/test_databases.py
tests/test_enzyme.py
tests/test_glycan.py
tests/test_glycan_composition.py
tests/test_glycoct.py
tests/test_glyspace.py
tests/test_iupac.py
tests/test_lazy.py
tests/test_linear_code.py
tests/test_link.py
tests/test_monosaccharide.py
tests/test_nomenclature.py
tests/test_plots.py
tests/test_similarity_algorithms.py
tests/test_subtree_search.py
tests/test_wurcs.py
tests/tests_legacy.py