android-notify 1.24.3__tar.gz → 1.24.4__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.24.3 → android_notify-1.24.4}/PKG-INFO +3 -3
- {android_notify-1.24.3 → android_notify-1.24.4}/README.md +2 -2
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify.egg-info/PKG-INFO +3 -3
- {android_notify-1.24.3 → android_notify-1.24.4}/setup.py +1 -1
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify/__init__.py +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify/__main__.py +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify/_dev.py +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify/advanced_dev.py +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify/core.py +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify/styles.py +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify.egg-info/SOURCES.txt +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify.egg-info/dependency_links.txt +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify.egg-info/requires.txt +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/android_notify.egg-info/top_level.txt +0 -0
- {android_notify-1.24.3 → android_notify-1.24.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.24.
|
|
3
|
+
Version: 1.24.4
|
|
4
4
|
Summary: A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -268,8 +268,8 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
|
|
|
268
268
|
## Author
|
|
269
269
|
|
|
270
270
|
- Fabian - <fector101@yahoo.com>
|
|
271
|
-
- GitHub:
|
|
272
|
-
- Twitter:
|
|
271
|
+
- GitHub: [Android Notify Repo](https://github.com/Fector101/android_notify)
|
|
272
|
+
- Twitter: [FabianDev_](https://twitter.com/intent/user?user_id=1246911115319263233) -- 😊 I'm sure to answer
|
|
273
273
|
|
|
274
274
|
For feedback or contributions, feel free to reach out!
|
|
275
275
|
|
|
@@ -244,8 +244,8 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
|
|
|
244
244
|
## Author
|
|
245
245
|
|
|
246
246
|
- Fabian - <fector101@yahoo.com>
|
|
247
|
-
- GitHub:
|
|
248
|
-
- Twitter:
|
|
247
|
+
- GitHub: [Android Notify Repo](https://github.com/Fector101/android_notify)
|
|
248
|
+
- Twitter: [FabianDev_](https://twitter.com/intent/user?user_id=1246911115319263233) -- 😊 I'm sure to answer
|
|
249
249
|
|
|
250
250
|
For feedback or contributions, feel free to reach out!
|
|
251
251
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.24.
|
|
3
|
+
Version: 1.24.4
|
|
4
4
|
Summary: A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -268,8 +268,8 @@ Found a bug? Please open an issue on our [GitHub Issues](https://github.com/Fect
|
|
|
268
268
|
## Author
|
|
269
269
|
|
|
270
270
|
- Fabian - <fector101@yahoo.com>
|
|
271
|
-
- GitHub:
|
|
272
|
-
- Twitter:
|
|
271
|
+
- GitHub: [Android Notify Repo](https://github.com/Fector101/android_notify)
|
|
272
|
+
- Twitter: [FabianDev_](https://twitter.com/intent/user?user_id=1246911115319263233) -- 😊 I'm sure to answer
|
|
273
273
|
|
|
274
274
|
For feedback or contributions, feel free to reach out!
|
|
275
275
|
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="android-notify",
|
|
5
|
-
version="1.24.
|
|
5
|
+
version="1.24.4",
|
|
6
6
|
author="Fabian",
|
|
7
7
|
author_email='fector101@yahoo.com',
|
|
8
8
|
description="A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{android_notify-1.24.3 → android_notify-1.24.4}/android_notify.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|