{ "info": { "author": "zencore", "author_email": "appstore@zencore.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "file-split\n==========\n\n.. image:: https://travis-ci.org/appstore-zencore/filesplitor.svg?branch=master\n :target: https://travis-ci.org/appstore-zencore/filesplitor\n\n.. image:: https://img.shields.io/codecov/c/github/appstore-zencore/filesplitor.svg?style=flat-square\n :target: https://codecov.io/gh/appstore-zencore/filesplitor\n\n\nSplit file into small ones.\n\n\nInstall\n-------\n\n::\n\n pip install filesplitor\n\n\nUsage\n-----\n\n::\n\n E:\\s\\b>filesplitor split test.txt -s 2\n Split file [test.txt] into 2B sized files...\n test.txt.1\n test.txt.2\n Done!\n\n E:\\s\\b>filesplitor merge b.txt test.txt.*\n Merge files ['test.txt.1', 'test.txt.2'] into one file [b.txt]...\n Done!\n\n\nCommand Help\n------------\n\n::\n\n E:\\s\\b>filesplitor --help\n Usage: filesplitor [OPTIONS] COMMAND [ARGS]...\n\n Options:\n --help Show this message and exit.\n\n Commands:\n merge\n split\n\n E:\\s\\b>filesplitor split --help\n Usage: filesplitor split [OPTIONS] SRC [DST]\n\n Options:\n -s, --size TEXT File slice size, default to 1G. Accepted units are B, K, M,\n G, T.\n --help Show this message and exit.\n\n E:\\s\\b>filesplitor merge --help\n Usage: filesplitor merge [OPTIONS] DST FILENAMES...\n\n Options:\n --help Show this message and exit.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/appstore-zencore/file-split", "keywords": "filesplitor", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "filesplitor", "package_url": "https://pypi.org/project/filesplitor/", "platform": "", "project_url": "https://pypi.org/project/filesplitor/", "project_urls": { "Homepage": "https://github.com/appstore-zencore/file-split" }, "release_url": "https://pypi.org/project/filesplitor/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Split file into small ones.", "version": "0.1.0" }, "last_serial": 5127007, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1a8ff89d7c518c3c779b19cd4825d333", "sha256": "a19865a37b0e6cfe67ad3875cdfac162af477c0ea33614cfcb34f81c2e35abb5" }, "downloads": -1, "filename": "filesplitor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1a8ff89d7c518c3c779b19cd4825d333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2948, "upload_time": "2019-04-11T04:02:20", "url": "https://files.pythonhosted.org/packages/b6/ae/b7a5726185998a0381d0c9a11c9f47545da6248a1b1e33638206e9402c7e/filesplitor-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a8ff89d7c518c3c779b19cd4825d333", "sha256": "a19865a37b0e6cfe67ad3875cdfac162af477c0ea33614cfcb34f81c2e35abb5" }, "downloads": -1, "filename": "filesplitor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1a8ff89d7c518c3c779b19cd4825d333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2948, "upload_time": "2019-04-11T04:02:20", "url": "https://files.pythonhosted.org/packages/b6/ae/b7a5726185998a0381d0c9a11c9f47545da6248a1b1e33638206e9402c7e/filesplitor-0.1.0.tar.gz" } ] }