Metadata-Version: 1.1
Name: mathjspy
Version: 0.0.5
Summary: A Python library evaluate mathematical expressions in the same manner as MathJS.
Home-page: http://mathjspy.readthedocs.org
Author: See AUTHORS
Author-email: web@myemptybucket.com
License: MIT/Expat
Download-URL: http://bitbucket.org/amorris/mathjspy/downloads
Description: mathjspy
        ========
        
        mathjspy is a Python library evaluate mathematical expressions in the same manner as MathJS.
        
        The purpose is to allow calculation of expressions in python that are consistent with what is calculated through
        MathJS.
        
        Many thanks to MathJS for their hard work in developing an excellent mathematical expression interpreter.
        http://mathjs.org
        
        
        Official documentation
        ======================
        
        The homepage is http://mathjspy.readthedocs.org
        You will find:
        
        * every installation methods
        * the official documentation
        * code examples
        * instructions for contributing
        
        
        0.0.5 (unreleased)
        ==================
        
        * Changed IRR function.
        
        0.0.3 (unreleased)
        ==================
        
        * Allow tuple / array data types for functions.
        
        0.0.2 (unreleased)
        ==================
        
        * Added log function
        
        0.0.1 (unreleased)
        ==================
        
        Initial Release
        ---------------
        
        * Initial project released in Alpha.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires: python (>=2.6.0)
