KL-Py 0.2.0__tar.gz → 0.2.2__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.
Files changed (268) hide show
  1. {kl_py-0.2.0 → kl_py-0.2.2}/PKG-INFO +1 -1
  2. {kl_py-0.2.0 → kl_py-0.2.2}/pyproject.toml +1 -1
  3. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/KL_Py.py +255 -49
  4. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py.egg-info/PKG-INFO +1 -1
  5. {kl_py-0.2.0 → kl_py-0.2.2}/LICENSE +0 -0
  6. {kl_py-0.2.0 → kl_py-0.2.2}/README.md +0 -0
  7. {kl_py-0.2.0 → kl_py-0.2.2}/setup.cfg +0 -0
  8. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/__init__.py +0 -0
  9. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/_utils.py +0 -0
  10. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/__init__.py +0 -0
  11. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/base.py +0 -0
  12. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/button.py +0 -0
  13. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/calendar.py +0 -0
  14. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/canvas.py +0 -0
  15. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/checkbox.py +0 -0
  16. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/column.py +0 -0
  17. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/combo.py +0 -0
  18. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/error.py +0 -0
  19. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/frame.py +0 -0
  20. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/graph.py +0 -0
  21. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/helpers.py +0 -0
  22. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/image.py +0 -0
  23. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/input.py +0 -0
  24. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/list_box.py +0 -0
  25. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/menu.py +0 -0
  26. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/multiline.py +0 -0
  27. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/option_menu.py +0 -0
  28. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/pane.py +0 -0
  29. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/progress_bar.py +0 -0
  30. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/radio.py +0 -0
  31. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/separator.py +0 -0
  32. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/sizegrip.py +0 -0
  33. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/slider.py +0 -0
  34. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/spin.py +0 -0
  35. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/status_bar.py +0 -0
  36. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/stretch.py +0 -0
  37. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/tab.py +0 -0
  38. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/table.py +0 -0
  39. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/text.py +0 -0
  40. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/elements/tree.py +0 -0
  41. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/themes.py +0 -0
  42. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/tray.py +0 -0
  43. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/FreeSimpleGUI/window.py +0 -0
  44. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/__init__.py +0 -0
  45. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/_custom_pandas.py +0 -0
  46. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/_custom_sqlite.py +0 -0
  47. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/_custom_turtle.py +0 -0
  48. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/_error_classes.py +0 -0
  49. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/_klang_builtins.py +0 -0
  50. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/_translate.py +0 -0
  51. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/automl.py +0 -0
  52. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/dnd/__init__.py +0 -0
  53. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/drag_and_drop/__init__.py +0 -0
  54. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/__init__.py +0 -0
  55. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/__main__.py +0 -0
  56. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/config.py +0 -0
  57. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/dialogs.py +0 -0
  58. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/packaging.py +0 -0
  59. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/shims.py +0 -0
  60. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/ui.py +0 -0
  61. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/utils.py +0 -0
  62. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/export/validation.py +0 -0
  63. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/fsgdnd/__init__.py +0 -0
  64. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/fsgui/__init__.py +0 -0
  65. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/__init__.py +0 -0
  66. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/_utils.py +0 -0
  67. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/base.py +0 -0
  68. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/button.py +0 -0
  69. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/calendar.py +0 -0
  70. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/canvas.py +0 -0
  71. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/center.py +0 -0
  72. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/checkbox.py +0 -0
  73. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/column.py +0 -0
  74. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/combo.py +0 -0
  75. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/error.py +0 -0
  76. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/frame.py +0 -0
  77. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/graph.py +0 -0
  78. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/helpers.py +0 -0
  79. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/image.py +0 -0
  80. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/input.py +0 -0
  81. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/list_box.py +0 -0
  82. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/menu.py +0 -0
  83. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/multiline.py +0 -0
  84. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/option_menu.py +0 -0
  85. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/pane.py +0 -0
  86. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/progress_bar.py +0 -0
  87. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/radio.py +0 -0
  88. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/separator.py +0 -0
  89. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/sizegrip.py +0 -0
  90. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/slider.py +0 -0
  91. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/spin.py +0 -0
  92. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/status_bar.py +0 -0
  93. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/stretch.py +0 -0
  94. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/tab.py +0 -0
  95. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/table.py +0 -0
  96. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/text.py +0 -0
  97. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/elements/tree.py +0 -0
  98. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/replace.py +0 -0
  99. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/tray.py +0 -0
  100. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/hindGui/window.py +0 -0
  101. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/__init__.py +0 -0
  102. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/__main__.py +0 -0
  103. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/config.py +0 -0
  104. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/dialogs.py +0 -0
  105. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/packaging.py +0 -0
  106. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/shims.py +0 -0
  107. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/ui.py +0 -0
  108. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/utils.py +0 -0
  109. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/k2exe/validation.py +0 -0
  110. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/__init__.py +0 -0
  111. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/__main__.py +0 -0
  112. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/config.py +0 -0
  113. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/dialogs.py +0 -0
  114. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/packaging.py +0 -0
  115. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/shims.py +0 -0
  116. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/ui.py +0 -0
  117. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/utils.py +0 -0
  118. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kexe/validation.py +0 -0
  119. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/__init__.py +0 -0
  120. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/__main__.py +0 -0
  121. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/config.py +0 -0
  122. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/dialogs.py +0 -0
  123. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/packaging.py +0 -0
  124. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/shims.py +0 -0
  125. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/ui.py +0 -0
  126. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/utils.py +0 -0
  127. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/kl2exe/validation.py +0 -0
  128. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/__init__.py +0 -0
  129. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/__main__.py +0 -0
  130. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/config.py +0 -0
  131. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/dialogs.py +0 -0
  132. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/packaging.py +0 -0
  133. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/shims.py +0 -0
  134. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/ui.py +0 -0
  135. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/utils.py +0 -0
  136. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klang2exe/validation.py +0 -0
  137. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/__init__.py +0 -0
  138. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/__main__.py +0 -0
  139. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/config.py +0 -0
  140. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/dialogs.py +0 -0
  141. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/packaging.py +0 -0
  142. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/shims.py +0 -0
  143. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/ui.py +0 -0
  144. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/utils.py +0 -0
  145. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klangexe/validation.py +0 -0
  146. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/__init__.py +0 -0
  147. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/__main__.py +0 -0
  148. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/config.py +0 -0
  149. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/dialogs.py +0 -0
  150. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/packaging.py +0 -0
  151. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/shims.py +0 -0
  152. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/ui.py +0 -0
  153. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/utils.py +0 -0
  154. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/klexe/validation.py +0 -0
  155. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/ml.py +0 -0
  156. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/np/__init__.py +0 -0
  157. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pd/__init__.py +0 -0
  158. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/plt/__init__.py +0 -0
  159. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/psgui/__init__.py +0 -0
  160. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/px/__init__.py +0 -0
  161. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/__init__.py +0 -0
  162. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/__main__.py +0 -0
  163. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/config.py +0 -0
  164. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/dialogs.py +0 -0
  165. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/packaging.py +0 -0
  166. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/shims.py +0 -0
  167. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/ui.py +0 -0
  168. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/utils.py +0 -0
  169. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pyexe/validation.py +0 -0
  170. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/pysgdnd/__init__.py +0 -0
  171. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/__init__.py +0 -0
  172. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/__version__.py +0 -0
  173. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/_internal_utils.py +0 -0
  174. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/adapters.py +0 -0
  175. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/api.py +0 -0
  176. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/auth.py +0 -0
  177. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/certifi/__init__.py +0 -0
  178. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/certifi/__main__.py +0 -0
  179. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/certifi/core.py +0 -0
  180. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/certifi/py.typed +0 -0
  181. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/certs.py +0 -0
  182. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/__init__.py +0 -0
  183. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/__main__.py +0 -0
  184. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/api.py +0 -0
  185. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/cd.py +0 -0
  186. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/cli/__init__.py +0 -0
  187. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/cli/__main__.py +0 -0
  188. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/constant.py +0 -0
  189. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/legacy.py +0 -0
  190. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/md.py +0 -0
  191. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/models.py +0 -0
  192. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/py.typed +0 -0
  193. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/utils.py +0 -0
  194. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/charset_normalizer/version.py +0 -0
  195. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/compat.py +0 -0
  196. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/cookies.py +0 -0
  197. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/exceptions.py +0 -0
  198. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/help.py +0 -0
  199. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/hooks.py +0 -0
  200. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/__init__.py +0 -0
  201. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/codec.py +0 -0
  202. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/compat.py +0 -0
  203. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/core.py +0 -0
  204. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/idnadata.py +0 -0
  205. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/intranges.py +0 -0
  206. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/package_data.py +0 -0
  207. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/py.typed +0 -0
  208. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/idna/uts46data.py +0 -0
  209. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/models.py +0 -0
  210. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/packages.py +0 -0
  211. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/sessions.py +0 -0
  212. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/status_codes.py +0 -0
  213. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/structures.py +0 -0
  214. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/__init__.py +0 -0
  215. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/_base_connection.py +0 -0
  216. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/_collections.py +0 -0
  217. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/_request_methods.py +0 -0
  218. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/_version.py +0 -0
  219. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/connection.py +0 -0
  220. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/connectionpool.py +0 -0
  221. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/__init__.py +0 -0
  222. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/emscripten/__init__.py +0 -0
  223. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/emscripten/connection.py +0 -0
  224. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/emscripten/fetch.py +0 -0
  225. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/emscripten/request.py +0 -0
  226. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/emscripten/response.py +0 -0
  227. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/pyopenssl.py +0 -0
  228. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/contrib/socks.py +0 -0
  229. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/exceptions.py +0 -0
  230. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/fields.py +0 -0
  231. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/filepost.py +0 -0
  232. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/http2/__init__.py +0 -0
  233. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/http2/connection.py +0 -0
  234. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/http2/probe.py +0 -0
  235. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/poolmanager.py +0 -0
  236. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/py.typed +0 -0
  237. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/response.py +0 -0
  238. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/__init__.py +0 -0
  239. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/connection.py +0 -0
  240. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/proxy.py +0 -0
  241. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/request.py +0 -0
  242. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/response.py +0 -0
  243. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/retry.py +0 -0
  244. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/ssl_.py +0 -0
  245. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/ssl_match_hostname.py +0 -0
  246. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/ssltransport.py +0 -0
  247. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/timeout.py +0 -0
  248. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/url.py +0 -0
  249. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/util.py +0 -0
  250. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/urllib3/util/wait.py +0 -0
  251. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/requests/utils.py +0 -0
  252. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/sb/__init__.py +0 -0
  253. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/sk/__init__.py +0 -0
  254. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/sns/__init__.py +0 -0
  255. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/__init__.py +0 -0
  256. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/__main__.py +0 -0
  257. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/config.py +0 -0
  258. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/dialogs.py +0 -0
  259. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/packaging.py +0 -0
  260. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/shims.py +0 -0
  261. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/ui.py +0 -0
  262. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/utils.py +0 -0
  263. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/toexe/validation.py +0 -0
  264. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py/when.py +0 -0
  265. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py.egg-info/SOURCES.txt +0 -0
  266. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py.egg-info/dependency_links.txt +0 -0
  267. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py.egg-info/requires.txt +0 -0
  268. {kl_py-0.2.0 → kl_py-0.2.2}/src/KL_Py.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: KL_Py
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A Python simplification module
5
5
  Author-email: Abbaskhurram255 <abbaskhurram255@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "KL_Py"
8
- version = "0.2.0"
8
+ version = "0.2.2"
9
9
  authors = [
10
10
  { name = "Abbaskhurram255", email = "abbaskhurram255@gmail.com" }
11
11
  ]
@@ -867,7 +867,8 @@ class Date:
867
867
  .lstrip("0")\
868
868
  .replace(" 0", " ")
869
869
  get = get_long = long_get = get_full =\
870
- full_get = read = full_read =\
870
+ full_get = read = parh =\
871
+ parho = full_read =\
871
872
  read_full = long_read =\
872
873
  read_long = read_long =\
873
874
  long_read = f = _f = f_ =\
@@ -921,24 +922,40 @@ class Date:
921
922
  self.date_object.strftime(
922
923
  "%D"
923
924
  )
924
- def hour(self, new: Optional[int] = None) -> Self | int:
925
- if isinstance(new, int)\
926
- and not isinstance(new, bool)\
927
- and new\
928
- not in (True, False):
929
- # if it's a true int, not a bool disguised as such
930
- hour: int = new
931
- return self.set_hour(
932
- hour
933
- )
934
- hrs: int = self\
935
- .date_object\
936
- .hour
937
- if hrs >= 12:
938
- hrs -= 12
939
- return hrs
940
- hours = hrs = hr = h = hour
941
- get_hours = get_hrs = get_hr = get_h = get_hour = hour
925
+ def hour(
926
+ self,
927
+ new: Optional[int] = None,
928
+ *args,
929
+ **kwargs
930
+ ) -> Self | int:
931
+ if isinstance(new, int)\
932
+ and not isinstance(new, bool)\
933
+ and new\
934
+ not in (True, False):
935
+ # if it's a true int, not a bool disguised as such
936
+ hour: int = new
937
+ return self.set_hour(
938
+ hour,
939
+ *args,
940
+ **kwargs
941
+ )
942
+ hrs: int = self\
943
+ .date_object\
944
+ .hour
945
+ if hrs >= 12:
946
+ hrs -= 12
947
+ return hrs
948
+ hours = hrs =\
949
+ hr = h =\
950
+ ghante =\
951
+ ghanta =\
952
+ gh =\
953
+ g =\
954
+ hour
955
+ get_hours =\
956
+ get_hrs = get_hr =\
957
+ get_h = get_hour =\
958
+ hour
942
959
  def minute(self, new: Optional[int] = None) -> Self | int:
943
960
  if isinstance(new, int)\
944
961
  and not isinstance(new, bool)\
@@ -978,7 +995,7 @@ class Date:
978
995
  return self.\
979
996
  date_object\
980
997
  .strftime("%p")
981
- p = pr = prd = pd = ampm = period
998
+ p = pr = prd = pd = ampm = z = zamana = zamaana = period
982
999
  get_p = get_pr = get_prd = get_pd = get_ampm = get_period = period
983
1000
  def day(
984
1001
  self,
@@ -1031,13 +1048,22 @@ class Date:
1031
1048
  self,
1032
1049
  short: bool = False
1033
1050
  ) -> str:
1051
+ if isinstance(short, int)\
1052
+ and not isinstance(short, bool)\
1053
+ and short\
1054
+ not in (True, False):
1055
+ # if it's a true int, not a bool disguised as such
1056
+ d: int = short
1057
+ return self.set_day(
1058
+ d
1059
+ )
1034
1060
  name_of_day: str = self.day(
1035
1061
  short=short
1036
1062
  )\
1037
1063
  .split(",")[0]\
1038
1064
  .strip()
1039
1065
  return name_of_day
1040
- name = day_name = day_of_week = dow = day_only
1066
+ name = din = day_name = day_of_week = dow = day_only
1041
1067
  get_name = get_day_name = get_day_of_week = get_dow = get_day_only = day_only
1042
1068
  def day_number(
1043
1069
  self,
@@ -1051,12 +1077,23 @@ class Date:
1051
1077
  return int(
1052
1078
  day_number
1053
1079
  )
1054
- d_nr = day_nr = day_num =\
1080
+ d_nr =\
1081
+ d_num =\
1082
+ d_number =\
1083
+ d_only =\
1084
+ day_nr = day_num =\
1085
+ din_nr = din_num =\
1086
+ din_number =\
1055
1087
  day_of_month =\
1056
1088
  dom = day_number
1057
- get_d_nr = get_day_nr = get_day_num =\
1089
+ get_d_nr =\
1090
+ get_d_num =\
1091
+ get_day_nr =\
1092
+ get_day_num =\
1058
1093
  get_day_of_month =\
1059
- get_dom = get_day_number = day_number
1094
+ get_dom =\
1095
+ get_day_number =\
1096
+ day_number
1060
1097
  def is_weekend(self) -> bool:
1061
1098
  return self.day_only()\
1062
1099
  in ("Saturday", "Sunday")
@@ -1075,7 +1112,8 @@ class Date:
1075
1112
  )
1076
1113
  is_leap = was_leap =\
1077
1114
  was_leap_yr = is_leap_yr =\
1078
- was_leap_year = is_leap_year
1115
+ was_leap_year = he_leap_year =\
1116
+ is_leap_year
1079
1117
  get_is_leap = get_was_leap =\
1080
1118
  get_was_leap_yr = get_is_leap_yr =\
1081
1119
  get_was_leap_year = get_is_leap_year = is_leap_year
@@ -1088,7 +1126,7 @@ class Date:
1088
1126
  and short\
1089
1127
  not in (True, False):
1090
1128
  # if it's a true int, not a bool disguised as such
1091
- month: int = short
1129
+ month: Union[str, int] = short
1092
1130
  return self.set_month(
1093
1131
  month
1094
1132
  )
@@ -1100,15 +1138,38 @@ class Date:
1100
1138
  .strip()
1101
1139
  return name_of_month
1102
1140
  month_name = month =\
1103
- mn = month_only
1141
+ mah = mahina =\
1142
+ maheena = mn = month_only
1104
1143
  get_month_name = get_month =\
1105
1144
  get_mn = get_month_only =\
1106
1145
  month_only
1107
- def month_number(self) -> int:
1108
- return self.date_object\
1109
- .month
1110
- mn_num = mn_nr = month_num =\
1111
- month_nr = month_number
1146
+ def month_number(
1147
+ self,
1148
+ new: Optional[int] = None
1149
+ ) -> int:
1150
+ if isinstance(new, (str, int))\
1151
+ and not isinstance(
1152
+ new,
1153
+ bool
1154
+ )\
1155
+ and new\
1156
+ not in (True, False):
1157
+ month: Union[str, int] = new
1158
+ return self\
1159
+ .set_month(
1160
+ month
1161
+ )
1162
+ return self.date_object\
1163
+ .month
1164
+ mn_num = mn_nr =\
1165
+ mn_number =\
1166
+ month_num =\
1167
+ month_nr = mah_nr = \
1168
+ mah_num = mah_number =\
1169
+ mahina_nr = maheena_nr =\
1170
+ mahina_num = maheena_num =\
1171
+ mahina_number = maheena_number =\
1172
+ month_number
1112
1173
  get_mn_num = get_mn_nr =\
1113
1174
  get_month_num =\
1114
1175
  get_month_nr = get_month_number =\
@@ -1146,13 +1207,28 @@ class Date:
1146
1207
  year_string
1147
1208
  )
1148
1209
  return year
1149
- y = yr = year = year_only
1210
+ y = yr = year = sal = saal = year_only
1150
1211
  get_y = get_yr = get_year = get_year_only = year_only
1151
1212
  def time(
1152
1213
  self,
1153
1214
  s: bool = False,
1154
- time_sep: str = TIME_SEP
1155
- ) -> str:
1215
+ time_sep: str = TIME_SEP,
1216
+ *args,
1217
+ **kwargs
1218
+ ) -> Self | str:
1219
+ if isinstance(s, (str, int))\
1220
+ and not isinstance(
1221
+ s,
1222
+ bool
1223
+ )\
1224
+ and s\
1225
+ not in (True, False):
1226
+ time: Union[str, int] = s
1227
+ return self.set_time(
1228
+ time,
1229
+ *args,
1230
+ **kwargs
1231
+ )
1156
1232
  if not isinstance(time_sep, str):
1157
1233
  time_sep = self\
1158
1234
  .TIME_SEP
@@ -1164,6 +1240,7 @@ class Date:
1164
1240
  self.SEP,
1165
1241
  1
1166
1242
  )[0]
1243
+ wakt = t = tm = time
1167
1244
  def time_and_day(
1168
1245
  self,
1169
1246
  s: bool = False,
@@ -1181,11 +1258,13 @@ class Date:
1181
1258
  self.SEP,
1182
1259
  2
1183
1260
  )[0]
1261
+ wakt_aur_din = time_and_day
1184
1262
  @classmethod
1185
1263
  def now(cls) -> str:
1186
1264
  return str(
1187
1265
  cls()
1188
1266
  )
1267
+ ab = now
1189
1268
  @classmethod
1190
1269
  def time_now(
1191
1270
  cls,
@@ -1197,6 +1276,9 @@ class Date:
1197
1276
  s=s,
1198
1277
  time_sep=time_sep
1199
1278
  )
1279
+ wakt_ab = wakt_abhi =\
1280
+ time_ab = time_abhi =\
1281
+ time_now
1200
1282
  @classmethod
1201
1283
  def today(
1202
1284
  cls,
@@ -1208,6 +1290,7 @@ class Date:
1208
1290
  short=short,
1209
1291
  sep=sep
1210
1292
  )
1293
+ aj = today
1211
1294
  @classmethod
1212
1295
  def day_today(
1213
1296
  cls,
@@ -1217,6 +1300,7 @@ class Date:
1217
1300
  .day_only(
1218
1301
  short=short
1219
1302
  )
1303
+ din_aj = day_today
1220
1304
  # setters
1221
1305
  def update(
1222
1306
  self,
@@ -1245,7 +1329,17 @@ class Date:
1245
1329
  year=y
1246
1330
  )
1247
1331
  return self
1248
- set_yr = set_year
1332
+ set_y =\
1333
+ set_yr =\
1334
+ badlo_year =\
1335
+ badlo_yr =\
1336
+ badlo_sal = \
1337
+ badlo_saal =\
1338
+ rakho_year =\
1339
+ rakho_yr =\
1340
+ rakho_sal = \
1341
+ rakho_saal =\
1342
+ set_year
1249
1343
  def set_month(
1250
1344
  self,
1251
1345
  mn: int
@@ -1288,7 +1382,16 @@ class Date:
1288
1382
  month=mn
1289
1383
  )
1290
1384
  return self
1291
- set_mn = set_month
1385
+ set_mn =\
1386
+ badlo_month =\
1387
+ badlo_mah = \
1388
+ badlo_mahina = \
1389
+ badlo_maheena =\
1390
+ rakho_month =\
1391
+ rakho_mah = \
1392
+ rakho_mahina = \
1393
+ rakho_maheena =\
1394
+ set_month
1292
1395
  def set_day(
1293
1396
  self,
1294
1397
  d: int
@@ -1319,7 +1422,11 @@ class Date:
1319
1422
  # ^ handle leap years,
1320
1423
  # and non-31-day months
1321
1424
  return self
1322
- set_d = set_day
1425
+ set_d = badlo_day =\
1426
+ badlo_din = \
1427
+ rakho_day =\
1428
+ rakho_din = \
1429
+ set_day
1323
1430
  def add_day(
1324
1431
  self,
1325
1432
  n: int = 1
@@ -1332,7 +1439,11 @@ class Date:
1332
1439
  )
1333
1440
  return self
1334
1441
  add_days = increment_days =\
1335
- increment_day = add_d = add_day
1442
+ increment_day = add_d =\
1443
+ age_din = aage_din =\
1444
+ dalo_din = daalo_din =\
1445
+ dalo_d = daalo_d =\
1446
+ add_day
1336
1447
  def remove_day(
1337
1448
  self,
1338
1449
  n: int = 1
@@ -1347,7 +1458,11 @@ class Date:
1347
1458
  remove_days =\
1348
1459
  decrement_days = decrement_day =\
1349
1460
  subtract_days = subtract_day =\
1350
- remove_d = remove_day
1461
+ remove_d =\
1462
+ piche_din = peeche_din =\
1463
+ nikalo_din = nikaalo_din =\
1464
+ nikalo_d = nikaalo_d =\
1465
+ remove_day
1351
1466
  def add_month(
1352
1467
  self,
1353
1468
  n: int = 1
@@ -1360,7 +1475,10 @@ class Date:
1360
1475
  )
1361
1476
  return self
1362
1477
  add_months = increment_months =\
1363
- increment_month = add_mn = add_month
1478
+ increment_month =\
1479
+ dalo_month = daalo_month =\
1480
+ dalo_mn = daalo_mn =\
1481
+ add_mn = add_month
1364
1482
  def remove_month(
1365
1483
  self,
1366
1484
  n: int = 1
@@ -1375,6 +1493,8 @@ class Date:
1375
1493
  remove_months =\
1376
1494
  decrement_months = decrement_month =\
1377
1495
  subtract_months = subtract_month =\
1496
+ nikalo_month = nikaalo_month =\
1497
+ nikalo_mn = nikaalo_mn =\
1378
1498
  remove_mn = remove_month
1379
1499
  def add_year(
1380
1500
  self,
@@ -1388,7 +1508,10 @@ class Date:
1388
1508
  )
1389
1509
  return self
1390
1510
  add_years = increment_years =\
1391
- increment_year = add_yr = add_year
1511
+ increment_year =\
1512
+ dalo_year = daalo_year =\
1513
+ dalo_yr = daalo_yr =\
1514
+ add_yr = add_year
1392
1515
  def remove_year(
1393
1516
  self,
1394
1517
  n: int = 1
@@ -1403,6 +1526,8 @@ class Date:
1403
1526
  remove_years =\
1404
1527
  decrement_years = decrement_year =\
1405
1528
  subtract_years = subtract_year =\
1529
+ nikalo_year = nikaalo_year =\
1530
+ nikalo_yr= nikaalo_yr =\
1406
1531
  remove_yr = remove_year
1407
1532
  def add_hour(
1408
1533
  self,
@@ -1420,7 +1545,11 @@ class Date:
1420
1545
  )
1421
1546
  return self
1422
1547
  add_hours = increment_hours =\
1423
- increment_hour = add_h = add_hour
1548
+ increment_hour =\
1549
+ dalo_h =\
1550
+ daalo_h =\
1551
+ add_h =\
1552
+ add_hour
1424
1553
  def remove_hour(
1425
1554
  self,
1426
1555
  n: int = 1,
@@ -1439,6 +1568,10 @@ class Date:
1439
1568
  remove_hours =\
1440
1569
  decrement_hours = decrement_hour =\
1441
1570
  subtract_hours = subtract_hour =\
1571
+ nikalo_h = nikaalo_h =\
1572
+ nikalo_hr = nikaalo_hr =\
1573
+ nikalo_hour = nikaalo_hour =\
1574
+ nikalo_hours = nikaalo_hours =\
1442
1575
  remove_h = remove_hour
1443
1576
  def add_minute(
1444
1577
  self,
@@ -1452,7 +1585,10 @@ class Date:
1452
1585
  )
1453
1586
  return self
1454
1587
  add_minutes = increment_minutes =\
1455
- increment_minute = add_m = add_min = add_minute
1588
+ increment_minute =\
1589
+ add_m =\
1590
+ add_min =\
1591
+ add_minute
1456
1592
  def remove_minute(
1457
1593
  self,
1458
1594
  n: int = 1
@@ -1467,6 +1603,10 @@ class Date:
1467
1603
  remove_minutes =\
1468
1604
  decrement_minutes = decrement_minute =\
1469
1605
  subtract_minutes = subtract_minute =\
1606
+ nikalo_m = nikaalo_m =\
1607
+ nikalo_min = nikaalo_min =\
1608
+ nikalo_minute = nikaalo_minute =\
1609
+ nikalo_minutes = nikaalo_minutes =\
1470
1610
  remove_m = remove_min = remove_minute
1471
1611
  def add_second(
1472
1612
  self,
@@ -1495,6 +1635,10 @@ class Date:
1495
1635
  remove_seconds =\
1496
1636
  decrement_seconds = decrement_second =\
1497
1637
  subtract_seconds = subtract_sec =\
1638
+ nikalo_s = nikaalo_s =\
1639
+ nikalo_sec = nikaalo_sec =\
1640
+ nikalo_second = nikaalo_second =\
1641
+ nikalo_seconds = nikaalo_seconds =\
1498
1642
  remove_s = remove_second
1499
1643
  @classmethod
1500
1644
  def tomorrow(cls) -> str:
@@ -1565,10 +1709,16 @@ class Date:
1565
1709
  .lower()
1566
1710
  if isinstance(h, str)\
1567
1711
  and re.search(
1568
- r"^\s*\d+(?:[\:\.\s]+\d+){1,2} [ap]m\b\s*$",
1712
+ r"^\s*\d+(?:[\:\.\s]+\d+){1,2} *[ap]m\b\s*$",
1569
1713
  str(h),
1570
1714
  flags=re.IGNORECASE
1571
1715
  ):
1716
+ h = re.sub(
1717
+ r"(?<=\d)([AaPp][Mm])",
1718
+ r" \1",
1719
+ h,
1720
+ flags=re.IGNORECASE
1721
+ )
1572
1722
  h = re.sub(
1573
1723
  r"\s{2,}|\s*[\:\.]+\s*",
1574
1724
  " ",
@@ -1614,7 +1764,34 @@ class Date:
1614
1764
  p
1615
1765
  )
1616
1766
  return self
1617
- set_h = set_hr = set_hour = set_hours = set_time
1767
+ set_h = set_hr =\
1768
+ set_hour =\
1769
+ set_hours =\
1770
+ set_t =\
1771
+ set_tm =\
1772
+ badlo_time =\
1773
+ badlo_t =\
1774
+ badlo_tm =\
1775
+ rakho_time =\
1776
+ rakho_t =\
1777
+ rakho_tm =\
1778
+ badlo_h =\
1779
+ badlo_hr =\
1780
+ badlo_hour =\
1781
+ badlo_hours =\
1782
+ rakho_h =\
1783
+ rakho_hr =\
1784
+ rakho_hour =\
1785
+ rakho_hours =\
1786
+ badlo_g =\
1787
+ badlo_gh =\
1788
+ badlo_ghanta =\
1789
+ badlo_ghante =\
1790
+ rakho_g =\
1791
+ rakho_gh =\
1792
+ rakho_ghanta =\
1793
+ rakho_ghante =\
1794
+ set_time
1618
1795
  def set_period(self, p: str) -> Self:
1619
1796
  if isinstance(p, str):
1620
1797
  p = p\
@@ -1640,7 +1817,14 @@ class Date:
1640
1817
  hour=h
1641
1818
  )
1642
1819
  return self
1643
- set_p = set_prd = set_ampm = set_period
1820
+ set_p =\
1821
+ set_prd = set_ampm =\
1822
+ badlo_p = badlo_z =\
1823
+ rakho_p = rakho_z =\
1824
+ badlo_period = rakho_period =\
1825
+ badlo_zamana = rakho_zamana =\
1826
+ badlo_zamaana = rakho_zamaana =\
1827
+ set_period
1644
1828
  def set_minutes(
1645
1829
  self,
1646
1830
  m: int
@@ -1655,7 +1839,18 @@ class Date:
1655
1839
  minute=m
1656
1840
  )
1657
1841
  return self
1658
- set_m = set_min = set_minute = set_minutes
1842
+ set_m =\
1843
+ rakho_minutes =\
1844
+ rakho_minute =\
1845
+ rakho_min =\
1846
+ rakho_m =\
1847
+ badlo_minutes =\
1848
+ badlo_minute =\
1849
+ badlo_min =\
1850
+ badlo_m =\
1851
+ set_min =\
1852
+ set_minute =\
1853
+ set_minutes
1659
1854
  def set_seconds(
1660
1855
  self,
1661
1856
  s: int
@@ -1670,7 +1865,18 @@ class Date:
1670
1865
  second=s
1671
1866
  )
1672
1867
  return self
1673
- set_s = set_sec = set_second = set_seconds
1868
+ set_s =\
1869
+ rakho_seconds =\
1870
+ rakho_second =\
1871
+ rakho_sec =\
1872
+ rakho_s =\
1873
+ badlo_seconds =\
1874
+ badlo_second =\
1875
+ badlo_sec =\
1876
+ badlo_s =\
1877
+ set_sec =\
1878
+ set_second =\
1879
+ set_seconds
1674
1880
  class Char(str):
1675
1881
  def __new__(cls, value: Any):
1676
1882
  if value is None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: KL_Py
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A Python simplification module
5
5
  Author-email: Abbaskhurram255 <abbaskhurram255@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes