Metadata-Version: 2.1
Name: solas
Version: 0.3.0
Summary: A Python API for Intelligent Data Discovery
Home-page: https://github.com/willeppy/solas
Author: Will Epperson
Author-email: willepp@live.com
License: Apache-2.0 License
Keywords: Visualization,Analytics,Data Science,Data Analysis
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyterlab (>=3.0.14)
Requires-Dist: scipy (>=1.3.3)
Requires-Dist: altair (>=4.0.0)
Requires-Dist: numpy (>=1.20.3)
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: scikit-learn (>=0.22)
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: solas-widget (>=0.1.4)
Requires-Dist: us
Requires-Dist: iso3166
Requires-Dist: pyemd (>=0.5.1)
Requires-Dist: sklearn
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Solas

Solas is a jupyter extension for visualization recommendation that uses your analysis history to provide better recommendations.

With Program Analysis -- Development version. 

See below for install instructions

## Easy install
```
pip install git+https://github.com/willeppy/solas.git
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install solaswidget
```

Then you can run `import solas` in jupyter environments. Note this wont work outside of ipython envs.

## Contributing

For more information about installing for Development purposes and contributing see `CONTRIBUTING.md`

