https://github.com/ludeeus/pytraccar
Update and fetch device information from Traccar.
https://github.com/ludeeus/pytraccar
api async client python traccar
Last synced: 3 months ago
JSON representation
Update and fetch device information from Traccar.
- Host: GitHub
- URL: https://github.com/ludeeus/pytraccar
- Owner: ludeeus
- License: mit
- Created: 2018-11-03T00:03:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T08:16:41.000Z (3 months ago)
- Last Synced: 2025-03-28T15:03:57.768Z (3 months ago)
- Topics: api, async, client, python, traccar
- Language: Python
- Homepage: https://pypi.org/project/pytraccar/
- Size: 563 KB
- Stars: 16
- Watchers: 3
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [pytraccar](https://pypi.org/project/pytraccar/)
[](https://codecov.io/gh/ludeeus/pytraccar)

[](https://pypi.org/project/pytraccar)## Installation
```bash
python3 -m install pytraccar
```Look at the file `example.py` for a usage example.
## Contribute
**All** contributions are welcome!
1. Fork the repository
2. Clone the repository locally and open the devcontainer or use GitHub codespaces
3. Do your changes
4. Lint the files with `poetry run ruff check --fix pytraccar`
5. Format the files with `poetry run ruff format`
6. Ensure all tests passes and coverage is still at 100% with `poetry run pytest --cov`
7. Commit your work, and push it to GitHub
8. Create a PR against the `main` branch