LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/rxnpy/__init__.py
src/rxnpy/constants_en.txt
src/rxnpy/default_en.txt
src/rxnpy.egg-info/PKG-INFO
src/rxnpy.egg-info/SOURCES.txt
src/rxnpy.egg-info/dependency_links.txt
src/rxnpy.egg-info/not-zip-safe
src/rxnpy.egg-info/requires.txt
src/rxnpy.egg-info/top_level.txt
src/rxnpy/chemical/__init__.py
src/rxnpy/chemical/chemical.py
src/rxnpy/chemical/element.py
src/rxnpy/chemical/ingredient.py
src/rxnpy/chemical/lookup.py
src/rxnpy/chemical/molecular_formula.py
src/rxnpy/chemical/periodic_table.py
src/rxnpy/chemical/lookup_tools/__init__.py
src/rxnpy/chemical/lookup_tools/pubchem/__init__.py
src/rxnpy/chemical/lookup_tools/pubchem/extract_pubchem_data.py
src/rxnpy/chemical/lookup_tools/pubchem/get_pubchem_data_exmples.py
src/rxnpy/chemical/lookup_tools/pubchem/get_pubchem_lists.py
src/rxnpy/chemical/lookup_tools/pubchem/pubchem.py
src/rxnpy/chemical/lookup_tools/pubchem/pubchem_json.py
src/rxnpy/chemical/lookup_tools/pubchem/pubchem_merge.py
src/rxnpy/chemical/lookup_tools/pubchem/data/cid_1049.json
src/rxnpy/chemical/lookup_tools/pubchem/data/cid_1140.json
src/rxnpy/chemical/lookup_tools/pubchem/data/cid_1146.json
src/rxnpy/chemical/lookup_tools/pubchem/data/cid_887.json
src/rxnpy/chemical/lookup_tools/pubchem/data/cid_996.json
src/rxnpy/chemical/lookup_tools/quantity_parsing/__init__.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/main.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/multiple_quantity_finder.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/post_processing.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/pre_processing.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/reduce_quantity_list.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/sig_figs.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/testing_utils.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/to_quantity.py
src/rxnpy/chemical/lookup_tools/quantity_parsing/utils.py
src/rxnpy/chemical/lookup_tools/wikipidia/__init__.py
src/rxnpy/chemical/lookup_tools/wikipidia/wiki_download.py
src/rxnpy/chemical/lookup_tools/wikipidia/wiki_webscrape.py
src/rxnpy/chemical/referance_data/__init__.py
src/rxnpy/chemical/referance_data/elements.txt
src/rxnpy/data/__init__.py
src/rxnpy/reaction/__init__.py
src/rxnpy/reaction/ingredients.py
src/rxnpy/reaction/tools/__init__.py
src/rxnpy/reaction/tools/ingredients_calc.py
src/rxnpy/utilities/__init__.py
src/rxnpy/utilities/serializer.py