pyperclipfix


Namepyperclipfix JSON
Version 1.9.4 PyPI version JSON
download
home_pagehttps://github.com/AuroraWright/pyperclipfix
SummaryA cross-platform clipboard module for Python. (Only handles plain text for now.)
upload_time2024-01-24 03:56:28
maintainer
docs_urlNone
authorAl Sweigart and others
requires_python
licenseBSD
keywords clipboard copy paste clip xsel xclip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Pyperclipfix is is a cross-platform Python 3 module for copy and paste clipboard functions. It's just a fork of [pyperclip](https://github.com/asweigart/pyperclip) with several merged pull requests and some minor bugfixes/leftover code removals (including the Python 2 support, which was already broken in the official version).

Install on Windows: `pip install pyperclipfix`

Install on Linux/macOS: `pip3 install pyperclipfix`

Al Sweigart al@inventwithpython.com
BSD License

Example Usage
=============

    >>> import pyperclipfix
    >>> pyperclipfix.copy('The text to be copied to the clipboard.')
    >>> pyperclipfix.paste()
    'The text to be copied to the clipboard.'


Currently only handles plaintext.

On Windows, no additional modules are needed.

On Mac, this module makes use of the pyobjc module (if installed) or on the pbcopy and pbpaste commands, which should come with the os.

On Linux, on X11 this module makes use of the xclip or xsel commands, which should come with the os. Otherwise run "sudo apt-get install xclip" or "sudo apt-get install xsel" (Note: xsel does not always seem to work.)
On Wayland it makes use of wl-copy and wl-paste (which can be installed with "sudo apt-get install wl-clipboard"), or also gpaste on GNOME (preferred, can be installed with "sudo apt-get install gpaste").
Otherwise on Linux, you will need the qtpy or PyQT5 modules installed.

Support
-------

If you find this project helpful and would like to support its development, [consider donating to the original creator on Patreon](https://www.patreon.com/AlSweigart).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AuroraWright/pyperclipfix",
    "name": "pyperclipfix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "clipboard copy paste clip xsel xclip",
    "author": "Al Sweigart and others",
    "author_email": "al@inventwithpython.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/cd/f4e48c462a8b686cf24c1ff20f8ab9b0a390c4517ef520f01b1f181e79ad/pyperclipfix-1.9.4.tar.gz",
    "platform": null,
    "description": "Pyperclipfix is is a cross-platform Python 3 module for copy and paste clipboard functions. It's just a fork of [pyperclip](https://github.com/asweigart/pyperclip) with several merged pull requests and some minor bugfixes/leftover code removals (including the Python 2 support, which was already broken in the official version).\n\nInstall on Windows: `pip install pyperclipfix`\n\nInstall on Linux/macOS: `pip3 install pyperclipfix`\n\nAl Sweigart al@inventwithpython.com\nBSD License\n\nExample Usage\n=============\n\n    >>> import pyperclipfix\n    >>> pyperclipfix.copy('The text to be copied to the clipboard.')\n    >>> pyperclipfix.paste()\n    'The text to be copied to the clipboard.'\n\n\nCurrently only handles plaintext.\n\nOn Windows, no additional modules are needed.\n\nOn Mac, this module makes use of the pyobjc module (if installed) or on the pbcopy and pbpaste commands, which should come with the os.\n\nOn Linux, on X11 this module makes use of the xclip or xsel commands, which should come with the os. Otherwise run \"sudo apt-get install xclip\" or \"sudo apt-get install xsel\" (Note: xsel does not always seem to work.)\nOn Wayland it makes use of wl-copy and wl-paste (which can be installed with \"sudo apt-get install wl-clipboard\"), or also gpaste on GNOME (preferred, can be installed with \"sudo apt-get install gpaste\").\nOtherwise on Linux, you will need the qtpy or PyQT5 modules installed.\n\nSupport\n-------\n\nIf you find this project helpful and would like to support its development, [consider donating to the original creator on Patreon](https://www.patreon.com/AlSweigart).\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A cross-platform clipboard module for Python. (Only handles plain text for now.)",
    "version": "1.9.4",
    "project_urls": {
        "Homepage": "https://github.com/AuroraWright/pyperclipfix"
    },
    "split_keywords": [
        "clipboard",
        "copy",
        "paste",
        "clip",
        "xsel",
        "xclip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8738a8a044b4d5ede957d7edc1f2706f0e566ea7474bf66883f798b97d5f6ce",
                "md5": "709d8aedf6f63b536ee63227b21f874c",
                "sha256": "345260636d601f291278c91728f52a87cc5eeb9f26a432d858abebac41f56dbf"
            },
            "downloads": -1,
            "filename": "pyperclipfix-1.9.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "709d8aedf6f63b536ee63227b21f874c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11181,
            "upload_time": "2024-01-24T03:56:27",
            "upload_time_iso_8601": "2024-01-24T03:56:27.006241Z",
            "url": "https://files.pythonhosted.org/packages/e8/73/8a8a044b4d5ede957d7edc1f2706f0e566ea7474bf66883f798b97d5f6ce/pyperclipfix-1.9.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbcdf4e48c462a8b686cf24c1ff20f8ab9b0a390c4517ef520f01b1f181e79ad",
                "md5": "5874df3678455c5e8e7203e92055abab",
                "sha256": "a6c1bbe582190f0e141d338cd33bebf707aa782cdc5b93df140b142b52747da1"
            },
            "downloads": -1,
            "filename": "pyperclipfix-1.9.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5874df3678455c5e8e7203e92055abab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21112,
            "upload_time": "2024-01-24T03:56:28",
            "upload_time_iso_8601": "2024-01-24T03:56:28.388929Z",
            "url": "https://files.pythonhosted.org/packages/bb/cd/f4e48c462a8b686cf24c1ff20f8ab9b0a390c4517ef520f01b1f181e79ad/pyperclipfix-1.9.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 03:56:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AuroraWright",
    "github_project": "pyperclipfix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "pyperclipfix"
}
        
Elapsed time: 0.17525s