About Anaconda Help Download Anaconda

"EvArgs" is a lightweight python module for easy expression parsing and value-casting, validating by rules, and it provides flexible configuration and custom validation method.

copied from cf-post-staging / evargs

Installers

  • noarch v0.9.3

conda install

To install this package run one of the following:
conda install conda-forge::evargs

Description

  • Evaluate assigned values. e.g "evargs.evaluate('a', 1)"
  • Put values. It's available to using "put" is without parsing the expression.
  • Value casting - str, int, 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.

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy