pyqtconfig


Namepyqtconfig JSON
Version 0.9.2 PyPI version JSON
download
home_pagehttps://github.com/learnpyqt/pyqtconfig
SummaryAn API for keeping PyQt widgets in sync with a config dictionary or QSettings object.
upload_time2023-01-23 10:38:01
maintainer
docs_urlNone
authorMartin Fitzpatrick
requires_python>=3.4
licenseGPL
keywords pyqt desktop gui pyqt5 qt pyqt6 pyside6 pyside2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyqtconfig is a simple API for keeping a config dict in sync with PyQt widgets.     Updating the widget automagically updates the dict; updating the dict updates the widget. Internal support     for both dictionary config, QSettings and config XML import/export. Combo and list boxes also support     mapping from display->internal values.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/learnpyqt/pyqtconfig",
    "name": "pyqtconfig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "pyqt desktop gui pyqt5 qt pyqt6 pyside6 pyside2",
    "author": "Martin Fitzpatrick",
    "author_email": "martin.fitzpatrick@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/21/88/574d8e830239e3fcca543b103884c4d795f9cb391b7d91ea2a54ed79495f/pyqtconfig-0.9.2.tar.gz",
    "platform": null,
    "description": "pyqtconfig is a simple API for keeping a config dict in sync with PyQt widgets.     Updating the widget automagically updates the dict; updating the dict updates the widget. Internal support     for both dictionary config, QSettings and config XML import/export. Combo and list boxes also support     mapping from display->internal values.\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "An API for keeping PyQt widgets in sync with a config dictionary or QSettings object.",
    "version": "0.9.2",
    "split_keywords": [
        "pyqt",
        "desktop",
        "gui",
        "pyqt5",
        "qt",
        "pyqt6",
        "pyside6",
        "pyside2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2188574d8e830239e3fcca543b103884c4d795f9cb391b7d91ea2a54ed79495f",
                "md5": "38d1643e76a25f2e22794d1a94fc468f",
                "sha256": "66c6fb97abaf7b1eab6ce6edac2303c147ed99a9309c2eb7e52642f4b995158e"
            },
            "downloads": -1,
            "filename": "pyqtconfig-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "38d1643e76a25f2e22794d1a94fc468f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 16320,
            "upload_time": "2023-01-23T10:38:01",
            "upload_time_iso_8601": "2023-01-23T10:38:01.925905Z",
            "url": "https://files.pythonhosted.org/packages/21/88/574d8e830239e3fcca543b103884c4d795f9cb391b7d91ea2a54ed79495f/pyqtconfig-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 10:38:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "learnpyqt",
    "github_project": "pyqtconfig",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "pyqtconfig"
}
        
Elapsed time: 0.03281s