domplotlib


Namedomplotlib JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/domdfcoding/domplotlib
SummaryDom's extensions to matplotlib
upload_time2024-10-23 10:25:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT
keywords matplotlib plotting visualisation
VCS
bugtrack_url
requirements cawdrey domdf-python-tools matplotlib matplotlib typing-extensions
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
###########
domplotlib
###########

.. start short_desc

**Dom's extensions to matplotlib**

.. end short_desc


.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/domplotlib/latest?logo=read-the-docs
	:target: https://domplotlib.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/domdfcoding/domplotlib/workflows/Docs%20Check/badge.svg
	:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/domdfcoding/domplotlib/workflows/Linux/badge.svg
	:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/domdfcoding/domplotlib/workflows/Windows/badge.svg
	:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/domdfcoding/domplotlib/workflows/macOS/badge.svg
	:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/domdfcoding/domplotlib/workflows/Flake8/badge.svg
	:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/domdfcoding/domplotlib/workflows/mypy/badge.svg
	:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/domplotlib/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/domplotlib/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/domplotlib/master?logo=coveralls
	:target: https://coveralls.io/github/domdfcoding/domplotlib?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domplotlib?logo=codefactor
	:target: https://www.codefactor.io/repository/github/domdfcoding/domplotlib
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/domplotlib
	:target: https://pypi.org/project/domplotlib/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domplotlib?logo=python&logoColor=white
	:target: https://pypi.org/project/domplotlib/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domplotlib
	:target: https://pypi.org/project/domplotlib/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/domplotlib
	:target: https://pypi.org/project/domplotlib/
	:alt: PyPI - Wheel

.. |license| image:: https://img.shields.io/github/license/domdfcoding/domplotlib
	:target: https://github.com/domdfcoding/domplotlib/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domplotlib
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domplotlib/v0.5.0
	:target: https://github.com/domdfcoding/domplotlib/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/domplotlib
	:target: https://github.com/domdfcoding/domplotlib/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domplotlib
	:target: https://pypi.org/project/domplotlib/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``domplotlib`` can be installed from PyPI.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install domplotlib

.. end installation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/domdfcoding/domplotlib",
    "name": "domplotlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "matplotlib, plotting, visualisation",
    "author": null,
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/56/15/73b0d3a5a2cd46448f44105cf1c249bc7add55f032df561d7dbc8b1868c7/domplotlib-0.5.0.tar.gz",
    "platform": "Windows",
    "description": "\n###########\ndomplotlib\n###########\n\n.. start short_desc\n\n**Dom's extensions to matplotlib**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/domplotlib/latest?logo=read-the-docs\n\t:target: https://domplotlib.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/domdfcoding/domplotlib/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/domdfcoding/domplotlib/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/domplotlib/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/domplotlib/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/domplotlib/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/domplotlib/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/domplotlib/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/domplotlib/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/domplotlib/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/domplotlib/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/domplotlib?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domplotlib?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/domplotlib\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/domplotlib\n\t:target: https://pypi.org/project/domplotlib/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domplotlib?logo=python&logoColor=white\n\t:target: https://pypi.org/project/domplotlib/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domplotlib\n\t:target: https://pypi.org/project/domplotlib/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/domplotlib\n\t:target: https://pypi.org/project/domplotlib/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/domplotlib\n\t:target: https://github.com/domdfcoding/domplotlib/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domplotlib\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domplotlib/v0.5.0\n\t:target: https://github.com/domdfcoding/domplotlib/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/domplotlib\n\t:target: https://github.com/domdfcoding/domplotlib/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2024\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domplotlib\n\t:target: https://pypi.org/project/domplotlib/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``domplotlib`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install domplotlib\n\n.. end installation\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dom's extensions to matplotlib",
    "version": "0.5.0",
    "project_urls": {
        "Documentation": "https://domplotlib.readthedocs.io/en/latest",
        "Homepage": "https://github.com/domdfcoding/domplotlib",
        "Issue Tracker": "https://github.com/domdfcoding/domplotlib/issues",
        "Source Code": "https://github.com/domdfcoding/domplotlib"
    },
    "split_keywords": [
        "matplotlib",
        " plotting",
        " visualisation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a90bef34254492a46b6a7de6575c246dfed18859deb2b8bd057e542d2cf8376",
                "md5": "48413b6ee8e1fc05881a05098976cb58",
                "sha256": "6f001845ac9aa57568305547ecb5e299a209d227a5e0bee56de6f4b6202c7398"
            },
            "downloads": -1,
            "filename": "domplotlib-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48413b6ee8e1fc05881a05098976cb58",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14289,
            "upload_time": "2024-10-23T10:25:14",
            "upload_time_iso_8601": "2024-10-23T10:25:14.035202Z",
            "url": "https://files.pythonhosted.org/packages/5a/90/bef34254492a46b6a7de6575c246dfed18859deb2b8bd057e542d2cf8376/domplotlib-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561573b0d3a5a2cd46448f44105cf1c249bc7add55f032df561d7dbc8b1868c7",
                "md5": "83f4c1dbe95b63a268113cd1cd816c24",
                "sha256": "99b5bd861eab9255b91268eb6976dd4eacf1572553625930d668f14e571e45d4"
            },
            "downloads": -1,
            "filename": "domplotlib-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "83f4c1dbe95b63a268113cd1cd816c24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9427,
            "upload_time": "2024-10-23T10:25:14",
            "upload_time_iso_8601": "2024-10-23T10:25:14.914631Z",
            "url": "https://files.pythonhosted.org/packages/56/15/73b0d3a5a2cd46448f44105cf1c249bc7add55f032df561d7dbc8b1868c7/domplotlib-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-23 10:25:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "domdfcoding",
    "github_project": "domplotlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cawdrey",
            "specs": [
                [
                    ">=",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "domdf-python-tools",
            "specs": [
                [
                    ">=",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.2.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.2.2"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    ">=",
                    "3.7.4.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "domplotlib"
}
        
Elapsed time: 0.34645s