Metadata-Version: 2.1
Name: jk_argparsing
Version: 0.2020.8.15.2
Summary: A python module for parsing of program arguments.
Home-page: https://github.com/jkpubsrc/python-module-jk-argparsing
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: Apache 2.0
Download-URL: https://github.com/jkpubsrc/python-module-jk-argparsing/tarball/0.2019.9.11
Description: jk_argparsing
        =============
        
        Introduction
        ------------
        
        This module provides an API for processing command line arguments. There is ``argparse`` of course, but this API is better. Better means: Simpler, more easy to use.
        
        Information about this module can be found here:
        
        * [github.org](https://github.com/jkpubsrc/python-module-jk-argparsing)
        * [pypi.python.org](https://pypi.python.org/pypi/jk_argparsing)
        
        How to use this module
        ----------------------
        
        Import
        ~~~~~~
        
        To import this module use the following statement:
        
        ```python
        import jk_argparsing
        ```
        
        Example
        ~~~~~~~
        
        TODO
        
        Contact Information
        -------------------
        
        This is Open Source code. That not only gives you the possibility of freely using this code it also
        allows you to contribute. Feel free to contact the author(s) of this software listed below, either
        for comments, collaboration requests, suggestions for improvement or reporting bugs:
        
        * Jürgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de
        
        License
        -------
        
        This software is provided under the following license:
        
        * Apache Software License 2.0
        
        
        
        
Keywords: program,arguments,commands,options,args
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
