Metadata-Version: 2.1
Name: dash-labs
Version: 0.4.0
Summary: Experimental enhancements for potential inclusion in Dash
Home-page: https://github.com/plotly/dash-labs
Author: Jon Mease
Author-email: jon@plot.ly
Maintainer: Jon Mease
Maintainer-email: jon@plot.ly
License: MIT
Project-URL: Github, https://github.com/plotly/dash-labs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Framework :: Dash
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
Requires-Dist: dash (>=1.18.1)
Requires-Dist: dash-bootstrap-components (>=0.11.1)
Requires-Dist: dataclasses (==0.8) ; python_version < "3.7"

## Dash Labs tech preview
This repository contains a work-in-progress technical preview of potential future Dash features.

## Documentation
The documentation for Dash Labs can be found in the [docs/](./docs/) directory.
  - [01-Overview.md](https://github.com/plotly/dash-labs/blob/main/docs/01-Overview.md)
  - [02-CallbackEnhancements.md](https://github.com/plotly/dash-labs/blob/main/docs/02-CallbackEnhancements.md)
  - [03-TemplateLayoutSystem.md](https://github.com/plotly/dash-labs/blob/main/docs/03-TemplateLayoutSystem.md)
  - [04-PredefinedTemplates.md](https://github.com/plotly/dash-labs/blob/main/docs/04-PredefinedTemplates.md)
  - [05-ComponentPlugingPattern.md](https://github.com/plotly/dash-labs/blob/main/docs/05-ComponentPlugingPattern.md)
  - [06-TemplateIntegrationAndMigration.md](https://github.com/plotly/dash-labs/blob/main/docs/06-TemplateIntegrationAndMigration.md)
  - [07-LongCallback.md](https://github.com/plotly/dash-labs/blob/main/docs/07-LongCallback.md)

Various demos are located in the [docs/demos](./docs/demos) directory.

## Installation
To install the tech preview:

```
$ pip install -U dash-labs
```

To use the templates based on `dash-bootstrap-components`, a few additional packages are required:

```
$ pip install -U dash-bootstrap-components spectra colormath requests tinycss2 
```


