Ports 搜索

共有245项符合/archivers/的查询结果,以下是第171180项(搜索用时0.002秒)
archivers/pyliblzma-0.5.3 (Score: 0.16064717)
Python binding for the LZMA compression library
Python module implementing LZMA Utils' liblzma API PylibLZMA provides a python interface for the liblzma library to read and write data that has been compressed or can be decompressed by Lasse Collin's LZMA Utils.
archivers/python-snappy-0.5 (Score: 0.16064717)
Python library for the snappy compression library from Google
Python library for the snappy compression library from Google.
archivers/rarfile-2.8 (Score: 0.16064717)
Python module for RAR archive reading
This is Python module for RAR archive reading. The interface is made as zipfile like as possible.
archivers/rcssmin-1.0.6 (Score: 0.16064717)
Fast CSS minifier for Python
This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended).
archivers/rjsmin-1.0.12 (Score: 0.16064717)
Fast javascript minifier for Python
rJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c.
archivers/warctools-4.9.0 (Score: 0.16064717)
Tools for debugging ISO28500/WARC files
Command line tools and libraries for handling and manipulating ISO 28500 WARC files and their HTTP contents.
archivers/libarchive-c-2.2 (Score: 0.16064717)
Python interface to libarchive
archivers/qpress-1.1 (Score: 0.16064717)
Portable file archiver using QuickLZ
qpress is a portable file archiver using QuickLZ and designed to utilize fast storage systems to their max. It's often faster than file copy because the destination is smaller than the source.
archivers/lhasa-0.3.1 (Score: 0.16064717)
Command line tool and library for parsing LHA archives
Lhasa is a command line tool and library for parsing LHA archives. Currently it is only possible to decompress archives. Compressing LHA archives may be an enhancement for future versions. The aim is to be compatible with as many different variants of the LHA file format as possible, including LArc (.lzs) and PMarc (.pma). The command line tool aims to be interface-compatible with Unix LHA tool (command line syntax and output), for backwards compatibility with tools that expect particular output.
archivers/phk-3.0.1 (Score: 0.16064717)
PHK is a PHP-oriented package/archive system
PHK is a PHP-oriented package/archive system. Basically, it can be considered as a PHP-oriented equivalent of the Java jar format. As jar, PHK allows to distribute and run a library or an application as a single file. The PHK accelerator transparently makes PHK runtime faster.