LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/nistchempy/__init__.py
src/nistchempy/compound.py
src/nistchempy/compound_list.py
src/nistchempy/requests.py
src/nistchempy/search.py
src/nistchempy/utils.py
src/nistchempy.egg-info/PKG-INFO
src/nistchempy.egg-info/SOURCES.txt
src/nistchempy.egg-info/dependency_links.txt
src/nistchempy.egg-info/requires.txt
src/nistchempy.egg-info/top_level.txt
src/nistchempy/data/nist_data.zip
src/nistchempy/parsing/__init__.py
src/nistchempy/parsing/compound.py
src/nistchempy/parsing/gas_chromatography.py
tests/test_compound.py
tests/test_data.py
tests/test_parsing.py
tests/test_request_config.py
tests/test_search.py