{ "info": { "author": "Se\u00e1n Hewitt", "author_email": "contact@2sh.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: System :: Archiving" ], "description": "# LimitTar\nThis application/library is for limiting the size of a tar archive for spanning\ndata directly across multiple Blu-Ray/DVD discs, flash drives or as files on\nonline storage with file size limits. It tries to fit as many files as possible\ninto a tar archive without creating partial files. This means each tar archive\ncan be restored independently without joining.\n\nThis application was mainly developed to be used with\n[aes-pipe](https://github.com/2sh/aes-pipe) for space efficient data\nencryption using pipes to remove the need for temporarily storing the\npotentially large archives and encrypted data.\n\n## Requirements\n* Python 3.4+\n\n## Installation\nFrom the Python Package Index:\n```\npip install limittar\n```\n\nOr download and run:\n```\npython3 setup.py install\n```\n\n## Command-Line Usage\nUse the ```-h``` argument for help:\n```\nlimittar -h\n```\n\n### Spanning files in tar archives across multiple USB storage devices\n```\nfind /path/photos/ -print0 > files\n\nlimittar -0 -i files -l remaining1 -s 16g > /dev/sdX\nlimittar -0 -i remaining1 -l remaining2 -s 20g > /dev/sdX\ncat remaining2 | limittar -0 -l remaining3 -s 16g > /dev/sdX\n...\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/2sh/limittar", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "limittar", "package_url": "https://pypi.org/project/limittar/", "platform": "", "project_url": "https://pypi.org/project/limittar/", "project_urls": { "Homepage": "https://github.com/2sh/limittar" }, "release_url": "https://pypi.org/project/limittar/1.0.4/", "requires_dist": null, "requires_python": ">=3.4", "summary": "Limiting the size of tar archives", "version": "1.0.4" }, "last_serial": 4141654, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "71b55e25868aa83f7c2040cd7ac03be6", "sha256": "c71f208c860051af291cd208d37d1b742da3f23ed497e498cf373f5ca64c35fd" }, "downloads": -1, "filename": "limittar-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "71b55e25868aa83f7c2040cd7ac03be6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 5575, "upload_time": "2018-08-03T11:55:35", "url": "https://files.pythonhosted.org/packages/5d/99/3899f31a7788607a6cbe5b86c1b4311a59af08012dfd0e76d3cd47eff824/limittar-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "100bd481d7a2ca315f8692a20d683d89", "sha256": "615ba532b6d03d4c9ca7082778319af14c55758d9ca235b75ea082a728f99909" }, "downloads": -1, "filename": "limittar-1.0.1.tar.gz", "has_sig": false, "md5_digest": "100bd481d7a2ca315f8692a20d683d89", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 5117, "upload_time": "2018-08-03T11:55:36", "url": "https://files.pythonhosted.org/packages/82/ac/25b4f60a5d5f511bf3445e6a483deab464a7fc6b084155a7e0b96a97a174/limittar-1.0.1.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "f04eed39fef996e914933de83db2defd", "sha256": "82a9adbf69dd664489f4eda4016df6a5f5950820240eb0104e81665f864b1002" }, "downloads": -1, "filename": "limittar-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f04eed39fef996e914933de83db2defd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 5605, "upload_time": "2018-08-03T16:05:23", "url": "https://files.pythonhosted.org/packages/a1/81/4a288dc4243804c0c5683d8cd637e9897c217142893337d333fbc8b0be21/limittar-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ecc8fcc94eae36f4efc89dfcb2ec9b6", "sha256": "413d8119769e65d976b99709ffed7eff24ab5a02d93e4fe8fe679ca244dee2db" }, "downloads": -1, "filename": "limittar-1.0.3.tar.gz", "has_sig": false, "md5_digest": "4ecc8fcc94eae36f4efc89dfcb2ec9b6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 5152, "upload_time": "2018-08-03T16:05:24", "url": "https://files.pythonhosted.org/packages/9d/4e/9fc2e3b854345f9424aaf4d10f40d0c0922e717afff5873426c85b8d0ba6/limittar-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "bb2282968f8889055f75ab939275a10b", "sha256": "e7c6311551e67a49610c0f74d63100efb78d6b8077128be56f9502cc08016cff" }, "downloads": -1, "filename": "limittar-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bb2282968f8889055f75ab939275a10b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 6234, "upload_time": "2018-08-06T20:10:29", "url": "https://files.pythonhosted.org/packages/db/0a/6c19e6428d42528e655bc5c820e9a017a949fb2a8a588f13066f23edf14c/limittar-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef6c383d96ae488b7acd0d2d35fe1e02", "sha256": "749b76e8ccda9c5d1ea7138a3a857f6f66a607c755e48ae2e08c5e6614b03167" }, "downloads": -1, "filename": "limittar-1.0.4.tar.gz", "has_sig": false, "md5_digest": "ef6c383d96ae488b7acd0d2d35fe1e02", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 5192, "upload_time": "2018-08-06T20:10:30", "url": "https://files.pythonhosted.org/packages/59/14/c8355195b1b4de24c52d10b9025bd79c1b69aa82ef0298fd71e133e9e1f8/limittar-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bb2282968f8889055f75ab939275a10b", "sha256": "e7c6311551e67a49610c0f74d63100efb78d6b8077128be56f9502cc08016cff" }, "downloads": -1, "filename": "limittar-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bb2282968f8889055f75ab939275a10b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 6234, "upload_time": "2018-08-06T20:10:29", "url": "https://files.pythonhosted.org/packages/db/0a/6c19e6428d42528e655bc5c820e9a017a949fb2a8a588f13066f23edf14c/limittar-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef6c383d96ae488b7acd0d2d35fe1e02", "sha256": "749b76e8ccda9c5d1ea7138a3a857f6f66a607c755e48ae2e08c5e6614b03167" }, "downloads": -1, "filename": "limittar-1.0.4.tar.gz", "has_sig": false, "md5_digest": "ef6c383d96ae488b7acd0d2d35fe1e02", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 5192, "upload_time": "2018-08-06T20:10:30", "url": "https://files.pythonhosted.org/packages/59/14/c8355195b1b4de24c52d10b9025bd79c1b69aa82ef0298fd71e133e9e1f8/limittar-1.0.4.tar.gz" } ] }