dbus-notifier 1.1.0__tar.gz → 1.1.1__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.
- {dbus_notifier-1.1.0/dbus_notifier.egg-info → dbus_notifier-1.1.1}/PKG-INFO +2 -56
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1/dbus_notifier.egg-info}/PKG-INFO +2 -56
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/dbus_notifier.egg-info/SOURCES.txt +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/dbus_notifier.egg-info/dependency_links.txt +0 -0
- dbus_notifier-1.1.1/dbus_notifier.egg-info/requires.txt +5 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/dbus_notifier.egg-info/top_level.txt +0 -0
- dbus_notifier-1.1.1/pyproject.toml +34 -0
- dbus_notifier-1.1.0/dbus_notifier.egg-info/requires.txt +0 -59
- dbus_notifier-1.1.0/pyproject.toml +0 -86
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/.env_dbus_notifier +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/LICENSE +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/README.md +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/dbus_notifier/__init__.py +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/dbus_notifier/icons/feather_on_grey.png +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/dbus_notifier/notifysender.py +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/setup.cfg +0 -0
- {dbus_notifier-1.1.0 → dbus_notifier-1.1.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: A small dbus notifier package
|
|
5
5
|
Author: Adam Bukolt
|
|
6
6
|
Author-email: Adam Bukolt <abukolt@gmx.com>
|
|
@@ -11,65 +11,11 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: annotated-types>=0.7.0
|
|
15
|
-
Requires-Dist: astroid>=4.0.0a0
|
|
16
|
-
Requires-Dist: attrs>=25.3.0
|
|
17
|
-
Requires-Dist: bleach>=6.2.0
|
|
18
|
-
Requires-Dist: build>=1.2.2.post1
|
|
19
|
-
Requires-Dist: certifi>=2025.7.14
|
|
20
|
-
Requires-Dist: cffi>=1.17.1
|
|
21
|
-
Requires-Dist: charset-normalizer>=3.4.2
|
|
22
|
-
Requires-Dist: check-wheel-contents>=0.6.2
|
|
23
|
-
Requires-Dist: click>=8.2.1
|
|
24
|
-
Requires-Dist: cryptography>=45.0.5
|
|
25
|
-
Requires-Dist: dbus-next>=0.2.3
|
|
26
14
|
Requires-Dist: dbus-python>=1.4.0
|
|
27
15
|
Requires-Dist: dbusnotify>=0.0.2
|
|
28
|
-
Requires-Dist: dill>=0.4.0
|
|
29
|
-
Requires-Dist: docutils>=0.22rc5
|
|
30
16
|
Requires-Dist: dotenv>=0.9.9
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist: idna>=3.10
|
|
33
|
-
Requires-Dist: importlib-metadata>=8.7.0
|
|
34
|
-
Requires-Dist: isort>=6.0.1
|
|
35
|
-
Requires-Dist: jaraco-classes>=3.4.0
|
|
36
|
-
Requires-Dist: jaraco-context>=6.0.1
|
|
37
|
-
Requires-Dist: jaraco-functools>=4.2.1
|
|
38
|
-
Requires-Dist: jeepney>=0.9.0
|
|
39
|
-
Requires-Dist: keyring>=25.6.0
|
|
40
|
-
Requires-Dist: markdown-it-py>=3.0.0
|
|
41
|
-
Requires-Dist: mccabe>=0.7.0
|
|
42
|
-
Requires-Dist: mdurl>=0.1.2
|
|
43
|
-
Requires-Dist: more-itertools>=10.7.0
|
|
44
|
-
Requires-Dist: nh3>=0.2.22
|
|
45
|
-
Requires-Dist: packaging>=25.0
|
|
46
|
-
Requires-Dist: pkginfo>=1.12.1.2
|
|
47
|
-
Requires-Dist: platformdirs>=4.3.8
|
|
48
|
-
Requires-Dist: pycodestyle>=2.14.0
|
|
49
|
-
Requires-Dist: pycparser>=2.22
|
|
50
|
-
Requires-Dist: pydantic>=2.11.7
|
|
51
|
-
Requires-Dist: pydantic-core>=2.33.2
|
|
52
|
-
Requires-Dist: pyflakes>=3.3.2
|
|
53
|
-
Requires-Dist: pygments>=2.19.1
|
|
54
|
-
Requires-Dist: pyproject-hooks>=1.2.0
|
|
55
|
-
Requires-Dist: python-dotenv>=1.1.0
|
|
56
|
-
Requires-Dist: readme-renderer>=44.0
|
|
57
|
-
Requires-Dist: requests>=2.32.4
|
|
58
|
-
Requires-Dist: requests-toolbelt>=1.0.0
|
|
59
|
-
Requires-Dist: rfc3986>=2.0.0
|
|
60
|
-
Requires-Dist: rich>=14.0.0
|
|
61
|
-
Requires-Dist: secretstorage>=3.3.3
|
|
17
|
+
Requires-Dist: python-dotenv>=1.1.1
|
|
62
18
|
Requires-Dist: setuptools>=80.9.0
|
|
63
|
-
Requires-Dist: six>=1.17.0
|
|
64
|
-
Requires-Dist: tomli>=2.2.1
|
|
65
|
-
Requires-Dist: tomlkit>=0.13.3
|
|
66
|
-
Requires-Dist: twine>=6.1.0
|
|
67
|
-
Requires-Dist: typing-extensions>=4.14.0
|
|
68
|
-
Requires-Dist: typing-inspection>=0.4.1
|
|
69
|
-
Requires-Dist: urllib3>=2.4.0
|
|
70
|
-
Requires-Dist: webencodings>=0.5.1
|
|
71
|
-
Requires-Dist: wheel-filename>=1.4.2
|
|
72
|
-
Requires-Dist: zipp>=3.23.0
|
|
73
19
|
Dynamic: author
|
|
74
20
|
Dynamic: license-file
|
|
75
21
|
Dynamic: requires-python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: A small dbus notifier package
|
|
5
5
|
Author: Adam Bukolt
|
|
6
6
|
Author-email: Adam Bukolt <abukolt@gmx.com>
|
|
@@ -11,65 +11,11 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: annotated-types>=0.7.0
|
|
15
|
-
Requires-Dist: astroid>=4.0.0a0
|
|
16
|
-
Requires-Dist: attrs>=25.3.0
|
|
17
|
-
Requires-Dist: bleach>=6.2.0
|
|
18
|
-
Requires-Dist: build>=1.2.2.post1
|
|
19
|
-
Requires-Dist: certifi>=2025.7.14
|
|
20
|
-
Requires-Dist: cffi>=1.17.1
|
|
21
|
-
Requires-Dist: charset-normalizer>=3.4.2
|
|
22
|
-
Requires-Dist: check-wheel-contents>=0.6.2
|
|
23
|
-
Requires-Dist: click>=8.2.1
|
|
24
|
-
Requires-Dist: cryptography>=45.0.5
|
|
25
|
-
Requires-Dist: dbus-next>=0.2.3
|
|
26
14
|
Requires-Dist: dbus-python>=1.4.0
|
|
27
15
|
Requires-Dist: dbusnotify>=0.0.2
|
|
28
|
-
Requires-Dist: dill>=0.4.0
|
|
29
|
-
Requires-Dist: docutils>=0.22rc5
|
|
30
16
|
Requires-Dist: dotenv>=0.9.9
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist: idna>=3.10
|
|
33
|
-
Requires-Dist: importlib-metadata>=8.7.0
|
|
34
|
-
Requires-Dist: isort>=6.0.1
|
|
35
|
-
Requires-Dist: jaraco-classes>=3.4.0
|
|
36
|
-
Requires-Dist: jaraco-context>=6.0.1
|
|
37
|
-
Requires-Dist: jaraco-functools>=4.2.1
|
|
38
|
-
Requires-Dist: jeepney>=0.9.0
|
|
39
|
-
Requires-Dist: keyring>=25.6.0
|
|
40
|
-
Requires-Dist: markdown-it-py>=3.0.0
|
|
41
|
-
Requires-Dist: mccabe>=0.7.0
|
|
42
|
-
Requires-Dist: mdurl>=0.1.2
|
|
43
|
-
Requires-Dist: more-itertools>=10.7.0
|
|
44
|
-
Requires-Dist: nh3>=0.2.22
|
|
45
|
-
Requires-Dist: packaging>=25.0
|
|
46
|
-
Requires-Dist: pkginfo>=1.12.1.2
|
|
47
|
-
Requires-Dist: platformdirs>=4.3.8
|
|
48
|
-
Requires-Dist: pycodestyle>=2.14.0
|
|
49
|
-
Requires-Dist: pycparser>=2.22
|
|
50
|
-
Requires-Dist: pydantic>=2.11.7
|
|
51
|
-
Requires-Dist: pydantic-core>=2.33.2
|
|
52
|
-
Requires-Dist: pyflakes>=3.3.2
|
|
53
|
-
Requires-Dist: pygments>=2.19.1
|
|
54
|
-
Requires-Dist: pyproject-hooks>=1.2.0
|
|
55
|
-
Requires-Dist: python-dotenv>=1.1.0
|
|
56
|
-
Requires-Dist: readme-renderer>=44.0
|
|
57
|
-
Requires-Dist: requests>=2.32.4
|
|
58
|
-
Requires-Dist: requests-toolbelt>=1.0.0
|
|
59
|
-
Requires-Dist: rfc3986>=2.0.0
|
|
60
|
-
Requires-Dist: rich>=14.0.0
|
|
61
|
-
Requires-Dist: secretstorage>=3.3.3
|
|
17
|
+
Requires-Dist: python-dotenv>=1.1.1
|
|
62
18
|
Requires-Dist: setuptools>=80.9.0
|
|
63
|
-
Requires-Dist: six>=1.17.0
|
|
64
|
-
Requires-Dist: tomli>=2.2.1
|
|
65
|
-
Requires-Dist: tomlkit>=0.13.3
|
|
66
|
-
Requires-Dist: twine>=6.1.0
|
|
67
|
-
Requires-Dist: typing-extensions>=4.14.0
|
|
68
|
-
Requires-Dist: typing-inspection>=0.4.1
|
|
69
|
-
Requires-Dist: urllib3>=2.4.0
|
|
70
|
-
Requires-Dist: webencodings>=0.5.1
|
|
71
|
-
Requires-Dist: wheel-filename>=1.4.2
|
|
72
|
-
Requires-Dist: zipp>=3.23.0
|
|
73
19
|
Dynamic: author
|
|
74
20
|
Dynamic: license-file
|
|
75
21
|
Dynamic: requires-python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools>=67.3.3"
|
|
4
|
+
]
|
|
5
|
+
build-backend = "setuptools.build_meta"
|
|
6
|
+
|
|
7
|
+
[project]
|
|
8
|
+
name = "dbus-notifier"
|
|
9
|
+
version = "1.1.1"
|
|
10
|
+
authors = [
|
|
11
|
+
{ name="Adam Bukolt", email="abukolt@gmx.com" },
|
|
12
|
+
]
|
|
13
|
+
description = "A small dbus notifier package"
|
|
14
|
+
readme = "README.md"
|
|
15
|
+
requires-python = ">=3.10"
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
"License :: OSI Approved :: MIT License",
|
|
19
|
+
"Operating System :: OS Independent",
|
|
20
|
+
]
|
|
21
|
+
dependencies = [
|
|
22
|
+
"dbus-python>=1.4.0",
|
|
23
|
+
"dbusnotify>=0.0.2",
|
|
24
|
+
"dotenv>=0.9.9",
|
|
25
|
+
"python-dotenv>=1.1.1",
|
|
26
|
+
"setuptools>=80.9.0",
|
|
27
|
+
]
|
|
28
|
+
[dependency-groups]
|
|
29
|
+
lint = [
|
|
30
|
+
"pylint"
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
[project.urls]
|
|
34
|
+
"Homepage" = "https://github.com/adambmarsh/dbusnotify"
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
annotated-types>=0.7.0
|
|
2
|
-
astroid>=4.0.0a0
|
|
3
|
-
attrs>=25.3.0
|
|
4
|
-
bleach>=6.2.0
|
|
5
|
-
build>=1.2.2.post1
|
|
6
|
-
certifi>=2025.7.14
|
|
7
|
-
cffi>=1.17.1
|
|
8
|
-
charset-normalizer>=3.4.2
|
|
9
|
-
check-wheel-contents>=0.6.2
|
|
10
|
-
click>=8.2.1
|
|
11
|
-
cryptography>=45.0.5
|
|
12
|
-
dbus-next>=0.2.3
|
|
13
|
-
dbus-python>=1.4.0
|
|
14
|
-
dbusnotify>=0.0.2
|
|
15
|
-
dill>=0.4.0
|
|
16
|
-
docutils>=0.22rc5
|
|
17
|
-
dotenv>=0.9.9
|
|
18
|
-
id>=1.5.0
|
|
19
|
-
idna>=3.10
|
|
20
|
-
importlib-metadata>=8.7.0
|
|
21
|
-
isort>=6.0.1
|
|
22
|
-
jaraco-classes>=3.4.0
|
|
23
|
-
jaraco-context>=6.0.1
|
|
24
|
-
jaraco-functools>=4.2.1
|
|
25
|
-
jeepney>=0.9.0
|
|
26
|
-
keyring>=25.6.0
|
|
27
|
-
markdown-it-py>=3.0.0
|
|
28
|
-
mccabe>=0.7.0
|
|
29
|
-
mdurl>=0.1.2
|
|
30
|
-
more-itertools>=10.7.0
|
|
31
|
-
nh3>=0.2.22
|
|
32
|
-
packaging>=25.0
|
|
33
|
-
pkginfo>=1.12.1.2
|
|
34
|
-
platformdirs>=4.3.8
|
|
35
|
-
pycodestyle>=2.14.0
|
|
36
|
-
pycparser>=2.22
|
|
37
|
-
pydantic>=2.11.7
|
|
38
|
-
pydantic-core>=2.33.2
|
|
39
|
-
pyflakes>=3.3.2
|
|
40
|
-
pygments>=2.19.1
|
|
41
|
-
pyproject-hooks>=1.2.0
|
|
42
|
-
python-dotenv>=1.1.0
|
|
43
|
-
readme-renderer>=44.0
|
|
44
|
-
requests>=2.32.4
|
|
45
|
-
requests-toolbelt>=1.0.0
|
|
46
|
-
rfc3986>=2.0.0
|
|
47
|
-
rich>=14.0.0
|
|
48
|
-
secretstorage>=3.3.3
|
|
49
|
-
setuptools>=80.9.0
|
|
50
|
-
six>=1.17.0
|
|
51
|
-
tomli>=2.2.1
|
|
52
|
-
tomlkit>=0.13.3
|
|
53
|
-
twine>=6.1.0
|
|
54
|
-
typing-extensions>=4.14.0
|
|
55
|
-
typing-inspection>=0.4.1
|
|
56
|
-
urllib3>=2.4.0
|
|
57
|
-
webencodings>=0.5.1
|
|
58
|
-
wheel-filename>=1.4.2
|
|
59
|
-
zipp>=3.23.0
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = [
|
|
3
|
-
"setuptools>=67.3.3",
|
|
4
|
-
"bumpversion",
|
|
5
|
-
"bump2version"
|
|
6
|
-
]
|
|
7
|
-
build-backend = "setuptools.build_meta"
|
|
8
|
-
|
|
9
|
-
[project]
|
|
10
|
-
name = "dbus-notifier"
|
|
11
|
-
version = "1.1.0"
|
|
12
|
-
authors = [
|
|
13
|
-
{ name="Adam Bukolt", email="abukolt@gmx.com" },
|
|
14
|
-
]
|
|
15
|
-
description = "A small dbus notifier package"
|
|
16
|
-
readme = "README.md"
|
|
17
|
-
requires-python = ">=3.10"
|
|
18
|
-
classifiers = [
|
|
19
|
-
"Programming Language :: Python :: 3",
|
|
20
|
-
"License :: OSI Approved :: MIT License",
|
|
21
|
-
"Operating System :: OS Independent",
|
|
22
|
-
]
|
|
23
|
-
dependencies = [
|
|
24
|
-
"annotated-types>=0.7.0",
|
|
25
|
-
"astroid>=4.0.0a0",
|
|
26
|
-
"attrs>=25.3.0",
|
|
27
|
-
"bleach>=6.2.0",
|
|
28
|
-
"build>=1.2.2.post1",
|
|
29
|
-
"certifi>=2025.7.14",
|
|
30
|
-
"cffi>=1.17.1",
|
|
31
|
-
"charset-normalizer>=3.4.2",
|
|
32
|
-
"check-wheel-contents>=0.6.2",
|
|
33
|
-
"click>=8.2.1",
|
|
34
|
-
"cryptography>=45.0.5",
|
|
35
|
-
"dbus-next>=0.2.3",
|
|
36
|
-
"dbus-python>=1.4.0",
|
|
37
|
-
"dbusnotify>=0.0.2",
|
|
38
|
-
"dill>=0.4.0",
|
|
39
|
-
"docutils>=0.22rc5",
|
|
40
|
-
"dotenv>=0.9.9",
|
|
41
|
-
"id>=1.5.0",
|
|
42
|
-
"idna>=3.10",
|
|
43
|
-
"importlib-metadata>=8.7.0",
|
|
44
|
-
"isort>=6.0.1",
|
|
45
|
-
"jaraco-classes>=3.4.0",
|
|
46
|
-
"jaraco-context>=6.0.1",
|
|
47
|
-
"jaraco-functools>=4.2.1",
|
|
48
|
-
"jeepney>=0.9.0",
|
|
49
|
-
"keyring>=25.6.0",
|
|
50
|
-
"markdown-it-py>=3.0.0",
|
|
51
|
-
"mccabe>=0.7.0",
|
|
52
|
-
"mdurl>=0.1.2",
|
|
53
|
-
"more-itertools>=10.7.0",
|
|
54
|
-
"nh3>=0.2.22",
|
|
55
|
-
"packaging>=25.0",
|
|
56
|
-
"pkginfo>=1.12.1.2",
|
|
57
|
-
"platformdirs>=4.3.8",
|
|
58
|
-
"pycodestyle>=2.14.0",
|
|
59
|
-
"pycparser>=2.22",
|
|
60
|
-
"pydantic>=2.11.7",
|
|
61
|
-
"pydantic-core>=2.33.2",
|
|
62
|
-
"pyflakes>=3.3.2",
|
|
63
|
-
"pygments>=2.19.1",
|
|
64
|
-
"pyproject-hooks>=1.2.0",
|
|
65
|
-
"python-dotenv>=1.1.0",
|
|
66
|
-
"readme-renderer>=44.0",
|
|
67
|
-
"requests>=2.32.4",
|
|
68
|
-
"requests-toolbelt>=1.0.0",
|
|
69
|
-
"rfc3986>=2.0.0",
|
|
70
|
-
"rich>=14.0.0",
|
|
71
|
-
"secretstorage>=3.3.3",
|
|
72
|
-
"setuptools>=80.9.0",
|
|
73
|
-
"six>=1.17.0",
|
|
74
|
-
"tomli>=2.2.1",
|
|
75
|
-
"tomlkit>=0.13.3",
|
|
76
|
-
"twine>=6.1.0",
|
|
77
|
-
"typing-extensions>=4.14.0",
|
|
78
|
-
"typing-inspection>=0.4.1",
|
|
79
|
-
"urllib3>=2.4.0",
|
|
80
|
-
"webencodings>=0.5.1",
|
|
81
|
-
"wheel-filename>=1.4.2",
|
|
82
|
-
"zipp>=3.23.0",
|
|
83
|
-
]
|
|
84
|
-
|
|
85
|
-
[project.urls]
|
|
86
|
-
"Homepage" = "https://github.com/adambmarsh/dbusnotify"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|