{ "info": { "author": "Marc Brinkmann", "author_email": "git@marcbrinkmann.de", "bugtrack_url": null, "classifiers": [], "description": "uz\n==\n\nUz is a small tools to unpack files.\n\n.. code-block:: sh\n\n $ uz -v sample.tar.xz\n sample_data/\n sample_data/bar\n\n\nIt does not infer file-types from file endings but analyzes headers instead:\n\n.. code-block:: sh\n\n $ mv sample.tar.xz nothing-in-the-filename\n $ uz -l nothing-in-the-filename\n sample_data/\n sample_data/bar\n\n\nIt also does the right thing in weird cases:\n\n.. code-block:: sh\n\n $ uz -A sample.tar.xz.bz2.gz.xz.gz.bz2\n sample.tar.xz.bz2.gz.xz.gz.bz2: BZip <- gzip <- xz <- gzip <- BZip <- xz <- tarfile\n cmd: bunzip2 --stdout | gunzip --to-stdout | xz --decompress --stdout | gunzip --to-stdout | bunzip2 --stdout | tar --extract --xz\n $ uz sample.tar.xz.bz2.gz.xz.gz.bz2\n $ ls\n sample_data sample.tar.xz.bz2.gz.xz.gz.bz2\n\n\nSupported fileformats\n---------------------\n\nIt's fairly easy to add another archive or compression format to ``uz``; right\nnow it supports ``.bz2``, ``.gz``, ``.xz`` and ``.7z``, ``.rar``, ``.tar``,\n``.zip``, -- as well as all combinations of those.\n\nMore formats are added as soon as the author runs into a file he needs to\nextract or via pull request.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mbr/uz", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "uz", "package_url": "https://pypi.org/project/uz/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uz/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mbr/uz" }, "release_url": "https://pypi.org/project/uz/0.2/", "requires_dist": null, "requires_python": null, "summary": "uz extracts files of all sorts", "version": "0.2" }, "last_serial": 1584810, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3a1bdc86c187301355969fce081d6b00", "sha256": "314915e7474e0c386ab273ebc703d5321e5a3351c566da6137a01575bc2ff0b1" }, "downloads": -1, "filename": "uz-0.1.tar.gz", "has_sig": true, "md5_digest": "3a1bdc86c187301355969fce081d6b00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5879, "upload_time": "2015-05-25T15:49:22", "url": "https://files.pythonhosted.org/packages/04/b4/56109431554cab1b152efe6801c91e518d62ad4efbbe500ab18405ccb988/uz-0.1.tar.gz" } ], "0.1dev": [], "0.2": [ { "comment_text": "", "digests": { "md5": "db178e63f70ef9b390582fda196168d6", "sha256": "1486a3c01358e8de7bb3473320eb5ec6bd257841a0a35eafcf6c654d749a6c21" }, "downloads": -1, "filename": "uz-0.2.tar.gz", "has_sig": true, "md5_digest": "db178e63f70ef9b390582fda196168d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6145, "upload_time": "2015-06-09T13:40:11", "url": "https://files.pythonhosted.org/packages/85/c6/da900c5f4455278b4598c36044719ea759efc52ec4e52b10e0905a2bf8a7/uz-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db178e63f70ef9b390582fda196168d6", "sha256": "1486a3c01358e8de7bb3473320eb5ec6bd257841a0a35eafcf6c654d749a6c21" }, "downloads": -1, "filename": "uz-0.2.tar.gz", "has_sig": true, "md5_digest": "db178e63f70ef9b390582fda196168d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6145, "upload_time": "2015-06-09T13:40:11", "url": "https://files.pythonhosted.org/packages/85/c6/da900c5f4455278b4598c36044719ea759efc52ec4e52b10e0905a2bf8a7/uz-0.2.tar.gz" } ] }