KL-Py 0.2.7__tar.gz → 0.2.8__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.7 → kl_py-0.2.8}/PKG-INFO +1 -1
- {kl_py-0.2.7 → kl_py-0.2.8}/pyproject.toml +1 -1
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/KL_Py.py +25 -2
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py.egg-info/PKG-INFO +1 -1
- {kl_py-0.2.7 → kl_py-0.2.8}/LICENSE +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/README.md +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/setup.cfg +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/_utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/base.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/button.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/calendar.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/canvas.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/checkbox.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/column.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/combo.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/error.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/frame.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/graph.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/helpers.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/image.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/input.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/list_box.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/menu.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/multiline.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/option_menu.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/pane.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/progress_bar.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/radio.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/separator.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/sizegrip.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/slider.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/spin.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/status_bar.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/stretch.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/tab.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/table.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/text.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/elements/tree.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/themes.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/tray.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/FreeSimpleGUI/window.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/_custom_pandas.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/_custom_sqlite.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/_custom_turtle.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/_error_classes.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/_klang_builtins.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/_translate.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/automl.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/dnd/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/drag_and_drop/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/export/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/fsgdnd/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/fsgui/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/_utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/base.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/button.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/calendar.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/canvas.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/center.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/checkbox.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/column.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/combo.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/error.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/frame.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/graph.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/helpers.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/image.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/input.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/list_box.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/menu.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/multiline.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/option_menu.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/pane.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/progress_bar.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/radio.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/separator.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/sizegrip.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/slider.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/spin.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/status_bar.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/stretch.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/tab.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/table.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/text.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/elements/tree.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/replace.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/tray.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/hindGui/window.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/k2exe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kexe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/kl2exe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klang2exe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klangexe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/klexe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/ml.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/np/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pd/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/plt/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/psgui/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/px/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pyexe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/pysgdnd/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/__version__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/_internal_utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/adapters.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/api.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/auth.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/certifi/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/certifi/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/certifi/core.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/certifi/py.typed +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/certs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/api.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/cd.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/cli/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/cli/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/constant.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/legacy.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/md.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/models.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/py.typed +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/charset_normalizer/version.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/compat.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/cookies.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/exceptions.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/help.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/hooks.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/codec.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/compat.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/core.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/idnadata.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/intranges.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/package_data.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/py.typed +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/idna/uts46data.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/models.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/packages.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/sessions.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/status_codes.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/structures.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/_base_connection.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/_collections.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/_request_methods.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/_version.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/connection.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/connectionpool.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/emscripten/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/emscripten/connection.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/emscripten/fetch.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/emscripten/request.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/emscripten/response.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/pyopenssl.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/contrib/socks.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/exceptions.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/fields.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/filepost.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/http2/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/http2/connection.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/http2/probe.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/poolmanager.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/py.typed +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/response.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/connection.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/proxy.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/request.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/response.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/retry.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/ssl_.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/ssl_match_hostname.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/ssltransport.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/timeout.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/url.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/util.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/urllib3/util/wait.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/requests/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/sb/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/sk/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/sns/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/__init__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/__main__.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/config.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/dialogs.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/packaging.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/shims.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/ui.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/utils.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/toexe/validation.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py/when.py +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py.egg-info/SOURCES.txt +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py.egg-info/dependency_links.txt +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py.egg-info/requires.txt +0 -0
- {kl_py-0.2.7 → kl_py-0.2.8}/src/KL_Py.egg-info/top_level.txt +0 -0
|
@@ -1538,8 +1538,31 @@ class Date:
|
|
|
1538
1538
|
if not isinstance(n, int)\
|
|
1539
1539
|
or not n:
|
|
1540
1540
|
return self
|
|
1541
|
+
old_h: int = self.get_h()
|
|
1542
|
+
new_h: int = old_h + n
|
|
1543
|
+
old_p: str = self.period()\
|
|
1544
|
+
.lower()
|
|
1545
|
+
p: str = old_p
|
|
1546
|
+
if kwargs.get("p", "").lower()\
|
|
1547
|
+
in ("am", "pm"):
|
|
1548
|
+
p = kwargs["p"]
|
|
1549
|
+
p = str(p)\
|
|
1550
|
+
.lower()\
|
|
1551
|
+
.strip()
|
|
1552
|
+
if new_h < 0:
|
|
1553
|
+
new_h += 12
|
|
1554
|
+
if old_p == "pm":
|
|
1555
|
+
p = "am"
|
|
1556
|
+
else:
|
|
1557
|
+
p = "pm"
|
|
1558
|
+
elif new_h >= 12:
|
|
1559
|
+
if old_p == "am":
|
|
1560
|
+
p = "pm"
|
|
1561
|
+
else:
|
|
1562
|
+
p = "am"
|
|
1563
|
+
kwargs["ampm"] = p
|
|
1541
1564
|
self.set_hours(
|
|
1542
|
-
|
|
1565
|
+
new_h,
|
|
1543
1566
|
*args,
|
|
1544
1567
|
**kwargs
|
|
1545
1568
|
)
|
|
@@ -1706,7 +1729,7 @@ class Date:
|
|
|
1706
1729
|
p = self.ampm()
|
|
1707
1730
|
if isinstance(h, str)\
|
|
1708
1731
|
and re.search(
|
|
1709
|
-
r"^\s*\d+(?:[\:\.\s]+\d+){
|
|
1732
|
+
r"^\s*\d+(?:[\:\.\s]+\d+){0,2} *[ap]m\b\s*$",
|
|
1710
1733
|
str(h),
|
|
1711
1734
|
flags=re.IGNORECASE
|
|
1712
1735
|
):
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|