android-notify 1.61.2.dev0__py3-none-any.whl → 1.61.3.dev0__py3-none-any.whl
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.
- android_notify/config.py +1 -1
- {android_notify-1.61.2.dev0.dist-info → android_notify-1.61.3.dev0.dist-info}/METADATA +6 -6
- {android_notify-1.61.2.dev0.dist-info → android_notify-1.61.3.dev0.dist-info}/RECORD +6 -6
- {android_notify-1.61.2.dev0.dist-info → android_notify-1.61.3.dev0.dist-info}/WHEEL +0 -0
- {android_notify-1.61.2.dev0.dist-info → android_notify-1.61.3.dev0.dist-info}/entry_points.txt +0 -0
- {android_notify-1.61.2.dev0.dist-info → android_notify-1.61.3.dev0.dist-info}/top_level.txt +0 -0
android_notify/config.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.3.dev0
|
|
4
4
|
Summary: A Python package that simplifies creating Android notifications in Kivy and Flet apps.
|
|
5
5
|
Author-email: Fabian <fector101@yahoo.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
Requires-Dist: pyjnius
|
|
20
20
|
Provides-Extra: dev
|
|
21
|
-
Requires-Dist: kivy
|
|
21
|
+
Requires-Dist: kivy; extra == "dev"
|
|
22
22
|
|
|
23
23
|
<div align="center">
|
|
24
24
|
<br>
|
|
@@ -80,7 +80,7 @@ In your **`buildozer.spec`** file, ensure you include the following:
|
|
|
80
80
|
|
|
81
81
|
```ini
|
|
82
82
|
# Add pyjnius so ensure it's packaged with the build
|
|
83
|
-
requirements = python3, kivy, pyjnius, android-notify==1.61.
|
|
83
|
+
requirements = python3, kivy, pyjnius, android-notify==1.61.3.dev0
|
|
84
84
|
# Add permission for notifications
|
|
85
85
|
android.permissions = POST_NOTIFICATIONS
|
|
86
86
|
```
|
|
@@ -98,7 +98,7 @@ In your `pyproject.toml` file, ensure you include the following:
|
|
|
98
98
|
```toml
|
|
99
99
|
[tool.flet.android]
|
|
100
100
|
dependencies = [
|
|
101
|
-
"pyjnius","android-notify==1.61.
|
|
101
|
+
"pyjnius","android-notify==1.61.3.dev0"
|
|
102
102
|
]
|
|
103
103
|
|
|
104
104
|
[tool.flet.android.permission]
|
|
@@ -116,10 +116,10 @@ dependencies = [
|
|
|
116
116
|
<br/>
|
|
117
117
|
|
|
118
118
|
On the [pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3) mobile app for running python code you can test some features.
|
|
119
|
-
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.
|
|
119
|
+
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.3.dev0`
|
|
120
120
|
- Minimal working example
|
|
121
121
|
```py
|
|
122
|
-
# Testing with `android-notify==1.61.
|
|
122
|
+
# Testing with `android-notify==1.61.3.dev0` on pydroid
|
|
123
123
|
from kivy.app import App
|
|
124
124
|
from kivy.uix.boxlayout import BoxLayout
|
|
125
125
|
from kivy.uix.button import Button
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
android_notify/__init__.py,sha256=5i9U7Xc6NetqcRCGB4Lu0ZS_i1SAZ-5xIbLT42o7G9M,332
|
|
2
2
|
android_notify/__main__.py,sha256=TqZBjgW5wO61QvCpZje-YDKhBehtxXJSa71aM0RHom8,684
|
|
3
3
|
android_notify/base.py,sha256=lqWCg4wkYGI_mXigLQqeZzv5xKd2kV3x-K3-mtJkjjg,3087
|
|
4
|
-
android_notify/config.py,sha256=
|
|
4
|
+
android_notify/config.py,sha256=uxyIsw1YeEVp5Gh6G-822raRDSqqSRYzQN_cnTYe5-E,3733
|
|
5
5
|
android_notify/core.py,sha256=7CepVJGvupoASzyR4qu-RNTF1fJ_RpTN7LRaEDghbz4,7428
|
|
6
6
|
android_notify/styles.py,sha256=tt_bbHhvXpBqlpfLKe0TckwNj0u-WDYQn5KRqVMRRhs,1017
|
|
7
7
|
android_notify/sword.py,sha256=AtsLNA-apxZ9Zk9UiV3jWPNhdy82u1QlQ-g4UnO7Mdw,39677
|
|
@@ -41,8 +41,8 @@ android_notify/tests/p4a/hook.py,sha256=q9RbMsNA3xRCjQBpqkEmffVsYuRMDampHWmHXsD2
|
|
|
41
41
|
android_notify/tests/serivces/wallpaper.py,sha256=2Bojl1Mwz8nQP4F8l51-xBSwIMz68QdVM-11WQVJpCg,3293
|
|
42
42
|
android_notify/widgets/images.py,sha256=j3w98rWLQFGTV-qRtlDtIhnTs2Kdk0pQrHkH9E_OJJY,5352
|
|
43
43
|
android_notify/widgets/texts.py,sha256=Q-A7Nfmf6hqeBb-dJM4DkCGDRw7ildltK9z5eb1V_4U,5309
|
|
44
|
-
android_notify-1.61.
|
|
45
|
-
android_notify-1.61.
|
|
46
|
-
android_notify-1.61.
|
|
47
|
-
android_notify-1.61.
|
|
48
|
-
android_notify-1.61.
|
|
44
|
+
android_notify-1.61.3.dev0.dist-info/METADATA,sha256=j-I3MhRnztegq1gMMFLoIscs6iwhwLp3sQioA7-t9s8,10540
|
|
45
|
+
android_notify-1.61.3.dev0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
46
|
+
android_notify-1.61.3.dev0.dist-info/entry_points.txt,sha256=pMWHYogqxd-a8tXQ97tjyxay8sTpFO15J0YX1CYJe4U,64
|
|
47
|
+
android_notify-1.61.3.dev0.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
|
|
48
|
+
android_notify-1.61.3.dev0.dist-info/RECORD,,
|
|
File without changes
|
{android_notify-1.61.2.dev0.dist-info → android_notify-1.61.3.dev0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|