android-notify 1.40__tar.gz → 1.40.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.
Potentially problematic release.
This version of android-notify might be problematic. Click here for more details.
- {android_notify-1.40 → android_notify-1.40.1}/PKG-INFO +3 -3
- {android_notify-1.40 → android_notify-1.40.1}/README.md +2 -2
- {android_notify-1.40 → android_notify-1.40.1}/android_notify.egg-info/PKG-INFO +3 -3
- {android_notify-1.40 → android_notify-1.40.1}/setup.py +1 -1
- {android_notify-1.40 → android_notify-1.40.1}/android_notify/__init__.py +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify/__main__.py +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify/core.py +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify/styles.py +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify/sword.py +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify.egg-info/SOURCES.txt +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify.egg-info/dependency_links.txt +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify.egg-info/requires.txt +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/android_notify.egg-info/top_level.txt +0 -0
- {android_notify-1.40 → android_notify-1.40.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.40
|
|
3
|
+
Version: 1.40.1
|
|
4
4
|
Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -166,8 +166,8 @@ notification.send()
|
|
|
166
166
|
|
|
167
167
|
```python
|
|
168
168
|
notification = Notification(
|
|
169
|
-
title="
|
|
170
|
-
message="
|
|
169
|
+
title="FabianDev_",
|
|
170
|
+
message="A twitter about some programming stuff",
|
|
171
171
|
style="large_icon",
|
|
172
172
|
large_icon_path="assets/imgs/profile.png"
|
|
173
173
|
)
|
|
@@ -142,8 +142,8 @@ notification.send()
|
|
|
142
142
|
|
|
143
143
|
```python
|
|
144
144
|
notification = Notification(
|
|
145
|
-
title="
|
|
146
|
-
message="
|
|
145
|
+
title="FabianDev_",
|
|
146
|
+
message="A twitter about some programming stuff",
|
|
147
147
|
style="large_icon",
|
|
148
148
|
large_icon_path="assets/imgs/profile.png"
|
|
149
149
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.40
|
|
3
|
+
Version: 1.40.1
|
|
4
4
|
Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -166,8 +166,8 @@ notification.send()
|
|
|
166
166
|
|
|
167
167
|
```python
|
|
168
168
|
notification = Notification(
|
|
169
|
-
title="
|
|
170
|
-
message="
|
|
169
|
+
title="FabianDev_",
|
|
170
|
+
message="A twitter about some programming stuff",
|
|
171
171
|
style="large_icon",
|
|
172
172
|
large_icon_path="assets/imgs/profile.png"
|
|
173
173
|
)
|
|
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as readme_data:
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="android-notify",
|
|
9
|
-
version="1.40",
|
|
9
|
+
version="1.40.1",
|
|
10
10
|
author="Fabian",
|
|
11
11
|
author_email='fector101@yahoo.com',
|
|
12
12
|
description="A Python package that simpilfies creating Android notifications in Kivy apps.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|