aioaprs


Nameaioaprs JSON
Version 0.4.2 PyPI version JSON
download
home_page
SummaryAsync Python3 libraray implementing an APRS-IS client
upload_time2023-01-12 23:21:04
maintainer
docs_urlNone
author
requires_python>=3.7
licenseGNU General Public License v3 or later (GPLv3+)
keywords aprs aprs-is socket aiosocket ham hamradio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aioaprs

> Async Python3 libraray implementing an APRS-IS client

This library aims to implement a complete APRS-IS client based on the modern async pattern in Python 3.

It's heavily based on `aprslib`, available on
[https://github.com/rossengeorgiev/aprs-python](https://github.com/rossengeorgiev/aprs-python).

## Usage

TODO

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aioaprs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "aprs,aprs-is,socket,aiosocket,ham,hamradio",
    "author": "",
    "author_email": "Luca Cireddu <sardylan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/46/3b/bdffcccf5089d757ff379e286481f88dd881132f1d041d2d293a40ae402f/aioaprs-0.4.2.tar.gz",
    "platform": null,
    "description": "# aioaprs\n\n> Async Python3 libraray implementing an APRS-IS client\n\nThis library aims to implement a complete APRS-IS client based on the modern async pattern in Python 3.\n\nIt's heavily based on `aprslib`, available on\n[https://github.com/rossengeorgiev/aprs-python](https://github.com/rossengeorgiev/aprs-python).\n\n## Usage\n\nTODO\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "Async Python3 libraray implementing an APRS-IS client",
    "version": "0.4.2",
    "split_keywords": [
        "aprs",
        "aprs-is",
        "socket",
        "aiosocket",
        "ham",
        "hamradio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6b965cb0259a8f611ffbded2e6690edd1c131f3a0aefc7912200b1ccf511c92",
                "md5": "a37f6409c35ccb7d6445408b251cb7a1",
                "sha256": "7130987c16309de8c3e2c13daaee9c97efbc891928f2ab2fa189e7045105cbc8"
            },
            "downloads": -1,
            "filename": "aioaprs-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a37f6409c35ccb7d6445408b251cb7a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 22679,
            "upload_time": "2023-01-12T23:21:01",
            "upload_time_iso_8601": "2023-01-12T23:21:01.435235Z",
            "url": "https://files.pythonhosted.org/packages/b6/b9/65cb0259a8f611ffbded2e6690edd1c131f3a0aefc7912200b1ccf511c92/aioaprs-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "463bbdffcccf5089d757ff379e286481f88dd881132f1d041d2d293a40ae402f",
                "md5": "e025ece238247844191d9304022d2ee0",
                "sha256": "6cbe03c9b41c628d21caaeb4b317e92865ba9482644d56fadb43b45867a2f798"
            },
            "downloads": -1,
            "filename": "aioaprs-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e025ece238247844191d9304022d2ee0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20622,
            "upload_time": "2023-01-12T23:21:04",
            "upload_time_iso_8601": "2023-01-12T23:21:04.067743Z",
            "url": "https://files.pythonhosted.org/packages/46/3b/bdffcccf5089d757ff379e286481f88dd881132f1d041d2d293a40ae402f/aioaprs-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-12 23:21:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "aioaprs"
}
        
Elapsed time: 0.02720s