Metadata-Version: 2.1
Name: arithmeval
Version: 0.1.1
Summary: A package that lets you safely evaluate arithmetic expressions.
Home-page: https://github.com/enesklcarslan/arithmeval/
Author: Enes Kilicarslan
Author-email: enesklcarslan@gmail.com
License: BSD-3-Clause
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Arithmetic Eval

`arithmeval` or `Arithmetic Eval` is a python package that lets you safely evaluate arithmetic expressions.

Quick start
-----------

1. Install using pip
   ```
   pip install arithmeval
   ```

2. ...
