Metadata-Version: 2.1
Name: dscitools
Version: 0.1.1
Summary: Tools for data science with Jupyter/Pandas/Spark
Home-page: https://github.com/dzeber/dscitools
Author: David Zeber
Author-email: dzeber@mozilla.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.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: Topic :: Scientific/Engineering :: Information Analysis
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: six
Requires-Dist: boto3
Provides-Extra: testing
Requires-Dist: pytest (>=3.1) ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pyspark ; extra == 'testing'
Requires-Dist: nbformat ; extra == 'testing'
Requires-Dist: nbconvert ; extra == 'testing'
Requires-Dist: ipykernel ; extra == 'testing'
Requires-Dist: jupyter-client ; extra == 'testing'
Requires-Dist: moto ; extra == 'testing'

`dscitools`: Tools for data science
===================================

This package collects some utilities for working on data analyses.
It is designed for a workflow using:

- Jupyter with IPython
- `pandas`
- Spark (optional)
- plotting with `ggplot` (via the `plotnine` package)




