Metadata-Version: 2.1
Name: depict
Version: 0.0.5
Summary: Business grade plots in seconds
Home-page: https://github.com/vboulanger/depict
Author: Victor Boulanger
Author-email: vb@live.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Depict
**Business grade plots in seconds.**

Depict is built on the top of Bokeh. It aims at providing one-line access 
to the most common types of graph by avoiding boilerplate code. Graphs are
esthetic, efficiently rendered, interactive and sharable.


# Guiding principles
* **Made simple**

While Bokeh, Matplotlib, Dash and many others provide a tremendous flexibility,
Depict will get you faster to the classical graphs by making choices for you.
Scatter plots, histograms and other heat-maps are accessible in one line.
* **Looking fresh is not more expensive**

Graphs should be ready to share and pleasant to see, for technical and 
 non technical audience. Depict takes care of the freshness of your graphs
 to let you focus on the maths. 
* **Stay organized**

Depict helps you save you graphs in html with some metadata and share them
around. Your plots are kept interactive, contextualized and readable in the
browser.

* **Infinitely customizable with Bokeh**

You want to personalized you graph further? You can use Bokeh glyphs to 
interact with depict figure and get access to a fine level of granularity.

# Install


* Install Depict from PyPI (recommended):

    `pip install depict`

* Install Depict from GitHub sources:

    Clone the git repository

    `git clone https://github.com/vboulanger/depict.git`

    Inside the depict folder, install the package

  ```
  cd depict  
  sudo python setup.py install
  ```

# Get started







