.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
uv.lock
.github/labeler.yml
.github/release.yml
.github/workflows/publish.yml
.github/workflows/test-package.yml
src/fpds/__init__.py
src/fpds/config.py
src/fpds/errors.py
src/fpds.egg-info/PKG-INFO
src/fpds.egg-info/SOURCES.txt
src/fpds.egg-info/dependency_links.txt
src/fpds.egg-info/entry_points.txt
src/fpds.egg-info/requires.txt
src/fpds.egg-info/top_level.txt
src/fpds/cli/__init__.py
src/fpds/cli/parse.py
src/fpds/constants/__init__.py
src/fpds/constants/fields.json
src/fpds/core/__init__.py
src/fpds/core/mixins.py
src/fpds/core/parser.py
src/fpds/core/xml.py
src/fpds/utilities/__init__.py
src/fpds/utilities/decorators.py
src/fpds/utilities/params.py
tests/__init__.py
tests/test_cli.py
tests/test_parser.py
tests/test_xml.py
tests/utilities.py
tests/data/__init__.py
tests/data/full_response.xml
tests/data/truncated_response.xml