gps-tracker


Namegps-tracker JSON
Version 0.9.0 PyPI version JSON
download
home_page
SummaryUnofficial client to retrieve location data from Invoxia™ GPS trackers.
upload_time2024-02-04 12:26:44
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/
.. image:: https://gitlab.com/ezlo.picori/gps_tracker/badges/main/pipeline.svg
    :alt: Pipeline status
    :target: https://gitlab.com/ezlo.picori/gps_tracker/-/commits/main
.. image:: https://gitlab.com/ezlo.picori/gps_tracker/badges/main/coverage.svg
    :alt: Coverage
    :target: https://gitlab.com/ezlo.picori/gps_tracker/-/commits/main
.. image:: https://readthedocs.org/projects/gps_tracker/badge/?version=latest
    :alt: ReadTheDocs
    :target: https://gps-tracker.readthedocs.io/en/latest/
.. image:: https://img.shields.io/pypi/v/gps_tracker.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/gps_tracker/

===========
gps_tracker
===========

    Unofficial client to retrieve location data from Invoxia™ GPS trackers.

Invoxia_\™ is known for their GPS Trackers with long battery life which rely on the LoRa_ or SigFox_
networks. Unfortunately, trackers location can only be accessed through their Android_ and iOS_ applications.
This ``gps_tracker`` package connects to the same API than your smartphone app and gives you an easy access to:

- The list of devices connected to your account
- Their current state
- Their location history

Data is only in read-access, you will still need the smartphone app to change your devices configuration.

Note that even though direct access to Invoxia™ API is not strictly prohibited in their `terms of use`_, it is
not encouraged either: company representatives have already stated that they do not currently consider making the
API opened for all customers and this feature is limited to their `pro tracking offer`_.
Therefore, by using ``gps_tracker`` you:

1. Accept to use this direct API access in a reasonable manner by limiting the query rate to the bare minimum required
for your application.

2. Understand that the Invoxia company may take any action they see fit regarding your account if they consider your
usage of their API to be in violation with their terms of use.

.. _Invoxia: https://www.invoxia.com/
.. _LoRa: https://lora-alliance.org/
.. _SigFox: https://www.sigfox.com/
.. _Android: https://play.google.com/store/apps/details?id=com.invoxia.track
.. _iOS: https://apps.apple.com/fr/app/invoxia-gps/id1261314542
.. _`terms of use`: https://www.invoxia.com/fr/legal/site/terms
.. _pro tracking offer: https://tracking.invoxia.com


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gps-tracker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Ezlo Picori <ezlo@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d5/54/a28208370f3882a8ac05e3edaff662149809541f86538fdb26ee65a005d9/gps_tracker-0.9.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold\n    :alt: Project generated with PyScaffold\n    :target: https://pyscaffold.org/\n.. image:: https://gitlab.com/ezlo.picori/gps_tracker/badges/main/pipeline.svg\n    :alt: Pipeline status\n    :target: https://gitlab.com/ezlo.picori/gps_tracker/-/commits/main\n.. image:: https://gitlab.com/ezlo.picori/gps_tracker/badges/main/coverage.svg\n    :alt: Coverage\n    :target: https://gitlab.com/ezlo.picori/gps_tracker/-/commits/main\n.. image:: https://readthedocs.org/projects/gps_tracker/badge/?version=latest\n    :alt: ReadTheDocs\n    :target: https://gps-tracker.readthedocs.io/en/latest/\n.. image:: https://img.shields.io/pypi/v/gps_tracker.svg\n    :alt: PyPI-Server\n    :target: https://pypi.org/project/gps_tracker/\n\n===========\ngps_tracker\n===========\n\n    Unofficial client to retrieve location data from Invoxia\u2122 GPS trackers.\n\nInvoxia_\\\u2122 is known for their GPS Trackers with long battery life which rely on the LoRa_ or SigFox_\nnetworks. Unfortunately, trackers location can only be accessed through their Android_ and iOS_ applications.\nThis ``gps_tracker`` package connects to the same API than your smartphone app and gives you an easy access to:\n\n- The list of devices connected to your account\n- Their current state\n- Their location history\n\nData is only in read-access, you will still need the smartphone app to change your devices configuration.\n\nNote that even though direct access to Invoxia\u2122 API is not strictly prohibited in their `terms of use`_, it is\nnot encouraged either: company representatives have already stated that they do not currently consider making the\nAPI opened for all customers and this feature is limited to their `pro tracking offer`_.\nTherefore, by using ``gps_tracker`` you:\n\n1. Accept to use this direct API access in a reasonable manner by limiting the query rate to the bare minimum required\nfor your application.\n\n2. Understand that the Invoxia company may take any action they see fit regarding your account if they consider your\nusage of their API to be in violation with their terms of use.\n\n.. _Invoxia: https://www.invoxia.com/\n.. _LoRa: https://lora-alliance.org/\n.. _SigFox: https://www.sigfox.com/\n.. _Android: https://play.google.com/store/apps/details?id=com.invoxia.track\n.. _iOS: https://apps.apple.com/fr/app/invoxia-gps/id1261314542\n.. _`terms of use`: https://www.invoxia.com/fr/legal/site/terms\n.. _pro tracking offer: https://tracking.invoxia.com\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Unofficial client to retrieve location data from Invoxia\u2122 GPS trackers.",
    "version": "0.9.0",
    "project_urls": {
        "Changelog": "https://gps_tracker.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://gps_tracker.readthedocs.io/",
        "Download": "https://pypi.org/project/gps_tracker/#files",
        "Homepage": "https://gitlab.com/ezlo.picori/gps_tracker",
        "Source": "https://gitlab.com/ezlo.picori/gps_tracker",
        "Tracker": "https://gitlab.com/ezlo.picori/gps_tracker/-/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa44a40139a341f50e8afc61f9235e2fbb3d8d63f11ca4ecaf3cf558418cbab7",
                "md5": "31f8b98cee210bcc8d3591381b76fceb",
                "sha256": "1ef7a3f8fb806f716a5844c9ec85a0435f278b20d22b601bb6490f9f79b46a3a"
            },
            "downloads": -1,
            "filename": "gps_tracker-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31f8b98cee210bcc8d3591381b76fceb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15615,
            "upload_time": "2024-02-04T12:26:42",
            "upload_time_iso_8601": "2024-02-04T12:26:42.725274Z",
            "url": "https://files.pythonhosted.org/packages/fa/44/a40139a341f50e8afc61f9235e2fbb3d8d63f11ca4ecaf3cf558418cbab7/gps_tracker-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d554a28208370f3882a8ac05e3edaff662149809541f86538fdb26ee65a005d9",
                "md5": "915801d6444038886471430b726ae29a",
                "sha256": "9c5762607b677263c4ac77014bb1a01d639309b1fccc8c32685cd7f98d4c52ed"
            },
            "downloads": -1,
            "filename": "gps_tracker-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "915801d6444038886471430b726ae29a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13854,
            "upload_time": "2024-02-04T12:26:44",
            "upload_time_iso_8601": "2024-02-04T12:26:44.442617Z",
            "url": "https://files.pythonhosted.org/packages/d5/54/a28208370f3882a8ac05e3edaff662149809541f86538fdb26ee65a005d9/gps_tracker-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 12:26:44",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "ezlo.picori",
    "gitlab_project": "gps_tracker",
    "lcname": "gps-tracker"
}
        
Elapsed time: 0.16048s