topyary-events


Nametopyary-events JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://www.nuradius.com
SummaryLinux event loop written in pure Python
upload_time2024-09-02 22:07:17
maintainerNone
docs_urlNone
authorNuradius Software
requires_python>=3.7
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Topyary Events is an event loop library currently only supported for
Linux.  The event loop is currently implemented using `select.epoll()`
for Linux with the goal of being written in pure Python.  The rationale
to remain in Python is for flexibility and avoid complexity related to
building and shipping natively-compiled binaries.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.nuradius.com",
    "name": "topyary-events",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nuradius Software",
    "author_email": "todd@datacomponents.net",
    "download_url": null,
    "platform": null,
    "description": "\nTopyary Events is an event loop library currently only supported for\nLinux.  The event loop is currently implemented using `select.epoll()`\nfor Linux with the goal of being written in pure Python.  The rationale\nto remain in Python is for flexibility and avoid complexity related to\nbuilding and shipping natively-compiled binaries.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Linux event loop written in pure Python",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://www.nuradius.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c231c094eac27950a779bb94607ebfddd674216937f2c5b31b11f3dd1c0fee7",
                "md5": "59634428a91b83988ee95a9490b14e4a",
                "sha256": "51af4e11dd301ee3664c6d06cca00c5b2043a3d05bdff5c17010159fd461cc12"
            },
            "downloads": -1,
            "filename": "topyary_events-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59634428a91b83988ee95a9490b14e4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4473,
            "upload_time": "2024-09-02T22:07:17",
            "upload_time_iso_8601": "2024-09-02T22:07:17.963200Z",
            "url": "https://files.pythonhosted.org/packages/0c/23/1c094eac27950a779bb94607ebfddd674216937f2c5b31b11f3dd1c0fee7/topyary_events-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 22:07:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topyary-events"
}
        
Elapsed time: 0.71338s