Metadata-Version: 2.1
Name: pandashells
Version: 0.2.1
Summary: Command line data tools
Home-page: https://github.com/robdmc/pandashells
Author: Rob deCarvalho
Author-email: unlisted@unlisted.net
License: BSD
Keywords: pandas plot plotting data dataframe command line cli statistics stats
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
Provides-Extra: console
Requires-Dist: numpy ; extra == 'console'
Requires-Dist: pandas ; extra == 'console'
Requires-Dist: scipy ; extra == 'console'
Requires-Dist: patsy ; extra == 'console'
Requires-Dist: statsmodels ; extra == 'console'
Requires-Dist: scikit-learn ; extra == 'console'
Requires-Dist: supersmoother ; extra == 'console'
Requires-Dist: gatspy ; extra == 'console'
Provides-Extra: full
Requires-Dist: numpy ; extra == 'full'
Requires-Dist: pandas ; extra == 'full'
Requires-Dist: scipy ; extra == 'full'
Requires-Dist: patsy ; extra == 'full'
Requires-Dist: statsmodels ; extra == 'full'
Requires-Dist: scikit-learn ; extra == 'full'
Requires-Dist: supersmoother ; extra == 'full'
Requires-Dist: gatspy ; extra == 'full'
Requires-Dist: matplotlib ; extra == 'full'
Requires-Dist: jinja2 ; extra == 'full'
Requires-Dist: mpld3 ; extra == 'full'
Requires-Dist: seaborn ; extra == 'full'


Pandashells is a set of unix command-line tools that provide accessibility
to the python data stack directly from the bash prompt.  Users can utilize
pandas-based data-munging, perform linear regression, and even take
the spectral decomposition of non-uniformly sampled time series.


