Metadata-Version: 2.4
Name: pavement
Version: 0.1.0
Summary: Quantile-based pavement plots with matplotlib.
Project-URL: Homepage, https://github.com/ajschumacher/pavement
Author: Aaron Schumacher
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: matplotlib
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# pavement

Quantile-based pavement plots with matplotlib.

## Install

    pip install pavement

## Usage

    from pavement import plot, multi
    plot([1, 2, 3, 4, 5])

## Tests

    pip install -e '.[test]'
    pytest
