| Name | clipin JSON |
| Version |
0.3.0
JSON |
| download |
| home_page | None |
| Summary | A zero-dependency cross-platform clipboard utility for Python. |
| upload_time | 2025-10-26 18:08:27 |
| maintainer | None |
| docs_url | None |
| author | Nuno Brum |
| requires_python | !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7 |
| license | MIT |
| keywords |
clipboard
cross-platform
utility
cli
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# đź§ clipin
**clipin** is a pure-Python, <s>cross-platform</s> windows (for the time being) clipboard utility that supports multiple clipboard formats—text, HTML,
and images (where supported)—without third-party dependencies.
## âś… Features
- âś… Cross-platform: Windows, macOS, Linux
- đź§© Supports formats:
- `text/plain`
- `text/html`
- `image/png` (partial support)
- ❌ No third-party Python packages
## 🚀 Installation
```bash
pip install clipin
```
## 📦 Usage
```python
from clipin import Clipboard
cb = Clipboard()
cb.copy("Hello, World!")
print(cb.paste()) # Outputs: Hello, World!
Raw data
{
"_id": null,
"home_page": null,
"name": "clipin",
"maintainer": null,
"docs_url": null,
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
"maintainer_email": null,
"keywords": "clipboard, cross-platform, utility, cli",
"author": "Nuno Brum",
"author_email": "author@example.com",
"download_url": "https://files.pythonhosted.org/packages/5e/e1/1a7657b3dbd3a2b643ccae90e34c165842ccb955e271331fefff0c393e5e/clipin-0.3.0.tar.gz",
"platform": null,
"description": "# \ud83e\udde0 clipin\n\n**clipin** is a pure-Python, <s>cross-platform</s> windows (for the time being) clipboard utility that supports multiple clipboard formats\u2014text, HTML, \nand images (where supported)\u2014without third-party dependencies.\n\n## \u2705 Features\n\n- \u2705 Cross-platform: Windows, macOS, Linux\n- \ud83e\udde9 Supports formats:\n - `text/plain`\n - `text/html`\n - `image/png` (partial support)\n- \u274c No third-party Python packages\n\n## \ud83d\ude80 Installation\n\n```bash\npip install clipin\n```\n## \ud83d\udce6 Usage\n\n```python\nfrom clipin import Clipboard\ncb = Clipboard()\ncb.copy(\"Hello, World!\")\nprint(cb.paste()) # Outputs: Hello, World!\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A zero-dependency cross-platform clipboard utility for Python.",
"version": "0.3.0",
"project_urls": {
"bug-tracker": "https://github.com/nunobrum/clipin/issues",
"homepage": "https://github.com/nunobrum/clipin",
"repository": "https://github.com/nunobrum/clipin.git"
},
"split_keywords": [
"clipboard",
" cross-platform",
" utility",
" cli"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "50565a3fffe209b38443ac2a2473988d5aacab808315315dbd1cfd42245bdc8d",
"md5": "6318ef357839abe232eabd88b1f12afa",
"sha256": "a4532e47a116e3f7f87e84298f35ec496af3e4d8fc24a19207626cd27d57bfe4"
},
"downloads": -1,
"filename": "clipin-0.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6318ef357839abe232eabd88b1f12afa",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
"size": 16131,
"upload_time": "2025-10-26T18:08:25",
"upload_time_iso_8601": "2025-10-26T18:08:25.898594Z",
"url": "https://files.pythonhosted.org/packages/50/56/5a3fffe209b38443ac2a2473988d5aacab808315315dbd1cfd42245bdc8d/clipin-0.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ee11a7657b3dbd3a2b643ccae90e34c165842ccb955e271331fefff0c393e5e",
"md5": "f5db11fe1a929a1efcdfc925c6f92b6a",
"sha256": "5bc36fdfd2a789ac660d01f7fbccb6468bde2281458794607d85cf3086add5c3"
},
"downloads": -1,
"filename": "clipin-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "f5db11fe1a929a1efcdfc925c6f92b6a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
"size": 8952,
"upload_time": "2025-10-26T18:08:27",
"upload_time_iso_8601": "2025-10-26T18:08:27.122346Z",
"url": "https://files.pythonhosted.org/packages/5e/e1/1a7657b3dbd3a2b643ccae90e34c165842ccb955e271331fefff0c393e5e/clipin-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-26 18:08:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nunobrum",
"github_project": "clipin",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "clipin"
}