langtable 0.0.64__py3-none-any.whl → 0.0.65__py3-none-any.whl
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.
- langtable/data/languages.xml.gz +0 -0
- langtable/data/territories.xml.gz +0 -0
- langtable/data/timezoneidparts.xml.gz +0 -0
- langtable/langtable.py +1 -1
- {langtable-0.0.64.dist-info → langtable-0.0.65.dist-info}/METADATA +11 -7
- {langtable-0.0.64.dist-info → langtable-0.0.65.dist-info}/RECORD +9 -9
- {langtable-0.0.64.dist-info → langtable-0.0.65.dist-info}/WHEEL +1 -1
- {langtable-0.0.64.dist-info → langtable-0.0.65.dist-info}/COPYING +0 -0
- {langtable-0.0.64.dist-info → langtable-0.0.65.dist-info}/top_level.txt +0 -0
langtable/data/languages.xml.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
langtable/langtable.py
CHANGED
|
@@ -2565,7 +2565,7 @@ def list_all_territories() -> List[str]:
|
|
|
2565
2565
|
'''
|
|
2566
2566
|
List all territory ids langtable knows something about
|
|
2567
2567
|
'''
|
|
2568
|
-
return
|
|
2568
|
+
return sorted(_territories_db.keys())
|
|
2569
2569
|
|
|
2570
2570
|
def list_all_timezones() -> List[str]:
|
|
2571
2571
|
'''
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: langtable
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.65
|
|
4
4
|
Summary: guess reasonable defaults for locale, keyboard, territory, ...
|
|
5
5
|
Home-page: https://github.com/mike-fabian/langtable
|
|
6
6
|
Author: Mike FABIAN
|
|
@@ -53,12 +53,7 @@ To create a distribution tarball run
|
|
|
53
53
|
|
|
54
54
|
To run the test cases in the source directory:
|
|
55
55
|
|
|
56
|
-
make test
|
|
57
|
-
|
|
58
|
-
To run the test cases using the installed files:
|
|
59
|
-
|
|
60
|
-
make install DESTDIR=/usr
|
|
61
|
-
make test DESTDIR=/usr
|
|
56
|
+
make test
|
|
62
57
|
|
|
63
58
|
How to use it
|
|
64
59
|
=============
|
|
@@ -71,6 +66,7 @@ Functions in the public API:
|
|
|
71
66
|
list_locales()
|
|
72
67
|
list_keyboards()
|
|
73
68
|
list_common_languages()
|
|
69
|
+
list_common_locales()
|
|
74
70
|
list_common_keyboards()
|
|
75
71
|
list_consolefonts()
|
|
76
72
|
list_inputmethods()
|
|
@@ -82,6 +78,14 @@ Functions in the public API:
|
|
|
82
78
|
languageId()
|
|
83
79
|
territoryId()
|
|
84
80
|
supports_ascii()
|
|
81
|
+
list_all_languages()
|
|
82
|
+
list_all_locales()
|
|
83
|
+
list_all_keyboards()
|
|
84
|
+
list_all_territories()
|
|
85
|
+
list_all_timezones()
|
|
86
|
+
list_all_scripts()
|
|
87
|
+
list_all_input_methods()
|
|
88
|
+
list_all_console_fonts()
|
|
85
89
|
|
|
86
90
|
Some examples to show the usage are found in the documentation
|
|
87
91
|
of the public functions in langtable.py.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
langtable/__init__.py,sha256=09oRQxG7NrxWL_v5bKHHCt-DFuK-WIIKmyLp0RtS84M,526
|
|
2
|
-
langtable/langtable.py,sha256=
|
|
2
|
+
langtable/langtable.py,sha256=ECBuskzJUBF2_qlbfkXqIAjCJ0mFqpbrcQt-x3mgPxU,107347
|
|
3
3
|
langtable/data/keyboards.xml.gz,sha256=SiBNgt_lJ6qiXM_Ni1fElNRSqnaCRBhqhKSn2FEAoWg,5888
|
|
4
|
-
langtable/data/languages.xml.gz,sha256=
|
|
5
|
-
langtable/data/territories.xml.gz,sha256=
|
|
6
|
-
langtable/data/timezoneidparts.xml.gz,sha256=
|
|
4
|
+
langtable/data/languages.xml.gz,sha256=qjj4ArRWk47xV7_sbJa8s36XZ3pfiYpndxAFrVCBw48,407980
|
|
5
|
+
langtable/data/territories.xml.gz,sha256=6VH5LP8weFF4LZilHeQeWHBMgUsdJBO03Jrv0JLVRPs,494333
|
|
6
|
+
langtable/data/timezoneidparts.xml.gz,sha256=1bH7G-Twn4StA4J-fCDutqX_LPEJlUvQDxI0UY8ccfk,378548
|
|
7
7
|
langtable/data/timezones.xml.gz,sha256=UJ6YNPOKG5yp2hEgbEK_4yWsnmrbDhHZAr6ZL-Wr0Fw,3542
|
|
8
8
|
langtable/schemas/keyboards.rng,sha256=Gy8zXngR6VZ6QXGrsp4u7Aolpk-VkWTJ_8kTlT-a9ss,1301
|
|
9
9
|
langtable/schemas/languages.rng,sha256=rDTnJ-yPK7CgwQCjVMhLMCf0xzGpG2cnx0iIn85f0Po,4153
|
|
10
10
|
langtable/schemas/territories.rng,sha256=KnDf45rlNpmsDTmzND0WDDXGNy08N1fx0reRjKUS_SQ,3482
|
|
11
11
|
langtable/schemas/timezoneidparts.rng,sha256=--LNbran9DrHSDQSZMqxYjermlPRo39GZwLtR-zF_Ug,683
|
|
12
12
|
langtable/schemas/timezones.rng,sha256=l2sVJPyo48ESnNaTr1QHgv5fV26cIJZ_XxElumAc3F0,665
|
|
13
|
-
langtable-0.0.
|
|
14
|
-
langtable-0.0.
|
|
15
|
-
langtable-0.0.
|
|
16
|
-
langtable-0.0.
|
|
17
|
-
langtable-0.0.
|
|
13
|
+
langtable-0.0.65.dist-info/COPYING,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
|
14
|
+
langtable-0.0.65.dist-info/METADATA,sha256=y4mSMXIgYvR_vVrygRdrl2jb5boZvgxu2a7kRTMGKWM,2549
|
|
15
|
+
langtable-0.0.65.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
16
|
+
langtable-0.0.65.dist-info/top_level.txt,sha256=vFuD4S3tAk7ZEIOqrR5tqqm-ThvhpwXxYUMxZdXY1-0,10
|
|
17
|
+
langtable-0.0.65.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|