About Anaconda Help Download Anaconda

"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.

copied from cf-post-staging / evargs

Installers

  • noarch v1.0.0

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.
  • 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.

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