Metadata-Version: 2.1
Name: symphony-ui
Version: 1.0.0
Summary: Modular data science components
Home-page: https://github.com/apple/ml-symphony
Author: Apple
Author-email: dnikit-symphony-oss@group.apple.com
License: Apple Sample Code License
Keywords: Jupyter,Widgets,IPython
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ipywidgets (>=7.0.0)
Requires-Dist: pyarrow
Requires-Dist: pandas
Requires-Dist: jupyterlab (==3.*)
Provides-Extra: docs
Requires-Dist: jupyter-sphinx ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: nbsphinx-link ; extra == 'docs'
Requires-Dist: pytest-check-links ; extra == 'docs'
Requires-Dist: pypandoc ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: sphinx (>=1.5) ; extra == 'docs'
Requires-Dist: sphinx-book-theme ; extra == 'docs'
Requires-Dist: sphinx-mdinclude ; extra == 'docs'
Provides-Extra: examples
Requires-Dist: tensorflow ; extra == 'examples'
Requires-Dist: opencv-python ; extra == 'examples'
Requires-Dist: gitpython ; extra == 'examples'
Provides-Extra: widgets
Requires-Dist: symphony-binary-confusion-matrix ; extra == 'widgets'
Requires-Dist: symphony-data-map ; extra == 'widgets'
Requires-Dist: symphony-duplicates ; extra == 'widgets'
Requires-Dist: symphony-fairvis ; extra == 'widgets'
Requires-Dist: symphony-familiarity ; extra == 'widgets'
Requires-Dist: symphony-hierarchical-confusion-matrix ; extra == 'widgets'
Requires-Dist: symphony-list ; extra == 'widgets'
Requires-Dist: symphony-markdown ; extra == 'widgets'
Requires-Dist: symphony-scatterplot ; extra == 'widgets'
Requires-Dist: symphony-summary ; extra == 'widgets'
Requires-Dist: symphony-vega ; extra == 'widgets'

# Symphony

This framework combines different [components](../widgets) into one bundle that can be used in different environments such as Jupyter notebooks and web dashboards.

Symphony ties together a collection of interactive visualizations that let you explore data. It is designed to be extensible and thus can integrate different components. If you are interested in creating you own component, take a look at our [cookiecutter](../widget-cookiecutter/).

## Installation

```bash
pip install -i symphony_ui
```

To create the backing table, you must be using Python 3.7 and have [DNIKit](https://github.com/apple/dnikit) installed.

## Usage

For detailed documentation on how to use Symphony, see our [documentation](https://apple.github.io/ml-symphony/).

## Development

To learn about how to build Symphony from source and how to contribute to the framework, please look at [CONTRIBUTING.md](../CONTRIBUTING.md) and the [development documentation](https://apple.github.io/ml-symphony/contributing.html).
