.gitignore
CHANGELOG.md
LICENSE
README.md
pylintrc
pyproject.toml
requirements.txt
setup.cfg
tasks.py
.github/workflows/codeql-analysis.yml
.github/workflows/pylint.yml
.github/workflows/python-publish.yml
c8y_api/__init__.py
c8y_api/_auth.py
c8y_api/_base_api.py
c8y_api/_jwt.py
c8y_api/_main_api.py
c8y_api/_registry_api.py
c8y_api/_util.py
c8y_api.egg-info/PKG-INFO
c8y_api.egg-info/SOURCES.txt
c8y_api.egg-info/dependency_links.txt
c8y_api.egg-info/requires.txt
c8y_api.egg-info/top_level.txt
c8y_api/app/__init__.py
c8y_api/model/__init__.py
c8y_api/model/_base.py
c8y_api/model/_parser.py
c8y_api/model/_util.py
c8y_api/model/administration.py
c8y_api/model/alarms.py
c8y_api/model/applications.py
c8y_api/model/binaries.py
c8y_api/model/events.py
c8y_api/model/identity.py
c8y_api/model/inventory.py
c8y_api/model/managedobjects.py
c8y_api/model/measurements.py
c8y_api/model/operations.py
integration_tests/__init__.py
integration_tests/conftest.py
integration_tests/test_alarms.py
integration_tests/test_applications.py
integration_tests/test_binaries.py
integration_tests/test_device_registry.py
integration_tests/test_devicegroups.py
integration_tests/test_events.py
integration_tests/test_global_roles.py
integration_tests/test_identity.py
integration_tests/test_inventory.py
integration_tests/test_inventoryroles.py
integration_tests/test_measurements.py
integration_tests/test_operations.py
integration_tests/test_users.py
samples/Dockerfile
samples/build.sh
samples/cumulocity.json
samples/multi_tenant_app.py
samples/simple_agent.py
samples/simple_tenant_app.py
samples/user_sessions.py
tests/__init__.py
tests/test_app.py
tests/test_auth.py
tests/test_base_api.py
tests/test_device_registry.py
tests/test_util.py
tests/utils.py
tests/model/alarm.json
tests/model/application.json
tests/model/device.json
tests/model/event.json
tests/model/global_role.json
tests/model/inventoryrole.json
tests/model/managed_object.json
tests/model/operation.json
tests/model/test_alarm.py
tests/model/test_application.py
tests/model/test_base.py
tests/model/test_device.py
tests/model/test_event.py
tests/model/test_global_role.py
tests/model/test_inventory.py
tests/model/test_inventoryrole.py
tests/model/test_managedobject.py
tests/model/test_measurements.py
tests/model/test_operation.py
tests/model/test_parser.py
tests/model/test_resource.py
tests/model/test_user.py
tests/model/user.json