{ "info": { "author": "Nikita Grishko", "author_email": "grin.minsk@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: IronPython" ], "description": "copypaste\n=========\n\nPlatform independent copy + paste library for Python\nThis library is easier and more powerful than `xerox `_, I think :).\n\nSupported:\n\n* OS X (pbcopy + pbpaste)\n* Linux (required `xclip `_)\n* Windows (required `pywin32 `_ or `IronPython `_)\n\nInstall\n-------\n\n::\n\n pip install copypaste\n\n\nUsage\n-----\n\n::\n\n >>> from copypaste import copy, paste\n >>>\n >>> copy('I\\'m here to make web a better place!!')\n >>> paste()\n \"I'm here to make web a better place!!\"\n >>>\n >>> # Only for UNIX like systems you can specify your own command for copy and paste\n >>> copy('I\\'m here to make web a better place!!', cmd=['xsel', '-pi'])\n >>> paste(cmd=['xsel', '-o'])\n \"I'm here to make web a better place!!\"\n >>>\n\n\nCommand line usage\n------------------\n\n::\n\n % copy \"I'm here to make web a better place!!\"\n % paste\n I'm here to make web a better place!!\n %\n % echo I\\'m here to make web a better place!! | copy\n % paste\n I'm here to make web a better place!!\n %\n\n\nLicense\n-------\n\n*copypaste* is licensed under the MIT license. See the license file for details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://gr1n.github.io/copypaste/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "copypaste", "package_url": "https://pypi.org/project/copypaste/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/copypaste/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://gr1n.github.io/copypaste/" }, "release_url": "https://pypi.org/project/copypaste/0.2/", "requires_dist": null, "requires_python": null, "summary": "Platform independent copy + paste library for Python", "version": "0.2" }, "last_serial": 992843, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0e471cba184e353bb9541e35402789ce", "sha256": "adb39d0cd374eeaec0eff1f4610d34f9c87c935510817d49edebb64a5ebc8929" }, "downloads": -1, "filename": "copypaste-0.1.zip", "has_sig": false, "md5_digest": "0e471cba184e353bb9541e35402789ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6752, "upload_time": "2014-02-05T20:31:47", "url": "https://files.pythonhosted.org/packages/bf/f1/f263389e4cdff78c3076f9b62c5b902b22a220e07c62ff2d53f16cd2c5ec/copypaste-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "49bc226bc3f5200f43e6609a41087bd4", "sha256": "b145b709eabbc63a7156105a23df287a249327c521e44ec237721e90f21ab886" }, "downloads": -1, "filename": "copypaste-0.2.zip", "has_sig": false, "md5_digest": "49bc226bc3f5200f43e6609a41087bd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7607, "upload_time": "2014-02-06T19:26:40", "url": "https://files.pythonhosted.org/packages/1c/e8/fa2fa07ccc1f8be6f7dd4d70bc908db1b9e78a19501b327693c6c0aba9f9/copypaste-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49bc226bc3f5200f43e6609a41087bd4", "sha256": "b145b709eabbc63a7156105a23df287a249327c521e44ec237721e90f21ab886" }, "downloads": -1, "filename": "copypaste-0.2.zip", "has_sig": false, "md5_digest": "49bc226bc3f5200f43e6609a41087bd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7607, "upload_time": "2014-02-06T19:26:40", "url": "https://files.pythonhosted.org/packages/1c/e8/fa2fa07ccc1f8be6f7dd4d70bc908db1b9e78a19501b327693c6c0aba9f9/copypaste-0.2.zip" } ] }