geopic-tag-reader 1.3.2__py3-none-any.whl → 1.4.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 (30) hide show
  1. geopic_tag_reader/__init__.py +1 -1
  2. geopic_tag_reader/camera.py +118 -30
  3. geopic_tag_reader/cameras.csv +3775 -0
  4. geopic_tag_reader/main.py +3 -0
  5. geopic_tag_reader/reader.py +89 -8
  6. geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  7. geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po +209 -0
  8. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  9. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +44 -1
  10. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  11. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +77 -34
  12. geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  13. geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po +207 -0
  14. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  15. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +152 -119
  16. geopic_tag_reader/translations/geopic_tag_reader.pot +68 -30
  17. geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  18. geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po +4 -4
  19. geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  20. geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po +212 -0
  21. geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  22. geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po +213 -0
  23. geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  24. geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po +203 -0
  25. {geopic_tag_reader-1.3.2.dist-info → geopic_tag_reader-1.4.0.dist-info}/METADATA +2 -2
  26. geopic_tag_reader-1.4.0.dist-info/RECORD +40 -0
  27. {geopic_tag_reader-1.3.2.dist-info → geopic_tag_reader-1.4.0.dist-info}/WHEEL +1 -1
  28. geopic_tag_reader-1.3.2.dist-info/RECORD +0 -29
  29. {geopic_tag_reader-1.3.2.dist-info → geopic_tag_reader-1.4.0.dist-info}/LICENSE +0 -0
  30. {geopic_tag_reader-1.3.2.dist-info → geopic_tag_reader-1.4.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,203 @@
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: 2024-10-28 11:05+0100\n"
11
+ "PO-Revision-Date: 2024-11-23 22:10+0000\n"
12
+ "Last-Translator: Filip Czaplicki <weblatepanoramax722252@starsep.com>\n"
13
+ "Language-Team: Polish <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/pl/>\n"
15
+ "Language: pl\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=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
+ "|| n%100>=20) ? 1 : 2;\n"
21
+ "X-Generator: Weblate 5.4.3\n"
22
+
23
+ #: geopic_tag_reader/main.py:26
24
+ msgid "Latitude:"
25
+ msgstr "Szerokość geograficzna:"
26
+
27
+ #: geopic_tag_reader/main.py:27
28
+ msgid "Longitude:"
29
+ msgstr "Długość geograficzna:"
30
+
31
+ #: geopic_tag_reader/main.py:28
32
+ msgid "Timestamp:"
33
+ msgstr "Czas:"
34
+
35
+ #: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
36
+ msgid "not set"
37
+ msgstr "nieustawione"
38
+
39
+ #: geopic_tag_reader/main.py:30
40
+ msgid "(GPS)"
41
+ msgstr "(GPS)"
42
+
43
+ #: geopic_tag_reader/main.py:31
44
+ msgid "(Camera)"
45
+ msgstr "(Aparat)"
46
+
47
+ #: geopic_tag_reader/main.py:32
48
+ msgid "Heading:"
49
+ msgstr "Nagłówek:"
50
+
51
+ #: geopic_tag_reader/main.py:33
52
+ msgid "Type:"
53
+ msgstr "Typ:"
54
+
55
+ #: geopic_tag_reader/main.py:34
56
+ msgid "Make:"
57
+ msgstr "Marka:"
58
+
59
+ #: geopic_tag_reader/main.py:35
60
+ msgid "Model:"
61
+ msgstr "Model:"
62
+
63
+ #: geopic_tag_reader/main.py:36
64
+ msgid "Focal length:"
65
+ msgstr "Ogniskowa:"
66
+
67
+ #: geopic_tag_reader/main.py:37
68
+ msgid "Crop parameters:"
69
+ msgstr "Parametry kadrowania:"
70
+
71
+ #: geopic_tag_reader/main.py:38
72
+ msgid "Pitch:"
73
+ msgstr "Pochylenie:"
74
+
75
+ #: geopic_tag_reader/main.py:39
76
+ msgid "Roll:"
77
+ msgstr "Przechylenie:"
78
+
79
+ #: geopic_tag_reader/main.py:40
80
+ msgid "Yaw:"
81
+ msgstr "Odchylenie:"
82
+
83
+ #: geopic_tag_reader/main.py:43
84
+ msgid "Warnings raised by reader:"
85
+ msgstr "Ostrzeżenia z programu wczytującego:"
86
+
87
+ #: geopic_tag_reader/reader.py:218
88
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
89
+ msgstr ""
90
+ "Wczytana szerokość geograficzna jest poza zakresem WGS84 (powinna być w [-"
91
+ "90, 90])"
92
+
93
+ #: geopic_tag_reader/reader.py:220
94
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
95
+ msgstr ""
96
+ "Wczytana długość geograficzna jest poza zakresem WGS84 (powinna być w [-180, "
97
+ "180])"
98
+
99
+ #: geopic_tag_reader/reader.py:248
100
+ #, python-brace-format
101
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
102
+ msgstr "Pomijanie daty/czasu Mapillary, bo nie została zrozumiana: {v}"
103
+
104
+ #: geopic_tag_reader/reader.py:278
105
+ msgid "No heading value was found, this reduces usability of picture"
106
+ msgstr "Brak wartości nagłówka, co zmniejsza użyteczność zdjęcia"
107
+
108
+ #: geopic_tag_reader/reader.py:321
109
+ msgid ""
110
+ "No make and model value found, no assumption on focal length or GPS "
111
+ "precision can be made"
112
+ msgstr ""
113
+ "Nie odnaleziono wartości marki i modelu, nie można założyć ogniskowej i "
114
+ "precyzji GPS"
115
+
116
+ #: geopic_tag_reader/reader.py:330
117
+ msgid ""
118
+ "No focal length value was found, this prevents calculating field of view"
119
+ msgstr "Brak wartości ogniskowej, co uniemożliwia obliczenia pola widzenia"
120
+
121
+ #: geopic_tag_reader/reader.py:386
122
+ msgid "No GPS accuracy value found, this prevents computing a quality score"
123
+ msgstr "Brak dokładności GPS, co uniemożliwia obliczenia oceny jakości"
124
+
125
+ #: geopic_tag_reader/reader.py:388
126
+ msgid ""
127
+ "No GPS horizontal positioning error value found, GPS accuracy can only be "
128
+ "estimated"
129
+ msgstr ""
130
+ "Brak wartości błędu poziomego GPS, dokładność GPS może być tylko szacowana"
131
+
132
+ #: geopic_tag_reader/reader.py:394
133
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
134
+ msgstr "Brak koordynatów GPS lub nieprawidłowe w tagach EXIF zdjęcia"
135
+
136
+ #: geopic_tag_reader/reader.py:400
137
+ msgid "No valid date in picture EXIF tags"
138
+ msgstr "Brak prawidłowej daty zdjęcia w tagach EXIF"
139
+
140
+ #: geopic_tag_reader/reader.py:405
141
+ msgid "The picture is missing mandatory metadata:"
142
+ msgstr "Zdjęcie nie posiada wymaganych metadanych:"
143
+
144
+ #: geopic_tag_reader/reader.py:496 geopic_tag_reader/reader.py:525
145
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
146
+ msgstr "Brak wartości GPSLatitudeRef, zakładana północ"
147
+
148
+ #: geopic_tag_reader/reader.py:504
149
+ msgid "Broken GPS coordinates in picture EXIF tags"
150
+ msgstr "Uszkodzone koordynaty GPS w tagach EXIF zdjęcia"
151
+
152
+ #: geopic_tag_reader/reader.py:507 geopic_tag_reader/reader.py:531
153
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
154
+ msgstr "Brak wartości GPSLongitudeRef, zakładany wschód"
155
+
156
+ #: geopic_tag_reader/reader.py:592
157
+ msgid "Precise timezone information not found, fallback to UTC"
158
+ msgstr "Brak precyjnej informacji o strefie czasowej, zakładana UTC"
159
+
160
+ #: geopic_tag_reader/reader.py:597
161
+ msgid ""
162
+ "Precise timezone information not found (and no GPS coordinates to help), "
163
+ "fallback to UTC"
164
+ msgstr ""
165
+ "Brak precyjnej informacji o strefie czasowej (także brak koordynatów GPS), "
166
+ "zakładana UTC"
167
+
168
+ #: geopic_tag_reader/reader.py:601
169
+ #, python-brace-format
170
+ msgid ""
171
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
172
+ msgstr ""
173
+ "Pomijanie oryginalnej daty/czasu (z {datefield}), bo nie została rozpoznana: "
174
+ "{v}"
175
+
176
+ #: geopic_tag_reader/reader.py:633
177
+ #, python-brace-format
178
+ msgid ""
179
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
180
+ "group)"
181
+ msgstr ""
182
+ "GPSTimeStamp oraz GPSDateTime nie zawierają poprawnego formatu czasu (w "
183
+ "grupie {group})"
184
+
185
+ #: geopic_tag_reader/reader.py:664
186
+ #, python-brace-format
187
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
188
+ msgstr "Pomijanie daty/czasu (grupa {group}), bo nie zostały rozpoznane: {v}"
189
+
190
+ #: geopic_tag_reader/reader.py:690
191
+ #, python-brace-format
192
+ msgid ""
193
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
194
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
195
+ msgstr ""
196
+ "Mikrosekundy odczytanie z części po przecinku wartości sekund "
197
+ "({microsecondsFromSeconds}) nie pasują do wartości z pola EXIF "
198
+ "({microseconds}). Zapisanie zostanie maksymalna wartość."
199
+
200
+ #: geopic_tag_reader/writer.py:132
201
+ #, python-brace-format
202
+ msgid "Unsupported key in additional tags ({k})"
203
+ msgstr "Niewspierany klucz w tagach dodatkowych ({k})"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: geopic-tag-reader
3
- Version: 1.3.2
3
+ Version: 1.4.0
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
6
  Requires-Python: >=3.8
@@ -0,0 +1,40 @@
1
+ geopic_tag_reader/__init__.py,sha256=GNjT9BtXAvBURju5rOKT-_sjvB3UUFWU5eVXuS9uvzg,47
2
+ geopic_tag_reader/camera.py,sha256=PBLyM_f9_wfv7kcFRm-7rBrrB99IibjhTPiokwskYGQ,4136
3
+ geopic_tag_reader/cameras.csv,sha256=zRggbBplyPnQmn6iabQ4kJHly3TIzpCOKW7WcfnFXOI,120338
4
+ geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
5
+ geopic_tag_reader/main.py,sha256=xeEXMq-fFu0CtUiAgAeS9mb872D65OAQup3UeF6w050,4032
6
+ geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
7
+ geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ geopic_tag_reader/reader.py,sha256=WLEAC1m00GJQ0lQpwPXG0NyVYHIAY4OGsORLXHRBy4I,30476
9
+ geopic_tag_reader/sequence.py,sha256=5jQKnYDVQq4VDa09e8xTW9Gf-CvqsijEtx5OCSnvGMU,11180
10
+ geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
11
+ geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=nak6fcsvNhCTaDTsqXbBDwsj_iw5iNBWp_YcJMibuds,4622
12
+ geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo,sha256=yevTrLEsY5aSnOvIODbOHp4AHIWQSMIyFZ7wpN6AKQ4,4697
13
+ geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po,sha256=lj-TXvzAspUKRjy5aMAY6c3_7g-bS9fpSpT2OhZFYpU,6399
14
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=LSka7rV906ZBj8fsZuva9xO7Dpj0QyLVEXK-F0vJLNw,4968
15
+ geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=9OZSzFGTEvCJOST5xtNxif_PLl_taalwPtH4JL96Pj4,6704
16
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=8_tNeQg5_sbIGBx-SIUwq6ho0-4iErILiy5OD_bymWU,4504
17
+ geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=TfkD3pwSqMWegcGrOfYWK5S3tUFiM3vYPyNwyyfjJUc,6289
18
+ geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo,sha256=vSwQnAhm5o3XYT1RfwIx_jH5QxmJPiJQb_hdewZFzBk,4613
19
+ geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po,sha256=1J9neKEibDbyjm8_C8KxDVfo0gyEyeAAT_FipIjbbNA,6354
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
22
+ geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo,sha256=X_KeDXDlO50JFKNCkh6TKjQcvuGH48CKbmKjK-o2cfU,321
23
+ 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=P9o_npqa1sd4DJaiQOcUPrxbUXw3XUGFidAQ2zCrtHU,4933
25
+ geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=iBZS91t6DIjFXoX1XC18rQo4MJkO-sql3Ula0o4CInY,7521
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=t4SSfiJ2brhlJgxKAVS9iie2YZ7frF33aZ_eQ_IWtUE,4848
29
+ geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po,sha256=y-ekwy_Zu9e09v7A_nfPDNZQN1sGBSQKg2Yy3355NWE,6559
30
+ geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo,sha256=2QPpe5bgqntybugUG53YzUzfLmsgcFupeJv-kz05LWs,321
31
+ geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po,sha256=ct7bi-IQJ1Fsosfe41ACu0jf5nfV8cmmEFJWaMPguoQ,3704
32
+ geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.mo,sha256=36TbtH30NxVP_ZKwG-Iorpiu9tJL_sGvkNYITjtuaNg,4670
33
+ geopic_tag_reader/translations/nl/LC_MESSAGES/geopic_tag_reader.po,sha256=LwzjmWqCFmIVmDpCEodoEXtvXjaLJZSrSgKTiwu-EBo,6482
34
+ geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.mo,sha256=M3yThMFiMiahC3EhnaUBEMfii7sdoMZVdt214dSmKqY,4700
35
+ geopic_tag_reader/translations/pl/LC_MESSAGES/geopic_tag_reader.po,sha256=v_bCCSYZ4mQZsVcItz8fO12m9X9f_PxdoMj4hwIcgpY,6384
36
+ geopic_tag_reader-1.4.0.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
37
+ geopic_tag_reader-1.4.0.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
38
+ geopic_tag_reader-1.4.0.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
39
+ geopic_tag_reader-1.4.0.dist-info/METADATA,sha256=osSfcfZrATvhtBqAskt62pJ0h1sx2wlJ0BusNzQ1ft8,4617
40
+ geopic_tag_reader-1.4.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.9.0
2
+ Generator: flit 3.10.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,29 +0,0 @@
1
- geopic_tag_reader/__init__.py,sha256=WTn7a7QSLYYNlN92hqwhkKewQ8H_jdOaDp0o3KFn31c,47
2
- geopic_tag_reader/camera.py,sha256=Nw6dQjnrUCCOXujjk8Y7IwjJPMuDf4DAGCmHk0LDfEg,1975
3
- geopic_tag_reader/i18n.py,sha256=LOLBj7eB_hpHTc5XdMP97EoWdD2kgmkP_uvJJDKEVsU,342
4
- geopic_tag_reader/main.py,sha256=6Jf2VJCVAyAu-P3HltYMY7ZGXVziJrZguAnHU4bNA9I,3793
5
- geopic_tag_reader/model.py,sha256=rsWVE3T1kpNsKXX8iv6xb_3PCVY6Ea7iU9WOqUgXklU,129
6
- geopic_tag_reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- geopic_tag_reader/reader.py,sha256=D6sztaJcNDxO3UwQJQXitalVgZzRpccwlYpHdZmWulA,26784
8
- geopic_tag_reader/sequence.py,sha256=5jQKnYDVQq4VDa09e8xTW9Gf-CvqsijEtx5OCSnvGMU,11180
9
- geopic_tag_reader/writer.py,sha256=HdZenoY_5Qv1Kq0jedCJhVFDYsv0iQaCzB6necU_LrY,8793
10
- geopic_tag_reader/translations/geopic_tag_reader.pot,sha256=zC83pCKhHNhtiwVqdlc2n_oeUTpYwZ6WMyUcXDX0ZTA,3731
11
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo,sha256=qxexGigWSIfEn4yIdtqQgd3w15oUc-SsHUScbCe6FDc,3924
12
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po,sha256=QbzpTqoutNRGRMeUa7MZHXnfD92KVMVtxDt-3FUovfQ,5359
13
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo,sha256=7yWqFWb3IeiKWaBOF9tfCN5F6jIKqCvsmOoU6BkCzRM,3486
14
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po,sha256=mQS8jxGOa2ZLXRIv1mpdWx-welQCawuMh3NoYzLl6ME,4970
15
- geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo,sha256=MXMSCqwwP6HEs8R2NuLPA3YBENij2dK8jSsTExPeOrI,3883
16
- geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po,sha256=U9ko5JAVz9ZrfUCh2vPLzwoy66--9n3g9Rpg5BOtldk,5511
17
- geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo,sha256=X_KeDXDlO50JFKNCkh6TKjQcvuGH48CKbmKjK-o2cfU,321
18
- geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po,sha256=2Gz8bcblT976JFPd0Q_FRq45__on0Fi1GIw6ocY-I64,3499
19
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo,sha256=dWd1_G_hoVFTPGin1E5qfhNEHcB6Ivo1Qj9ZN7CAB4Y,4620
20
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po,sha256=0C2az512LN-CmenWFwhOoNMakQv1YB0mwou6TYDnSys,6335
21
- geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo,sha256=Kv-vtBGwOLpOmJg7oqnHCNs8OwVhmvUtWeCDIMS9-cI,4000
22
- geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po,sha256=qDKTBUChQ2RZzZHsj_9FGgLNGwsgDrOoHB_47B1uRlM,5514
23
- geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo,sha256=2QPpe5bgqntybugUG53YzUzfLmsgcFupeJv-kz05LWs,321
24
- geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po,sha256=ct7bi-IQJ1Fsosfe41ACu0jf5nfV8cmmEFJWaMPguoQ,3704
25
- geopic_tag_reader-1.3.2.dist-info/entry_points.txt,sha256=c9YwjCNhxveDf-61_aSRlzcpoutvM6KQCerlzaVt_JU,64
26
- geopic_tag_reader-1.3.2.dist-info/LICENSE,sha256=OCZiFd7ok-n5jly2LwP7hEjuUukkvSt5iMkK_cY_00o,1076
27
- geopic_tag_reader-1.3.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
28
- geopic_tag_reader-1.3.2.dist-info/METADATA,sha256=jswkYplneSGKeaep-Jf1iG9XdxWeu8UkeriayCmnpb4,4617
29
- geopic_tag_reader-1.3.2.dist-info/RECORD,,