rbeesoft 1.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,18 @@
1
+ Metadata-Version: 2.3
2
+ Name: rbeesoft
3
+ Version: 1.0.1
4
+ Summary: A package repository with template components and functions
5
+ License: MIT
6
+ Author: Ralph Brecheisen
7
+ Author-email: ralph.brecheisen@gmail.com
8
+ Requires-Python: >=3.9,<3.12
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Description-Content-Type: text/markdown
15
+
16
+ # Rbeesoft
17
+ General package with template components and functions
18
+
@@ -0,0 +1,28 @@
1
+ rbeesoft/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ rbeesoft/app.py,sha256=EqSUryuvPabG6bfA5-KkZk6eWRlejwpOviyXN3aEjO4,575
3
+ rbeesoft/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ rbeesoft/core/singleton.py,sha256=FV0k_LlOCmFhlWN6gf1c2x7YXWyd8-7DsIMvOKrI6NY,224
5
+ rbeesoft/core/utils/___init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ rbeesoft/core/utils/functions.py,sha256=muKkHiW4UP3NEX5vF1HqCY09pR22cTmC7TwtLK37JRU,311
7
+ rbeesoft/core/utils/logmanager.py,sha256=1K1isfT1hG83AA0O72mbAnE1soZ68QupbQrs1FnAqms,1023
8
+ rbeesoft/core/utils/logmanagerlistener.py,sha256=Gaig07yjBnyQq9I8sN85olTEeDCDyCFQnEJdwzvmgvc,99
9
+ rbeesoft/resources/icons/rbeesoft.icns,sha256=S8mGPnFdhpjej3As0u7lfZMfP_87UdOaU5AUOmhOP20,540413
10
+ rbeesoft/resources/icons/rbeesoft.ico,sha256=sArRZs01WPlCQaLqQ-s79DjaspOvx_VC9uaT9JYjOa0,78387
11
+ rbeesoft/resources/icons/spinner.gif,sha256=rvaac6GUZauHSPFSOLWr0RmLfjmtZih2Q8knQ2WP3Po,16240
12
+ rbeesoft/resources/VERSION,sha256=klIfw8vZZL3J9YSpkbif3apXVO0cyW1tQkRTOGacEwU,5
13
+ rbeesoft/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ rbeesoft/ui/constants.py,sha256=xDnpQWSWLDl2OEAgEkzwpEyu2viBDB8S1P91gkiGfrQ,1866
15
+ rbeesoft/ui/mainwindow.py,sha256=MZU5T78LKpGMabGnD4QzyrqLlbtvfljwTQ9FkuUgwQw,4555
16
+ rbeesoft/ui/panels/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ rbeesoft/ui/panels/defaultpanel.py,sha256=eZpieFy9S1NStsCT7DhLHlmZchD-cZ3EJKkH9uTxat8,290
18
+ rbeesoft/ui/panels/logpanel.py,sha256=btmS1-6ibSXrMDOQg_Q6EKhfrw6Xt-Ik-oFHuqlHmus,1637
19
+ rbeesoft/ui/panels/mainpanel.py,sha256=hyWot2U-OvEoCod6PzMwVWyvSpBxlaghFFiUYgoeOSQ,2447
20
+ rbeesoft/ui/panels/settingspanel.py,sha256=WhsyefX7zZaOK4sznjuJElsxRxt4ADGtoNpcSllLYAw,2998
21
+ rbeesoft/ui/panels/stackedpanel.py,sha256=dK1YWuHUzxRhVb5gP0Lu9rAiW4XagjcHmGF__5Lpufk,657
22
+ rbeesoft/ui/settings.py,sha256=jE7dcyhNU3BfT2NUdWO-t1qT4ZsRWX-smPr0BaoqQQk,1006
23
+ rbeesoft/ui/utils.py,sha256=udZZs8iy2T6k9e7ADGzhYQ1caig-Zpm0AKy6woxRcqc,797
24
+ rbeesoft-1.0.1.dist-info/entry_points.txt,sha256=TxyAieXCBttKeq8DjKk6o15iqnWpjj9FOtGknE5wKI0,46
25
+ rbeesoft-1.0.1.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
26
+ rbeesoft-1.0.1.dist-info/METADATA,sha256=b_vnPPtHimE31dpjMRb8c-NVSPEvlLxtfEmJM4Vcoek,588
27
+ rbeesoft-1.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
28
+ rbeesoft-1.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.1.3
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ rbeesoft=rbeesoft.app:main
3
+