Metadata-Version: 2.1
Name: holoviz
Version: 0.11.4
Summary: High-level tools to simplify visualization in Python.
Home-page: http://holoviz.org
Author: HoloViz developers
Author-email: developers@holoviz.org
Maintainer: HoloViz developers
Maintainer-email: developers@holoviz.org
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/holoviz/holoviz/issues
Project-URL: Documentation, http://holoviz.org
Project-URL: Source Code, https://github.com/holoviz/holoviz
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.16.4)
Requires-Dist: pandas (==0.24.0)
Requires-Dist: xarray (==0.12.1)
Requires-Dist: pyct[cmd] (>=0.4.6)
Requires-Dist: dask[complete] (==1.2.2)
Requires-Dist: fastparquet (>=0.2.1)
Requires-Dist: ipython (==7.13.0)
Requires-Dist: ipywidgets
Requires-Dist: matplotlib (==3.0.3)
Requires-Dist: netcdf4
Requires-Dist: notebook (>=5.5)
Requires-Dist: rise
Requires-Dist: selenium
Requires-Dist: streamz (==0.5.0)
Requires-Dist: bokeh (==1.2.0)
Requires-Dist: holoviews (==1.12.3)
Requires-Dist: hvplot (==0.4.0)
Requires-Dist: datashader (==0.7.0)
Requires-Dist: panel (==0.6.0)
Requires-Dist: param (==1.9.1)
Provides-Extra: doc
Requires-Dist: nbsite (>=0.6.1) ; extra == 'doc'
Requires-Dist: sphinx-holoviz-theme ; extra == 'doc'
Provides-Extra: graphs
Requires-Dist: networkx ; extra == 'graphs'
Requires-Dist: scikit-image ; extra == 'graphs'
Provides-Extra: indirect
Requires-Dist: phantomjs ; extra == 'indirect'
Requires-Dist: python-snappy ; extra == 'indirect'
Requires-Dist: cffi ; extra == 'indirect'
Requires-Dist: python ; extra == 'indirect'
Provides-Extra: tests
Requires-Dist: nbsmoke (>=0.2.6) ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: pytest (>=2.8.5) ; extra == 'tests'

<img src="https://github.com/holoviz/holoviz/blob/master/doc/_static/holoviz-logo.svg"><br>

-----------------

# HoloViz: High-level tools to simplify visualization in Python

|    |    |
| --- | --- |
| Build Status | [![Linux/MacOS Build Status](https://travis-ci.org/holoviz/holoviz.svg?branch=master)](https://travis-ci.org/holoviz/holoviz) [![Windows Build status](https://img.shields.io/appveyor/ci/holoviz-developers/holoviz/master.svg?logo=appveyor)](https://ci.appveyor.com/project/holoviz-developers/holoviz/branch/master) |
| Latest dev release | [![Github tag](https://img.shields.io/github/tag/holoviz/holoviz.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/holoviz/tags) |
| Latest release | [![Github release](https://img.shields.io/github/release/holoviz/holoviz.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/holoviz/releases) [![PyPI version](https://img.shields.io/pypi/v/holoviz.svg?colorB=cc77dd)](https://pypi.python.org/pypi/holoviz) [![holoviz version](https://img.shields.io/conda/v/pyviz/holoviz.svg?colorB=4488ff&style=flat)](https://anaconda.org/pyviz/holoviz) |
| Docs | [![gh-pages](https://img.shields.io/github/last-commit/holoviz/holoviz/gh-pages.svg)](https://github.com/holoviz/holoviz/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/http/holoviz.org.svg)](http://holoviz.org) |
| Dependencies | [![](https://img.shields.io/website-up-down-green-red/http/status.holoviz.org.svg?label=status-dashboard)](http://status.holoviz.org/) |


## What is it?

This repository provides examples, demos, and training materials
documenting how to solve visualization problems using Python
tools that work with web browsers, including
[Bokeh](https://bokeh.org),
[HoloViews](https://holoviews.org),
[GeoViews](http://geoviews.org),
[Matplotlib](https://matplotlib.org),
[Datashader](https://datashader.org),
[hvPlot](http://hvplot.pyviz.org),
[Panel](http://panel.pyviz.org), and
[Param](https://param.pyviz.org).

It includes a shared conda environment that ensures all these tools work together,
facilities for downloading sample data for use with these tools, and provides
starting points for solving your own visualization problems.


## Installation

See [holoviz.org](http://holoviz.org/installation.html) (or doc/installation.rst for a github clone).


## About holoviz.org

HoloViz is a project supported in part by [Anaconda](https://anaconda.com).
All projects used here are freely available for commercial or
non-commercial use according to a permissive open-source license as
described in each project's website.


