This is a simple and lightweighted tokenizer for mathematical functions written in pure Python. It was tested with Python >= 3.4.
version 1.0.1
- tokenize mathematical function
- create own rules
The package is available via pip
pip install math-tokenizerYou can also update on the latest version via pip
pip install math-tokenizer --upgrade