python3 -m install pytraccar
Look at the file example.py
for a usage example.
All contributions are welcome!
- Fork the repository
- Clone the repository locally and open the devcontainer or use GitHub codespaces
- Do your changes
- Lint the files with
poetry run ruff check --fix pytraccar
- Format the files with
poetry run ruff format
- Ensure all tests passes and coverage is still at 100% with
poetry run pytest --cov
- Commit your work, and push it to GitHub
- Create a PR against the
main
branch