wxtrio


Namewxtrio JSON
Version 0.2.2 PyPI version JSON
download
home_page
SummaryAsync wxPtyon with trio.
upload_time2023-05-03 06:09:09
maintainer
docs_urlNone
authorlojack5
requires_python>=3.11
licenseBSD 3-Clause
keywords wxpython trio async gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wxtrio
Run wx with trio in guest mode.

Limitations of this approach:
 - At least on Windows, when a menu is open and the mouse is not withing the bounding box of the window, the GUI main event loop does not yield to trio, and so trio tasks do not run.
 - Trio is started in guest mode, so wxPython's main event loop must be started before trio.  As a result, all async tasks are cancelled when the wxPython application exits.
 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wxtrio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "wxPython,trio,async,GUI",
    "author": "lojack5",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f6/b8/31423693d511438ea3e3236c6c887e97792b76d7d392d88b60ab4e31e6bd/wxtrio-0.2.2.tar.gz",
    "platform": null,
    "description": "# wxtrio\r\nRun wx with trio in guest mode.\r\n\r\nLimitations of this approach:\r\n - At least on Windows, when a menu is open and the mouse is not withing the bounding box of the window, the GUI main event loop does not yield to trio, and so trio tasks do not run.\r\n - Trio is started in guest mode, so wxPython's main event loop must be started before trio.  As a result, all async tasks are cancelled when the wxPython application exits.\r\n \r\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Async wxPtyon with trio.",
    "version": "0.2.2",
    "project_urls": {
        "homepage": "https://github.com/lojack5/wxtrio"
    },
    "split_keywords": [
        "wxpython",
        "trio",
        "async",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d077328736428f822e28871ffbdef9e3f555c5a2d9233c33192687bfbb1c2a94",
                "md5": "669e2394c569484aea5df6af05d23d24",
                "sha256": "6f1ca2e844f332647804d8f6827b1b42d8cf144bb669e1b99c54d0f9555f16f5"
            },
            "downloads": -1,
            "filename": "wxtrio-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "669e2394c569484aea5df6af05d23d24",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7427,
            "upload_time": "2023-05-03T06:09:06",
            "upload_time_iso_8601": "2023-05-03T06:09:06.890022Z",
            "url": "https://files.pythonhosted.org/packages/d0/77/328736428f822e28871ffbdef9e3f555c5a2d9233c33192687bfbb1c2a94/wxtrio-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6b831423693d511438ea3e3236c6c887e97792b76d7d392d88b60ab4e31e6bd",
                "md5": "bd83223d0ce40ae8d4a8952231c6ff1f",
                "sha256": "1ffabd575fa3d854413d2bc75b6b4aeaa9595b5b4990bb32760a5fbbf424da6d"
            },
            "downloads": -1,
            "filename": "wxtrio-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bd83223d0ce40ae8d4a8952231c6ff1f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 7559,
            "upload_time": "2023-05-03T06:09:09",
            "upload_time_iso_8601": "2023-05-03T06:09:09.711461Z",
            "url": "https://files.pythonhosted.org/packages/f6/b8/31423693d511438ea3e3236c6c887e97792b76d7d392d88b60ab4e31e6bd/wxtrio-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-03 06:09:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lojack5",
    "github_project": "wxtrio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "wxtrio"
}
        
Elapsed time: 0.06535s