Metadata-Version: 2.1
Name: nbsite
Version: 0.7.2a1
Summary: Build a tested, sphinx-based website from notebooks.
Home-page: https://nbsite.pyviz.org/
Author: PyViz developers
Author-email: developers@pyviz.org
Maintainer: PyViz developers
Maintainer-email: developers@pyviz.org
License: BSD-3
Project-URL: Documentation, https://nbsite.pyviz.org/
Project-URL: Source Code, https://github.com/pyviz/nbsite
Project-URL: Bug Tracker, https://github.com/pyviz/nbsite/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: param (>=1.7.0)
Requires-Dist: pyct (>=0.4.4)
Requires-Dist: pyviz-comms
Requires-Dist: ipykernel
Requires-Dist: nbformat
Requires-Dist: nbconvert (<6.0)
Requires-Dist: jupyter-client (<6.2)
Requires-Dist: myst-nb
Requires-Dist: notebook
Requires-Dist: sphinx
Requires-Dist: beautifulsoup4
Provides-Extra: build
Requires-Dist: setuptools ; extra == 'build'
Requires-Dist: param (>=1.6.1) ; extra == 'build'
Requires-Dist: pyct (>=0.4.4) ; extra == 'build'
Provides-Extra: examples
Requires-Dist: pyct[cmd] (>=0.4.5) ; extra == 'examples'
Requires-Dist: sphinx-holoviz-theme ; extra == 'examples'
Requires-Dist: holoviews ; extra == 'examples'
Requires-Dist: bokeh ; extra == 'examples'
Requires-Dist: pillow ; extra == 'examples'
Requires-Dist: matplotlib ; extra == 'examples'
Requires-Dist: xarray ; extra == 'examples'
Requires-Dist: pandas ; extra == 'examples'
Requires-Dist: numpy ; extra == 'examples'
Provides-Extra: gallery
Requires-Dist: selenium ; extra == 'gallery'
Requires-Dist: phantomjs ; extra == 'gallery'
Provides-Extra: refman
Requires-Dist: graphviz ; extra == 'refman'
Provides-Extra: tests
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: pytest (>=3.9.1) ; extra == 'tests'
Requires-Dist: pyct[cmd] ; extra == 'tests'

<img src="doc/_static/nbsite-logo.png" height=150><br>

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

# NBSite: Build a tested, sphinx-based website from notebooks

|    |    |
| --- | --- |
| Build Status | [![Build Status](https://github.com/pyviz-dev/nbsite/workflows/tests/badge.svg)](https://github.com/pyviz-dev/nbsite/actions?query=workflow%3Atests)
| Coverage | [![codecov](https://codecov.io/gh/pyviz-dev/nbsite/branch/master/graph/badge.svg)](https://codecov.io/gh/pyviz-dev/nbsite) |
| Latest dev release | [![Github tag](https://img.shields.io/github/tag/pyviz-dev/nbsite.svg?label=tag&colorB=11ccbb)](https://github.com/pyviz-dev/nbsite/tags) |
| Latest release | [![Github release](https://img.shields.io/github/release/pyviz-dev/nbsite.svg?label=tag&colorB=11ccbb)](https://github.com/pyviz-dev/nbsite/releases) [![PyPI version](https://img.shields.io/pypi/v/nbsite.svg?colorB=cc77dd)](https://pypi.python.org/pypi/nbsite) [![nbsite version](https://img.shields.io/conda/v/pyviz/nbsite.svg?colorB=4488ff&style=flat)](https://anaconda.org/pyviz/nbsite) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/nbsite.svg?label=conda%7Cconda-forge&colorB=4488ff)](https://anaconda.org/conda-forge/nbsite) [![defaults version](https://img.shields.io/conda/v/anaconda/nbsite.svg?label=conda%7Cdefaults&style=flat&colorB=4488ff)](https://anaconda.org/anaconda/nbsite) |
| Docs | [![gh-pages](https://img.shields.io/github/last-commit/pyviz/nbsite/gh-pages.svg)](https://github.com/pyviz/nbsite/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/https/nbsite.pyviz.org.svg)](https://nbsite.pyviz.org) |

## What is it?

NBSite lets you build a website from a set of notebooks plus a minimal
amount of config. Sites built with nbsite include
[pyviz.org](https://pyviz.org),
[datashader.org](https://datashader.org/), and [hvplot.pyviz.org](https:/hvplot.pyviz.org).

The idea behind nbsite is that notebooks can simultaneously be
documentation (things you want to tell people about), examples (a
starting point for people to run and use themselves), and test cases.

This project is currently an early work in progress. See the
documentation at [nbsite.pyviz.org](https://nbsite.pyviz.org) for
more information.


## About PyViz

NBSite is part of the PyViz initiative for making Python-based visualization tools work well together.
See [pyviz.org](https://pyviz.org) for related packages that you can use with NBSite and
[status.pyviz.org](https://status.pyviz.org) for the current status of each PyViz project.


