wxutils


Namewxutils JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/newville/wxutils
Summaryutilities and conveniences for wxPython
upload_time2023-03-28 03:54:37
maintainer
docs_urlNone
authorMatthew Newville
requires_python>=3.6
licenseBSD License
keywords wxpython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
wxutils provides utilities and convenience functions for wxPython. The wxutils
library is a small collection of functions and classes, and is by no means
comprehensive. The aim is to simplify code, reduce boiler-plate, make wxPython
coding a  bit more python-like, and prevent repeating code across projects.
Many of the classes in wxutils are simplified versions of wxPython widgets
that add callbacks for normal action events.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/newville/wxutils",
    "name": "wxutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "wxPython",
    "author": "Matthew Newville",
    "author_email": "matt.newville@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/c3/a172e8277b8110c56b68b75669b63e403ff98fb683419eb5efbc29388afd/wxutils-0.3.0.tar.gz",
    "platform": "any",
    "description": "\nwxutils provides utilities and convenience functions for wxPython. The wxutils\nlibrary is a small collection of functions and classes, and is by no means\ncomprehensive. The aim is to simplify code, reduce boiler-plate, make wxPython\ncoding a  bit more python-like, and prevent repeating code across projects.\nMany of the classes in wxutils are simplified versions of wxPython widgets\nthat add callbacks for normal action events.\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "utilities and conveniences for wxPython",
    "version": "0.3.0",
    "split_keywords": [
        "wxpython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16f670cf4de844453be71dba6a933263401f3f212e00d97cc5ee52ac6af16f2a",
                "md5": "41b932abc6e52c47f0f5376f1bad29c5",
                "sha256": "968c8433b4a6569358c30a97824b040aa072e21abcad468fcf93d64a27dee833"
            },
            "downloads": -1,
            "filename": "wxutils-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41b932abc6e52c47f0f5376f1bad29c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 40258,
            "upload_time": "2023-03-28T03:54:35",
            "upload_time_iso_8601": "2023-03-28T03:54:35.160626Z",
            "url": "https://files.pythonhosted.org/packages/16/f6/70cf4de844453be71dba6a933263401f3f212e00d97cc5ee52ac6af16f2a/wxutils-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c3a172e8277b8110c56b68b75669b63e403ff98fb683419eb5efbc29388afd",
                "md5": "d6093efb7f342a30079877498d2cedb3",
                "sha256": "6a4780f677a584c1e0ac3959e3642d89d65b9ea4d3ac93f638c8dfbefdb5f063"
            },
            "downloads": -1,
            "filename": "wxutils-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d6093efb7f342a30079877498d2cedb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 41944,
            "upload_time": "2023-03-28T03:54:37",
            "upload_time_iso_8601": "2023-03-28T03:54:37.173703Z",
            "url": "https://files.pythonhosted.org/packages/42/c3/a172e8277b8110c56b68b75669b63e403ff98fb683419eb5efbc29388afd/wxutils-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 03:54:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "newville",
    "github_project": "wxutils",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wxutils"
}
        
Elapsed time: 0.05011s