Metadata-Version: 2.1
Name: jk-argparsing
Version: 0.2021.3.17
Summary: A python module for parsing of program arguments.
Home-page: UNKNOWN
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: Apache2
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)
        
        History
        ----------------------
        
        Not every piece of software has a history. This module has.
        
        Work on this module began over a decade ago in a complete different programming language: C#. As I required some command line tools in C# I implemented a .Net library for that purpose as there was nothing like that I could use. This library was so convenient that a) I prepared it for release under the Apache Open Source license and b) ported it to Python some years later.
        
        So this python module here is based on that .Net library. It is basically a port of that library. However, year after year I improved that Python module bit by bit, so this Python module became a very convenient tool, way beyond the original capabilities of that .Net library.
        
        The next sections provide detailed information about how to use `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: 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: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
