Metadata-Version: 2.4
Name: mathjspy
Version: 0.1.0
Summary: A Python library evaluate mathematical expressions in the same manner as MathJS.
Home-page: https://mathjspy.readthedocs.org
Download-URL: https://bitbucket.org/amorris/mathjspy/downloads
Author: See AUTHORS
Author-email: web@myemptybucket.com
License: MIT/Expat
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)
Requires: numpy
Description-Content-Type: text/x-rst
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: requires
Dynamic: summary

mathjspy
========

`mathjspy` is a Python library to evaluate mathematical expressions in the same manner as `MathJS <https://mathjs.org>`_.

The purpose is to allow calculation of expressions in Python that are consistent with what is calculated through MathJS.

Many thanks to `MathJS <https://mathjs.org>`_ for their hard work in developing an excellent mathematical expression interpreter.

Official Documentation
======================

The homepage is available at `https://mathjspy.readthedocs.org <https://mathjspy.readthedocs.org>`_

You will find:

* installation methods
* the official documentation
* code examples
* instructions for contributing
