Name | pyserialgps JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | Interact with serial GPS modules. |
upload_time | 2025-08-17 18:50:12 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.0 |
license | GPL-3.0-only |
keywords |
gps
geolocation
serial
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PySerialGps
[](https://github.com/antoniovazquezblanco/pyserialgps/actions/workflows/build.yml)
[](https://pypi.org/project/pyserialgps/)
[](https://snyk.io/advisor/python/pyserialgps)
[](LICENSE.md)
This module encapsulates detection and interaction with serial GPS modules.
It is purely implemented in Python, working OS independently.
## Usage
List GPS modules:
```python
import pyserialgps
modules = list(pyserialgps.list_modules())
print(modules)
```
You may use one of the returned GPS module objects or you may open a module from name and read data:
```python
module = GpsModule("COM9")
with module:
while True:
print(module.read())
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyserialgps",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "GPS, geolocation, serial",
"author": null,
"author_email": "Antonio V\u00e1zquez Blanco <antoniovazquezblanco@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/d6/69/99af0ef933c541b2ca728fe0d28665ce59fd3d644f69009e3571ac8a0acd/pyserialgps-0.0.1.tar.gz",
"platform": null,
"description": "# PySerialGps\n\n[](https://github.com/antoniovazquezblanco/pyserialgps/actions/workflows/build.yml)\n[](https://pypi.org/project/pyserialgps/)\n[](https://snyk.io/advisor/python/pyserialgps)\n[](LICENSE.md)\n\nThis module encapsulates detection and interaction with serial GPS modules.\n\nIt is purely implemented in Python, working OS independently.\n\n## Usage\n\nList GPS modules:\n\n```python\nimport pyserialgps\n\nmodules = list(pyserialgps.list_modules())\nprint(modules)\n```\n\nYou may use one of the returned GPS module objects or you may open a module from name and read data:\n\n```python\nmodule = GpsModule(\"COM9\")\nwith module:\n while True:\n print(module.read())\n```\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "Interact with serial GPS modules.",
"version": "0.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/antoniovazquezblanco/pyserialgps/issues",
"Homepage": "https://github.com/antoniovazquezblanco/pyserialgps"
},
"split_keywords": [
"gps",
" geolocation",
" serial"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "74d7b192dc907a36607bf68ee6382f6ade09a198de77c6f8007dde7583fd614c",
"md5": "5f671480a29c48eff396af44d7d4491b",
"sha256": "d3f3b045c56526befd91049de0213d96d2c532ab6033c170b41b23fcd9f1fb79"
},
"downloads": -1,
"filename": "pyserialgps-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f671480a29c48eff396af44d7d4491b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 15422,
"upload_time": "2025-08-17T18:50:10",
"upload_time_iso_8601": "2025-08-17T18:50:10.887928Z",
"url": "https://files.pythonhosted.org/packages/74/d7/b192dc907a36607bf68ee6382f6ade09a198de77c6f8007dde7583fd614c/pyserialgps-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d66999af0ef933c541b2ca728fe0d28665ce59fd3d644f69009e3571ac8a0acd",
"md5": "0bed4a2aec06e8d918688c2fa641f234",
"sha256": "c7f08291150d96c09fa7c1cfe4fda220c2982e5c178b9ccc279a03b8b19a1d83"
},
"downloads": -1,
"filename": "pyserialgps-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "0bed4a2aec06e8d918688c2fa641f234",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 14805,
"upload_time": "2025-08-17T18:50:12",
"upload_time_iso_8601": "2025-08-17T18:50:12.214604Z",
"url": "https://files.pythonhosted.org/packages/d6/69/99af0ef933c541b2ca728fe0d28665ce59fd3d644f69009e3571ac8a0acd/pyserialgps-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-17 18:50:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "antoniovazquezblanco",
"github_project": "pyserialgps",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyserialgps"
}