Skip to main content

OptDict - Option parser from dictionary, with configure from file and validation.

Project description

Python module for easy to use command line options. With validation options values and configuration from JSON file.

Validations

The module provides this validators:

  • RequireAll(func1[, func2, … funcN]) {synonym: Require}

  • RequireOnce(func1[, func2, … funcN])

  • ValidAll(name1[, name2 … nameN]) {synonym: Valid}

  • ValidOnce(name1[, name2 … nameN])

  • Conflict(name1[, name2 … nameN])

  • ValidationQueue(Validator0[, Validator1])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

OptDict-0.5.14.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page