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.

@@ -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="Completed download",
170
- message="profile.jpg",
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="Completed download",
146
- message="profile.jpg",
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="Completed download",
170
- message="profile.jpg",
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