.gitignore
.readthedocs.yaml
ADVANCED.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
_version.pyi
pyUSPTO.code-workspace
pyproject.toml
requirements-dev.txt
requirements.txt
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation-updates.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/publish-docs.yaml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/python-tests.yml
docs/Makefile
docs/source/advanced.rst
docs/source/conf.py
docs/source/configuration.rst
docs/source/development.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/quickstart.rst
docs/source/_static/.gitkeep
docs/source/api/exceptions.rst
docs/source/api/index.rst
docs/source/api/warnings.rst
docs/source/api/clients/bulk_data.rst
docs/source/api/clients/index.rst
docs/source/api/clients/patent_data.rst
docs/source/api/clients/petition_decisions.rst
docs/source/api/clients/ptab_appeals.rst
docs/source/api/clients/ptab_interferences.rst
docs/source/api/clients/ptab_trials.rst
docs/source/api/config/config.rst
docs/source/api/config/http_config.rst
docs/source/api/config/index.rst
docs/source/api/models/base.rst
docs/source/api/models/bulk_data.rst
docs/source/api/models/index.rst
docs/source/api/models/patent_data.rst
docs/source/api/models/petition_decisions.rst
docs/source/api/models/ptab.rst
docs/source/api/models/utils.rst
docs/source/examples/bulk_data.rst
docs/source/examples/ifw_example.rst
docs/source/examples/index.rst
docs/source/examples/patent_data.rst
docs/source/examples/petition_decisions.rst
docs/source/examples/ptab_appeals.rst
docs/source/examples/ptab_interferences.rst
docs/source/examples/ptab_trials.rst
examples/bulk_data_example.py
examples/error_handling_example.py
examples/ifw_example.py
examples/patent_data_example.py
examples/petition_decisions_example.py
examples/ptab_appeals_example.py
examples/ptab_interferences_example.py
examples/ptab_trials_example.py
src/pyUSPTO/__init__.py
src/pyUSPTO/config.py
src/pyUSPTO/exceptions.py
src/pyUSPTO/http_config.py
src/pyUSPTO/py.typed
src/pyUSPTO/warnings.py
src/pyUSPTO.egg-info/PKG-INFO
src/pyUSPTO.egg-info/SOURCES.txt
src/pyUSPTO.egg-info/dependency_links.txt
src/pyUSPTO.egg-info/requires.txt
src/pyUSPTO.egg-info/top_level.txt
src/pyUSPTO.egg-info/zip-safe
src/pyUSPTO/clients/__init__.py
src/pyUSPTO/clients/base.py
src/pyUSPTO/clients/bulk_data.py
src/pyUSPTO/clients/patent_data.py
src/pyUSPTO/clients/petition_decisions.py
src/pyUSPTO/clients/ptab_appeals.py
src/pyUSPTO/clients/ptab_interferences.py
src/pyUSPTO/clients/ptab_trials.py
src/pyUSPTO/models/__init__.py
src/pyUSPTO/models/base.py
src/pyUSPTO/models/bulk_data.py
src/pyUSPTO/models/patent_data.py
src/pyUSPTO/models/petition_decisions.py
src/pyUSPTO/models/ptab.py
src/pyUSPTO/models/utils.py
src/pyUSPTO/utils/__init__.py
src/pyUSPTO/utils/http.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_edge_cases.py
tests/test_exceptions.py
tests/test_http_config.py
tests/test_init.py
tests/test_version.py
tests/clients/__init__.py
tests/clients/test_base.py
tests/clients/test_bulk_data_clients.py
tests/clients/test_patent_data_clients.py
tests/clients/test_petition_decision_clients.py
tests/clients/test_ptab_appeals_client.py
tests/clients/test_ptab_interferences_client.py
tests/clients/test_ptab_trials_client.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_bulk_data_integration.py
tests/integration/test_patent_data_integration.py
tests/integration/test_petition_decisions_integration.py
tests/integration/test_ptab_appeals_integration.py
tests/integration/test_ptab_interferences_integration.py
tests/integration/test_ptab_trials_integration.py
tests/models/__init__.py
tests/models/test_bulk_data_models.py
tests/models/test_patent_data_models.py
tests/models/test_petition_decision_models.py
tests/models/test_ptab_models.py
tests/models/test_utils.py
tests/utils/__init__.py
tests/utils/test_http.py