Metadata-Version: 1.1
Name: supersmoother
Version: 0.3
Summary: Python implementation of Friedman's Supersmoother
Home-page: http://github.com/jakevdp/supersmoother
Author: Jake VanderPlas
Author-email: jakevdp@uw.edu
License: BSD 3-clause
Download-URL: http://github.com/jakevdp/supersmoother
Description: 
        SuperSmoother in Python
        =======================
        This is an efficient implementation of Friedman's SuperSmoother based in
        Python. It makes use of numpy for fast numerical computation.
        
        For more information, see the github project page:
        http://github.com/jakevdp/supersmoother
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
