{ "info": { "author": "Pedro Buteri Gonring", "author_email": "pedro@bigode.net", "bugtrack_url": null, "classifiers": [], "description": "|Downloads|\n\nfwrite\n=======\n\nCreate files of the desired size.\n\nSimple example::\n\n $ fwrite testfile 100M\n\n\nInstall\n=======\n\nInstall using pip::\n\n pip install fwrite\n\nor\n\nDownload and set executable permission on the script file::\n\n chmod +x fwrite.py\n\nor\n\nDownload and run using the python interpreter::\n\n python fwrite.py\n\n\nUsage\n=====\n\n::\n\n Usage: fwrite filename size [options]\n\n create files of the desired size, e.g., 'fwrite test 10M'\n\n Options:\n --version show program's version number and exit\n -h, --help show this help message and exit\n -r, --random use random data (very slow)\n -n, --newlines append new line every 1023 bytes\n\n\nExamples\n========\n\nCreate file \"test\" with 100KB::\n\n $ fwrite test 100K\n\nCreate file \"test\" with 1GB::\n\n $ fwrite test 1G\n\nCreate file \"test\" with 10MB of random data::\n\n $ fwrite test 10M -r\n\nCreate file \"test\" with 10MB of random data with lines::\n\n $ fwrite test 10M -r -n\n\n\nNotes\n=====\n\n- Works on Python 2 and Python 3\n- Tested on Linux and Windows\n\n\n.. |Downloads| image:: https://pepy.tech/badge/fwrite", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pdrb/fwrite", "keywords": "create file write filewrite fwrite", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fwrite", "package_url": "https://pypi.org/project/fwrite/", "platform": "", "project_url": "https://pypi.org/project/fwrite/", "project_urls": { "Homepage": "https://github.com/pdrb/fwrite" }, "release_url": "https://pypi.org/project/fwrite/0.3/", "requires_dist": null, "requires_python": "", "summary": "Create files of the desired size", "version": "0.3" }, "last_serial": 4674487, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1edd77f07e0c8b22f3ab610e6ef45f8f", "sha256": "a936c3278d47e9d5a3eaabd870c54b66941141c92a5527aa12c7e09782200109" }, "downloads": -1, "filename": "fwrite-0.1.tar.gz", "has_sig": false, "md5_digest": "1edd77f07e0c8b22f3ab610e6ef45f8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2437, "upload_time": "2017-02-07T21:53:30", "url": "https://files.pythonhosted.org/packages/e9/ed/abf73f2af47284f494a323b93babdc3d4d6752ab1eff0969b46f7507dd28/fwrite-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4b4bc87bd7ad9ae3a6ab71e329de074e", "sha256": "56c6d3883e0ceb5e2da024f3b0be6ece47a65448268542257246fdf4a57831c2" }, "downloads": -1, "filename": "fwrite-0.2.tar.gz", "has_sig": false, "md5_digest": "4b4bc87bd7ad9ae3a6ab71e329de074e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2450, "upload_time": "2017-02-12T19:23:19", "url": "https://files.pythonhosted.org/packages/69/f4/4e6bc5d67f9e2eb3ef67b1a45b3ff55f656bdb505ed60ddaf64a51b6d3f7/fwrite-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "1c5c8384731f00901a590e8cdc60082e", "sha256": "f2388ce3b11d4d2a3fd0a40671260b66c8ba0de1f844901a0610f4531f6a9150" }, "downloads": -1, "filename": "fwrite-0.3.tar.gz", "has_sig": false, "md5_digest": "1c5c8384731f00901a590e8cdc60082e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2609, "upload_time": "2019-01-08T22:13:14", "url": "https://files.pythonhosted.org/packages/36/db/e8909d35046f700edc673fa9dd493e9352f50d94699e95c9b5a6e8eba2d1/fwrite-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c5c8384731f00901a590e8cdc60082e", "sha256": "f2388ce3b11d4d2a3fd0a40671260b66c8ba0de1f844901a0610f4531f6a9150" }, "downloads": -1, "filename": "fwrite-0.3.tar.gz", "has_sig": false, "md5_digest": "1c5c8384731f00901a590e8cdc60082e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2609, "upload_time": "2019-01-08T22:13:14", "url": "https://files.pythonhosted.org/packages/36/db/e8909d35046f700edc673fa9dd493e9352f50d94699e95c9b5a6e8eba2d1/fwrite-0.3.tar.gz" } ] }