rel


Namerel JSON
Version 0.4.9.19 PyPI version JSON
download
home_pageNone
SummaryRegistered Event Listener. Provides standard (pyevent) interface and functionality without external dependencies
upload_time2024-05-09 03:15:05
maintainerNone
docs_urlNone
authorMario Balibrera
requires_pythonNone
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Registered Event Listener (rel) is a cross-platform asynchronous event dispatcher primarily designed for network applications. Select your preferred event notification methods with initialize([methods in order of preference]). If initialize(...) is not called, methods are tried in the default order: epoll, kqueue, poll, select, pyevent. Code and docs live on github: https://github.com/bubbleboy14/registeredeventlistener

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Mario Balibrera",
    "author_email": "mario.balibrera@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "Registered Event Listener (rel) is a cross-platform asynchronous event dispatcher primarily designed for network applications. Select your preferred event notification methods with initialize([methods in order of preference]). If initialize(...) is not called, methods are tried in the default order: epoll, kqueue, poll, select, pyevent. Code and docs live on github: https://github.com/bubbleboy14/registeredeventlistener\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Registered Event Listener. Provides standard (pyevent) interface and functionality without external dependencies",
    "version": "0.4.9.19",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e45a6397d9c819a39caeac08520edf19fd1c9af287c442784cdddf7c7819bf0",
                "md5": "8da34fe7a6cf181a489cfccec81772a4",
                "sha256": "dbca54cfeab89f406825208ec7bebe0ed1e104705fc5478750fc0e019822dff1"
            },
            "downloads": -1,
            "filename": "rel-0.4.9.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8da34fe7a6cf181a489cfccec81772a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15182,
            "upload_time": "2024-05-09T03:15:05",
            "upload_time_iso_8601": "2024-05-09T03:15:05.461133Z",
            "url": "https://files.pythonhosted.org/packages/3e/45/a6397d9c819a39caeac08520edf19fd1c9af287c442784cdddf7c7819bf0/rel-0.4.9.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 03:15:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rel"
}
        
Elapsed time: 0.21869s