Metadata-Version: 2.1
Name: jk_packunpack
Version: 0.2022.2.6.1
Summary: Helper module to create or unpack tar archives, compress or uncompress files.
Home-page: UNKNOWN
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: proprietary
Description: jk_packunpack
        ==========
        
        Introduction
        ------------
        
        Helper module to create or unpack tar archives, compress or uncompress files.
        
        Information about this module can be found here:
        
        * [github.org](https://github.com/jkpubsrc/python-module-jk-packunpack)
        * [pypi.python.org](https://pypi.python.org/pypi/jk_packunpack)
        
        Why this module?
        ----------------
        
        ...
        
        Limitations of this module
        --------------------------
        
        This module supports the following compression algorithms only:
        * gzip
        * bzip2
        * xz
        
        Packing and unpacking `tar` files is supported on POSIX operating systems only
        as this module invokes the `tar` program directly.
        
        How to use this module
        ----------------------
        
        ### Import this module
        
        Please include this module into your application using the following code:
        
        ```python
        import jk_packunpack
        ```
        
        ...
        
        Contact Information
        -------------------
        
        This work is Open Source. This enables you to use this work for free.
        
        Please have in mind this also enables you to contribute. We, the subspecies of software developers, can create great things. But the more collaborate, the more fantastic these things can become. Therefore Feel free to contact the author(s) listed below, either for giving feedback, providing comments, hints, indicate possible collaborations, ideas, improvements. Or maybe for "only" reporting some bugs:
        
        * Jürgen Knauth: pubsrc@binary-overflow.de
        
        License
        -------
        
        This software is provided under the following license:
        
        * Apache Software License 2.0
        
        
        
        
Keywords: gz,gzip,tar,bz2,bzip,xz
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
