You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

AMP

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

AMP

A Python 2.7 mathematical parsing library

1.1.4
pipPyPI
Maintainers
1

AMP: Automatic Mathematical Parser

Python 2.7 library that parses and evaluates any string numerical mathematical expression, with support for complex numbers and mathematical constants, as well as scientific notation and a wide range of mathematical functions.

Documentation

The documentation available as of the date of this release is included in the docs/ directory.

Installation

Installation of this package uses pip, included by default in Python 2.7.9 and later. If your computer doesn’t have pip, download this file <http://bootstrap.pypa.io/get-pip.py>_. Then open up your terminal and enter the command shown below::

python get-pip.py

Installation of the AMP package can be done by opening your computer's terminal and entering the following::

pip install AMP

License

See the file called LICENSE.txt.

The most up-to-date version of this software can be found at:

  • https://github.com/ioguntol/Automatic-Mathematical-Parser
  • https://pypi.python.org/pypi/AMP/

Contact

The developer, Ini Oguntola, can be contacted at ioguntol@gmail.com.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts