{ "info": { "author": "Guanliang Meng", "author_email": "linzhi2012@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "# batch-tar\n\n## 1 Introduction\n\n`batch-tar` is a tool to tar (and compress) files or directories in batch mode.\n\n## 2 Installation\n\n pip install batch-tar\n\nThere will be a command `batch_tar` created under the same directory as your `pip` command.\n\n## 3 Usage\n\n $ batch_tar\n\n usage: batch_tar [-h] [-l ] [-L [ [ ...]]]\n [-workdir ] [-tarfile ] [-regex ]\n [-compress {z,j}] [-rm] [-p] [--version]\n\n To tar/compress files/directories in batch mode. By Guanliang Meng, see\n https://github.com/linzhi2013/batch_tar. version: 0.1\n\n optional arguments:\n -h, --help show this help message and exit\n -l path list to be dealed with\n -L [ [ ...]]\n basenames of files/subdirecotries in `-workdir`. If\n `-workdir` was not specified, `-workdir ./` is\n assumed.\n -workdir working directory. must specify `-regex` together\n -tarfile group all the files/subdirecotries into one file.tar\n (.bz2 or .gz). only works with `-L` and `-workdir`\n -regex deal with only the files/subdirecotries in `-l` or\n `-workdir` whose basenames match the regular\n expression\n -compress {z,j} For the subdirecotries, when executing `tar -cf`, also\n add parameter `z` or `j` for `tar` command. The files\n will always be gzipped if this option was not set.\n -rm delete the files/subdirecotries when tar finishs.\n -p only print out the commands, not run. then you can use\n qsub-sge.pl to submit multiple jobs. Useful to handle\n a lot of files because I run in single thread mode\n only! [False]\n --version show program's version number and exit\n\n## Author\nGuanliang MENG\n\n## Citation\n\nCurrently I have no plan for publishing this script.", "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/linzhi2013/batch_tar", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "batch-tar", "package_url": "https://pypi.org/project/batch-tar/", "platform": "", "project_url": "https://pypi.org/project/batch-tar/", "project_urls": { "Homepage": "https://github.com/linzhi2013/batch_tar" }, "release_url": "https://pypi.org/project/batch-tar/0.1.2/", "requires_dist": null, "requires_python": ">=3", "summary": "To tar/compress files/directories in batch mode.", "version": "0.1.2" }, "last_serial": 5728809, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7f99ddfb98df4cbf536668dbd66b7df7", "sha256": "e4ba76880443c2816ef0fc0931accd6720351d72b634024ca77ed6aee5192800" }, "downloads": -1, "filename": "batch_tar-0.1.tar.gz", "has_sig": false, "md5_digest": "7f99ddfb98df4cbf536668dbd66b7df7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17437, "upload_time": "2019-08-26T03:09:22", "url": "https://files.pythonhosted.org/packages/aa/e0/36f338fad06faf5f42f8769e6331d09b88d3700960889e7440e9a8a84ea0/batch_tar-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1ea782077a493c910256fe7dd3ed3e1b", "sha256": "2fd5572d1e7e354d59386a996496d23c52c6b62068e81d987da0f015be660768" }, "downloads": -1, "filename": "batch_tar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1ea782077a493c910256fe7dd3ed3e1b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17328, "upload_time": "2019-08-26T03:21:20", "url": "https://files.pythonhosted.org/packages/d2/ab/e829f190d68b30d2e87a4cdce24bae89ff61fc2b93383df3f636a5d11006/batch_tar-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c11cf7a1f64797c66164fdbb52e67676", "sha256": "ac4b3764eaa6ffe837c4fe83c29c087d31c99ec0db4e4c6752659792b9485e4b" }, "downloads": -1, "filename": "batch_tar-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c11cf7a1f64797c66164fdbb52e67676", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17305, "upload_time": "2019-08-26T04:01:50", "url": "https://files.pythonhosted.org/packages/4e/69/16e75f309c68a99315c54f0224ae6a594f62e5b01657bcf67fb971ce04d0/batch_tar-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c11cf7a1f64797c66164fdbb52e67676", "sha256": "ac4b3764eaa6ffe837c4fe83c29c087d31c99ec0db4e4c6752659792b9485e4b" }, "downloads": -1, "filename": "batch_tar-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c11cf7a1f64797c66164fdbb52e67676", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17305, "upload_time": "2019-08-26T04:01:50", "url": "https://files.pythonhosted.org/packages/4e/69/16e75f309c68a99315c54f0224ae6a594f62e5b01657bcf67fb971ce04d0/batch_tar-0.1.2.tar.gz" } ] }