pytraccar


Namepytraccar JSON
Version 2.1.1 PyPI version JSON
download
home_pagehttps://github.com/ludeeus/pytraccar
Summary
upload_time2024-02-23 08:46:26
maintainerLudeeus
docs_urlNone
authorLudeeus
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [pytraccar](https://pypi.org/project/pytraccar/)

[![codecov](https://codecov.io/gh/ludeeus/pytraccar/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/pytraccar)
![python version](https://img.shields.io/badge/Python-3.11<-->3.12-blue.svg)
[![PyPI](https://img.shields.io/pypi/v/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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ludeeus/pytraccar",
    "name": "pytraccar",
    "maintainer": "Ludeeus",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "ludeeus@ludeeus.dev",
    "keywords": "",
    "author": "Ludeeus",
    "author_email": "ludeeus@ludeeus.dev",
    "download_url": "https://files.pythonhosted.org/packages/4b/fb/72100859eb773ead9850f6d57e727a6b3114d82799888987216102c69184/pytraccar-2.1.1.tar.gz",
    "platform": null,
    "description": "# [pytraccar](https://pypi.org/project/pytraccar/)\n\n[![codecov](https://codecov.io/gh/ludeeus/pytraccar/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/pytraccar)\n![python version](https://img.shields.io/badge/Python-3.11<-->3.12-blue.svg)\n[![PyPI](https://img.shields.io/pypi/v/pytraccar)](https://pypi.org/project/pytraccar)\n\n\n## Installation\n\n```bash\npython3 -m install pytraccar\n```\n\nLook at the file `example.py` for a usage example.\n\n\n## Contribute\n\n**All** contributions are welcome!\n\n1. Fork the repository\n2. Clone the repository locally and open the devcontainer or use GitHub codespaces\n3. Do your changes\n4. Lint the files with `poetry run ruff check --fix pytraccar`\n5. Format the files with `poetry run ruff format`\n6. Ensure all tests passes and coverage is still at 100% with `poetry run pytest --cov`\n7. Commit your work, and push it to GitHub\n8. Create a PR against the `main` branch\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "https://github.com/ludeeus/pytraccar",
        "Repository": "https://github.com/ludeeus/pytraccar"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5279d72776aab5526e168bb4b2e4b5c17e0ffe2b623d1b1c9cab9dcbd0d4d40",
                "md5": "6d5f87bd37a84d573fa29e5fa04aab02",
                "sha256": "efb2d4e4c6349f60d0f3aa9a6ab03ba7a8477b9e87102441a0a8ce9b815d5548"
            },
            "downloads": -1,
            "filename": "pytraccar-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d5f87bd37a84d573fa29e5fa04aab02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 9196,
            "upload_time": "2024-02-23T08:46:24",
            "upload_time_iso_8601": "2024-02-23T08:46:24.837190Z",
            "url": "https://files.pythonhosted.org/packages/b5/27/9d72776aab5526e168bb4b2e4b5c17e0ffe2b623d1b1c9cab9dcbd0d4d40/pytraccar-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bfb72100859eb773ead9850f6d57e727a6b3114d82799888987216102c69184",
                "md5": "41b7e2e8c7ab132b0db192720dc29cfb",
                "sha256": "a917b52b961baf2af8e83f9d4b759e80c8348bbc65539650a0953a812fce55ea"
            },
            "downloads": -1,
            "filename": "pytraccar-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "41b7e2e8c7ab132b0db192720dc29cfb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 6836,
            "upload_time": "2024-02-23T08:46:26",
            "upload_time_iso_8601": "2024-02-23T08:46:26.037704Z",
            "url": "https://files.pythonhosted.org/packages/4b/fb/72100859eb773ead9850f6d57e727a6b3114d82799888987216102c69184/pytraccar-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 08:46:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ludeeus",
    "github_project": "pytraccar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytraccar"
}
        
Elapsed time: 0.24245s