.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yaml
.github/workflows/test.yaml
src/pydargs/__init__.py
src/pydargs/_version.py
src/pydargs/py.typed
src/pydargs/utils.py
src/pydargs.egg-info/PKG-INFO
src/pydargs.egg-info/SOURCES.txt
src/pydargs.egg-info/dependency_links.txt
src/pydargs.egg-info/requires.txt
src/pydargs.egg-info/top_level.txt
tests/conftest.py
tests/test_parse.py
tests/test_pydantic.py
tests/test_recursive.py
tests/test_subparser.py
tests/test_types.py