Metadata-Version: 2.1
Name: dle
Version: 0.1.2
Summary: Download and Extract
Home-page: https://github.com/jnalley/dle
Author: Jon Nalley
Author-email: code@bluebot.org
License: UNKNOWN
Description: # DLE
        Download and Extract
        
        `dle` is used to download and extract archives (e.g. tar.gz, .zip, .etc) and
        extract them to a specified path.
        
        ## Installation
        ```
        python3 -m pip install --upgrade dle
        ```
        
        ## Usage
        ```
        dle --dest=/tmp/downloads https://example.com/archive/to/download/filename.zip
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
