geovisio 2.6.0__py3-none-any.whl → 2.7.1__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 (62) hide show
  1. geovisio/__init__.py +36 -7
  2. geovisio/admin_cli/cleanup.py +2 -2
  3. geovisio/admin_cli/db.py +1 -4
  4. geovisio/config_app.py +40 -1
  5. geovisio/db_migrations.py +24 -3
  6. geovisio/templates/main.html +13 -13
  7. geovisio/templates/viewer.html +3 -3
  8. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  9. geovisio/translations/de/LC_MESSAGES/messages.po +804 -0
  10. geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
  11. geovisio/translations/el/LC_MESSAGES/messages.po +685 -0
  12. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  13. geovisio/translations/en/LC_MESSAGES/messages.po +738 -0
  14. geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
  15. geovisio/translations/es/LC_MESSAGES/messages.po +778 -0
  16. geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
  17. geovisio/translations/fi/LC_MESSAGES/messages.po +589 -0
  18. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  19. geovisio/translations/fr/LC_MESSAGES/messages.po +814 -0
  20. geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
  21. geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
  22. geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
  23. geovisio/translations/ko/LC_MESSAGES/messages.po +685 -0
  24. geovisio/translations/messages.pot +694 -0
  25. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  26. geovisio/translations/nl/LC_MESSAGES/messages.po +602 -0
  27. geovisio/utils/__init__.py +1 -1
  28. geovisio/utils/auth.py +50 -11
  29. geovisio/utils/db.py +65 -0
  30. geovisio/utils/excluded_areas.py +83 -0
  31. geovisio/utils/extent.py +30 -0
  32. geovisio/utils/fields.py +1 -1
  33. geovisio/utils/filesystems.py +0 -1
  34. geovisio/utils/link.py +14 -0
  35. geovisio/utils/params.py +20 -0
  36. geovisio/utils/pictures.py +110 -88
  37. geovisio/utils/reports.py +171 -0
  38. geovisio/utils/sequences.py +262 -126
  39. geovisio/utils/tokens.py +37 -42
  40. geovisio/utils/upload_set.py +642 -0
  41. geovisio/web/auth.py +37 -37
  42. geovisio/web/collections.py +304 -304
  43. geovisio/web/configuration.py +14 -0
  44. geovisio/web/docs.py +276 -15
  45. geovisio/web/excluded_areas.py +377 -0
  46. geovisio/web/items.py +169 -112
  47. geovisio/web/map.py +104 -36
  48. geovisio/web/params.py +69 -26
  49. geovisio/web/pictures.py +14 -31
  50. geovisio/web/reports.py +399 -0
  51. geovisio/web/rss.py +13 -7
  52. geovisio/web/stac.py +129 -134
  53. geovisio/web/tokens.py +98 -109
  54. geovisio/web/upload_set.py +771 -0
  55. geovisio/web/users.py +100 -73
  56. geovisio/web/utils.py +28 -9
  57. geovisio/workers/runner_pictures.py +241 -207
  58. {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/METADATA +17 -14
  59. geovisio-2.7.1.dist-info/RECORD +70 -0
  60. {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/WHEEL +1 -1
  61. geovisio-2.6.0.dist-info/RECORD +0 -41
  62. {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/LICENSE +0 -0
@@ -1,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: geovisio
3
- Version: 2.6.0
3
+ Version: 2.7.1
4
4
  Summary: GeoVisio API - Main
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>, Antoine Desbordes <antoine.desbordes@gmail.com>
6
- Requires-Python: >=3.9
6
+ Requires-Python: >=3.10
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Requires-Dist: Flask ~= 2.3
@@ -20,43 +20,46 @@ Requires-Dist: psycopg-binary ~= 3.1
20
20
  Requires-Dist: python-dotenv ~= 0.21
21
21
  Requires-Dist: authlib ~= 1.2
22
22
  Requires-Dist: Flask-Executor ~= 1.0
23
- Requires-Dist: geopic-tag-reader[write-exif] ~= 1.1.1
23
+ Requires-Dist: geopic-tag-reader[write-exif] == 1.3.1
24
24
  Requires-Dist: rfeed ~= 1.1.1
25
25
  Requires-Dist: sentry-sdk[flask] ~= 1.31
26
- Requires-Dist: pygeofilter[backend-native] ~= 0.2.1
26
+ Requires-Dist: pygeofilter[backend-native] ~= 0.2.4
27
27
  Requires-Dist: python-dateutil ~= 2.8.2
28
28
  Requires-Dist: tzdata ~= 2024.1
29
29
  Requires-Dist: croniter ~= 2.0.5
30
- Requires-Dist: geovisio_cli ~= 0.3.12 ; extra == "api-conformance"
31
- Requires-Dist: openapi-spec-validator ~= 0.7 ; extra == "api-conformance"
32
- Requires-Dist: jq ~= 1.7 ; extra == "api-conformance"
30
+ Requires-Dist: pydantic ~= 2.7
31
+ Requires-Dist: pydantic-extra-types ~= 2.7
32
+ Requires-Dist: flask-babel ~= 4.0.0
33
+ Requires-Dist: geojson-pydantic ~= 1.1.0
33
34
  Requires-Dist: flit ~= 3.9.0 ; extra == "build"
34
35
  Requires-Dist: coverage ~= 6.5 ; extra == "dev"
35
36
  Requires-Dist: protobuf ~= 4.21 ; extra == "dev"
36
37
  Requires-Dist: mapbox-vector-tile ~= 2.0 ; extra == "dev"
37
38
  Requires-Dist: pystac ~= 1.9 ; extra == "dev"
38
- Requires-Dist: pytest ~= 6.2 ; extra == "dev"
39
+ Requires-Dist: pytest ~= 8.3 ; extra == "dev"
39
40
  Requires-Dist: pytest-datafiles ~= 2.0 ; extra == "dev"
40
- Requires-Dist: pyexiv2 ~= 2.8 ; extra == "dev"
41
+ Requires-Dist: pyexiv2 ~= 2.15 ; extra == "dev"
41
42
  Requires-Dist: testcontainers ~= 4.1 ; extra == "dev"
42
43
  Requires-Dist: requests-mock ~= 1.11 ; extra == "dev"
43
44
  Requires-Dist: black ~= 24.1 ; extra == "dev"
44
45
  Requires-Dist: pre-commit ~= 3.3 ; extra == "dev"
45
46
  Requires-Dist: pyyaml ~= 6.0 ; extra == "dev"
47
+ Requires-Dist: openapi-spec-validator ~= 0.7 ; extra == "dev"
48
+ Requires-Dist: stac-api-validator ~= 0.6.3 ; extra == "dev"
46
49
  Requires-Dist: mkdocs-material ~= 9.5.21 ; extra == "docs"
50
+ Requires-Dist: mkdocs-swagger-ui-tag ~= 0.6.10 ; extra == "docs"
47
51
  Project-URL: Home, https://gitlab.com/panoramax/server/api
48
52
  Project-URL: Source Code, https://gitlab.com/panoramax/server/api
49
- Provides-Extra: api-conformance
50
53
  Provides-Extra: build
51
54
  Provides-Extra: dev
52
55
  Provides-Extra: docs
53
56
 
54
57
  # ![Panoramax](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Panoramax.svg/40px-Panoramax.svg.png) Panoramax
55
58
 
56
- __Panoramax__ is a digital resource for sharing and exploiting 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).
59
+ __Panoramax__ is a digital resource for sharing and using 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).
57
60
 
58
61
 
59
- # 🌐 GeoVisio API
62
+ # 🌐 Panoramax API
60
63
 
61
64
  This repository only contains __the backend and web API__ of a Panoramax instance.
62
65
 
@@ -74,7 +77,7 @@ This repository only contains __the backend and web API__ of a Panoramax instanc
74
77
 
75
78
  ## Install & run
76
79
 
77
- Our [documentation](https://gitlab.com/panoramax/server/api/-/tree/develop/docs) will help you install, configure and run a GeoVisio instance.
80
+ Our [documentation](https://gitlab.com/panoramax/server/api/-/tree/develop/docs) will help you install, configure and run a Panoramax instance.
78
81
 
79
82
  If at some point you're lost or need help, you can contact us through [issues](https://gitlab.com/panoramax/server/api/-/issues) or by [email](mailto:panieravide@riseup.net).
80
83
 
@@ -0,0 +1,70 @@
1
+ geovisio/__init__.py,sha256=YQ1w0Jdd8BNH-F9pXAt5nOFm0dVoGJ2k0ajzaN_vS5E,6949
2
+ geovisio/config_app.py,sha256=TiG90GE4JXr0Le4a5bRMqTP02TBivb4deWmPLLd94Fc,10349
3
+ geovisio/db_migrations.py,sha256=9lHkyG_RiCWzrFkfwhkslScUsbCZScN-KVhkXrtnPDo,4560
4
+ geovisio/errors.py,sha256=uTn-kI7SUl5OPB8Mv3Qqu7Ucp5JvcqWPQFfgLCqsEpI,1376
5
+ geovisio/admin_cli/__init__.py,sha256=8xlb3WN1DtEVurW9B0VuOFtI33oRV5TvxV6hOkUUpM0,3173
6
+ geovisio/admin_cli/cleanup.py,sha256=G85I7rrfPJwaArL6MQAnC04Ye9wWciA-Yqu5iv23uJ0,4862
7
+ geovisio/admin_cli/db.py,sha256=mJ-cGuOAAsg-ovbP9L1kyL4xE0C4bYRuozzqQkaFyw8,897
8
+ geovisio/admin_cli/default_account_tokens.py,sha256=W-v5uPjCBvAujjAUx1HrfgjPj-tEyncb-EUMLpsWc9w,469
9
+ geovisio/admin_cli/reorder_sequences.py,sha256=LKKzdO2w4N-cQmi6rqKHKYG5YGzPxYRTbnfcPKakuYM,2826
10
+ geovisio/admin_cli/sequence_heading.py,sha256=BEPuRfCDXXpqSSzK2ysrxHf0OD4THzrMI_YK2uXQlGk,633
11
+ geovisio/templates/main.html,sha256=7s4eKMfWKCkpspRqeCx-G_euEq932ac-PLP5uBYGa48,2949
12
+ geovisio/templates/viewer.html,sha256=XIHlaKV_a_iOxmjcTdUdToVjt5nB2NkZlMhQLoDfTAg,865
13
+ geovisio/translations/messages.pot,sha256=9jePFA0WLcBr5CxIJOpprkfUG4To_L3ZHM_OtW43SUY,17534
14
+ geovisio/translations/de/LC_MESSAGES/messages.mo,sha256=oWorVGWoibgKafGKa3xKk2BL0YHE2-gJHhPzDvRdGIw,20026
15
+ geovisio/translations/de/LC_MESSAGES/messages.po,sha256=KdBvM1KzhYtFPEfKlwVbjibE6YSQ571vl-SdMgCHqp0,27501
16
+ geovisio/translations/el/LC_MESSAGES/messages.mo,sha256=ywsI-kQbsqracOEo-NXgF48oyNxol67_HyHkKFs8l0Y,433
17
+ geovisio/translations/el/LC_MESSAGES/messages.po,sha256=gDr-pDCsQGrCXBMBcDwlfsxcGWF1NIEqGrqPcZy65-4,17405
18
+ geovisio/translations/en/LC_MESSAGES/messages.mo,sha256=hM0CH68goVaF3NjZLu-qpx7szqW9MxDZjpFZgi6o880,17813
19
+ geovisio/translations/en/LC_MESSAGES/messages.po,sha256=EEf4oVUWSErhs5hdxtQkTL-eW3A4mbr2sAnBSa1pATg,25027
20
+ geovisio/translations/es/LC_MESSAGES/messages.mo,sha256=R1uvDSt0uKMV0gVr0foc_0iiYBLc1ls2ryBlWHVZ_DQ,19111
21
+ geovisio/translations/es/LC_MESSAGES/messages.po,sha256=NoyuXR_2iugWHLTcoUZSNLUSCpt8jMyl0FUD4p7N99w,26775
22
+ geovisio/translations/fi/LC_MESSAGES/messages.mo,sha256=Z52s0OukqMwi58FpfLnBd8ED429LPSGG4shba4HPFgY,626
23
+ geovisio/translations/fi/LC_MESSAGES/messages.po,sha256=UFT4YCfEazxLij8Ovk2vZqx55e2Yctbf_3xM5KDrXhw,14685
24
+ geovisio/translations/fr/LC_MESSAGES/messages.mo,sha256=QhYUtdkZAXYafaIS2WhXCnMG3V6WbucoYaW57cqaqpw,20612
25
+ geovisio/translations/fr/LC_MESSAGES/messages.po,sha256=jLg0FOEXbt-Wi8LMjAw-vVDUaoMeZni9H553bJjsu4Y,28019
26
+ geovisio/translations/hu/LC_MESSAGES/messages.mo,sha256=GypxSE6y8GS2SKAXZIXwBCa15xXLFiZ9JEXNX7hh1Uw,20156
27
+ geovisio/translations/hu/LC_MESSAGES/messages.po,sha256=Cs1EaEfVISyIsKxnK-f0gy0ocJdey5o-620mkvW1SAs,27472
28
+ geovisio/translations/ko/LC_MESSAGES/messages.mo,sha256=cqo1DInz1VObD4Cj_2Tqmm5dGoNQfpssRiyv8BaxxF4,426
29
+ geovisio/translations/ko/LC_MESSAGES/messages.po,sha256=uq19EZaeRB-obmE1hYnckA8T12JuuU3nXYyKaMR4tiU,17405
30
+ geovisio/translations/nl/LC_MESSAGES/messages.mo,sha256=nrfZTHMVY-yqWq6BDfZhbepUhoweGvAsNEshNYoiBRg,1592
31
+ geovisio/translations/nl/LC_MESSAGES/messages.po,sha256=m69xfphxpgfPOuUrBK51XrR8UFwqCEBZpnb_5B1mGOU,15302
32
+ geovisio/utils/__init__.py,sha256=g4SWVoV73cSXjf5-5D9-HmyB5xKmHSuxxOGWnx7W3V0,71
33
+ geovisio/utils/auth.py,sha256=iIssHEDqAWp5D514pmYjoAzr-Jy6VDSDM3STtM8M56o,10810
34
+ geovisio/utils/db.py,sha256=DFyCEB5-xTUo6sn79SYJCzuvlgFNDVyNJ48Mana5vPI,2625
35
+ geovisio/utils/excluded_areas.py,sha256=6f3wwsgNpJKxAXnHH8RKlktgHpsG-0QVNTWDDTFqPZ8,2585
36
+ geovisio/utils/extent.py,sha256=vzOHvbG6lpSNt7KrsaonBOx7Tz46S1J603gLbZvs36g,557
37
+ geovisio/utils/fields.py,sha256=sNAmrSJ4e-nqm0-LoyO3l4Zynb-Jy8swhwmL3UcDN_o,2129
38
+ geovisio/utils/filesystems.py,sha256=W_wH7TlvdEux_q4FP0XInxruxlbepFSEpJbPLO9Cnr4,4133
39
+ geovisio/utils/link.py,sha256=lMWSUcAjQzq-r-U6VEIMR2ViVs5K8PVX7coF6XMFrmk,378
40
+ geovisio/utils/params.py,sha256=s9kBPHm4gRhMx10SD7mOPdG0tR_n_O-g_rgL8Fife6s,630
41
+ geovisio/utils/pictures.py,sha256=VhtKHczgWhmg-boF4EcDcJR6fXEYWwI1EzD7sOV-8-Y,24106
42
+ geovisio/utils/reports.py,sha256=PgU0Td48WJg6XCq043he8Jif3WCA9nOTaGE0Yovo3h0,5626
43
+ geovisio/utils/sentry.py,sha256=Dw0rW2sNFbcpGojzpa-vjtJ5S7BH_XhsqfuGYBjHCG0,3759
44
+ geovisio/utils/sequences.py,sha256=mp6ezvo8PODgJIcM_leZmJV13Z2ukHYWiFh8PNYOV5o,24927
45
+ geovisio/utils/time.py,sha256=-hOs7FSx-8eiGmMQtTOrCoF8d_yMlj2306vfxJftEr8,642
46
+ geovisio/utils/tokens.py,sha256=evcboxseJ1jt0LAOkQz-ZEZ--v2P3Lh9JsaldQeHzLg,2890
47
+ geovisio/utils/upload_set.py,sha256=a_fxBuHPpk3VQun9jIqg98TgDUnEXYhmcCyuHrP6nvI,24357
48
+ geovisio/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
+ geovisio/web/auth.py,sha256=bpMb6ch6LJ8FIIfzYcrAjLS2yvwO4ohrLXfxdSYGLsQ,6882
50
+ geovisio/web/collections.py,sha256=8tXzI9Uj4PI5HSN03uSl3iNgKgs6_YCRWlXFEnuAbwM,38810
51
+ geovisio/web/configuration.py,sha256=8pHGG6LEID1NqaiAq0qg4kdRG5_uuM_F25afLt62_G0,1706
52
+ geovisio/web/docs.py,sha256=hDeJVbV-W_ROJpNOiCcUUxtACfAnPTZifunVH-TI1N4,54685
53
+ geovisio/web/excluded_areas.py,sha256=5BNSZ0UqgFMtgvgrJ73eYGJXPJRnV-mGEs36WDRRxTk,13024
54
+ geovisio/web/items.py,sha256=M9IO9t35y9gKlKHFifWWe_EhxRWEwfcBQLyVM_A6JeA,54982
55
+ geovisio/web/map.py,sha256=0-owIu56n7FKfC6jYCglRoiutBgg4pAqu_R8d5yXcI0,24062
56
+ geovisio/web/params.py,sha256=1hO3MQuEXJBk5ZQAk-Mau9gRxwWUITxQkgtSnDEN06E,20542
57
+ geovisio/web/pictures.py,sha256=qbhgLsI6YtpFxXn1a3dzO66nnVrWglRZSXWmlfJr1tU,6394
58
+ geovisio/web/reports.py,sha256=8v9a4PMM9RsvSGadZEN2o5PTKG_TohjyMMEBfFeY13E,14123
59
+ geovisio/web/rss.py,sha256=NLUd2Or92tcKRaGUHAze6QMLWczHyzag9ybOzrA8djE,2962
60
+ geovisio/web/stac.py,sha256=V00aTv74faiCQRslsv1_dWZpZTNXAB5YryOA4O_sJh4,14382
61
+ geovisio/web/tokens.py,sha256=AeQE_Xkqb988wRNnT5fkPOB7xsrHDqyI2GXM7drqzIo,8904
62
+ geovisio/web/upload_set.py,sha256=4lGiHTrQowmxSeLzNL_UF1TKXg02ksitRSPkRXPM4ic,30554
63
+ geovisio/web/users.py,sha256=HN6vcoTwi4VPoCofw2_o6HO7tLWh6mA6KfOe8w8Sv9c,8468
64
+ geovisio/web/utils.py,sha256=kudTbV4Tgtkbd4oUWFTFpyWNINpxAa-VQNbxYEiR6pM,3640
65
+ geovisio/workers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
+ geovisio/workers/runner_pictures.py,sha256=Q5NykdGynyVBrWcDRYOZBDZb4N7H0LjbafnqZPpjH0M,21747
67
+ geovisio-2.7.1.dist-info/LICENSE,sha256=iRFSz7MJ7_j4hh3hvIgzNbS2buy5NMva8lulaixd3IE,1069
68
+ geovisio-2.7.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
69
+ geovisio-2.7.1.dist-info/METADATA,sha256=AFnBR_FpjCPW-PZf1rDUh408ps8f5YEZUE24lIbIz0o,4259
70
+ geovisio-2.7.1.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,41 +0,0 @@
1
- geovisio/__init__.py,sha256=yapR_h5nku65rSCVCBC_xhqjkTrnUcPgAKFZtKFztHw,6390
2
- geovisio/config_app.py,sha256=CJoKKPSTxgT1Chspd8JShjEve_iZ8vuQGJ5CZZq2VRY,8795
3
- geovisio/db_migrations.py,sha256=6phXwwVWR9_qMghzphb7Dqsm2dwIhB9Ipy6TIhWMVw0,3600
4
- geovisio/errors.py,sha256=uTn-kI7SUl5OPB8Mv3Qqu7Ucp5JvcqWPQFfgLCqsEpI,1376
5
- geovisio/admin_cli/__init__.py,sha256=8xlb3WN1DtEVurW9B0VuOFtI33oRV5TvxV6hOkUUpM0,3173
6
- geovisio/admin_cli/cleanup.py,sha256=SevtztDBN9844wT_6G_DubTNoK2b3N4n53LFgAPRxcI,4882
7
- geovisio/admin_cli/db.py,sha256=BCF7nRKChdFU8fW_3T5ceodofUeEF71i6rN96MLZUag,1000
8
- geovisio/admin_cli/default_account_tokens.py,sha256=W-v5uPjCBvAujjAUx1HrfgjPj-tEyncb-EUMLpsWc9w,469
9
- geovisio/admin_cli/reorder_sequences.py,sha256=LKKzdO2w4N-cQmi6rqKHKYG5YGzPxYRTbnfcPKakuYM,2826
10
- geovisio/admin_cli/sequence_heading.py,sha256=BEPuRfCDXXpqSSzK2ysrxHf0OD4THzrMI_YK2uXQlGk,633
11
- geovisio/templates/main.html,sha256=7B5ecCpKfUFSNnLg9ut3MZA8Qg_FPceAxQiB2qD90ag,2720
12
- geovisio/templates/viewer.html,sha256=CS7zkQqIWMSbCvjh8NTftECha_-UEEQLmgXwEFi_bbA,892
13
- geovisio/utils/__init__.py,sha256=tNKCk-F-VnonAj3K86RXjD8Xnq_9edY-CpV1_YKUcaE,67
14
- geovisio/utils/auth.py,sha256=w3vBMupyU1n7Yde3j66Gz_BcGrXmrBRHhzaRWK7A1Ww,9395
15
- geovisio/utils/fields.py,sha256=EaLJa_MEGIrOMVeAIrF8UZsIIgRI8DFgJRafFyqLt6s,2145
16
- geovisio/utils/filesystems.py,sha256=dr1uvwgOGuK7y3UNF3GVGiXS-39Gs81QWGEfPwd-wbo,4148
17
- geovisio/utils/pictures.py,sha256=5e-5L8MGex7px9z1IGuaJn4-pR99KWqp9mCI4qs3ZfE,22811
18
- geovisio/utils/sentry.py,sha256=Dw0rW2sNFbcpGojzpa-vjtJ5S7BH_XhsqfuGYBjHCG0,3759
19
- geovisio/utils/sequences.py,sha256=t_kAUC8a2nrVIsI9Z9Zy2__paOYk6lQm3Pe1bXhW16Y,18884
20
- geovisio/utils/time.py,sha256=-hOs7FSx-8eiGmMQtTOrCoF8d_yMlj2306vfxJftEr8,642
21
- geovisio/utils/tokens.py,sha256=_GBaD7LZXaO5-gbaZ1taz1irljogIHXKQyeT8EtbT-U,3111
22
- geovisio/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- geovisio/web/auth.py,sha256=kXUsZr-8Hrgg72gt2h8KVoE4Iaw8uOsTp63Pn7lLpMM,6964
24
- geovisio/web/collections.py,sha256=ylZCqoCGam1utCenSIbx2MuNm7jysf5yBjwE4jv8J1k,39864
25
- geovisio/web/configuration.py,sha256=ZUDhsmMC5ZFBqHRYRgJyxv20MNpBbSwgUdlR7ShrTLQ,1111
26
- geovisio/web/docs.py,sha256=v1WjLdxPG6NcHwmTvMe-tJeYDf0Qo1BiWLZqTZbSjOg,40106
27
- geovisio/web/items.py,sha256=ewnz0PH_0M2bXOxLuzMjsA21IuTnP5pc6o_8rDQ8ass,51791
28
- geovisio/web/map.py,sha256=AM1Q1VVrh7DV30wdQh-ONDCbt0qsQQFnA0P7zqUQkFo,20217
29
- geovisio/web/params.py,sha256=n0gzoQAD0bSKEA4-PVOowhp06EUoOhbqR7CKlWz7HTU,18996
30
- geovisio/web/pictures.py,sha256=R3INt-XxRfUbM0BZqZ0l1PlpQHYjp1WQhP3BHOZVizM,6889
31
- geovisio/web/rss.py,sha256=RBYJIrvdNr_PtzrhDruY1ZQFNPH16EK7GtOfxP4roEY,2852
32
- geovisio/web/stac.py,sha256=ktVNa1zHDNSW59zwzn8K1tw3ZOFBQFGD-Uho_2KjCGQ,14705
33
- geovisio/web/tokens.py,sha256=xjKfnKbdsAkz5CJmphouI1iI-eOXUaUaaPaNF7U_3-E,10039
34
- geovisio/web/users.py,sha256=9FGcPjKxRC1n-q4BvFdH2tsZ0s71gYXGwux8ggmEOA0,8109
35
- geovisio/web/utils.py,sha256=YdVA3K7STinpNqTVFl3QYDntZZRfDV4ZZ85MqW0mzYw,3095
36
- geovisio/workers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- geovisio/workers/runner_pictures.py,sha256=n5MJwcblz6MxVI-5EpXrvugReqaIkqE16V3irzU575g,18657
38
- geovisio-2.6.0.dist-info/LICENSE,sha256=iRFSz7MJ7_j4hh3hvIgzNbS2buy5NMva8lulaixd3IE,1069
39
- geovisio-2.6.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
40
- geovisio-2.6.0.dist-info/METADATA,sha256=XoifqlSsvCbhosqExrUxbt2IWwfpt2Rha3uyQQq6VJo,4149
41
- geovisio-2.6.0.dist-info/RECORD,,