Metadata-Version: 2.1
Name: jk_dirwalker
Version: 0.2022.3.12
Summary: Recursively iterates over files and directories in a directory tree
Home-page: UNKNOWN
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: apache2
Description: jk_dirwalker
        ==========
        
        Introduction
        ------------
        
        This python module ...
        
        Information about this module can be found here:
        
        * [github.org](https://github.com/jkpubsrc/....)
        * [pypi.python.org](https://pypi.python.org/pypi/jk_dirwalker)
        
        Why this module?
        ----------------
        
        ...
        
        Limitations of this module
        --------------------------
        
        ...
        
        How to use this module
        ----------------------
        
        ### Import this module
        
        Please include this module into your application using the following code:
        
        ```python
        import jk_dirwalker
        ```
        
        ...
        
        Contact Information
        -------------------
        
        * Jürgen Knauth: pubsrc@binary-overflow.de
        
        License
        -------
        
        This software is provided under the following license:
        
        * Apache Software License 2.0
        
        
        
        
Keywords: ...
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
