KL-Py 0.2.0__tar.gz → 0.2.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.
Files changed (268) hide show
  1. {kl_py-0.2.0 → kl_py-0.2.1}/PKG-INFO +1 -1
  2. {kl_py-0.2.0 → kl_py-0.2.1}/pyproject.toml +1 -1
  3. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/KL_Py.py +246 -49
  4. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/PKG-INFO +1 -1
  5. {kl_py-0.2.0 → kl_py-0.2.1}/LICENSE +0 -0
  6. {kl_py-0.2.0 → kl_py-0.2.1}/README.md +0 -0
  7. {kl_py-0.2.0 → kl_py-0.2.1}/setup.cfg +0 -0
  8. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/__init__.py +0 -0
  9. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/_utils.py +0 -0
  10. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/__init__.py +0 -0
  11. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/base.py +0 -0
  12. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/button.py +0 -0
  13. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/calendar.py +0 -0
  14. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/canvas.py +0 -0
  15. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/checkbox.py +0 -0
  16. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/column.py +0 -0
  17. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/combo.py +0 -0
  18. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/error.py +0 -0
  19. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/frame.py +0 -0
  20. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/graph.py +0 -0
  21. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/helpers.py +0 -0
  22. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/image.py +0 -0
  23. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/input.py +0 -0
  24. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/list_box.py +0 -0
  25. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/menu.py +0 -0
  26. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/multiline.py +0 -0
  27. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/option_menu.py +0 -0
  28. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/pane.py +0 -0
  29. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/progress_bar.py +0 -0
  30. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/radio.py +0 -0
  31. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/separator.py +0 -0
  32. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/sizegrip.py +0 -0
  33. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/slider.py +0 -0
  34. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/spin.py +0 -0
  35. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/status_bar.py +0 -0
  36. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/stretch.py +0 -0
  37. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/tab.py +0 -0
  38. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/table.py +0 -0
  39. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/text.py +0 -0
  40. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/tree.py +0 -0
  41. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/themes.py +0 -0
  42. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/tray.py +0 -0
  43. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/window.py +0 -0
  44. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/__init__.py +0 -0
  45. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_custom_pandas.py +0 -0
  46. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_custom_sqlite.py +0 -0
  47. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_custom_turtle.py +0 -0
  48. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_error_classes.py +0 -0
  49. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_klang_builtins.py +0 -0
  50. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_translate.py +0 -0
  51. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/automl.py +0 -0
  52. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/dnd/__init__.py +0 -0
  53. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/drag_and_drop/__init__.py +0 -0
  54. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/__init__.py +0 -0
  55. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/__main__.py +0 -0
  56. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/config.py +0 -0
  57. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/dialogs.py +0 -0
  58. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/packaging.py +0 -0
  59. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/shims.py +0 -0
  60. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/ui.py +0 -0
  61. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/utils.py +0 -0
  62. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/validation.py +0 -0
  63. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/fsgdnd/__init__.py +0 -0
  64. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/fsgui/__init__.py +0 -0
  65. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/__init__.py +0 -0
  66. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/_utils.py +0 -0
  67. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/base.py +0 -0
  68. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/button.py +0 -0
  69. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/calendar.py +0 -0
  70. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/canvas.py +0 -0
  71. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/center.py +0 -0
  72. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/checkbox.py +0 -0
  73. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/column.py +0 -0
  74. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/combo.py +0 -0
  75. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/error.py +0 -0
  76. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/frame.py +0 -0
  77. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/graph.py +0 -0
  78. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/helpers.py +0 -0
  79. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/image.py +0 -0
  80. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/input.py +0 -0
  81. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/list_box.py +0 -0
  82. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/menu.py +0 -0
  83. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/multiline.py +0 -0
  84. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/option_menu.py +0 -0
  85. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/pane.py +0 -0
  86. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/progress_bar.py +0 -0
  87. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/radio.py +0 -0
  88. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/separator.py +0 -0
  89. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/sizegrip.py +0 -0
  90. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/slider.py +0 -0
  91. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/spin.py +0 -0
  92. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/status_bar.py +0 -0
  93. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/stretch.py +0 -0
  94. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/tab.py +0 -0
  95. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/table.py +0 -0
  96. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/text.py +0 -0
  97. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/tree.py +0 -0
  98. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/replace.py +0 -0
  99. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/tray.py +0 -0
  100. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/window.py +0 -0
  101. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/__init__.py +0 -0
  102. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/__main__.py +0 -0
  103. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/config.py +0 -0
  104. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/dialogs.py +0 -0
  105. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/packaging.py +0 -0
  106. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/shims.py +0 -0
  107. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/ui.py +0 -0
  108. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/utils.py +0 -0
  109. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/validation.py +0 -0
  110. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/__init__.py +0 -0
  111. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/__main__.py +0 -0
  112. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/config.py +0 -0
  113. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/dialogs.py +0 -0
  114. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/packaging.py +0 -0
  115. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/shims.py +0 -0
  116. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/ui.py +0 -0
  117. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/utils.py +0 -0
  118. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/validation.py +0 -0
  119. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/__init__.py +0 -0
  120. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/__main__.py +0 -0
  121. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/config.py +0 -0
  122. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/dialogs.py +0 -0
  123. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/packaging.py +0 -0
  124. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/shims.py +0 -0
  125. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/ui.py +0 -0
  126. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/utils.py +0 -0
  127. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/validation.py +0 -0
  128. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/__init__.py +0 -0
  129. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/__main__.py +0 -0
  130. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/config.py +0 -0
  131. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/dialogs.py +0 -0
  132. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/packaging.py +0 -0
  133. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/shims.py +0 -0
  134. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/ui.py +0 -0
  135. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/utils.py +0 -0
  136. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/validation.py +0 -0
  137. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/__init__.py +0 -0
  138. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/__main__.py +0 -0
  139. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/config.py +0 -0
  140. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/dialogs.py +0 -0
  141. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/packaging.py +0 -0
  142. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/shims.py +0 -0
  143. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/ui.py +0 -0
  144. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/utils.py +0 -0
  145. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/validation.py +0 -0
  146. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/__init__.py +0 -0
  147. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/__main__.py +0 -0
  148. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/config.py +0 -0
  149. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/dialogs.py +0 -0
  150. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/packaging.py +0 -0
  151. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/shims.py +0 -0
  152. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/ui.py +0 -0
  153. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/utils.py +0 -0
  154. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/validation.py +0 -0
  155. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/ml.py +0 -0
  156. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/np/__init__.py +0 -0
  157. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pd/__init__.py +0 -0
  158. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/plt/__init__.py +0 -0
  159. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/psgui/__init__.py +0 -0
  160. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/px/__init__.py +0 -0
  161. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/__init__.py +0 -0
  162. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/__main__.py +0 -0
  163. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/config.py +0 -0
  164. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/dialogs.py +0 -0
  165. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/packaging.py +0 -0
  166. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/shims.py +0 -0
  167. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/ui.py +0 -0
  168. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/utils.py +0 -0
  169. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/validation.py +0 -0
  170. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pysgdnd/__init__.py +0 -0
  171. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/__init__.py +0 -0
  172. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/__version__.py +0 -0
  173. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/_internal_utils.py +0 -0
  174. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/adapters.py +0 -0
  175. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/api.py +0 -0
  176. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/auth.py +0 -0
  177. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/__init__.py +0 -0
  178. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/__main__.py +0 -0
  179. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/core.py +0 -0
  180. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/py.typed +0 -0
  181. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certs.py +0 -0
  182. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/__init__.py +0 -0
  183. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/__main__.py +0 -0
  184. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/api.py +0 -0
  185. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/cd.py +0 -0
  186. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/cli/__init__.py +0 -0
  187. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/cli/__main__.py +0 -0
  188. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/constant.py +0 -0
  189. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/legacy.py +0 -0
  190. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/md.py +0 -0
  191. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/models.py +0 -0
  192. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/py.typed +0 -0
  193. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/utils.py +0 -0
  194. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/version.py +0 -0
  195. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/compat.py +0 -0
  196. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/cookies.py +0 -0
  197. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/exceptions.py +0 -0
  198. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/help.py +0 -0
  199. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/hooks.py +0 -0
  200. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/__init__.py +0 -0
  201. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/codec.py +0 -0
  202. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/compat.py +0 -0
  203. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/core.py +0 -0
  204. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/idnadata.py +0 -0
  205. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/intranges.py +0 -0
  206. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/package_data.py +0 -0
  207. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/py.typed +0 -0
  208. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/uts46data.py +0 -0
  209. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/models.py +0 -0
  210. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/packages.py +0 -0
  211. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/sessions.py +0 -0
  212. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/status_codes.py +0 -0
  213. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/structures.py +0 -0
  214. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/__init__.py +0 -0
  215. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_base_connection.py +0 -0
  216. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_collections.py +0 -0
  217. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_request_methods.py +0 -0
  218. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_version.py +0 -0
  219. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/connection.py +0 -0
  220. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/connectionpool.py +0 -0
  221. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/__init__.py +0 -0
  222. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/__init__.py +0 -0
  223. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/connection.py +0 -0
  224. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/fetch.py +0 -0
  225. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/request.py +0 -0
  226. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/response.py +0 -0
  227. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/pyopenssl.py +0 -0
  228. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/socks.py +0 -0
  229. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/exceptions.py +0 -0
  230. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/fields.py +0 -0
  231. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/filepost.py +0 -0
  232. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/http2/__init__.py +0 -0
  233. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/http2/connection.py +0 -0
  234. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/http2/probe.py +0 -0
  235. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/poolmanager.py +0 -0
  236. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/py.typed +0 -0
  237. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/response.py +0 -0
  238. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/__init__.py +0 -0
  239. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/connection.py +0 -0
  240. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/proxy.py +0 -0
  241. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/request.py +0 -0
  242. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/response.py +0 -0
  243. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/retry.py +0 -0
  244. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/ssl_.py +0 -0
  245. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/ssl_match_hostname.py +0 -0
  246. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/ssltransport.py +0 -0
  247. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/timeout.py +0 -0
  248. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/url.py +0 -0
  249. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/util.py +0 -0
  250. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/wait.py +0 -0
  251. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/utils.py +0 -0
  252. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/sb/__init__.py +0 -0
  253. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/sk/__init__.py +0 -0
  254. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/sns/__init__.py +0 -0
  255. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/__init__.py +0 -0
  256. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/__main__.py +0 -0
  257. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/config.py +0 -0
  258. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/dialogs.py +0 -0
  259. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/packaging.py +0 -0
  260. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/shims.py +0 -0
  261. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/ui.py +0 -0
  262. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/utils.py +0 -0
  263. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/validation.py +0 -0
  264. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/when.py +0 -0
  265. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/SOURCES.txt +0 -0
  266. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/dependency_links.txt +0 -0
  267. {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/requires.txt +0 -0
  268. {kl_py-0.2.0 → kl_py-0.2.1}/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.1
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.1"
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,
@@ -1037,7 +1054,7 @@ class Date:
1037
1054
  .split(",")[0]\
1038
1055
  .strip()
1039
1056
  return name_of_day
1040
- name = day_name = day_of_week = dow = day_only
1057
+ name = din = day_name = day_of_week = dow = day_only
1041
1058
  get_name = get_day_name = get_day_of_week = get_dow = get_day_only = day_only
1042
1059
  def day_number(
1043
1060
  self,
@@ -1051,12 +1068,23 @@ class Date:
1051
1068
  return int(
1052
1069
  day_number
1053
1070
  )
1054
- d_nr = day_nr = day_num =\
1071
+ d_nr =\
1072
+ d_num =\
1073
+ d_number =\
1074
+ d_only =\
1075
+ day_nr = day_num =\
1076
+ din_nr = din_num =\
1077
+ din_number =\
1055
1078
  day_of_month =\
1056
1079
  dom = day_number
1057
- get_d_nr = get_day_nr = get_day_num =\
1080
+ get_d_nr =\
1081
+ get_d_num =\
1082
+ get_day_nr =\
1083
+ get_day_num =\
1058
1084
  get_day_of_month =\
1059
- get_dom = get_day_number = day_number
1085
+ get_dom =\
1086
+ get_day_number =\
1087
+ day_number
1060
1088
  def is_weekend(self) -> bool:
1061
1089
  return self.day_only()\
1062
1090
  in ("Saturday", "Sunday")
@@ -1075,7 +1103,8 @@ class Date:
1075
1103
  )
1076
1104
  is_leap = was_leap =\
1077
1105
  was_leap_yr = is_leap_yr =\
1078
- was_leap_year = is_leap_year
1106
+ was_leap_year = he_leap_year =\
1107
+ is_leap_year
1079
1108
  get_is_leap = get_was_leap =\
1080
1109
  get_was_leap_yr = get_is_leap_yr =\
1081
1110
  get_was_leap_year = get_is_leap_year = is_leap_year
@@ -1088,7 +1117,7 @@ class Date:
1088
1117
  and short\
1089
1118
  not in (True, False):
1090
1119
  # if it's a true int, not a bool disguised as such
1091
- month: int = short
1120
+ month: Union[str, int] = short
1092
1121
  return self.set_month(
1093
1122
  month
1094
1123
  )
@@ -1100,15 +1129,38 @@ class Date:
1100
1129
  .strip()
1101
1130
  return name_of_month
1102
1131
  month_name = month =\
1103
- mn = month_only
1132
+ mah = mahina =\
1133
+ maheena = mn = month_only
1104
1134
  get_month_name = get_month =\
1105
1135
  get_mn = get_month_only =\
1106
1136
  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
1137
+ def month_number(
1138
+ self,
1139
+ new: Optional[int] = None
1140
+ ) -> int:
1141
+ if isinstance(new, (str, int))\
1142
+ and not isinstance(
1143
+ new,
1144
+ bool
1145
+ )\
1146
+ and new\
1147
+ not in (True, False):
1148
+ month: Union[str, int] = new
1149
+ return self\
1150
+ .set_month(
1151
+ month
1152
+ )
1153
+ return self.date_object\
1154
+ .month
1155
+ mn_num = mn_nr =\
1156
+ mn_number =\
1157
+ month_num =\
1158
+ month_nr = mah_nr = \
1159
+ mah_num = mah_number =\
1160
+ mahina_nr = maheena_nr =\
1161
+ mahina_num = maheena_num =\
1162
+ mahina_number = maheena_number =\
1163
+ month_number
1112
1164
  get_mn_num = get_mn_nr =\
1113
1165
  get_month_num =\
1114
1166
  get_month_nr = get_month_number =\
@@ -1146,13 +1198,28 @@ class Date:
1146
1198
  year_string
1147
1199
  )
1148
1200
  return year
1149
- y = yr = year = year_only
1201
+ y = yr = year = sal = saal = year_only
1150
1202
  get_y = get_yr = get_year = get_year_only = year_only
1151
1203
  def time(
1152
1204
  self,
1153
1205
  s: bool = False,
1154
- time_sep: str = TIME_SEP
1155
- ) -> str:
1206
+ time_sep: str = TIME_SEP,
1207
+ *args,
1208
+ **kwargs
1209
+ ) -> Self | str:
1210
+ if isinstance(s, (str, int))\
1211
+ and not isinstance(
1212
+ s,
1213
+ bool
1214
+ )\
1215
+ and s\
1216
+ not in (True, False):
1217
+ time: Union[str, int] = s
1218
+ return self.set_time(
1219
+ time,
1220
+ *args,
1221
+ **kwargs
1222
+ )
1156
1223
  if not isinstance(time_sep, str):
1157
1224
  time_sep = self\
1158
1225
  .TIME_SEP
@@ -1164,6 +1231,7 @@ class Date:
1164
1231
  self.SEP,
1165
1232
  1
1166
1233
  )[0]
1234
+ wakt = t = tm = time
1167
1235
  def time_and_day(
1168
1236
  self,
1169
1237
  s: bool = False,
@@ -1181,11 +1249,13 @@ class Date:
1181
1249
  self.SEP,
1182
1250
  2
1183
1251
  )[0]
1252
+ wakt_aur_din = time_and_day
1184
1253
  @classmethod
1185
1254
  def now(cls) -> str:
1186
1255
  return str(
1187
1256
  cls()
1188
1257
  )
1258
+ ab = now
1189
1259
  @classmethod
1190
1260
  def time_now(
1191
1261
  cls,
@@ -1197,6 +1267,9 @@ class Date:
1197
1267
  s=s,
1198
1268
  time_sep=time_sep
1199
1269
  )
1270
+ wakt_ab = wakt_abhi =\
1271
+ time_ab = time_abhi =\
1272
+ time_now
1200
1273
  @classmethod
1201
1274
  def today(
1202
1275
  cls,
@@ -1208,6 +1281,7 @@ class Date:
1208
1281
  short=short,
1209
1282
  sep=sep
1210
1283
  )
1284
+ aj = today
1211
1285
  @classmethod
1212
1286
  def day_today(
1213
1287
  cls,
@@ -1217,6 +1291,7 @@ class Date:
1217
1291
  .day_only(
1218
1292
  short=short
1219
1293
  )
1294
+ din_aj = day_today
1220
1295
  # setters
1221
1296
  def update(
1222
1297
  self,
@@ -1245,7 +1320,17 @@ class Date:
1245
1320
  year=y
1246
1321
  )
1247
1322
  return self
1248
- set_yr = set_year
1323
+ set_y =\
1324
+ set_yr =\
1325
+ badlo_year =\
1326
+ badlo_yr =\
1327
+ badlo_sal = \
1328
+ badlo_saal =\
1329
+ rakho_year =\
1330
+ rakho_yr =\
1331
+ rakho_sal = \
1332
+ rakho_saal =\
1333
+ set_year
1249
1334
  def set_month(
1250
1335
  self,
1251
1336
  mn: int
@@ -1288,7 +1373,16 @@ class Date:
1288
1373
  month=mn
1289
1374
  )
1290
1375
  return self
1291
- set_mn = set_month
1376
+ set_mn =\
1377
+ badlo_month =\
1378
+ badlo_mah = \
1379
+ badlo_mahina = \
1380
+ badlo_maheena =\
1381
+ rakho_month =\
1382
+ rakho_mah = \
1383
+ rakho_mahina = \
1384
+ rakho_maheena =\
1385
+ set_month
1292
1386
  def set_day(
1293
1387
  self,
1294
1388
  d: int
@@ -1319,7 +1413,11 @@ class Date:
1319
1413
  # ^ handle leap years,
1320
1414
  # and non-31-day months
1321
1415
  return self
1322
- set_d = set_day
1416
+ set_d = badlo_day =\
1417
+ badlo_din = \
1418
+ rakho_day =\
1419
+ rakho_din = \
1420
+ set_day
1323
1421
  def add_day(
1324
1422
  self,
1325
1423
  n: int = 1
@@ -1332,7 +1430,11 @@ class Date:
1332
1430
  )
1333
1431
  return self
1334
1432
  add_days = increment_days =\
1335
- increment_day = add_d = add_day
1433
+ increment_day = add_d =\
1434
+ age_din = aage_din =\
1435
+ dalo_din = daalo_din =\
1436
+ dalo_d = daalo_d =\
1437
+ add_day
1336
1438
  def remove_day(
1337
1439
  self,
1338
1440
  n: int = 1
@@ -1347,7 +1449,11 @@ class Date:
1347
1449
  remove_days =\
1348
1450
  decrement_days = decrement_day =\
1349
1451
  subtract_days = subtract_day =\
1350
- remove_d = remove_day
1452
+ remove_d =\
1453
+ piche_din = peeche_din =\
1454
+ nikalo_din = nikaalo_din =\
1455
+ nikalo_d = nikaalo_d =\
1456
+ remove_day
1351
1457
  def add_month(
1352
1458
  self,
1353
1459
  n: int = 1
@@ -1360,7 +1466,10 @@ class Date:
1360
1466
  )
1361
1467
  return self
1362
1468
  add_months = increment_months =\
1363
- increment_month = add_mn = add_month
1469
+ increment_month =\
1470
+ dalo_month = daalo_month =\
1471
+ dalo_mn = daalo_mn =\
1472
+ add_mn = add_month
1364
1473
  def remove_month(
1365
1474
  self,
1366
1475
  n: int = 1
@@ -1375,6 +1484,8 @@ class Date:
1375
1484
  remove_months =\
1376
1485
  decrement_months = decrement_month =\
1377
1486
  subtract_months = subtract_month =\
1487
+ nikalo_month = nikaalo_month =\
1488
+ nikalo_mn = nikaalo_mn =\
1378
1489
  remove_mn = remove_month
1379
1490
  def add_year(
1380
1491
  self,
@@ -1388,7 +1499,10 @@ class Date:
1388
1499
  )
1389
1500
  return self
1390
1501
  add_years = increment_years =\
1391
- increment_year = add_yr = add_year
1502
+ increment_year =\
1503
+ dalo_year = daalo_year =\
1504
+ dalo_yr = daalo_yr =\
1505
+ add_yr = add_year
1392
1506
  def remove_year(
1393
1507
  self,
1394
1508
  n: int = 1
@@ -1403,6 +1517,8 @@ class Date:
1403
1517
  remove_years =\
1404
1518
  decrement_years = decrement_year =\
1405
1519
  subtract_years = subtract_year =\
1520
+ nikalo_year = nikaalo_year =\
1521
+ nikalo_yr= nikaalo_yr =\
1406
1522
  remove_yr = remove_year
1407
1523
  def add_hour(
1408
1524
  self,
@@ -1420,7 +1536,11 @@ class Date:
1420
1536
  )
1421
1537
  return self
1422
1538
  add_hours = increment_hours =\
1423
- increment_hour = add_h = add_hour
1539
+ increment_hour =\
1540
+ dalo_h =\
1541
+ daalo_h =\
1542
+ add_h =\
1543
+ add_hour
1424
1544
  def remove_hour(
1425
1545
  self,
1426
1546
  n: int = 1,
@@ -1439,6 +1559,10 @@ class Date:
1439
1559
  remove_hours =\
1440
1560
  decrement_hours = decrement_hour =\
1441
1561
  subtract_hours = subtract_hour =\
1562
+ nikalo_h = nikaalo_h =\
1563
+ nikalo_hr = nikaalo_hr =\
1564
+ nikalo_hour = nikaalo_hour =\
1565
+ nikalo_hours = nikaalo_hours =\
1442
1566
  remove_h = remove_hour
1443
1567
  def add_minute(
1444
1568
  self,
@@ -1452,7 +1576,10 @@ class Date:
1452
1576
  )
1453
1577
  return self
1454
1578
  add_minutes = increment_minutes =\
1455
- increment_minute = add_m = add_min = add_minute
1579
+ increment_minute =\
1580
+ add_m =\
1581
+ add_min =\
1582
+ add_minute
1456
1583
  def remove_minute(
1457
1584
  self,
1458
1585
  n: int = 1
@@ -1467,6 +1594,10 @@ class Date:
1467
1594
  remove_minutes =\
1468
1595
  decrement_minutes = decrement_minute =\
1469
1596
  subtract_minutes = subtract_minute =\
1597
+ nikalo_m = nikaalo_m =\
1598
+ nikalo_min = nikaalo_min =\
1599
+ nikalo_minute = nikaalo_minute =\
1600
+ nikalo_minutes = nikaalo_minutes =\
1470
1601
  remove_m = remove_min = remove_minute
1471
1602
  def add_second(
1472
1603
  self,
@@ -1495,6 +1626,10 @@ class Date:
1495
1626
  remove_seconds =\
1496
1627
  decrement_seconds = decrement_second =\
1497
1628
  subtract_seconds = subtract_sec =\
1629
+ nikalo_s = nikaalo_s =\
1630
+ nikalo_sec = nikaalo_sec =\
1631
+ nikalo_second = nikaalo_second =\
1632
+ nikalo_seconds = nikaalo_seconds =\
1498
1633
  remove_s = remove_second
1499
1634
  @classmethod
1500
1635
  def tomorrow(cls) -> str:
@@ -1565,10 +1700,16 @@ class Date:
1565
1700
  .lower()
1566
1701
  if isinstance(h, str)\
1567
1702
  and re.search(
1568
- r"^\s*\d+(?:[\:\.\s]+\d+){1,2} [ap]m\b\s*$",
1703
+ r"^\s*\d+(?:[\:\.\s]+\d+){1,2} *[ap]m\b\s*$",
1569
1704
  str(h),
1570
1705
  flags=re.IGNORECASE
1571
1706
  ):
1707
+ h = re.sub(
1708
+ r"(?<=\d)([AaPp][Mm])",
1709
+ r" \1",
1710
+ h,
1711
+ flags=re.IGNORECASE
1712
+ )
1572
1713
  h = re.sub(
1573
1714
  r"\s{2,}|\s*[\:\.]+\s*",
1574
1715
  " ",
@@ -1614,7 +1755,34 @@ class Date:
1614
1755
  p
1615
1756
  )
1616
1757
  return self
1617
- set_h = set_hr = set_hour = set_hours = set_time
1758
+ set_h = set_hr =\
1759
+ set_hour =\
1760
+ set_hours =\
1761
+ set_t =\
1762
+ set_tm =\
1763
+ badlo_time =\
1764
+ badlo_t =\
1765
+ badlo_tm =\
1766
+ rakho_time =\
1767
+ rakho_t =\
1768
+ rakho_tm =\
1769
+ badlo_h =\
1770
+ badlo_hr =\
1771
+ badlo_hour =\
1772
+ badlo_hours =\
1773
+ rakho_h =\
1774
+ rakho_hr =\
1775
+ rakho_hour =\
1776
+ rakho_hours =\
1777
+ badlo_g =\
1778
+ badlo_gh =\
1779
+ badlo_ghanta =\
1780
+ badlo_ghante =\
1781
+ rakho_g =\
1782
+ rakho_gh =\
1783
+ rakho_ghanta =\
1784
+ rakho_ghante =\
1785
+ set_time
1618
1786
  def set_period(self, p: str) -> Self:
1619
1787
  if isinstance(p, str):
1620
1788
  p = p\
@@ -1640,7 +1808,14 @@ class Date:
1640
1808
  hour=h
1641
1809
  )
1642
1810
  return self
1643
- set_p = set_prd = set_ampm = set_period
1811
+ set_p =\
1812
+ set_prd = set_ampm =\
1813
+ badlo_p = badlo_z =\
1814
+ rakho_p = rakho_z =\
1815
+ badlo_period = rakho_period =\
1816
+ badlo_zamana = rakho_zamana =\
1817
+ badlo_zamaana = rakho_zamaana =\
1818
+ set_period
1644
1819
  def set_minutes(
1645
1820
  self,
1646
1821
  m: int
@@ -1655,7 +1830,18 @@ class Date:
1655
1830
  minute=m
1656
1831
  )
1657
1832
  return self
1658
- set_m = set_min = set_minute = set_minutes
1833
+ set_m =\
1834
+ rakho_minutes =\
1835
+ rakho_minute =\
1836
+ rakho_min =\
1837
+ rakho_m =\
1838
+ badlo_minutes =\
1839
+ badlo_minute =\
1840
+ badlo_min =\
1841
+ badlo_m =\
1842
+ set_min =\
1843
+ set_minute =\
1844
+ set_minutes
1659
1845
  def set_seconds(
1660
1846
  self,
1661
1847
  s: int
@@ -1670,7 +1856,18 @@ class Date:
1670
1856
  second=s
1671
1857
  )
1672
1858
  return self
1673
- set_s = set_sec = set_second = set_seconds
1859
+ set_s =\
1860
+ rakho_seconds =\
1861
+ rakho_second =\
1862
+ rakho_sec =\
1863
+ rakho_s =\
1864
+ badlo_seconds =\
1865
+ badlo_second =\
1866
+ badlo_sec =\
1867
+ badlo_s =\
1868
+ set_sec =\
1869
+ set_second =\
1870
+ set_seconds
1674
1871
  class Char(str):
1675
1872
  def __new__(cls, value: Any):
1676
1873
  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.1
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
File without changes
File without changes