Metadata-Version: 2.1
Name: mpl-tools
Version: 0.2.55
Summary: Tools for working with matplotlib
Home-page: https://github.com/patricknraanes/mpl-tools
License: MIT
Keywords: matplotlib,plotting
Author: patricknraanes
Author-email: patrick.n.raanes@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: matplotlib (>=3.0)
Requires-Dist: scipy
Project-URL: Documentation, https://patricknraanes.github.io/mpl-tools
Project-URL: Repository, https://github.com/patricknraanes/mpl-tools
Description-Content-Type: text/markdown

# 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 -->

