geopic-tag-reader 1.4.2__py3-none-any.whl → 1.6.0__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.
Files changed (36) hide show
  1. geopic_tag_reader/__init__.py +1 -1
  2. geopic_tag_reader/camera.py +6 -5
  3. geopic_tag_reader/cameras.csv +4 -2
  4. geopic_tag_reader/reader.py +30 -12
  5. geopic_tag_reader/translations/br/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  6. geopic_tag_reader/translations/br/LC_MESSAGES/geopic_tag_reader.po +196 -0
  7. geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  8. geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po +1 -1
  9. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  10. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +3 -2
  11. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  12. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +22 -22
  13. geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  14. geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po +1 -1
  15. geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  16. geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po +3 -2
  17. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  18. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +3 -2
  19. geopic_tag_reader/translations/geopic_tag_reader.pot +21 -21
  20. geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  21. geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po +3 -2
  22. geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  23. geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po +3 -3
  24. geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  25. geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po +53 -42
  26. geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  27. geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po +18 -6
  28. geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  29. geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po +3 -2
  30. geopic_tag_reader/translations/sv/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  31. geopic_tag_reader/translations/sv/LC_MESSAGES/geopic_tag_reader.po +216 -0
  32. {geopic_tag_reader-1.4.2.dist-info → geopic_tag_reader-1.6.0.dist-info}/METADATA +14 -13
  33. {geopic_tag_reader-1.4.2.dist-info → geopic_tag_reader-1.6.0.dist-info}/RECORD +36 -32
  34. {geopic_tag_reader-1.4.2.dist-info → geopic_tag_reader-1.6.0.dist-info}/WHEEL +1 -1
  35. {geopic_tag_reader-1.4.2.dist-info → geopic_tag_reader-1.6.0.dist-info}/entry_points.txt +0 -0
  36. {geopic_tag_reader-1.4.2.dist-info → geopic_tag_reader-1.6.0.dist-info/licenses}/LICENSE +0 -0
@@ -0,0 +1,216 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2025-02-10 11:04+0100\n"
11
+ "PO-Revision-Date: 2025-04-15 07:48+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Swedish <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/sv/>\n"
15
+ "Language: sv\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.4.3\n"
21
+
22
+ #: geopic_tag_reader/main.py:26
23
+ msgid "Latitude:"
24
+ msgstr "Latitud:"
25
+
26
+ #: geopic_tag_reader/main.py:27
27
+ msgid "Longitude:"
28
+ msgstr "Longitud:"
29
+
30
+ #: geopic_tag_reader/main.py:28
31
+ msgid "GPS accuracy:"
32
+ msgstr "GPS precision:"
33
+
34
+ #: geopic_tag_reader/main.py:28 geopic_tag_reader/main.py:31
35
+ #: geopic_tag_reader/main.py:32
36
+ msgid "not set"
37
+ msgstr "inte satt"
38
+
39
+ #: geopic_tag_reader/main.py:29
40
+ msgid "Timestamp:"
41
+ msgstr "Tidsstämpel:"
42
+
43
+ #: geopic_tag_reader/main.py:31
44
+ msgid "(GPS)"
45
+ msgstr "(GPS)"
46
+
47
+ #: geopic_tag_reader/main.py:32
48
+ msgid "(Camera)"
49
+ msgstr "(Kamera)"
50
+
51
+ #: geopic_tag_reader/main.py:33
52
+ msgid "Heading:"
53
+ msgstr "Kompasskurs:"
54
+
55
+ #: geopic_tag_reader/main.py:34
56
+ msgid "Type:"
57
+ msgstr "Typ:"
58
+
59
+ #: geopic_tag_reader/main.py:35
60
+ #, fuzzy
61
+ msgid "Make:"
62
+ msgstr "Tillverkare:"
63
+
64
+ #: geopic_tag_reader/main.py:36
65
+ msgid "Model:"
66
+ msgstr "Modell:"
67
+
68
+ #: geopic_tag_reader/main.py:37
69
+ msgid "Focal length:"
70
+ msgstr "Brännvidd:"
71
+
72
+ #: geopic_tag_reader/main.py:38
73
+ msgid "Field of view:"
74
+ msgstr "Synfält:"
75
+
76
+ #: geopic_tag_reader/main.py:39
77
+ msgid "Sensor width:"
78
+ msgstr "Sensorbredd:"
79
+
80
+ #: geopic_tag_reader/main.py:40
81
+ msgid "Crop parameters:"
82
+ msgstr "Beskärningsparametrar:"
83
+
84
+ #: geopic_tag_reader/main.py:41
85
+ msgid "Pitch:"
86
+ msgstr "Stigning:"
87
+
88
+ #: geopic_tag_reader/main.py:42
89
+ msgid "Roll:"
90
+ msgstr "Rullning:"
91
+
92
+ #: geopic_tag_reader/main.py:43
93
+ msgid "Yaw:"
94
+ msgstr "Gir:"
95
+
96
+ #: geopic_tag_reader/main.py:46
97
+ msgid "Warnings raised by reader:"
98
+ msgstr "Varningar från läsaren:"
99
+
100
+ #: geopic_tag_reader/reader.py:228
101
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
102
+ msgstr "Läslatitud är utanför WGS84-gränserna (ska vara i [-90, 90])"
103
+
104
+ #: geopic_tag_reader/reader.py:230
105
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
106
+ msgstr "Läs longitud är utanför WGS84-gränserna (ska vara i [-180, 180])"
107
+
108
+ #: geopic_tag_reader/reader.py:258
109
+ #, python-brace-format
110
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
111
+ msgstr "Hoppa över Mapillary datum/tid eftersom det inte kändes igen: {v}"
112
+
113
+ #: geopic_tag_reader/reader.py:288
114
+ msgid "No heading value was found, this reduces usability of picture"
115
+ msgstr "Inget kompassriktning hittades, detta minskar användbarheten av bilden"
116
+
117
+ #: geopic_tag_reader/reader.py:331
118
+ msgid ""
119
+ "No make and model value found, no assumption on focal length or GPS "
120
+ "precision can be made"
121
+ msgstr ""
122
+ "Inget märke och modellvärde hittades, inga antaganden om brännvidd eller GPS-"
123
+ "precision kan göras"
124
+
125
+ #: geopic_tag_reader/reader.py:381
126
+ msgid ""
127
+ "No focal length value was found, this prevents calculating field of view"
128
+ msgstr "Inget brännviddsvärde hittades, detta förhindrar beräkning av synfält"
129
+
130
+ #: geopic_tag_reader/reader.py:433
131
+ msgid "No GPS accuracy value found, this prevents computing a quality score"
132
+ msgstr ""
133
+ "Inget GPS-noggrannhetsvärde hittades, detta förhindrar att kvalitetspoäng "
134
+ "beräknas"
135
+
136
+ #: geopic_tag_reader/reader.py:435
137
+ msgid ""
138
+ "No GPS horizontal positioning error value found, GPS accuracy can only be "
139
+ "estimated"
140
+ msgstr ""
141
+ "Inget GPS-värde för horisontell positioneringsfel hittades, GPS-"
142
+ "noggrannheten kan endast uppskattas"
143
+
144
+ #: geopic_tag_reader/reader.py:442
145
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
146
+ msgstr "Inga GPS-koordinater eller söndriga koordinater i bildens EXIF-taggar"
147
+
148
+ #: geopic_tag_reader/reader.py:448
149
+ msgid "No valid date in picture EXIF tags"
150
+ msgstr "Inget giltigt datum i bildens EXIF-taggar"
151
+
152
+ #: geopic_tag_reader/reader.py:453
153
+ msgid "The picture is missing mandatory metadata:"
154
+ msgstr "Bilden saknar obligatorisk metadata:"
155
+
156
+ #: geopic_tag_reader/reader.py:567 geopic_tag_reader/reader.py:596
157
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
158
+ msgstr "GPSLatitudeRef hittades inte, förutsatt att GPSLatitudeRef är norr"
159
+
160
+ #: geopic_tag_reader/reader.py:575
161
+ msgid "Broken GPS coordinates in picture EXIF tags"
162
+ msgstr "Trasiga GPS-koordinater i bildens EXIF-taggar"
163
+
164
+ #: geopic_tag_reader/reader.py:578 geopic_tag_reader/reader.py:602
165
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
166
+ msgstr "GPSLongitudeRef hittades inte, förutsatt att GPSLongitudeRef är öst"
167
+
168
+ #: geopic_tag_reader/reader.py:663
169
+ msgid "Precise timezone information not found, fallback to UTC"
170
+ msgstr "Exakt tidszonsinformation hittades inte, faller tillbaka till UTC"
171
+
172
+ #: geopic_tag_reader/reader.py:668
173
+ msgid ""
174
+ "Precise timezone information not found (and no GPS coordinates to help), "
175
+ "fallback to UTC"
176
+ msgstr ""
177
+ "Exakt tidszonsinformation hittades inte (och inga GPS-koordinater finns för "
178
+ "att dra en slutsats), faller tillbaka till UTC"
179
+
180
+ #: geopic_tag_reader/reader.py:672
181
+ #, python-brace-format
182
+ msgid ""
183
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
184
+ msgstr ""
185
+ "Hoppar över ursprungliga datum/tid (från {datefield}) eftersom det inte "
186
+ "kändes igen: {v}"
187
+
188
+ #: geopic_tag_reader/reader.py:704
189
+ #, python-brace-format
190
+ msgid ""
191
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
192
+ "group)"
193
+ msgstr ""
194
+ "GPSTimeStamp och GPSDateTime innehåller inte tidsformat som stöds (i gruppen "
195
+ "{group})"
196
+
197
+ #: geopic_tag_reader/reader.py:735
198
+ #, python-brace-format
199
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
200
+ msgstr ""
201
+ "Hoppar över GPS-datum/-tid ({group} grupp) eftersom den inte kändes igen: {v}"
202
+
203
+ #: geopic_tag_reader/reader.py:761
204
+ #, python-brace-format
205
+ msgid ""
206
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
207
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
208
+ msgstr ""
209
+ "Mikrosekunder som läses från decimalsekundersvärdet "
210
+ "({microsecondsFromSeconds}) matchar inte värdet från EXIF-fältet "
211
+ "({microseconds}). Maxvärdet kommer att behållas."
212
+
213
+ #: geopic_tag_reader/writer.py:132
214
+ #, python-brace-format
215
+ msgid "Unsupported key in additional tags ({k})"
216
+ msgstr "Nyckel som inte stöds i ytterligare taggar ({k})"
@@ -1,27 +1,28 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: geopic-tag-reader
3
- Version: 1.4.2
3
+ Version: 1.6.0
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
- Requires-Python: >=3.8
6
+ Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: MIT License
9
- Requires-Dist: typer ~= 0.12
9
+ License-File: LICENSE
10
+ Requires-Dist: typer ~= 0.15
10
11
  Requires-Dist: xmltodict ~= 0.14
11
12
  Requires-Dist: pyexiv2 == 2.15.3
12
- Requires-Dist: timezonefinder == 6.5.3
13
- Requires-Dist: pytz ~= 2024.2
14
- Requires-Dist: types-pytz ~= 2023.3.0.1
13
+ Requires-Dist: timezonefinder == 6.5.9
14
+ Requires-Dist: pytz ~= 2025.2
15
+ Requires-Dist: types-pytz ~= 2025.2.0
15
16
  Requires-Dist: types-python-dateutil ~= 2.9.0
16
17
  Requires-Dist: flit ~= 3.8.0 ; extra == "build"
17
- Requires-Dist: black ~= 24.3 ; extra == "dev"
18
- Requires-Dist: mypy ~= 1.12 ; extra == "dev"
19
- Requires-Dist: pytest ~= 7.2.0 ; extra == "dev"
18
+ Requires-Dist: black ~= 25.1.0 ; extra == "dev"
19
+ Requires-Dist: mypy ~= 1.15.0 ; extra == "dev"
20
+ Requires-Dist: pytest ~= 8.3.5 ; extra == "dev"
20
21
  Requires-Dist: pytest-datafiles ~= 3.0 ; extra == "dev"
21
22
  Requires-Dist: types-xmltodict ~= 0.14 ; extra == "dev"
22
- Requires-Dist: pre-commit ~= 3.3.3 ; extra == "dev"
23
- Requires-Dist: mkdocs-material ~= 9.5.21 ; extra == "docs"
24
- Requires-Dist: mkdocstrings[python] ~= 0.25.1 ; extra == "docs"
23
+ Requires-Dist: pre-commit ~= 4.2 ; extra == "dev"
24
+ Requires-Dist: mkdocs-material ~= 9.6.11 ; extra == "docs"
25
+ Requires-Dist: mkdocstrings[python] ~= 0.29.1 ; extra == "docs"
25
26
  Requires-Dist: python-dateutil ~= 2.9.0 ; extra == "write-exif"
26
27
  Requires-Dist: types-python-dateutil ~= 2.9.0.20241003 ; extra == "write-exif"
27
28
  Project-URL: Home, https://gitlab.com/panoramax/server/geo-picture-tag-reader
@@ -1,44 +1,48 @@
1
- geopic_tag_reader/__init__.py,sha256=N92-AzYKKUkUHQxQeY5xLVd_xDvHF1DYYG0JfR4rz9s,47
2
- geopic_tag_reader/camera.py,sha256=PBLyM_f9_wfv7kcFRm-7rBrrB99IibjhTPiokwskYGQ,4136
3
- geopic_tag_reader/cameras.csv,sha256=F_cE45CY4ocEsWb_9WfgGkumJzmspiK4ZL2LURgbigc,120406
1
+ geopic_tag_reader/__init__.py,sha256=KcHGpL6jtvrfnhIvSQOFnmECf-b_XV2dGXZQAT1yTBc,47
2
+ geopic_tag_reader/camera.py,sha256=ucuAVsLq_luKe8-wFXd7ruPVyhVK43p9niyoCXkAysQ,4131
3
+ geopic_tag_reader/cameras.csv,sha256=mAV0sJvVwNGNnvUHnzBrac53VfhCmEV1Z5hvgm4ErRY,120476
4
4
  geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
5
5
  geopic_tag_reader/main.py,sha256=xeEXMq-fFu0CtUiAgAeS9mb872D65OAQup3UeF6w050,4032
6
6
  geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
7
7
  geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- geopic_tag_reader/reader.py,sha256=6BNvBEZOWDjFPi-jCaDuL_yGRB8fXSp31ikml_nUM6k,31842
8
+ geopic_tag_reader/reader.py,sha256=pvALrElCaVm43nlHL9UYlkULZgmhA9fAAsdkgkfJU6o,32596
9
9
  geopic_tag_reader/sequence.py,sha256=ybHLIZyRWEw0I-sO6DDeXq8p9o1diuvRYyxmZwRVQoo,11595
10
10
  geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
11
- geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=cnKqknkWlVx3apGCtchh3NbKjbYdowC5577L2clDAHk,4622
12
- geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo,sha256=AdDcKqSs1t1RaN7toVGQvFVsTvgqx5FAhTnT0-MsdTA,4855
13
- geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po,sha256=5rxRuYVVqVhfNwYa8X2hPX6BO5Qsgl78OLLWUU5bdRw,6635
14
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=ZR8Oei98aHfeFtFvPQ_R5LkiybdO8VZ1zKf07y8hCRk,5104
15
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=xd37XFYDMHCwhvBFYhVSfNAc22tuym9rW9IJ2yTEjFk,6918
16
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=om08-vzA74kcVq6sHqZq7n9r2ENdj7_g_yOzp6N0wqA,4504
17
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=uzkEXaovdrV9VWevwr4n6wEf-ZhJqLxmdUikhfo3Cng,6289
18
- geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo,sha256=07EPHLmZWEcaQJ77yQs4kw929D6q74HHIhJcxHBMX-o,4860
19
- geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po,sha256=qWFtKuS0qHQOzBegXQycuHxH-ghAou3-eiL_UZ85bXo,6634
20
- geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=MXMSCqwwP6HEs8R2NuLPA3YBENij2dK8jSsTExPeOrI,3883
21
- geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po,sha256=U9ko5JAVz9ZrfUCh2vPLzwoy66--9n3g9Rpg5BOtldk,5511
11
+ geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=Qvt0TGpOcaWDxx0uy8XjBIhylSjitsQyHtRm6YnmGsU,4622
12
+ geopic_tag_reader/translations/br/LC_MESSAGES/geopic_tag_reader.mo,sha256=o9Rr5Polmq4nr_XMwsDuVq7SvsTFFvVMg9y1opxeMM4,321
13
+ geopic_tag_reader/translations/br/LC_MESSAGES/geopic_tag_reader.po,sha256=0wLUmdSgGtFRDnMiU3dm5cOUUFNC-8FT8q2qz-wtV9I,4595
14
+ geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo,sha256=vJACTGCsEvqDvguAF1ZdqybQjAjkuDJ0pPucg3JoTdE,4855
15
+ geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po,sha256=VY2ktiabJsSmDu7plGjtIzP_m8acOJSftnANqFtv1MM,6635
16
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=nU8XZUlhP8NLde2C0koP9jPBt5SW3Hfqu7ehzAR7nfI,5071
17
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=sP_JKs79L1uQyBcwprzDcRwMyDvYHC9nh58p79tOP2k,6928
18
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=UTt-QN1l8iNMN-DbGKDYdKvnMh9FlEH-MZgyaAdYWZ4,4504
19
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=2t5S5sOiFBXxCoaI0RPD0krqFSaFDIxqQR8HqTam0xE,6289
20
+ geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo,sha256=5cpIaSHwwcSwPNfJG_bLErZs8S-8dD4kYNHpSVWMong,4860
21
+ geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po,sha256=1KrHLPpTJCCb5cPC6Ss3n2PDZ2S_f-2EkLVv1XvZ9LI,6634
22
+ geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=IizWkn7zrx5GC5jZNlpGQzOdJPAiMB9dCXoH2NzkXKY,3827
23
+ geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po,sha256=SkvYU9di37VFYs2nkCGUQQFziJ2G0xdmPunbtXKdhXY,5509
22
24
  geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo,sha256=X_KeDXDlO50JFKNCkh6TKjQcvuGH48CKbmKjK-o2cfU,321
23
25
  geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po,sha256=2Gz8bcblT976JFPd0Q_FRq45__on0Fi1GIw6ocY-I64,3499
24
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=7sT7uqBuV89PN3vtZHkehVNZCHr2mjdzIXXyKS6TnNU,5106
25
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=y1_rrROgU09D10cpSaxOmOU8hABpb2eCNz2S4Mxw8A8,7772
26
- geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo,sha256=CU5PtFly8HX9KJDUItGmXooMZN7nLisfL7ZFfwLDqco,4000
27
- geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po,sha256=ovtIL3U4PKQXz3afM3durWsZ127J-uF3qE0FgGTPVkY,5514
28
- geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo,sha256=tVgLgXRlFf-y7yuh7za7pZdoWGw6HXzcUo-47u6M7xg,5012
29
- geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po,sha256=QW7HO3z0nwSV7G_YnqaScZwxDsvV9W6dKYvM2jQUrlI,6801
30
- geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo,sha256=bD-oRHdahuYKDZgnBlhZbj4sSMJr9TJarALLVvoYsQw,321
31
- geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po,sha256=srt50YtyM_mtjGpay5C-5gAPo7R7oT-uzyceoWR6tDs,4595
26
+ geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=MqfUmydNQeSfpOagP0dOdJmJ-9Fx5S93D8Ncsk2mEyM,5045
27
+ geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=tzJejUemp1d9y8-djEk7jAmOdF3Jv07TOIpweIy_bZw,7781
28
+ geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo,sha256=4QccZzPoGsbZj7SENlhMxZahqmt1sWu1lR48VHNofyc,3958
29
+ geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po,sha256=aYE_fo18xMX-wctA5yTC-y3A9LC0llMIPrkgdsom-BY,5529
30
+ geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo,sha256=iQI73vxC1mY_8jua_Ki8nXNug5klfwlY3swVITQ-hww,5026
31
+ geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po,sha256=pNvL1htz5FzqiNUBdeD5jv-Qj22b4autA7ZQElwExXI,6815
32
+ geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo,sha256=6Vo8GpxWTdpqJRqcXvHTNttaeUSMdyYiaLSQZxX9d-U,5221
33
+ geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po,sha256=RnOvP7qdZjwgyKK5DAe3ipJ53WrxXkjl7G_ylKiZ8tc,7054
32
34
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo,sha256=2QPpe5bgqntybugUG53YzUzfLmsgcFupeJv-kz05LWs,321
33
35
  geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po,sha256=ct7bi-IQJ1Fsosfe41ACu0jf5nfV8cmmEFJWaMPguoQ,3704
34
- geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo,sha256=36TbtH30NxVP_ZKwG-Iorpiu9tJL_sGvkNYITjtuaNg,4670
35
- geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po,sha256=LwzjmWqCFmIVmDpCEodoEXtvXjaLJZSrSgKTiwu-EBo,6482
36
- geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo,sha256=M3yThMFiMiahC3EhnaUBEMfii7sdoMZVdt214dSmKqY,4700
37
- geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po,sha256=v_bCCSYZ4mQZsVcItz8fO12m9X9f_PxdoMj4hwIcgpY,6384
36
+ geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo,sha256=D__gfFggJt7xbQ5s1RwKNbtVHQA4MCvwSCM4vnRVbrc,4878
37
+ geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po,sha256=VWBrQEqSzp-OaWDoUV7uhHUxwZmzGil2jN79HdJKT2k,6729
38
+ geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo,sha256=QyfhilOoJnuB8LUWif7U4I4RzMInRcWoKJN56h-ToRU,4650
39
+ geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po,sha256=AoVIZRmcE7g-btZFbkYDXwYobJUG8HG6un3fIJAkG5A,6372
40
+ geopic_tag_reader/translations/sv/LC_MESSAGES/geopic_tag_reader.mo,sha256=VAxfaefhpupimHB69UFsvl8o5isvH8x9To7RuXsiuq8,4779
41
+ geopic_tag_reader/translations/sv/LC_MESSAGES/geopic_tag_reader.po,sha256=mutLf-6jOZjHdYrDNAdShQGg0eR_vo87Ed_1CPiJqwM,6638
38
42
  geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.mo,sha256=6bKHZnihlDOQQ5IQMKIgWViL5BorECqJ2ERFkE4LC6s,326
39
43
  geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.po,sha256=QIiHRmrEHny4njQPBsj07fqtK2QFTgrAFc-E3s7ddJU,4600
40
- geopic_tag_reader-1.4.2.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
41
- geopic_tag_reader-1.4.2.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
42
- geopic_tag_reader-1.4.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
43
- geopic_tag_reader-1.4.2.dist-info/METADATA,sha256=Rjq9t0DklfK2vIMg-87oOO7N7tPWgRXNSpVRe7R6SiE,4617
44
- geopic_tag_reader-1.4.2.dist-info/RECORD,,
44
+ geopic_tag_reader-1.6.0.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
45
+ geopic_tag_reader-1.6.0.dist-info/licenses/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
46
+ geopic_tag_reader-1.6.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
47
+ geopic_tag_reader-1.6.0.dist-info/METADATA,sha256=ak6L7CIV5skYxx6tNxK7Sym4hSoQ79bAWjQinE5o1xo,4639
48
+ geopic_tag_reader-1.6.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.10.1
2
+ Generator: flit 3.12.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any