Metadata-Version: 1.1
Name: ext-util
Version: 1.0
Summary: Extract things without having to worry about parameters.
Home-page: https://github.com/KoffeinFlummi/ext
Author: Felix "KoffeinFlummi" Wiegand
Author-email: koffeinflummi@gmail.com
License: MIT
Description: Extract archives without having to worry about different ``tar``
        parameters, or whether you should use a subdirectory or not.
        
        ext extracts files to your CWD if there's only one directory or file in
        there, and to a subfolder if there's more.
        
        Setup
        ~~~~~
        
        ::
        
            $ pip3 install ext-util
        
        Usage
        ~~~~~
        
        ::
        
            $ ext [pathtoarchive]
        
        Supports rars, zips and tarballs.
        
Keywords: extract archives archive utility
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
