android-notify 1.54__py3-none-any.whl → 1.54.1__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.

Potentially problematic release.


This version of android-notify might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: android-notify
3
- Version: 1.54
3
+ Version: 1.54.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
@@ -389,7 +389,35 @@ Notification(
389
389
  ).send()
390
390
  ```
391
391
 
392
- ## Development Mode
392
+ #### To Use New Version Of Android-Notify
393
+
394
+ To be safe Delete All Old Versions of Android-Notify from `.buildozer` directory
395
+
396
+ ##### On Linux run
397
+
398
+ `cd .buildozer && find . -type d -name "android_notify*" -print0 | xargs -0 rm -r && cd ..`
399
+
400
+ ##### On Windows (PowerShell) run
401
+
402
+ - If command prints right folder paths Replace `Write-Output` with `Remove-Item`
403
+
404
+ ```sh
405
+ cd .buildozer
406
+ Get-ChildItem -Path . -Directory -Filter "android_notify*" | ForEach-Object { Write-Output $_.FullName }
407
+ cd ..
408
+ ```
409
+
410
+ ##### On Windows Git Bash (if installed)
411
+
412
+ `cd .buildozer && find . -type d -name "android_notify*" -print0 | xargs -0 rm -r && cd ..`
413
+
414
+ ##### On macOS run
415
+
416
+ `cd .buildozer && find . -type d -name "android_notify*" -exec rm -r {} + && cd ..`
417
+
418
+ ### Development Mode
419
+
420
+ #### For Logs
393
421
 
394
422
  When developing on non-Android platforms, the library provides debugging output:
395
423
 
@@ -4,7 +4,7 @@ android_notify/core.py,sha256=sIFx2o58CDGkM-ktf6sGm9INxQ21BIyk4dW8Q96kmq4,6176
4
4
  android_notify/facade.py,sha256=A19qXM703aUeZux87SsM2BpDpXOpiC-kVdRS7yZy-5k,729
5
5
  android_notify/styles.py,sha256=3olKruhAbTrk5OzuhDnk_Pgpv8XYk8dWFmr48Q9rQVk,352
6
6
  android_notify/sword.py,sha256=fCLUpf5OQkY8xDgYAoarv4DMtUwfLL0b_TMf444fMP8,30272
7
- android_notify-1.54.dist-info/METADATA,sha256=yxPQq75hAW2mC3LOa10rxWSKAJx-AbMq3Yt0wuqM5pA,15320
8
- android_notify-1.54.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
9
- android_notify-1.54.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
10
- android_notify-1.54.dist-info/RECORD,,
7
+ android_notify-1.54.1.dist-info/METADATA,sha256=V89eNy83lAkpK6XV9YSUlrvk9qm8_YhQaMTi1N67K3k,16069
8
+ android_notify-1.54.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
9
+ android_notify-1.54.1.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
10
+ android_notify-1.54.1.dist-info/RECORD,,