Metadata-Version: 2.1
Name: plotly-express
Version: 0.1
Summary: Plotly Express: a high level wrapper for Plotly.py
Home-page: https://github.com/plotly/plotly_express
Author: Nicolas Kruchten
Author-email: nicolas@plot.ly
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.20.0)
Requires-Dist: plotly (>=3.6.0)
Requires-Dist: plotly (>=3.7.1)
Requires-Dist: statsmodels (>=0.9.0)
Requires-Dist: scipy (>=0.14)

# Plotly Express

Plotly Express is a terse, consistent, high-level wrapper around [Plotly.py](https://plot.ly/python) for rapid data exploration and figure generation.

Documentation and examples can be found at https://plotly.github.io/plotly_express

## Installation

Just running `pip install plotly_express` in your terminal!

Plotly Express is compatible with Python 3+ and Python 2.7.


