Metadata-Version: 2.1
Name: pyplots
Version: 0.2.0
Summary: Wraps matplotlib for easier plotting.
Home-page: https://github.com/jakkes/pyplots
Author: Jakob Stigenberg
License: UNKNOWN
Description: # PyPlots
        [![Build Status](http://drone.jakke.se/api/badges/jakkes/pyplots/status.svg)](http://drone.jakke.se/jakkes/pyplots)
        
        Wraps matplotlib into easier plotting utilities. 
        
        ## Installation
        ```
        pip install pyplots
        ```
        
        ## Documentation
        https://jakkes.github.io/pyplots/
        
        ## Examples
        https://github.com/jakkes/pyplots/tree/main/examples
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
