{ "info": { "author": "andrew thomson", "author_email": "athomsonguy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries", "Topic :: System :: Filesystems" ], "description": "Tool to facilitate console script output redirection. When scripts run, often they have an output file option. If no output option is specified, its common to write to stdout. Its common to use tempfiles as output, and then rename the tempfile to the output name as the last step of the program so that the flip of output is atomic and partial/truncated/corrupt output is not confused as successful output. This is especially true when dealing with make, as exiting with error will stop make, but subsequent runs will assume that partial output files left in the workspace are complete.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/andrewguy9/safeoutput", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "safeoutput", "package_url": "https://pypi.org/project/safeoutput/", "platform": "", "project_url": "https://pypi.org/project/safeoutput/", "project_urls": { "Homepage": "http://github.com/andrewguy9/safeoutput" }, "release_url": "https://pypi.org/project/safeoutput/1.0/", "requires_dist": null, "requires_python": "", "summary": "Tempfile wrapper to ensure output is either complete, or empty", "version": "1.0" }, "last_serial": 4946840, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c28fd4a15e0d86541e2092c8727a977f", "sha256": "a12e46264d89e7724dfddf211e93cb7fee3ab39ecee4d5d267cb0dfc11cdadd3" }, "downloads": -1, "filename": "safeoutput-0.1.tar.gz", "has_sig": false, "md5_digest": "c28fd4a15e0d86541e2092c8727a977f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1700, "upload_time": "2015-04-23T21:59:40", "url": "https://files.pythonhosted.org/packages/30/c6/6eb7114c68f29298176f5bb21de931667f554428180c152353faca5b6695/safeoutput-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ec402cbdcecf98f28a68cbbbb5d19cde", "sha256": "6a925357d7eae100f4505b04cbeca373e6c60daf5c4d824516476558bf1bb83c" }, "downloads": -1, "filename": "safeoutput-0.2.tar.gz", "has_sig": false, "md5_digest": "ec402cbdcecf98f28a68cbbbb5d19cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1692, "upload_time": "2015-04-24T05:38:17", "url": "https://files.pythonhosted.org/packages/a9/fb/46e803746184098df3cbd39572294840bfe6215b046e4da132b13a9e5999/safeoutput-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "d74432fbb2b6a021295298c9710c564b", "sha256": "2647a9ac580b7bd7ec70145a42f7da31bd9e62b3d3b580d50b341a3dda942280" }, "downloads": -1, "filename": "safeoutput-1.0.tar.gz", "has_sig": false, "md5_digest": "d74432fbb2b6a021295298c9710c564b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2019-03-16T05:03:27", "url": "https://files.pythonhosted.org/packages/0d/57/86093f3d1789dfb8c59a61c66b94e95d6904c82f1554d860f8acf951100a/safeoutput-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d74432fbb2b6a021295298c9710c564b", "sha256": "2647a9ac580b7bd7ec70145a42f7da31bd9e62b3d3b580d50b341a3dda942280" }, "downloads": -1, "filename": "safeoutput-1.0.tar.gz", "has_sig": false, "md5_digest": "d74432fbb2b6a021295298c9710c564b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2019-03-16T05:03:27", "url": "https://files.pythonhosted.org/packages/0d/57/86093f3d1789dfb8c59a61c66b94e95d6904c82f1554d860f8acf951100a/safeoutput-1.0.tar.gz" } ] }