{ "info": { "author": "Hardcoded Software", "author_email": "hsoft@hardcoded.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3", "Topic :: Desktop Environment :: File Managers" ], "description": "==================================================\r\nSend2Trash -- Send files to trash on all platforms\r\n==================================================\r\n\r\nNOTE: Since v1.3.0, Send2Trash has been converted to a single codebase supporting both Python 2 and Python 3. This package is deprectaed and will not\r\nbe updated further. You should install Send2Trash from http://pypi.python.org/pypi/Send2Trash .\r\n\r\nSend2Trash is a small package that sends files to the Trash (or Recycle Bin) *natively* and on\r\n*all platforms*. On OS X, it uses native ``FSMoveObjectToTrashSync`` Cocoa calls, on Windows, it uses native (and ugly) ``SHFileOperation`` win32 calls. On other platforms, it follows the trash specifications from freedesktop.org.\r\n\r\n``ctypes`` is used to access native libraries, so no compilation is necessary.\r\n\r\nInstallation\r\n------------\r\n\r\nDownload the source from http://hg.hardcoded.net/send2trash and install it with::\r\n\r\n>>> python setup.py install\r\n\r\nUsage\r\n-----\r\n\r\n>>> from send2trash import send2trash\r\n>>> send2trash('some_file')\r\n\r\nWhen there's a problem ``OSError`` is raised.\r\n\r\nChanges\r\n=======\r\n\r\nVersion 1.2.0 -- 2011/03/16\r\n---------------------------\r\n\r\n* Improved ``plat_other`` to follow freedesktop.org trash specification.\r\n\r\nVersion 1.1.0 -- 2010/10/18\r\n---------------------------\r\n\r\n* Converted compiled modules to ctypes so that cross-platform compilation isn't necessary anymore.\r\n\r\nVersion 1.0.2 -- 2010/07/10\r\n---------------------------\r\n\r\n* Fixed bugs with external volumes in plat_other.\r\n\r\nVersion 1.0.1 -- 2010/04/19\r\n---------------------------\r\n\r\n* Fixed memory leak in OS X module.\r\n\r\nVersion 1.0.0 -- 2010/04/07\r\n---------------------------\r\n\r\n* Initial Release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://hg.hardcoded.net/send2trash/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "Send2Trash3k", "package_url": "https://pypi.org/project/Send2Trash3k/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Send2Trash3k/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://hg.hardcoded.net/send2trash/" }, "release_url": "https://pypi.org/project/Send2Trash3k/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "Send file to trash natively under Mac OS X, Windows and Linux.", "version": "1.2.0" }, "last_serial": 819789, "releases": { "1.0.1": [], "1.0.2": [], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6238f55fa2594ed57cd817bddffcf68f", "sha256": "4eb380b7161fb5616c5fae2b42054edfd7159b282a5e3f57fce78887622838b0" }, "downloads": -1, "filename": "Send2Trash3k-1.1.0.tar.gz", "has_sig": false, "md5_digest": "6238f55fa2594ed57cd817bddffcf68f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3887, "upload_time": "2010-10-18T12:17:33", "url": "https://files.pythonhosted.org/packages/8a/29/4e0608280cc7c96402e80914a8c6beef729ce6a9e01a668b5fe241b8ece0/Send2Trash3k-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "2fbfc8b8872f01454dad044e49d553a4", "sha256": "1a63aa8f1405d1f7896148868dff252d6d4dada9c940b896ad25297567970b82" }, "downloads": -1, "filename": "Send2Trash3k-1.2.0.tar.gz", "has_sig": false, "md5_digest": "2fbfc8b8872f01454dad044e49d553a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5022, "upload_time": "2011-03-16T10:28:24", "url": "https://files.pythonhosted.org/packages/d6/e1/ff785b6e0e40f51c0755a0b84861a298fcc8993cdaaa8e9075a0761bdbf5/Send2Trash3k-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2fbfc8b8872f01454dad044e49d553a4", "sha256": "1a63aa8f1405d1f7896148868dff252d6d4dada9c940b896ad25297567970b82" }, "downloads": -1, "filename": "Send2Trash3k-1.2.0.tar.gz", "has_sig": false, "md5_digest": "2fbfc8b8872f01454dad044e49d553a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5022, "upload_time": "2011-03-16T10:28:24", "url": "https://files.pythonhosted.org/packages/d6/e1/ff785b6e0e40f51c0755a0b84861a298fcc8993cdaaa8e9075a0761bdbf5/Send2Trash3k-1.2.0.tar.gz" } ] }