Metadata-Version: 1.1
Name: yaop
Version: 0.1.1
Summary: Yet Another Option Parser (full fledged)
Home-page: https://github.com/Aygos/yaop
Author: Aygos (C.B.)
Author-email: cyrilb02@sfr.fr
License: Creative Commons - BY-NC-ND
Description: A simple and light library that handle both command line parsing and config file reading.
        
        The only thing you have to do, is to describe (throught a YAML resource /
        config file) all options and parameters your main function expects.
        
        This way, you only describe what to do, and not how to do it.
        
        Every is done under the hood ; a simple call to the library handle :
        
          - application banner and help screen printing
          - command line parsing
          - building of dictionnary that hold configuration (flags, options and parameters values)
          - parsing optional config file that will override default values
          - etc.
        
        Please read file README for getting started.
        
        Other instructions are available in the documentation : both user and reference manuals.
        
        Please be warned, that the library is in pre-alpha stage (for a short time),
        until full documentation will be written : so package don't contains all source files yet.
Keywords: yaop command line optparse config file YAML resource banner help script application console shell
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: System :: Shells
Classifier: Topic :: Text Processing
