.env.example
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
credly/__init__.py
credly/client.py
credly/exceptions.py
credly/http.py
credly/resources/__init__.py
credly/resources/authorization_tokens.py
credly/resources/badge_templates.py
credly/resources/badges.py
credly/resources/base.py
credly/resources/employees.py
credly/resources/issuer_authorizations.py
credly/resources/organizations.py
credly_python_api.egg-info/PKG-INFO
credly_python_api.egg-info/SOURCES.txt
credly_python_api.egg-info/dependency_links.txt
credly_python_api.egg-info/requires.txt
credly_python_api.egg-info/top_level.txt
examples/README.md
examples/badge_management.py
examples/basic_usage.py
examples/dot_notation_demo.py
examples/export_list_of_issued_badges.py
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_exceptions.py
tests/test_http.py
tests/test_resources.py