AI_USE.md
CITATION.cff
DATA_NOTICE.md
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/nistchempy/__init__.py
src/nistchempy/cli.py
src/nistchempy/compound.py
src/nistchempy/exceptions.py
src/nistchempy/index.py
src/nistchempy/requests.py
src/nistchempy/search.py
src/nistchempy/structure.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/entry_points.txt
src/nistchempy.egg-info/requires.txt
src/nistchempy.egg-info/top_level.txt
src/nistchempy/indexing/__init__.py
src/nistchempy/indexing/artifacts.py
src/nistchempy/indexing/build.py
src/nistchempy/indexing/builder.py
src/nistchempy/indexing/cache.py
src/nistchempy/indexing/core.py
src/nistchempy/indexing/discovery.py
src/nistchempy/indexing/enrichment.py
src/nistchempy/indexing/schema.py
src/nistchempy/parsing/__init__.py
src/nistchempy/parsing/compound.py
src/nistchempy/parsing/gas_chromatography.py
src/nistchempy/records/__init__.py
src/nistchempy/records/base.py
src/nistchempy/records/chromatography.py
src/nistchempy/records/compound.py
src/nistchempy/records/io.py
src/nistchempy/records/molfile.py
src/nistchempy/records/spectra.py
tests/test_cache.py
tests/test_compound_offline.py
tests/test_data.py
tests/test_index.py
tests/test_index_structural.py
tests/test_package_artifacts.py
tests/test_parsing_compound_offline.py
tests/test_parsing_gas_chromatography_offline.py
tests/test_records.py
tests/test_records_io.py
tests/test_requests_offline.py
tests/test_search_offline.py
tests/test_structure.py
tests/test_utils.py