{ "info": { "author": "george.li", "author_email": "goblin.george@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# PyClip-copycat fork from https://github.com/zhemao/pyclip\n\nPyClip wraps the `xclip` command-line program on Linux and the `pbcopy` and \n`pbpaste` programs on Mac OS X and the `clip` and `paste` on Windows to provide an easy python interface to the \nsystem clipboard. To install the library, download the code and run \n`sudo python setup.py install`. You can then use the library like so\n\n\timport clipboard\n\n\t# copy some text to the clipboard\n\tclipboard.copy('blah blah blah')\n\n\t# get the text currently held in the clipboard\n\ttext = clipboard.paste()\n\n\t# helpful wrapper that passes pasted text through the csv module\n\t# useful for dealing with data copied from spreadsheets\n\tdata = clipboard.paste_table()\n\nNote: If you are using this on Linux, make sure you have the xclip \nprogram installed.\n\nPyClip is release under an MIT license, reproduced in LICENSE.\n", "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/georgefs/pyclip", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyclip-copycat", "package_url": "https://pypi.org/project/pyclip-copycat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyclip-copycat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/georgefs/pyclip" }, "release_url": "https://pypi.org/project/pyclip-copycat/1.0/", "requires_dist": null, "requires_python": null, "summary": "easily interact with clipboard from Python fork from pyclip", "version": "1.0" }, "last_serial": 882304, "releases": { "0.2": [ { "comment_text": "built for Darwin-12.5.0", "digests": { "md5": "bdae90830cb5c26b708356917e739be7", "sha256": "c00bee141fc523ccd9919123691524ef1510e2be6a49626ebe8ab17829c909ca" }, "downloads": -1, "filename": "pyclip-copycat-0.2.macosx-10.8-x86_64.tar.gz", "has_sig": false, "md5_digest": "bdae90830cb5c26b708356917e739be7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1682, "upload_time": "2013-10-06T08:43:41", "url": "https://files.pythonhosted.org/packages/da/b0/65408526b65974c02877ba677dbeca900c582534c643fdfcc9b999b0cf32/pyclip-copycat-0.2.macosx-10.8-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "91d1f87fef17d367c37457a3bfc96631", "sha256": "5ea1ea87a15135bd5989e18440f5b3ad7810628bfbc2f686af5fae16adf43b43" }, "downloads": -1, "filename": "pyclip-copycat-0.2.tar.gz", "has_sig": false, "md5_digest": "91d1f87fef17d367c37457a3bfc96631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1101, "upload_time": "2013-10-06T08:46:19", "url": "https://files.pythonhosted.org/packages/61/29/7c3357eedf9e9e0bb16a342f57f27be19713f9ffa9bbf8d31096911e836b/pyclip-copycat-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "a4ca8b7bd6449c403879a5b86077b545", "sha256": "7a8d4afdf1f5108f1d91bd1628b14991ca0a90cf24a8a54e170c5223d836fb26" }, "downloads": -1, "filename": "pyclip-copycat-1.0.tar.gz", "has_sig": false, "md5_digest": "a4ca8b7bd6449c403879a5b86077b545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1521, "upload_time": "2013-10-06T08:47:34", "url": "https://files.pythonhosted.org/packages/0a/e3/5ba3161c4e8f99ef00befdd8f79831d7904aff23fb23034ee1e64f82db43/pyclip-copycat-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4ca8b7bd6449c403879a5b86077b545", "sha256": "7a8d4afdf1f5108f1d91bd1628b14991ca0a90cf24a8a54e170c5223d836fb26" }, "downloads": -1, "filename": "pyclip-copycat-1.0.tar.gz", "has_sig": false, "md5_digest": "a4ca8b7bd6449c403879a5b86077b545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1521, "upload_time": "2013-10-06T08:47:34", "url": "https://files.pythonhosted.org/packages/0a/e3/5ba3161c4e8f99ef00befdd8f79831d7904aff23fb23034ee1e64f82db43/pyclip-copycat-1.0.tar.gz" } ] }