{ "info": { "author": "Pushpak Dagade", "author_email": "guanidene@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: Free for non-commercial use", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: System :: Archiving", "Topic :: Utilities" ], "description": "What is a nested tar archive?\r\n==============================\r\nIt is a tar archive containing other tar archives which may further\r\ncontain many more tar archives (and so on...)\r\n\r\nSo what does this program do?\r\n==============================\r\nIt extracts tar archives recursively.\r\nIt can extract the following tar archives - \r\n.tar, .tgz, .tbz, .tb2, .tar.gz, .tar.bz2\r\n\r\nWhat's different in this?\r\n==========================\r\nOrdinary extractors normally just extract a tar archive once, ie\r\nthey won't extract any other tar archives (if any) that are present\r\nin it. If it has more tar archives and you want to extract them too,\r\nthen you have to yourself extract each of these archives. This can be\r\na real headache if there are many tar archives (and are nested many\r\nlevels deep). I have tried to make this thing easy using this tool.\r\n\r\nHow to access it from terminal?\r\n=====================================\r\nYou can access it from the terminal using the command -\r\nextractnested.py tar1.tar [tar2.tar ...]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://guanidene.blogspot.com/2011/06/nested-tar-archives-extractor.html", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nested.tar.archives.extractor", "package_url": "https://pypi.org/project/nested.tar.archives.extractor/", "platform": "", "project_url": "https://pypi.org/project/nested.tar.archives.extractor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://guanidene.blogspot.com/2011/06/nested-tar-archives-extractor.html" }, "release_url": "https://pypi.org/project/nested.tar.archives.extractor/1.1/", "requires_dist": null, "requires_python": null, "summary": "A small tool for recursively extracting nested tar archives.", "version": "1.1" }, "last_serial": 795246, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "db6ad50776869260bd79a6d550f11512", "sha256": "6a35202c4fd3188a2ee233b4c508fa8d7b9ce814cf82ff71e33a19712697e1c0" }, "downloads": -1, "filename": "nested.tar.archives.extractor-1.1 [python 2.x].tar.gz", "has_sig": false, "md5_digest": "db6ad50776869260bd79a6d550f11512", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4620, "upload_time": "2011-07-04T15:38:17", "url": "https://files.pythonhosted.org/packages/9e/45/d85bbb2c3ab3e31457a77c1f435e5feb75978d8278b88fde22b5ad2a0200/nested.tar.archives.extractor-1.1%20%5Bpython%202.x%5D.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db6ad50776869260bd79a6d550f11512", "sha256": "6a35202c4fd3188a2ee233b4c508fa8d7b9ce814cf82ff71e33a19712697e1c0" }, "downloads": -1, "filename": "nested.tar.archives.extractor-1.1 [python 2.x].tar.gz", "has_sig": false, "md5_digest": "db6ad50776869260bd79a6d550f11512", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4620, "upload_time": "2011-07-04T15:38:17", "url": "https://files.pythonhosted.org/packages/9e/45/d85bbb2c3ab3e31457a77c1f435e5feb75978d8278b88fde22b5ad2a0200/nested.tar.archives.extractor-1.1%20%5Bpython%202.x%5D.tar.gz" } ] }