Bilmessager 0.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.
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: Bilmessager
3
+ Version: 0.1
4
+ Summary: Kivy için hafif ve modern Android bildirim kütüphanesi
5
+ Home-page: https://github.com/kullanici_adin/Bilmessager
6
+ Author: Bedirhan
7
+ Author-email: bedirhan.oytpass@gmail.com
8
+ License: MIT
9
+ Keywords: android,bildirim,Message,kivy,notification
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.8
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Operating System :: Android
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Requires-Dist: kivy
21
+ Requires-Dist: pyjnius
22
+ Dynamic: author
23
+ Dynamic: author-email
24
+ Dynamic: classifier
25
+ Dynamic: description
26
+ Dynamic: description-content-type
27
+ Dynamic: home-page
28
+ Dynamic: keywords
29
+ Dynamic: license
30
+ Dynamic: license-file
31
+ Dynamic: requires-dist
32
+ Dynamic: summary
33
+
34
+ # Bilmessager 🚀
35
+
36
+ **Bilmessager**, Kivy framework'ü ile geliştirilen Android uygulamaları için özel olarak tasarlanmış, hafif ve güçlü bir yerel (native) bildirim kütüphanesidir.
37
+
38
+ Android 13+ (API 33) üzerindeki yeni izin politikaları ve modern bildirim kanalları (Notification Channels) ile tam uyumlu çalışır. Bilgisayar üzerinde test edilirken çökmek yerine konsol çıktısı (mocking) vererek geliştirme sürecinizi kolaylaştırır.
39
+
40
+ ---
41
+
42
+ ## ✨ Özellikler
43
+
44
+ * **Kolay Kullanım:** Sadece tek satır kodla izin isteyin ve bildirim gönderin.
45
+ * **AndroidX Uyumlu:** En güncel Android kütüphanelerini (`NotificationCompat`) arka planda yönetir.
46
+ * **Akıllı Platform Yönetimi:** Kodunuz bilgisayarda (Windows/macOS/Linux) çalışırken hata vermez, bildirimi konsola simüle eder. Android cihazda ise gerçek yerel bildirim tetikler.
47
+ * **Otomatik Kanal Yönetimi:** Android 8.0+ için zorunlu olan bildirim kanallarını otomatik olarak oluşturur.
48
+
49
+
50
+ ## 📌 Kodlar
51
+
52
+ ## Mesaj atma
53
+
54
+ Bil.create(Nema="ad", Message="mesaj")
55
+
56
+ ## İzin alma
57
+
58
+ Bil.Message_App()
59
+
60
+ ---
61
+
62
+ ## 📦 Kurulum ve Bağımlılıklar
63
+
64
+ ### 1. Geliştirme Ortamında (Bilgisayarınızda)
65
+ Geliştirme yaparken hata almamak için terminalinizde şu paketlerin kurulu olduğundan emin olun:
66
+ ```bash
67
+ pip install kivy pyjnius
@@ -0,0 +1,5 @@
1
+ bilmessager-0.1.dist-info/licenses/LICENSE,sha256=4n5-WXT758uV6-WU_nVWEiaxNwlpbDEoKZcY7TdnvpI,1086
2
+ bilmessager-0.1.dist-info/METADATA,sha256=pmzofc2V8IEIpqEGn3ODsF2eEGXryV4uvdhwzg0Lbsc,2348
3
+ bilmessager-0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
4
+ bilmessager-0.1.dist-info/top_level.txt,sha256=3pHhvap5iBS5RliE-KfsqONhCFpZqnT_poJyp0yJgkA,12
5
+ bilmessager-0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Bedirhan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ bilmessager