android-notify 1.23__tar.gz → 1.23.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.23 → android_notify-1.23.1}/PKG-INFO +2 -2
- {android_notify-1.23 → android_notify-1.23.1}/android_notify.egg-info/PKG-INFO +2 -2
- {android_notify-1.23 → android_notify-1.23.1}/android_notify.egg-info/SOURCES.txt +0 -1
- {android_notify-1.23 → android_notify-1.23.1}/setup.py +2 -2
- android_notify-1.23/MANIFEST.in +0 -1
- {android_notify-1.23 → android_notify-1.23.1}/README.md +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify/__init__.py +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify/__main__.py +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify/core.py +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify/styles.py +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify.egg-info/dependency_links.txt +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify.egg-info/requires.txt +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/android_notify.egg-info/top_level.txt +0 -0
- {android_notify-1.23 → android_notify-1.23.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.23
|
|
3
|
+
Version: 1.23.1
|
|
4
4
|
Summary: A Python package for sending Android notifications using PyJNIus in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -10,7 +10,7 @@ Project-URL: Documentation, https://github.com/fector101/android-notify/
|
|
|
10
10
|
Project-URL: Source, https://github.com/fector101/android-notify
|
|
11
11
|
Project-URL: Tracker, https://github.com/fector101/android-notify/issues
|
|
12
12
|
Project-URL: Funding, https://www.buymeacoffee.com/fector101
|
|
13
|
-
Keywords: android,notifications,kivy,mobile,
|
|
13
|
+
Keywords: android,notifications,kivy,mobile,post notifications,pyjnius,android notifications,kivy notifications,python android,mobile development
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
15
|
Classifier: License :: OSI Approved :: MIT License
|
|
16
16
|
Classifier: Operating System :: Android
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.23
|
|
3
|
+
Version: 1.23.1
|
|
4
4
|
Summary: A Python package for sending Android notifications using PyJNIus in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -10,7 +10,7 @@ Project-URL: Documentation, https://github.com/fector101/android-notify/
|
|
|
10
10
|
Project-URL: Source, https://github.com/fector101/android-notify
|
|
11
11
|
Project-URL: Tracker, https://github.com/fector101/android-notify/issues
|
|
12
12
|
Project-URL: Funding, https://www.buymeacoffee.com/fector101
|
|
13
|
-
Keywords: android,notifications,kivy,mobile,
|
|
13
|
+
Keywords: android,notifications,kivy,mobile,post notifications,pyjnius,android notifications,kivy notifications,python android,mobile development
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
15
|
Classifier: License :: OSI Approved :: MIT License
|
|
16
16
|
Classifier: Operating System :: Android
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="android-notify",
|
|
5
|
-
version="1.23",
|
|
5
|
+
version="1.23.1",
|
|
6
6
|
author="Fabian",
|
|
7
7
|
author_email='fector101@yahoo.com',
|
|
8
8
|
description="A Python package for sending Android notifications using PyJNIus in Kivy apps.",
|
|
@@ -28,7 +28,7 @@ setup(
|
|
|
28
28
|
"notifications",
|
|
29
29
|
"kivy",
|
|
30
30
|
"mobile",
|
|
31
|
-
"
|
|
31
|
+
"post notifications",
|
|
32
32
|
"pyjnius",
|
|
33
33
|
"android notifications",
|
|
34
34
|
"kivy notifications",
|
android_notify-1.23/MANIFEST.in
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
global-exclude *.env
|
|
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
|