Metadata-Version: 2.1
Name: awesome-panel-extensions
Version: 20210502.1
Summary: A package of awesome Panel extensions. Provided by awesome-panel.org
Home-page: https://github.com/marcskovmadsen/awesome-panel-extensions
Author: Marc Skov Madsen
Author-email: marc.skov.madsen@gmail.com
License: GPLv3
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: panel (>=0.11.1)
Requires-Dist: bokeh (==2.3.0)
Requires-Dist: lxml
Provides-Extra: all
Requires-Dist: altair ; extra == 'all'
Requires-Dist: autoflake ; extra == 'all'
Requires-Dist: holoviews ; extra == 'all'
Requires-Dist: hvplot ; extra == 'all'
Requires-Dist: invoke ; extra == 'all'
Requires-Dist: isort ; extra == 'all'
Requires-Dist: jupyter-repo2docker ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: mypy ; extra == 'all'
Requires-Dist: notebook ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: pandas-profiling ; extra == 'all'
Requires-Dist: plotly ; extra == 'all'
Requires-Dist: pylint (>=2.6.0) ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: rope ; extra == 'all'
Requires-Dist: seaborn ; extra == 'all'
Requires-Dist: twine ; extra == 'all'
Provides-Extra: doc
Provides-Extra: examples
Requires-Dist: notebook ; extra == 'examples'
Requires-Dist: pandas-profiling ; extra == 'examples'
Requires-Dist: matplotlib ; extra == 'examples'
Requires-Dist: pandas ; extra == 'examples'
Requires-Dist: seaborn ; extra == 'examples'
Requires-Dist: holoviews ; extra == 'examples'
Requires-Dist: hvplot ; extra == 'examples'
Requires-Dist: plotly ; extra == 'examples'
Requires-Dist: altair ; extra == 'examples'
Provides-Extra: recommended
Provides-Extra: tests
Requires-Dist: autoflake ; extra == 'tests'
Requires-Dist: invoke ; extra == 'tests'
Requires-Dist: isort ; extra == 'tests'
Requires-Dist: jupyter-repo2docker ; extra == 'tests'
Requires-Dist: mypy ; extra == 'tests'
Requires-Dist: pylint (>=2.6.0) ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: rope ; extra == 'tests'
Requires-Dist: twine ; extra == 'tests'

# Awesome Panel Extensions

[Panel](https://panel.holoviz.org/) is a framework for creating **powerful, reactive analytics apps in Python using to tools you know and love**.

<a href="https://panel.holoviz.org/" target="_blank"><img src="https://panel.holoviz.org/_static/logo_stacked.png" style="display: block;margin-left: auto;margin-right: auto;height: 50px;"></a>

The `awesome-panel-extensions` package contains Panel Extensions and Tools that add to the power of Panel.

You can install the package via

```python
pip install awesome-panel-extensions
```

If you wan't to get started with an **example** check out the [Pandas Profile Report Reference Notebook](https://github.com/MarcSkovMadsen/awesome-panel-extensions/blob/master/examples/reference/panes/PandasProfileReport.ipynb)

[![Pandas Profile Report Reference Notebook](https://github.com/MarcSkovMadsen/awesome-panel-extensions/raw/master/assets/images/pandas-profile-report-pane-app.png)](https://github.com/MarcSkovMadsen/awesome-panel-extensions/blob/master/examples/reference/panes/PandasProfileReport.ipynb)

If you wan't to **learn more** checkout the [Package Documentation](https://awesome-panel.readthedocs.io/en/latest/packages/awesome-panel-extensions/index.html).

If you wan't to **develop your own Awesome Panel Extensions** check out the [Awesome Panel Extensions Guide](https://github.com/marcskovmadsen/awesome-panel-extensions).

Awesome Panel Extensions are provided by [awesome-panel.org](https://awesome-panel.org).

Please note that this package is an **alpha stage**. The api might change or functionality might be moved into Panel or to stand alone packages. If you find a version that works for you please pin it.


