Metadata-Version: 2.1
Name: pyviz
Version: 0.10.3
Summary: How to solve visualization problems with Python tools.
Home-page: http://pyviz.org
Author: PyViz developers
Author-email: developers@pyviz.org
Maintainer: PyViz developers
Maintainer-email: developers@pyviz.org
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/pyviz/pyviz/issues
Project-URL: Documentation, http://pyviz.org
Project-URL: Source Code, https://github.com/pyviz/pyviz
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: 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)
Requires-Dist: pyct[cmd] (>=0.4.6)
Requires-Dist: ipython (<=7.1.1,>=5.4.0)
Requires-Dist: numpy (>=1.16.4)
Requires-Dist: rise
Requires-Dist: dask[complete] (>=0.18.2)
Requires-Dist: notebook (>=5.5)
Requires-Dist: matplotlib (==3.0.3)
Requires-Dist: pandas (<0.25.0,>=0.23.4)
Requires-Dist: xarray (<0.12,>=0.11.0)
Requires-Dist: streamz
Requires-Dist: netcdf4
Requires-Dist: fastparquet (>=0.2.1)
Requires-Dist: selenium
Requires-Dist: ipywidgets
Provides-Extra: doc
Requires-Dist: nbsite (>=0.5.1) ; extra == 'doc'
Requires-Dist: sphinx-pyviz-theme ; extra == 'doc'
Provides-Extra: geo
Requires-Dist: cartopy ; extra == 'geo'
Requires-Dist: geopandas ; extra == 'geo'
Requires-Dist: geoviews (>=1.6.2) ; extra == 'geo'
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/pyviz/pyviz/blob/master/doc/_static/pyviz-logo.png"><br>

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

# PyViz: How to solve visualization problems with Python tools

|    |    |
| --- | --- |
| Build Status | [![Linux/MacOS Build Status](https://travis-ci.org/pyviz/pyviz.svg?branch=master)](https://travis-ci.org/pyviz/pyviz) [![Windows Build status](https://img.shields.io/appveyor/ci/pyviz/pyviz/master.svg?logo=appveyor)](https://ci.appveyor.com/project/pyviz/pyviz/branch/master) |
| Latest dev release | [![Github tag](https://img.shields.io/github/tag/pyviz/pyviz.svg?label=tag&colorB=11ccbb)](https://github.com/pyviz/pyviz/tags) |
| Latest release | [![Github release](https://img.shields.io/github/release/pyviz/pyviz.svg?label=tag&colorB=11ccbb)](https://github.com/pyviz/pyviz/releases) [![PyPI version](https://img.shields.io/pypi/v/pyviz.svg?colorB=cc77dd)](https://pypi.python.org/pypi/pyviz) [![pyviz version](https://img.shields.io/conda/v/pyviz/pyviz.svg?colorB=4488ff&style=flat)](https://anaconda.org/pyviz/pyviz) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/pyviz.svg?label=conda%7Cconda-forge&colorB=4488ff)](https://anaconda.org/conda-forge/pyviz) [![defaults version](https://img.shields.io/conda/v/anaconda/pyviz.svg?label=conda%7Cdefaults&style=flat&colorB=4488ff)](https://anaconda.org/anaconda/pyviz) |
| Docs | [![gh-pages](https://img.shields.io/github/last-commit/pyviz/pyviz/gh-pages.svg)](https://github.com/pyviz/pyviz/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/http/pyviz.org.svg)](http://pyviz.org) |
| Dependencies | [![](https://img.shields.io/website-up-down-green-red/http/status.pyviz.org.svg?label=status-dashboard)](http://status.pyviz.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.pydata.org),
[HoloViews](https://holoviews.org),
[GeoViews](http://geoviews.org),
[Matplotlib](https://matplotlib.org),
[Datashader](https://github.com/pyviz/datashader), and
[Param](https://github.com/pyviz/param).

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 [pyviz.org](http://pyviz.org/installation.html) (or doc/installation.rst for a github clone).


## About pyviz.org

PyViz 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.


