Metadata-Version: 2.1
Name: nbsite
Version: 0.8.0rc8
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
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: pyviz-comms
Requires-Dist: ipykernel
Requires-Dist: nbformat
Requires-Dist: nbconvert
Requires-Dist: jupyter-client
Requires-Dist: myst-nb (>=0.17)
Requires-Dist: sphinx-design
Requires-Dist: notebook
Requires-Dist: sphinx
Requires-Dist: beautifulsoup4
Requires-Dist: jinja2
Requires-Dist: pillow
Requires-Dist: pydata-sphinx-theme
Requires-Dist: myst-parser
Provides-Extra: build
Requires-Dist: setuptools ; extra == 'build'
Requires-Dist: param (>=1.6.1) ; extra == 'build'
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: importlib-metadata (<5.0) ; 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/main/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) [![dev-site](https://img.shields.io/website-up-down-green-red/https/pyviz-dev.github.io/nbsite-dev.svg?label=dev%20website)](https://pyviz-dev.github.io/nbsite-dev/)|
| 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) |

---

**DISCLAIMER**

NBSite is a tool supporting the developers of the [HoloViz](https://holoviz/org) project. As such it is tailored to their use case, workflow, and **breaking changes may occur at any time**. We suggest that before using NBSite you investigate alternatives such as [MyST-NB](https://myst-nb.readthedocs.io) or [nbsphinx](https://nbsphinx.readthedocs.io/). If you select NBSite anyway, we recommend that you pin its version.

---

NBSite lets you build a website from a set of notebooks plus a minimal
amount of config. 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 (see nbsmoke).

## Sites built with NBSite

Non exhaustive list of sites built with NBSite (as of November 2022):

- [Panel](https://panel.holoviz.org/)
- [hvPlot](https://hvplot.holoviz.org/)
- [HoloViews](https://holoviews.org/)
- [GeoViews](https://geoviews.org/)
- [Datashader](https://datashader.org/)
- [Lumen](https://lumen.holoviz.org/)
- [Colorcet](https://colorcet.holoviz.org/)
- [Param](https://param.holoviz.org/)
- [HoloViz.org](https://holoviz.org/)
- [examples.pyviz.org](https://examples.pyviz.org/)
- [PyViz.org](https://pyviz.org/)

## About HoloViz

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