mwxlib


Namemwxlib JSON
Version 0.94.2 PyPI version JSON
download
home_pagehttps://github.com/komoto48g/mwxlib
SummaryA wrapper of matplotlib and wxPython (phoenix)
upload_time2024-04-25 09:47:27
maintainerNone
docs_urlNone
authorKazuya O'moto
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements wxpython numpy scipy pillow matplotlib opencv-python
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Project description
===================

Welcome to mwxlib project!
The mwxlib is the Python package based on matplotlib/wx and wxPython shell extension.

For more information please refer to the `Readme file <https://github.com/komoto48g/mwxlib>`_ and demos.


How to use
----------

mwx.deb is wx.py.shell-base inspector used for debugging in the target process.

>>> import mwx; mwx.deb()

It is very easy to include the shell in your wxPython application.

>>> self.inspector = mwx.ShellFrame(self, target=self)

As you are diving into the python process, you can watch, inspect, and debug the target.

Enjoy diving!

:memo:
    mwxlib creates ~/.mwxlib/ in your home directory.
    This includes history, logs, dump files used to report when an error occurs.

:memo:
    At the first startup, it takes some time to collect module information and create a dictionary.
    The collected module name is used for completion at the time of input in the shell.
    If you start the shell while pressing [C-S-], the dictionary will be recreated.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/komoto48g/mwxlib",
    "name": "mwxlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Kazuya O'moto",
    "author_email": "komoto@jeol.co.jp",
    "download_url": null,
    "platform": null,
    "description": "Project description\r\n===================\r\n\r\nWelcome to mwxlib project!\r\nThe mwxlib is the Python package based on matplotlib/wx and wxPython shell extension.\r\n\r\nFor more information please refer to the `Readme file <https://github.com/komoto48g/mwxlib>`_ and demos.\r\n\r\n\r\nHow to use\r\n----------\r\n\r\nmwx.deb is wx.py.shell-base inspector used for debugging in the target process.\r\n\r\n>>> import mwx; mwx.deb()\r\n\r\nIt is very easy to include the shell in your wxPython application.\r\n\r\n>>> self.inspector = mwx.ShellFrame(self, target=self)\r\n\r\nAs you are diving into the python process, you can watch, inspect, and debug the target.\r\n\r\nEnjoy diving!\r\n\r\n:memo:\r\n    mwxlib creates ~/.mwxlib/ in your home directory.\r\n    This includes history, logs, dump files used to report when an error occurs.\r\n\r\n:memo:\r\n    At the first startup, it takes some time to collect module information and create a dictionary.\r\n    The collected module name is used for completion at the time of input in the shell.\r\n    If you start the shell while pressing [C-S-], the dictionary will be recreated.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A wrapper of matplotlib and wxPython (phoenix)",
    "version": "0.94.2",
    "project_urls": {
        "Homepage": "https://github.com/komoto48g/mwxlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26dee7894d1dfe0b62806b5b1158440130432815dfc8b89915561ab940510acc",
                "md5": "7f97ff6c17160c18431fe46393e55f51",
                "sha256": "4338a464e79c197548455d46b3a0e98db3f31794125870d709bf2ca6c8ea4d99"
            },
            "downloads": -1,
            "filename": "mwxlib-0.94.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f97ff6c17160c18431fe46393e55f51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 171998,
            "upload_time": "2024-04-25T09:47:27",
            "upload_time_iso_8601": "2024-04-25T09:47:27.690562Z",
            "url": "https://files.pythonhosted.org/packages/26/de/e7894d1dfe0b62806b5b1158440130432815dfc8b89915561ab940510acc/mwxlib-0.94.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 09:47:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "komoto48g",
    "github_project": "mwxlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "wxpython",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        }
    ],
    "lcname": "mwxlib"
}
        
Elapsed time: 0.28194s