.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.rst
codecov.yml
pyproject.toml
uv.lock
.github/workflows/testing-and-deployment.yml
docs/Makefile
docs/source/api_methods.rst
docs/source/api_types.rst
docs/source/async_client.rst
docs/source/backend_model_reference.rst
docs/source/backend_models.rst
docs/source/category_queries.rst
docs/source/conf.py
docs/source/deal_queries.rst
docs/source/index.rst
docs/source/offer_queries.rst
docs/source/product_data.rst
docs/source/product_finder.rst
docs/source/product_history.rst
docs/source/product_query.rst
docs/source/sync_client.rst
docs/source/_static/custom.css
docs/source/_static/keepa-logo.png
docs/source/_templates/autosummary/enum.rst
docs/source/_templates/autosummary/pydantic_model.rst
docs/source/images/Offer_History.png
docs/source/images/Product_Offer_Plot.png
docs/source/images/Product_Price_Plot.png
src/keepa/__init__.py
src/keepa/_version.py
src/keepa/constants.py
src/keepa/keepa_async.py
src/keepa/keepa_sync.py
src/keepa/plotting.py
src/keepa/py.typed
src/keepa/query_keys.py
src/keepa/utils.py
src/keepa.egg-info/PKG-INFO
src/keepa.egg-info/SOURCES.txt
src/keepa.egg-info/dependency_links.txt
src/keepa.egg-info/requires.txt
src/keepa.egg-info/scm_file_list.json
src/keepa.egg-info/scm_version.json
src/keepa.egg-info/top_level.txt
src/keepa/models/backend.py
src/keepa/models/domain.py
src/keepa/models/product_params.py
src/keepa/models/status.py
tests/test_async_interface.py
tests/test_backend_models.py
tests/test_backend_schema.py
tests/test_interface.py
utilities/convert-to-pydantic.py
utilities/generate-backend-models.py