pygpsd


Namepygpsd JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-09-08 19:27:16
maintainernbdy
docs_urlNone
authornbdy
requires_python>=3.8
licenseMIT License
keywords client gps gpsd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pygpsd

this is a library for polling gpsd with python

## how to..

### .. install

`pip install pygpsd`

### .. use

```python
from pygpsd import GPSD

gpsd = GPSD()
data = gpsd.poll()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pygpsd",
    "maintainer": "nbdy",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "client, gps, gpsd",
    "author": "nbdy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/28/97/e21bd0b17e8de48d804075382c225175952e0030646ddb9fa629d627e054/pygpsd-1.1.2.tar.gz",
    "platform": null,
    "description": "# pygpsd\n\nthis is a library for polling gpsd with python\n\n## how to..\n\n### .. install\n\n`pip install pygpsd`\n\n### .. use\n\n```python\nfrom pygpsd import GPSD\n\ngpsd = GPSD()\ndata = gpsd.poll()\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": null,
    "version": "1.1.2",
    "project_urls": {
        "Documentation": "https://github.com/nbdy/pygpsd/wiki",
        "Homepage": "https://github.com/nbdy/pygpsd",
        "Issues": "https://github.com/nbdy/pygpsd/issues",
        "Repository": "https://github.com/nbdy/pygpsd.git"
    },
    "split_keywords": [
        "client",
        " gps",
        " gpsd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2897e21bd0b17e8de48d804075382c225175952e0030646ddb9fa629d627e054",
                "md5": "d4a298361bb7d24e72a83850a2aa1e54",
                "sha256": "a08723501162491f59ea572d92f92dba3f8f4bef6398a2f93e912f8b5013218a"
            },
            "downloads": -1,
            "filename": "pygpsd-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d4a298361bb7d24e72a83850a2aa1e54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4042,
            "upload_time": "2024-09-08T19:27:16",
            "upload_time_iso_8601": "2024-09-08T19:27:16.160761Z",
            "url": "https://files.pythonhosted.org/packages/28/97/e21bd0b17e8de48d804075382c225175952e0030646ddb9fa629d627e054/pygpsd-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 19:27:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nbdy",
    "github_project": "pygpsd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygpsd"
}
        
Elapsed time: 3.53837s