linux-copycache 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/PKG-INFO +2 -2
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/README.md +1 -1
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/setup.py +1 -1
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/PKG-INFO +2 -2
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/setup.cfg +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_clipboard_manager/__init__.py +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_clipboard_manager/clipboard_daemon.py +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_clipboard_manager/clipboard_gui.py +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_clipboard_manager/db.py +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/SOURCES.txt +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/dependency_links.txt +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/entry_points.txt +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/requires.txt +0 -0
- {linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linux-copycache
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A lightweight, fast, and reliable clipboard manager for Linux (Ubuntu) mimicking Win+V.
|
|
5
5
|
Home-page: https://github.com/randhana/linux-clipboard-manager
|
|
6
6
|
Author: Pulathisi Kariyawasam
|
|
@@ -46,7 +46,7 @@ sudo apt install xdotool wtype
|
|
|
46
46
|
## Installation
|
|
47
47
|
You can install the Clipboard Manager easily via `pip`:
|
|
48
48
|
```bash
|
|
49
|
-
pip install linux-
|
|
49
|
+
pip install linux-copycache
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
### System Dependencies
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="linux-copycache",
|
|
8
|
-
version="1.0.
|
|
8
|
+
version="1.0.2",
|
|
9
9
|
author="Pulathisi Kariyawasam",
|
|
10
10
|
author_email="pulathisi.kariyawasam@gmail.com",
|
|
11
11
|
description="A lightweight, fast, and reliable clipboard manager for Linux (Ubuntu) mimicking Win+V.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linux-copycache
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A lightweight, fast, and reliable clipboard manager for Linux (Ubuntu) mimicking Win+V.
|
|
5
5
|
Home-page: https://github.com/randhana/linux-clipboard-manager
|
|
6
6
|
Author: Pulathisi Kariyawasam
|
|
@@ -46,7 +46,7 @@ sudo apt install xdotool wtype
|
|
|
46
46
|
## Installation
|
|
47
47
|
You can install the Clipboard Manager easily via `pip`:
|
|
48
48
|
```bash
|
|
49
|
-
pip install linux-
|
|
49
|
+
pip install linux-copycache
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
### System Dependencies
|
|
File without changes
|
|
File without changes
|
{linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_clipboard_manager/clipboard_daemon.py
RENAMED
|
File without changes
|
{linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_clipboard_manager/clipboard_gui.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{linux_copycache-1.0.1 → linux_copycache-1.0.2}/src/linux_copycache.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|