CMD + K

evargs

Community

"EvArgs" is a Python module designed for value assignment, easy expression parsing, and type casting. It validates values based on defined rules and offers flexible configuration along with custom validation methods.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::evargs

Usage Tracking

1.0.0
0.9.4
0.9.3
0.9.2
0.9.1
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

  • Evaluate assigned values. e.g "evargs.evaluate('a', 1)"
  • Put values. It's available to using "put" is without parsing the expression.
  • Type cast - str, int, bool, float, complex...
  • Value validation - unsigned, number range, alphabet, regex, any other...
  • Applying Pre-processing method and Post-processing method.
  • Get assigned values.
  • Set default rule.
  • Other support methods for value-assignment.

About

Summary

"EvArgs" is a Python module designed for value assignment, easy expression parsing, and type casting. It validates values based on defined rules and offers flexible configuration along with custom validation methods.

Last Updated

May 1, 2025 at 00:31

License

MIT

Total Downloads

2.4K

Supported Platforms

noarch