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.
- {kl_py-0.2.0 → kl_py-0.2.1}/PKG-INFO +1 -1
- {kl_py-0.2.0 → kl_py-0.2.1}/pyproject.toml +1 -1
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/KL_Py.py +246 -49
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/PKG-INFO +1 -1
- {kl_py-0.2.0 → kl_py-0.2.1}/LICENSE +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/README.md +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/setup.cfg +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/_utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/base.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/button.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/calendar.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/canvas.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/checkbox.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/column.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/combo.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/error.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/frame.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/graph.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/helpers.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/image.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/input.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/list_box.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/menu.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/multiline.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/option_menu.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/pane.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/progress_bar.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/radio.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/separator.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/sizegrip.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/slider.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/spin.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/status_bar.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/stretch.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/tab.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/table.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/text.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/elements/tree.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/themes.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/tray.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/FreeSimpleGUI/window.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_custom_pandas.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_custom_sqlite.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_custom_turtle.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_error_classes.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_klang_builtins.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/_translate.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/automl.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/dnd/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/drag_and_drop/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/export/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/fsgdnd/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/fsgui/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/_utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/base.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/button.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/calendar.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/canvas.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/center.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/checkbox.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/column.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/combo.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/error.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/frame.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/graph.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/helpers.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/image.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/input.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/list_box.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/menu.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/multiline.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/option_menu.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/pane.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/progress_bar.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/radio.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/separator.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/sizegrip.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/slider.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/spin.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/status_bar.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/stretch.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/tab.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/table.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/text.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/elements/tree.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/replace.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/tray.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/hindGui/window.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/k2exe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kexe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/kl2exe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klang2exe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klangexe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/klexe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/ml.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/np/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pd/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/plt/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/psgui/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/px/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pyexe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/pysgdnd/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/__version__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/_internal_utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/adapters.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/api.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/auth.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/core.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certifi/py.typed +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/certs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/api.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/cd.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/cli/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/cli/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/constant.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/legacy.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/md.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/models.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/py.typed +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/charset_normalizer/version.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/compat.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/cookies.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/exceptions.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/help.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/hooks.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/codec.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/compat.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/core.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/idnadata.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/intranges.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/package_data.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/py.typed +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/idna/uts46data.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/models.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/packages.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/sessions.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/status_codes.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/structures.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_base_connection.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_collections.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_request_methods.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/_version.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/connection.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/connectionpool.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/connection.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/fetch.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/request.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/emscripten/response.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/pyopenssl.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/contrib/socks.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/exceptions.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/fields.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/filepost.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/http2/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/http2/connection.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/http2/probe.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/poolmanager.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/py.typed +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/response.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/connection.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/proxy.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/request.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/response.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/retry.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/ssl_.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/ssl_match_hostname.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/ssltransport.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/timeout.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/url.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/util.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/urllib3/util/wait.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/requests/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/sb/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/sk/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/sns/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/__init__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/__main__.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/config.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/dialogs.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/packaging.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/shims.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/ui.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/utils.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/toexe/validation.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py/when.py +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/SOURCES.txt +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/dependency_links.txt +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/requires.txt +0 -0
- {kl_py-0.2.0 → kl_py-0.2.1}/src/KL_Py.egg-info/top_level.txt +0 -0
|
@@ -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 =
|
|
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(
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
)
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
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
|
|
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
|
|
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
|
|
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 =
|
|
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
|
-
|
|
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(
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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 =
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|