Simple Formula Parser
Project description
formulite
Simple formula parser
FormuLite is the simple formula parser.
INSTALL
pip install formulite
HOW TO USE
from formulite.calc_parser import parser
text="f(x)+g(x,y,z)*5"
par = parser(text)
print(
par.resolve()
)
# polish notation
# return <function name>[<args>,[,]]
# return +[f['x'], *[g['x', 'y', 'z'], '5']]
LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
formulite-0.0.4.tar.gz
(6.9 kB
view details)
File details
Details for the file formulite-0.0.4.tar.gz
.
File metadata
- Download URL: formulite-0.0.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3186ca8ceac14aca92d8f9ebac4ba6a1545e8c9ad821bd7ef679edf657b1c90 |
|
MD5 | 25036d1f7aced7e916ab5366851fb968 |
|
BLAKE2b-256 | d7babf6c57559598b2127e848fae9de2520b6dee3a26778583ed732f40929d97 |