rbeesoft 1.0.9__py3-none-any.whl → 2.0.0__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.
Files changed (39) hide show
  1. rbeesoft/app/main.py +60 -0
  2. rbeesoft/app/ui/rbeesoftmainwindow.py +77 -0
  3. rbeesoft/app/ui/settings.py +61 -0
  4. rbeesoft/app/ui/widgets/centraldockwidget.py +51 -0
  5. rbeesoft/{ui/panels/logpanel.py → app/ui/widgets/logdockwidget.py} +18 -11
  6. rbeesoft/app/ui/widgets/pages/page.py +24 -0
  7. rbeesoft/app/ui/widgets/pages/pagerouter.py +48 -0
  8. rbeesoft/common/__init__.py +0 -0
  9. rbeesoft/{core/utils → common}/logmanager.py +12 -2
  10. rbeesoft/webapp/__init__.py +0 -0
  11. rbeesoft-2.0.0.dist-info/METADATA +13 -0
  12. rbeesoft-2.0.0.dist-info/RECORD +21 -0
  13. {rbeesoft-1.0.9.dist-info → rbeesoft-2.0.0.dist-info}/WHEEL +1 -1
  14. rbeesoft/app.py +0 -23
  15. rbeesoft/core/utils/functions.py +0 -10
  16. rbeesoft/resources/VERSION +0 -1
  17. rbeesoft/resources/icons/rbeesoft.icns +0 -0
  18. rbeesoft/resources/icons/rbeesoft.ico +0 -0
  19. rbeesoft/resources/icons/spinner.gif +0 -0
  20. rbeesoft/ui/components/splashscreen.py +0 -121
  21. rbeesoft/ui/constants.py +0 -45
  22. rbeesoft/ui/mainwindow.py +0 -100
  23. rbeesoft/ui/panels/defaultpanel.py +0 -13
  24. rbeesoft/ui/panels/mainpanel.py +0 -81
  25. rbeesoft/ui/panels/settingspanel.py +0 -62
  26. rbeesoft/ui/panels/stackedpanel.py +0 -22
  27. rbeesoft/ui/settings.py +0 -32
  28. rbeesoft/ui/utils.py +0 -32
  29. rbeesoft-1.0.9.dist-info/LICENSE +0 -674
  30. rbeesoft-1.0.9.dist-info/METADATA +0 -18
  31. rbeesoft-1.0.9.dist-info/RECORD +0 -30
  32. rbeesoft-1.0.9.dist-info/entry_points.txt +0 -3
  33. /rbeesoft/{core → app}/__init__.py +0 -0
  34. /rbeesoft/{ui → app/core}/__init__.py +0 -0
  35. /rbeesoft/{ui/components → app/ui}/__init__.py +0 -0
  36. /rbeesoft/{ui/panels → app/ui/widgets}/__init__.py +0 -0
  37. /rbeesoft/{core/utils/___init__.py → app/ui/widgets/pages/__init__.py} +0 -0
  38. /rbeesoft/{core/utils → common}/logmanagerlistener.py +0 -0
  39. /rbeesoft/{core → common}/singleton.py +0 -0
@@ -1,18 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: rbeesoft
3
- Version: 1.0.9
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
-
@@ -1,30 +0,0 @@
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/components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- rbeesoft/ui/components/splashscreen.py,sha256=yEsB4LRho84O2JwVwPX6BoQZ3IK3iwFWrL6G7sRn0JE,4872
16
- rbeesoft/ui/constants.py,sha256=joQSsHIXiy21l6SRZz-kjp9kFVCNZjlg4bzHwdt1oIs,2028
17
- rbeesoft/ui/mainwindow.py,sha256=yIijkai30ZzY6FCEUGaiFeqpk0_znqTcW9uncnEcEOM,2990
18
- rbeesoft/ui/panels/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- rbeesoft/ui/panels/defaultpanel.py,sha256=eZpieFy9S1NStsCT7DhLHlmZchD-cZ3EJKkH9uTxat8,290
20
- rbeesoft/ui/panels/logpanel.py,sha256=JcBuqreih-7QxB9iJNfgPaqVpT98YrkC9U0rOOg6VHk,1639
21
- rbeesoft/ui/panels/mainpanel.py,sha256=e-sT6JSQjKRaic36clJtPIFozsYvfs2IYVypEuzzk4E,2449
22
- rbeesoft/ui/panels/settingspanel.py,sha256=laBOH0C3X5XZkYxlEQijJCNc9SMNVUka0T9C0JBh3r8,3000
23
- rbeesoft/ui/panels/stackedpanel.py,sha256=dK1YWuHUzxRhVb5gP0Lu9rAiW4XagjcHmGF__5Lpufk,657
24
- rbeesoft/ui/settings.py,sha256=V-u1bXaSv1jdZnTqh_4Sw-EoMi2-IoFIoVDidc099qY,1008
25
- rbeesoft/ui/utils.py,sha256=Kqv3lNjPh-sF6oMekQcJQJieXbD5PAsucom_Kl2dgCw,777
26
- rbeesoft-1.0.9.dist-info/entry_points.txt,sha256=TxyAieXCBttKeq8DjKk6o15iqnWpjj9FOtGknE5wKI0,46
27
- rbeesoft-1.0.9.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
28
- rbeesoft-1.0.9.dist-info/METADATA,sha256=Q95c09P-dLnbrpJ_lTXP4eR1K9W17Ic3dLVwiCRSjag,588
29
- rbeesoft-1.0.9.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
30
- rbeesoft-1.0.9.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- rbeesoft=rbeesoft.app:main
3
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes