QtMPLtools


NameQtMPLtools JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/dresis/QtMPLtools
SummaryMatplotlib plugins for Qt designer
upload_time2024-09-24 16:41:33
maintainerNone
docs_urlNone
authorAndy Velasco
requires_python>=3.8
licenseMIT
keywords python qt matplotlib plugins plots
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QtMPLtools
QtMPLtools is a package that integrates a set of custom Matplotlib plugins for the python GUI editor Qt designer, aiming to be able to drag and drop plot widgets on a GUI form. This package is based on the PyQt6 library (as opposed to PySide6).

## Launching designer

Type the following to launch QT designer with the Matplotlib plugins included:

```python
designer
```

## Checking if there was a successful installation
Once designer is launched, you should see 4 types of matplotlib plots under a 'Plots' group:

<img width="300" alt="mpltools_designer" src="https://github.com/dresis/QtMPLtools/assets/147135495/0be78bf1-dc0e-442d-a7d8-8cdf48ad1779">

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dresis/QtMPLtools",
    "name": "QtMPLtools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, qt, matplotlib, plugins, plots",
    "author": "Andy Velasco",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/39/d8/6938c487a47a6aff214a1600925faea0bc4a220a8444b525ef582b512c54/qtmpltools-1.0.5.tar.gz",
    "platform": null,
    "description": "# QtMPLtools\nQtMPLtools is a package that integrates a set of custom Matplotlib plugins for the python GUI editor Qt designer, aiming to be able to drag and drop plot widgets on a GUI form. This package is based on the PyQt6 library (as opposed to PySide6).\n\n## Launching designer\n\nType the following to launch QT designer with the Matplotlib plugins included:\n\n```python\ndesigner\n```\n\n## Checking if there was a successful installation\nOnce designer is launched, you should see 4 types of matplotlib plots under a 'Plots' group:\n\n<img width=\"300\" alt=\"mpltools_designer\" src=\"https://github.com/dresis/QtMPLtools/assets/147135495/0be78bf1-dc0e-442d-a7d8-8cdf48ad1779\">\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Matplotlib plugins for Qt designer",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/dresis/QtMPLtools"
    },
    "split_keywords": [
        "python",
        " qt",
        " matplotlib",
        " plugins",
        " plots"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "add68cee352dcd8ffdcc5af2c643ee8986c94fedab99f8b48136d5e8a46516ce",
                "md5": "c12197b6d058e363a9ad5145a5e2ae2c",
                "sha256": "56a45dc5750f0d4cd79f821d44a5cb26f03a0ad6b410a5e2a1d9e6a9b5c1ec35"
            },
            "downloads": -1,
            "filename": "QtMPLtools-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c12197b6d058e363a9ad5145a5e2ae2c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 266553,
            "upload_time": "2024-09-24T16:41:32",
            "upload_time_iso_8601": "2024-09-24T16:41:32.289881Z",
            "url": "https://files.pythonhosted.org/packages/ad/d6/8cee352dcd8ffdcc5af2c643ee8986c94fedab99f8b48136d5e8a46516ce/QtMPLtools-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39d86938c487a47a6aff214a1600925faea0bc4a220a8444b525ef582b512c54",
                "md5": "c700e324640aba3324b70fa0e443ab6e",
                "sha256": "dbfc37997ef63e459d219587ff2f75255c3caa5e8a290f19c0f7bb5609030a42"
            },
            "downloads": -1,
            "filename": "qtmpltools-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c700e324640aba3324b70fa0e443ab6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 265864,
            "upload_time": "2024-09-24T16:41:33",
            "upload_time_iso_8601": "2024-09-24T16:41:33.863327Z",
            "url": "https://files.pythonhosted.org/packages/39/d8/6938c487a47a6aff214a1600925faea0bc4a220a8444b525ef582b512c54/qtmpltools-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 16:41:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dresis",
    "github_project": "QtMPLtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "qtmpltools"
}
        
Elapsed time: 0.30362s