ttkbootstrap 1.13.1__tar.gz → 1.13.2.dev0__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.
- {ttkbootstrap-1.13.1/src/ttkbootstrap.egg-info → ttkbootstrap-1.13.2.dev0}/PKG-INFO +1 -1
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/pyproject.toml +1 -1
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/dialogs/dialogs.py +7 -2
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0/src/ttkbootstrap.egg-info}/PKG-INFO +1 -1
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/LICENSE +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/MANIFEST.in +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/README.md +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/README_zh.md +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/setup.cfg +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/__init__.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/__main__.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/colorutils.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/constants.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/dialogs/__init__.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/dialogs/colorchooser.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/dialogs/colordropper.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/icons.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/localization/__init__.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/localization/msgcat.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/localization/msgs.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/publisher.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/scrolled.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/style.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/tableview.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/themes/__init__.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/themes/standard.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/themes/user.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/toast.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/tooltip.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/utility.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/validation.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/widgets.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap/window.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap.egg-info/SOURCES.txt +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap.egg-info/dependency_links.txt +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap.egg-info/requires.txt +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap.egg-info/top_level.txt +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkcreator/__init__.py +0 -0
- {ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkcreator/__main__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ttkbootstrap
|
|
3
|
-
Version: 1.13.
|
|
3
|
+
Version: 1.13.2.dev0
|
|
4
4
|
Summary: A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
|
|
5
5
|
Author-email: Israel Dryer <israel.dryer@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ttkbootstrap"
|
|
7
|
-
version = "1.13.
|
|
7
|
+
version = "1.13.2.dev0"
|
|
8
8
|
description = "A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -578,8 +578,6 @@ class DatePickerDialog:
|
|
|
578
578
|
|
|
579
579
|
"""
|
|
580
580
|
|
|
581
|
-
locale.setlocale(locale.LC_ALL, locale.setlocale(locale.LC_TIME, ""))
|
|
582
|
-
|
|
583
581
|
def __init__(
|
|
584
582
|
self,
|
|
585
583
|
parent=None,
|
|
@@ -612,6 +610,13 @@ class DatePickerDialog:
|
|
|
612
610
|
the title and hover / pressed color -> primary,
|
|
613
611
|
secondary, info, warning, success, danger, light, dark.
|
|
614
612
|
"""
|
|
613
|
+
|
|
614
|
+
# Safe locale setup
|
|
615
|
+
try:
|
|
616
|
+
locale.setlocale(locale.LC_TIME, "")
|
|
617
|
+
except locale.Error:
|
|
618
|
+
pass # Fall back to default C locale or handle more gracefully
|
|
619
|
+
|
|
615
620
|
self.parent = parent
|
|
616
621
|
self.root = ttk.Toplevel(
|
|
617
622
|
title=title,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ttkbootstrap
|
|
3
|
-
Version: 1.13.
|
|
3
|
+
Version: 1.13.2.dev0
|
|
4
4
|
Summary: A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
|
|
5
5
|
Author-email: Israel Dryer <israel.dryer@gmail.com>
|
|
6
6
|
License: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ttkbootstrap-1.13.1 → ttkbootstrap-1.13.2.dev0}/src/ttkbootstrap.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|