Metadata-Version: 1.1
Name: errorpro
Version: 0.1.6
Summary: ErrorPro allows to do calculations in IPython with physical quantities, which contain a value, error and unit.
Home-page: http://github.com/lukasbk/ErrorPro
Author: Lukas Bentkamp
Author-email: lukas.bentkamp@mailbox.org
License: BSD
Download-URL: https://github.com/lukasbk/ErrorPro/tarball/0.1.5
Description: =================
        ErrorPro
        =================
        
        ErrorPro allows to do calculations in IPython with physical quantities, which contain a value, error and unit.
        
        It's features are:
        
        * calculations with physical quantities including error propagation and SI unit propagation
        * specifying your data in an intuitive physicist-oriented way
        * calculating whole data sets at once (to a certain extend multi-dimensional)
        * calculating weighted and unweighted mean values
        * fitting curves to data (using scipy's curve_fit)
        * plotting your data (using matplotlib)
        * arranging your data nicely in HTML and LaTex tables
        * showing the error formula and it's LaTex code
        
        To learn more about ErrorPro, have a look at the `Wiki <../../wiki>`_!
        
Keywords: error uncertainty propagation units physics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
