.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/client.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/start.rst
docs/_static/.gitignore
src/gps_tracker/__init__.py
src/gps_tracker/_version.py
src/gps_tracker/py.typed
src/gps_tracker.egg-info/PKG-INFO
src/gps_tracker.egg-info/SOURCES.txt
src/gps_tracker.egg-info/dependency_links.txt
src/gps_tracker.egg-info/not-zip-safe
src/gps_tracker.egg-info/requires.txt
src/gps_tracker.egg-info/top_level.txt
src/gps_tracker/client/__init__.py
src/gps_tracker/client/asynchronous.py
src/gps_tracker/client/config.py
src/gps_tracker/client/datatypes.py
src/gps_tracker/client/exceptions.py
src/gps_tracker/client/synchronous.py
src/gps_tracker/client/url_provider.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/fixtures/200_device_deviceid-222000.json
tests/fixtures/200_device_issue_1.json
tests/fixtures/200_device_issue_4.json
tests/fixtures/200_devices.json
tests/fixtures/200_devices_type-android.json
tests/fixtures/200_devices_type-iphone.json
tests/fixtures/200_devices_type-tracker.json
tests/fixtures/200_tracker_config_deviceid-878858.json
tests/fixtures/200_tracker_config_unknown_fields.json
tests/fixtures/200_tracker_data_deviceid-878858.json
tests/fixtures/200_tracker_data_empty_deviceid-878858.json
tests/fixtures/200_tracker_status_deviceid-878858.json
tests/fixtures/200_tracker_status_issue_2.json
tests/fixtures/200_user_id-457961.json
tests/fixtures/200_users.json
tests/fixtures/200_users_missing-field.json
tests/fixtures/200_users_unknown-field.json
tests/fixtures/204_tracker_status-invalid.json
tests/fixtures/401_users.json
tests/fixtures/403_user_id-666666.json
tests/fixtures/404_test.json
tests/fixtures/404_test_except-AsyncClientConnectionError.json
tests/fixtures/404_test_except-SyncClientConnectionError.json
tests/test_gps_tracker/__init__.py
tests/test_gps_tracker/test_client/__init__.py
tests/test_gps_tracker/test_client/test_async.py
tests/test_gps_tracker/test_client/test_exceptions.py
tests/test_gps_tracker/test_client/test_sync.py