Metadata-Version: 2.1
Name: mathsym-adasneves
Version: 0.0.39
Summary: A small example package
Author-email: Alex Dasneves <adasneves@adasneves.info>
Project-URL: Homepage, https://github.com/adasneves127/Symmath
Project-URL: Bug Tracker, https://github.com/adasneves127/Symmath/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Basic Math Library

This package provides users with a basic interface for evaluating functions.

## Usage

```py
import mathSym


mathSym.create_eq("<Your Equation Here>")
```

The 'equation' function will prvide an object with the following methods for use:

* Print
* Evaluate
  
Print will print out how the program interpreted the equation given.

Evaluate takes in a parameter 'x', to be used as the variable placeholder.

## More info

[Github](https://github.com/adasneves127/mathSym)
