Meth

Latest version: v1.2.1

Safety actively analyzes 624875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.2.1

Located at: https://pypi.org/project/meth/1.2.1/

Changelog:
- Fix bug which ignored all operations before an operation involving a function call. (8f49e491b3cc6f15da9a769626cb65485907bc07)

1.2.0

Located at: https://pypi.org/project/meth/1.2.0/

Changelog:
- Rewrote parser to be faster.

1.1.0

Located at: https://pypi.org/project/meth/1.1.0/

Changelog:
- Added functions for `Evaluator`:
- `set_var`: Sets a variable.
- `get_var`: Gets the value of a variable.
- `delete_var`: Deletes a variable.
- `clear_var`: Deletes all variables.
- Added new utility functions:
- `get_leaf_node_left`: Get leftest leaf node of a tree.
- `get_from_depth_left`: Get the leftest node of a tree using a depth.
- `create_number_token`: Creates a token from a number using its type.
- Added detailed docstring.
- `Lexer` class `expr` init argument has been moved to the `tokenize` function.
- `Parser` class `tokens` init argument has been moved to the `parse` function.
- Refactored code.

1.0.1

Changelog:
- Updated README.md (not reflected in github releases)

1.0.0

First release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.