{ "info": { "author": "Lokesh Devnani", "author_email": "contact@lokeshd.com", "bugtrack_url": null, "classifiers": [], "description": "========\nSplitipy\n========\n\nSplitipy is a utility built with python which lets you split your files into multiple small pieces which you can send/transfer/isolate easily for convenience.\n\nAfter you're done, gather all the pieces, run this utility again and get back your original file.\n\n\nUsage\n-----\n\nWhen you split a file, it will be converted into multiple parts based on the size of the file and the max file size as passed as argument as\nfile.ext.1, file.ext.2, file.ext.3 and so on.\n\n splitipy file.ext\n\nAfter you are done with the operation or transfers, to combine the file back. Gather the pieces and run:\n\n splitipy --join file.ext\n\nand it will generate the file **join-file.ext** in the same folder.\n\n\nInstallation\n------------\n\nMake sure you have python and pip installed and then run:\n\n >>> pip install splitipy\n\nSituation before installation:\n\n >>> splitipy\n bash: splitipy: command not found\n\nNow, the ``splitipy`` command is available:\n\n >>> splitipy --version\n 0.2.0.\n\nOn Unix-like systems, the installation places a ``splitipy`` script into a\ncentralized ``bin`` directory, which should be in your ``PATH``. On Windows,\n``splitipy.exe`` is placed into a centralized ``Scripts`` directory which\nshould also be in your ``PATH``.\n\n\nDocs\n-----\n\nUsage:\n^^^^^^\n\n - splitipy \n - splitipy [--size=]\n - splitipy -j | --join \n - splitipy -h | --help\n - splitipy --version\n\nOptions:\n^^^^^^^^\n\n --help Show this screen.\n --join Join the splitted files.\n --size= File size of each splitted file [default: 10].\n --version Show version.\n\nExamples:\n^^^^^^^^^\n\n splitipy video.mp4\n\n splitipy hello.mp4 --size=2000\n\n splitipy --join video.mp4\n\n\nContribute\n----------\n\nClone, fork, contribute and send a pull request:\n\nhttps://github.com/lokeshthegenius/splitipy\n\nGet in touch: https://lokeshd.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lokeshthegenius/splitipy", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "splitipy", "package_url": "https://pypi.org/project/splitipy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/splitipy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lokeshthegenius/splitipy" }, "release_url": "https://pypi.org/project/splitipy/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Python CLI application to split and join files for easy transfer via external media.", "version": "1.0.0" }, "last_serial": 2438479, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "68b91ef41c0ecafa17a871b8f0330d42", "sha256": "87d8ddb4d4e3541de6466d108e81c46bda0660ef3ac76b3cc373c2fd81c2ceba" }, "downloads": -1, "filename": "splitipy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "68b91ef41c0ecafa17a871b8f0330d42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3737, "upload_time": "2016-11-02T16:55:25", "url": "https://files.pythonhosted.org/packages/aa/f8/2f1f25731e281e17019b6aea5e4595669af1077e4895fb7c02813ee205c0/splitipy-0.2.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "50291bed499bd20cbd9c0e4e8def9e6f", "sha256": "b762be429f845e3535316127f72b603f57e90fd6c540f65233b96e61c7bc4f4b" }, "downloads": -1, "filename": "splitipy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "50291bed499bd20cbd9c0e4e8def9e6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3836, "upload_time": "2016-11-02T19:41:22", "url": "https://files.pythonhosted.org/packages/96/5c/f535b753110a76fe066023499adf6661878b82cfabffd22618acf71ad1cb/splitipy-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50291bed499bd20cbd9c0e4e8def9e6f", "sha256": "b762be429f845e3535316127f72b603f57e90fd6c540f65233b96e61c7bc4f4b" }, "downloads": -1, "filename": "splitipy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "50291bed499bd20cbd9c0e4e8def9e6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3836, "upload_time": "2016-11-02T19:41:22", "url": "https://files.pythonhosted.org/packages/96/5c/f535b753110a76fe066023499adf6661878b82cfabffd22618acf71ad1cb/splitipy-1.0.0.tar.gz" } ] }