Math calculator library for solving complex expressions
Project description
Math Calculator
A Python library for solving complex mathematical expressions.
Installation
pip install math-calculator
Usage
from math_calc import MathCalculator, generate_key
# Generate encryption key (first time setup)
key = generate_key()
print(f"Your key: {key}")
# Store this key securely and set it as MATH_CALC_KEY environment variable
# Solve a math expression
calc = MathCalculator()
calc.solve()
Configuration
Set the following environment variables:
MATH_CALC_KEY- Your encryption keyMATH_CALC_SERVER_URL- Server URL (optional, defaults to built-in endpoint)
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file matrix_math_calculator-0.2.1.tar.gz.
File metadata
- Download URL: matrix_math_calculator-0.2.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49732ddd4b555cc454cd9358e9e0ec6efa8b40544547f8d5fbae02eac9f7a940
|
|
| MD5 |
a085e7668d63f3173c02aa28dedba824
|
|
| BLAKE2b-256 |
014da332ebaa1ab0ad64b9c5e00b1e4a6a7f2f79280256dd7b24edac940e2d5b
|
File details
Details for the file matrix_math_calculator-0.2.1-py3-none-any.whl.
File metadata
- Download URL: matrix_math_calculator-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14321e3834e05474c2b763b87feaa7c20f52b849199141b947759931988f3d20
|
|
| MD5 |
4a85a48346b60ded524451bddcc979fd
|
|
| BLAKE2b-256 |
3b92195853568829a309abcf312dac9473689ded4586ca0c24e4ee81b8155f60
|