Metadata-Version: 1.1
Name: OptDict
Version: 0.5.13
Summary: OptDict - Option parser from dictionary, with configure from file and validation.
Home-page: http://github.com/mosquito/optdict
Author: mosquito
Author-email: me@mosquito.su
License: MIT
Description: 
        OptDict
        =======
        
        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])
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
