LICENSE
README.md
pyproject.toml
bin/csv_to_gdx.py
bin/gdx_to_csv.py
src/gdxpds/__init__.py
src/gdxpds/gdx.py
src/gdxpds/py.typed
src/gdxpds/read_gdx.py
src/gdxpds/special.py
src/gdxpds/tools.py
src/gdxpds/write_gdx.py
src/gdxpds.egg-info/PKG-INFO
src/gdxpds.egg-info/SOURCES.txt
src/gdxpds.egg-info/dependency_links.txt
src/gdxpds.egg-info/entry_points.txt
src/gdxpds.egg-info/requires.txt
src/gdxpds.egg-info/top_level.txt
src/gdxpds/_verify_install/__init__.py
src/gdxpds/_verify_install/sample.gdx
src/gdxpds/cli/__init__.py
src/gdxpds/cli/csv_to_gdx.py
src/gdxpds/cli/gdx_to_csv.py
src/gdxpds/cli/main.py
tests/test_conversions.py
tests/test_diagnostics.py
tests/test_domain.py
tests/test_handle_lifecycle.py
tests/test_read.py
tests/test_specials.py
tests/test_write.py