{ "info": { "author": "Terry Yin", "author_email": "terry@odd-e.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: Freeware", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Quality Assurance" ], "description": "clipboard\n=========\n\nA cross platform clipboard operation library of Python. Works for Windows, Mac and Linux.\n\nWell, as I was trying to implement this, I realize that everything is included in pyperclip already: https://pypi.python.org/pypi/pyperclip/\n\nBut anyway, `clipboard` is a better name. You are free to choose:-) I might add more features to it.\n\nUsage:\n\n::\n\n import clipboard\n clipboard.copy(\"abc\") # now the clipboard content will be string \"abc\"\n text = clipboard.paste() # text will have the content of clipboard", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/clipboard/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/terryyin/clipboard", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "clipboard", "package_url": "https://pypi.org/project/clipboard/", "platform": "any", "project_url": "https://pypi.org/project/clipboard/", "project_urls": { "Download": "https://pypi.python.org/clipboard/", "Homepage": "https://github.com/terryyin/clipboard" }, "release_url": "https://pypi.org/project/clipboard/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "A cross platform clipboard operation library of Python. Works for Windows, Mac and Linux.", "version": "0.0.4" }, "last_serial": 1100965, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f487b68bd1df59ef82f56e58c748a9e1", "sha256": "ea3f7919a6c0e6b178bda2b2cff0e2bfdec4b14c5da09f423e8ceae5ed5ac0a2" }, "downloads": -1, "filename": "clipboard-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f487b68bd1df59ef82f56e58c748a9e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1828, "upload_time": "2014-05-22T12:39:43", "url": "https://files.pythonhosted.org/packages/8f/77/2515a7475a7b6df111d9a45efb6f79dad91bc87e25e34788cb48c869d9b0/clipboard-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4893c5573b087bfb5fa575ea00b2294f", "sha256": "6620bfbb98483b4083201e5e018b03e99024684d613b72da587a7f9eb4bbe75a" }, "downloads": -1, "filename": "clipboard-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4893c5573b087bfb5fa575ea00b2294f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1729, "upload_time": "2014-05-22T12:42:37", "url": "https://files.pythonhosted.org/packages/66/39/cf9875c639e78a1145ed053d94b67b7ba434e1bf5872cefc82cac7f6625e/clipboard-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "9653b546de6f0fdb81fbc9634500e432", "sha256": "a72a78e9c9bf68da1c3f29ee022417d13ec9e3824b511559fd2b702b1dd5b817" }, "downloads": -1, "filename": "clipboard-0.0.4.tar.gz", "has_sig": false, "md5_digest": "9653b546de6f0fdb81fbc9634500e432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1713, "upload_time": "2014-05-22T12:49:08", "url": "https://files.pythonhosted.org/packages/8a/38/17f3885713d0f39994563029942b1d31c93d4e56d80da505abfbfb3a3bc4/clipboard-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9653b546de6f0fdb81fbc9634500e432", "sha256": "a72a78e9c9bf68da1c3f29ee022417d13ec9e3824b511559fd2b702b1dd5b817" }, "downloads": -1, "filename": "clipboard-0.0.4.tar.gz", "has_sig": false, "md5_digest": "9653b546de6f0fdb81fbc9634500e432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1713, "upload_time": "2014-05-22T12:49:08", "url": "https://files.pythonhosted.org/packages/8a/38/17f3885713d0f39994563029942b1d31c93d4e56d80da505abfbfb3a3bc4/clipboard-0.0.4.tar.gz" } ] }