.gitignore
.releaserc.json
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
.github/COMMIT_CONVENTION.md
.github/PIPELINE_SETUP.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/pr-acknowledgment.yml
.github/workflows/semantic-pr.yml
.github/workflows/test-and-release.yml
docs/API_EXAMPLES.md
src/pymbrewclient/__init__.py
src/pymbrewclient/cli.py
src/pymbrewclient/client.py
src/pymbrewclient.egg-info/PKG-INFO
src/pymbrewclient.egg-info/SOURCES.txt
src/pymbrewclient.egg-info/dependency_links.txt
src/pymbrewclient.egg-info/entry_points.txt
src/pymbrewclient.egg-info/requires.txt
src/pymbrewclient.egg-info/top_level.txt
src/pymbrewclient/rest/__init__.py
src/pymbrewclient/rest/client.py
src/pymbrewclient/rest/models.py
tests/test_client.py