mpltWrappers


NamempltWrappers JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/cahitkargi/python_plotting_helpers
SummarySimple wrapper functions around matplotlib to create consistent and better looking figures
upload_time2024-03-21 19:47:17
maintainerNone
docs_urlNone
authorCahit Kargi
requires_python>=3.5
licenseBSD 3-Clause License
keywords plotting
VCS
bugtrack_url
requirements numpy matplotlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mpltWrappers

Set of simple wrapper functions around matplotlib. See `demo.ipynb` under the `Tutorials` folder.

```bash
pip install mpltWrappers
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cahitkargi/python_plotting_helpers",
    "name": "mpltWrappers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "plotting",
    "author": "Cahit Kargi",
    "author_email": "ckargi88@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/05/18746126b68d8a1eb633845015025512cc3e40a9b0c278a1777788d0edf3/mpltWrappers-0.0.1.tar.gz",
    "platform": null,
    "description": "# mpltWrappers\n\nSet of simple wrapper functions around matplotlib. See `demo.ipynb` under the `Tutorials` folder.\n\n```bash\npip install mpltWrappers\n```\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Simple wrapper functions around matplotlib to create consistent and better looking figures",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/cahitkargi/python_plotting_helpers",
        "Documentation": "https://github.com/cahitkargi/python_plotting_helpers/blob/main/src/mpltWrappers/Tutorials/demo.ipynb",
        "Homepage": "https://github.com/cahitkargi/python_plotting_helpers",
        "Source Code": "https://github.com/cahitkargi/python_plotting_helpers"
    },
    "split_keywords": [
        "plotting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9a0a14498948fa463af613fa630fbadc00fab56af31788ff535f02ae87ca318",
                "md5": "497ba66105b6079eaad54d6cec9dc0e9",
                "sha256": "282479a416664968448ad3e32650334ab4d2245e02e3fd631e14940489b7a85e"
            },
            "downloads": -1,
            "filename": "mpltWrappers-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "497ba66105b6079eaad54d6cec9dc0e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 8516,
            "upload_time": "2024-03-21T19:47:16",
            "upload_time_iso_8601": "2024-03-21T19:47:16.059452Z",
            "url": "https://files.pythonhosted.org/packages/c9/a0/a14498948fa463af613fa630fbadc00fab56af31788ff535f02ae87ca318/mpltWrappers-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e10518746126b68d8a1eb633845015025512cc3e40a9b0c278a1777788d0edf3",
                "md5": "dfe9bd3ddbf524a436f47b26f7e11bbc",
                "sha256": "ee210eb4b8e644cb05f89a3f80273a01a13544a29b52d587d3c96080d337a4e3"
            },
            "downloads": -1,
            "filename": "mpltWrappers-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dfe9bd3ddbf524a436f47b26f7e11bbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 7727,
            "upload_time": "2024-03-21T19:47:17",
            "upload_time_iso_8601": "2024-03-21T19:47:17.705359Z",
            "url": "https://files.pythonhosted.org/packages/e1/05/18746126b68d8a1eb633845015025512cc3e40a9b0c278a1777788d0edf3/mpltWrappers-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 19:47:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cahitkargi",
    "github_project": "python_plotting_helpers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        }
    ],
    "lcname": "mpltwrappers"
}
        
Elapsed time: 0.20342s