mpl-tools


Namempl-tools JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/patricknraanes/mpl-tools
SummaryTools for working with matplotlib
upload_time2023-10-03 15:12:44
maintainer
docs_urlNone
authorpatricknraanes
requires_python>=3.9,<4.0
licenseMIT
keywords matplotlib plotting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # mpl-tools

[![Travis](https://travis-ci.org/patricknraanes/mpl-tools.svg?branch=master)](https://travis-ci.org/patricknraanes/mpl-tools)
[![Coveralls](https://coveralls.io/repos/github/patricknraanes/mpl-tools/badge.svg?branch=master)](https://coveralls.io/github/patricknraanes/mpl-tools?branch=master)
[![Hits.dwyl](http://hits.dwyl.com/patricknraanes/mpl-tools.svg)](http://hits.dwyl.com/patricknraanes/mpl-tools)
[![PyPI](https://badge.fury.io/py/mpl-tools.svg)](https://badge.fury.io/py/mpl-tools)
[![PyPI - Downloads](https://img.shields.io/pypi/dw/mpl-tools)](https://pypi.org/project/mpl-tools/0.1.5/)

This package provides some tools to work with [Matplotlib](https://matplotlib.org/).

## Installation

#### Normal installation

```sh
pip install mpl-tools
```

#### For development

**On Linux**:
`git clone <this repo> ; make install`

**On Windows (or Linux)**:
Download & extract this repo.
Install [poetry](https://python-poetry.org/docs/#installation).
Run `poetry install`.

**Note**: The above will install *poetry*,
which then installs the source and its dependencies
into an isolated *virtual environment*.
To add packages, you should *not* use `pip install`,
but *poetry*, e.g. `poetry add --dev somepackage`.

<!-- markdownlint-disable-file header-increment -->

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/patricknraanes/mpl-tools",
    "name": "mpl-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "matplotlib,plotting",
    "author": "patricknraanes",
    "author_email": "patrick.n.raanes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/ce/a6f434b10226ed3d42291172cf05c1b2190d14f0d05b955a60eaf1e28e20/mpl_tools-0.4.0.tar.gz",
    "platform": null,
    "description": "# mpl-tools\n\n[![Travis](https://travis-ci.org/patricknraanes/mpl-tools.svg?branch=master)](https://travis-ci.org/patricknraanes/mpl-tools)\n[![Coveralls](https://coveralls.io/repos/github/patricknraanes/mpl-tools/badge.svg?branch=master)](https://coveralls.io/github/patricknraanes/mpl-tools?branch=master)\n[![Hits.dwyl](http://hits.dwyl.com/patricknraanes/mpl-tools.svg)](http://hits.dwyl.com/patricknraanes/mpl-tools)\n[![PyPI](https://badge.fury.io/py/mpl-tools.svg)](https://badge.fury.io/py/mpl-tools)\n[![PyPI - Downloads](https://img.shields.io/pypi/dw/mpl-tools)](https://pypi.org/project/mpl-tools/0.1.5/)\n\nThis package provides some tools to work with [Matplotlib](https://matplotlib.org/).\n\n## Installation\n\n#### Normal installation\n\n```sh\npip install mpl-tools\n```\n\n#### For development\n\n**On Linux**:\n`git clone <this repo> ; make install`\n\n**On Windows (or Linux)**:\nDownload & extract this repo.\nInstall [poetry](https://python-poetry.org/docs/#installation).\nRun `poetry install`.\n\n**Note**: The above will install *poetry*,\nwhich then installs the source and its dependencies\ninto an isolated *virtual environment*.\nTo add packages, you should *not* use `pip install`,\nbut *poetry*, e.g. `poetry add --dev somepackage`.\n\n<!-- markdownlint-disable-file header-increment -->\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools for working with matplotlib",
    "version": "0.4.0",
    "project_urls": {
        "Documentation": "https://patricknraanes.github.io/mpl-tools",
        "Homepage": "https://github.com/patricknraanes/mpl-tools",
        "Repository": "https://github.com/patricknraanes/mpl-tools"
    },
    "split_keywords": [
        "matplotlib",
        "plotting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83c243c61d4c39ed183e593d2e54abd1d075c816b396eb4d0e0dc0562cf2b297",
                "md5": "d37bfff3c104de6bd306a59d22ae9705",
                "sha256": "f9f55d86f4c76b5bb397a4a0a4dc8fe80b96f06ed0fd8bdcaad441da242a1e1f"
            },
            "downloads": -1,
            "filename": "mpl_tools-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d37bfff3c104de6bd306a59d22ae9705",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 18999,
            "upload_time": "2023-10-03T15:12:23",
            "upload_time_iso_8601": "2023-10-03T15:12:23.857387Z",
            "url": "https://files.pythonhosted.org/packages/83/c2/43c61d4c39ed183e593d2e54abd1d075c816b396eb4d0e0dc0562cf2b297/mpl_tools-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdcea6f434b10226ed3d42291172cf05c1b2190d14f0d05b955a60eaf1e28e20",
                "md5": "ee148ca10900a58e04b7ad255acd8e44",
                "sha256": "e1e4564fb6974fface67699f0abb25e85d1c1ebf73454500e2cc57c673394a9f"
            },
            "downloads": -1,
            "filename": "mpl_tools-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ee148ca10900a58e04b7ad255acd8e44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 17929,
            "upload_time": "2023-10-03T15:12:44",
            "upload_time_iso_8601": "2023-10-03T15:12:44.730732Z",
            "url": "https://files.pythonhosted.org/packages/cd/ce/a6f434b10226ed3d42291172cf05c1b2190d14f0d05b955a60eaf1e28e20/mpl_tools-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-03 15:12:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "patricknraanes",
    "github_project": "mpl-tools",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mpl-tools"
}
        
Elapsed time: 0.12275s