summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: d75a1cff6923311f80248840442b284261ed7ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Metadata-Version: 1.0
Name: dtrx
Version: 6.5
Summary: Script to intelligently extract multiple archive types
Home-page: http://www.brettcsmith.org/2007/dtrx/
Author: Brett Smith
Author-email: brettcsmith@brettcsmith.org
License: GNU General Public License, version 3 or later
Download-URL: http://www.brettcsmith.org/2007/dtrx/
Description: dtrx extracts archives in a number of different
        formats; it currently supports tar, zip (including self-extracting
        .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield
        files.  It can also decompress files compressed with gzip, bzip2,
        lzma, or compress.
        
        In addition to providing one command to handle many different archive
        types, dtrx also aids the user by extracting contents consistently.
        By default, everything will be written to a dedicated directory
        that's named after the archive.  dtrx will also change the
        permissions to ensure that the owner can read and write all those
        files.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities