.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.yamllint.yaml
COPYING
HACKING.rst
README.rst
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/workflows/check-renovate.yaml
.github/workflows/cla-check.yaml
.github/workflows/docs.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
.github/workflows/tests.yaml
docs/conf.py
docs/index.rst
docs/_static/css/custom.css
docs/explanation/index.rst
docs/howto/index.rst
docs/reference/index.rst
docs/tutorials/index.rst
launchpad_client/__init__.py
launchpad_client/_version.py
launchpad_client/const.py
launchpad_client/errors.py
launchpad_client/launchpad.py
launchpad_client/util.py
launchpad_client.egg-info/PKG-INFO
launchpad_client.egg-info/SOURCES.txt
launchpad_client.egg-info/dependency_links.txt
launchpad_client.egg-info/requires.txt
launchpad_client.egg-info/top_level.txt
launchpad_client/models/__init__.py
launchpad_client/models/base.py
launchpad_client/models/project.py
launchpad_client/models/recipe.py
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_anonymous_access.py
tests/integration/test_setuptools.py
tests/integration/test_version.py
tests/unit/__init__.py
tests/unit/test_util.py
tests/unit/models/__init__.py
tests/unit/models/test_base.py