imio.smartweb.core 1.2.19__py3-none-any.whl → 1.2.22__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 (65) hide show
  1. imio/smartweb/core/browser/static/icons/action-e-guichet.svg +1 -1
  2. imio/smartweb/core/browser/static/icons/action-email.svg +1 -1
  3. imio/smartweb/core/browser/static/icons/action-engagement.svg +1 -1
  4. imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +1 -1
  5. imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +2 -1
  6. imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +1 -1
  7. imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +1 -1
  8. imio/smartweb/core/browser/static/icons/action-voir-plan.svg +1 -1
  9. imio/smartweb/core/browser/static/icons/categorie-associations.svg +1 -1
  10. imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +1 -1
  11. imio/smartweb/core/browser/static/icons/categorie-cinema.svg +1 -1
  12. imio/smartweb/core/browser/static/icons/categorie-commerce.svg +1 -1
  13. imio/smartweb/core/browser/static/icons/categorie-concert.svg +1 -1
  14. imio/smartweb/core/browser/static/icons/categorie-culture.svg +1 -1
  15. imio/smartweb/core/browser/static/icons/categorie-demarches.svg +1 -1
  16. imio/smartweb/core/browser/static/icons/categorie-enfance.svg +1 -1
  17. imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +1 -1
  18. imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +1 -1
  19. imio/smartweb/core/browser/static/icons/categorie-exposition.svg +1 -1
  20. imio/smartweb/core/browser/static/icons/categorie-horaires.svg +1 -1
  21. imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +1 -1
  22. imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +1 -1
  23. imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +1 -1
  24. imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +1 -1
  25. imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +1 -1
  26. imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +1 -1
  27. imio/smartweb/core/browser/static/icons/categorie-primes.svg +1 -1
  28. imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +1 -1
  29. imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +1 -1
  30. imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +1 -1
  31. imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +1 -1
  32. imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +1 -1
  33. imio/smartweb/core/browser/static/icons/organisation-cpas.svg +1 -1
  34. imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +1 -1
  35. imio/smartweb/core/browser/static/icons/organisation-ecole.svg +1 -1
  36. imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +1 -1
  37. imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +1 -1
  38. imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +3 -13
  39. imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +1 -1
  40. imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +1 -1
  41. imio/smartweb/core/browser/static/icons/vue-actualites.svg +1 -1
  42. imio/smartweb/core/browser/static/icons/vue-agenda.svg +1 -1
  43. imio/smartweb/core/browser/static/icons/vue-annuaire.svg +1 -1
  44. imio/smartweb/core/contents/sections/common_templates/table.pt +3 -3
  45. imio/smartweb/core/contents/sections/contact/utils.py +2 -150
  46. imio/smartweb/core/contents/sections/external_content/views.py +3 -3
  47. imio/smartweb/core/tests/test_rest.py +105 -3
  48. imio/smartweb/core/tests/test_section_contact.py +2 -2
  49. imio/smartweb/core/viewlets/configure.zcml +11 -11
  50. imio/smartweb/core/viewlets/ogp_tag_header.pt +18 -9
  51. imio/smartweb/core/viewlets/ogptags.py +136 -0
  52. imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js +1 -1
  53. imio/smartweb/core/webcomponents/build/js/54.smartweb-webcomponents-compiled.js +1 -1
  54. imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js +1 -1
  55. imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +2 -2
  56. imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +2 -3
  57. imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +2 -3
  58. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/METADATA +28 -1
  59. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/RECORD +65 -65
  60. /imio.smartweb.core-1.2.19-py3.10-nspkg.pth → /imio.smartweb.core-1.2.22-py3.10-nspkg.pth +0 -0
  61. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/LICENSE.GPL +0 -0
  62. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/LICENSE.rst +0 -0
  63. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/WHEEL +0 -0
  64. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/namespace_packages.txt +0 -0
  65. {imio.smartweb.core-1.2.19.dist-info → imio.smartweb.core-1.2.22.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- imio.smartweb.core-1.2.19-py3.10-nspkg.pth,sha256=wnCUSUElqssZ5FI3x-9HqwD229HQ-bAuPoDUNJHmMtU,1684
1
+ imio.smartweb.core-1.2.22-py3.10-nspkg.pth,sha256=wnCUSUElqssZ5FI3x-9HqwD229HQ-bAuPoDUNJHmMtU,1684
2
2
  imio/smartweb/core/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
3
3
  imio/smartweb/core/config.py,sha256=BUgfvh4hCaw0onCYAG4gQI1O4hZ-GzXWEltdHi4YLIs,337
4
4
  imio/smartweb/core/configure.zcml,sha256=PeC4rF--rF6MfVQ0NzggQrZWIl35oPtJdEhvQwGxhhI,1459
@@ -80,55 +80,55 @@ imio/smartweb/core/browser/static/spotlight-bundle.js,sha256=MxZ4E6qmRiV1eojklqY
80
80
  imio/smartweb/core/browser/static/swiper-bundle.min.css,sha256=_7BNAPE6sDlKRWoyA9Hax0ffAel0ai6vNtp51OUHFAA,17908
81
81
  imio/smartweb/core/browser/static/swiper-bundle.min.js,sha256=p6RltqiN_aHIURwYhWy5LgVbYRTHIHIkf6A_kXgf4vs,137031
82
82
  imio/smartweb/core/browser/static/webpack.config.js,sha256=_1xZiTfnWS8Y4xIEM1HAD_rnmCZL3rlNYveBy6KHues,1079
83
- imio/smartweb/core/browser/static/icons/action-e-guichet.svg,sha256=YzPVH8waw_WoyZpsdl3kCK435N2F0YpDjtacrpbSNFg,873
84
- imio/smartweb/core/browser/static/icons/action-email.svg,sha256=jfi5TyWHX8YQ1vcxAejpeadkb0rluCcrZ8DBlb2RQIE,274
85
- imio/smartweb/core/browser/static/icons/action-engagement.svg,sha256=pbnlzMrbG9flZX_6zJJkTNdqmt7CNWmZfkPXAzWJg4s,1355
86
- imio/smartweb/core/browser/static/icons/action-nous-contacter.svg,sha256=YbdUZ9HBVhTu4bmZHdNRs8vJ98sJSkCeU5oK5bqUhjY,483
87
- imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg,sha256=vyTGMr4XKSY8_BpCo-CPhFGcmMjVlgNU1ylA-b1iW5A,409
88
- imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg,sha256=gXQYbbU0gGS0bdy9gJE8lzJh0nTuq45rPV2wZjP8ePI,307
89
- imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg,sha256=olhQjT-yb6_asXqOGTQfG6U_NM-GOQON-53ZqBQFcSY,787
90
- imio/smartweb/core/browser/static/icons/action-voir-plan.svg,sha256=KsWNiURzNREunkT4diljehfbWDZZmxyeLoxL_qB7DqE,414
91
- imio/smartweb/core/browser/static/icons/categorie-associations.svg,sha256=uEhMsmSAZdEBP4TIVmDMjh3d98Tea8b9sWrncrD1QB4,313
92
- imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg,sha256=w5NFHEE6R--6J4_EIm5_TJPiClFo7C10AqZDjkHNilk,313
93
- imio/smartweb/core/browser/static/icons/categorie-cinema.svg,sha256=yf7FI9SLRXNROxJiD_z32lP8A4HMZNZkXpSix13aFac,458
94
- imio/smartweb/core/browser/static/icons/categorie-commerce.svg,sha256=dLJYjYS-M7QYHe3GR6DQ2TXcRoksdKnV0xNqpbfHGKc,1787
95
- imio/smartweb/core/browser/static/icons/categorie-concert.svg,sha256=VA6ukSKO-wteLUHvK-4SJf4kB7as95PAm0wIpo9ca54,508
96
- imio/smartweb/core/browser/static/icons/categorie-culture.svg,sha256=kqX2TUrKNS6AUWAiWO6qf7SQ-KAFdL3uo_0M8CL4uyg,367
97
- imio/smartweb/core/browser/static/icons/categorie-demarches.svg,sha256=7G-7lpWQggOHRf_ERpR766inDlNp1puduDpTDAiCC64,426
98
- imio/smartweb/core/browser/static/icons/categorie-enfance.svg,sha256=DHiu_Oc1D73o2YND_W9Uyxixw2nFeriz4DaNQiLveCk,1011
99
- imio/smartweb/core/browser/static/icons/categorie-enseignement.svg,sha256=EU97uEFv0TQW0uRb4MMkf3QaptyEM-6U7amuArf-sR4,673
100
- imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg,sha256=BPhp2zCYifBESOftYv6mJ08wfIBRwMudwzCUcZ_Iofk,252
101
- imio/smartweb/core/browser/static/icons/categorie-exposition.svg,sha256=Ep2DrVPT_XJ5sNZgFCpF2lLGO1uaS9pDqB_yXA2mxT4,284
102
- imio/smartweb/core/browser/static/icons/categorie-horaires.svg,sha256=0DbXuMe6KURAyZ0mwXhCnKBwU_t0WsRcTNhuGlfaXW4,245
103
- imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg,sha256=k8zYN7NtzS0h6NUYucML_rjXajXILl5odoWtR8KvJ7A,453
104
- imio/smartweb/core/browser/static/icons/categorie-mandataires.svg,sha256=ooS7wnPXceCZWP7d03a1Npm6iPqm30ypP1RGum5h8yo,692
105
- imio/smartweb/core/browser/static/icons/categorie-mobilite.svg,sha256=9rXxoqgn2swVWK1vO3qx7QcsGvoa-BKjFViIuTMN694,561
106
- imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg,sha256=jQWFCBWVQ1_wrXkpozGfvOeE-8NWtntUAQgx4ZtNNTI,302
107
- imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg,sha256=k0FRBa-sYg8q8bSQiPohSfUDsVER_cfJZXeiRZHDdpA,318
108
- imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg,sha256=cYMcpNYd8QWQ5OouAtB0NfUGGMVSjXlOEdfkOLpdZGM,419
109
- imio/smartweb/core/browser/static/icons/categorie-primes.svg,sha256=1WD1wUrZ2tmURt2X33tvF-dcyaQuqcSsjiZYOC72RaA,662
110
- imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg,sha256=SGV3leX6QTURBjMQMY70RvJBiOCYkri6VM-sIXNfCis,397
83
+ imio/smartweb/core/browser/static/icons/action-e-guichet.svg,sha256=FTtNQMwbNom27HS-J5SHKScaArI3RglBxfz0JI4Rs70,885
84
+ imio/smartweb/core/browser/static/icons/action-email.svg,sha256=y7AP7a3-B60D0dpAw7nmfMjGKYKRUUdJauxR5mO9L6o,271
85
+ imio/smartweb/core/browser/static/icons/action-engagement.svg,sha256=fdAJf8KWyBI4YtvhKu0kVXMtgvr7j1VA7Hzci2342mw,1367
86
+ imio/smartweb/core/browser/static/icons/action-nous-contacter.svg,sha256=Ct3xUOB_JOafmvkCxAJjWeXwDIQjeBK8FwUqo4UmKik,480
87
+ imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg,sha256=J1CIr2OgmyHkdgbj3dwG75rxGpcB0UXwx5BIuLvw8Nc,407
88
+ imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg,sha256=2Zjxv_wvibsHFMy0cNAgjXGK08BG7FsNrx7Q89RuU3o,304
89
+ imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg,sha256=A7i58x78auzCw6G9WmxYN7QYFQ8TNwi-vgXswgYgOE4,784
90
+ imio/smartweb/core/browser/static/icons/action-voir-plan.svg,sha256=n_qVodwK4hLaqXEj8BzEL7HZ88eCJiZ11LDOoG2ibCI,411
91
+ imio/smartweb/core/browser/static/icons/categorie-associations.svg,sha256=A0QQ07Cu2oKS9GaG9E5qydH2fvGt-P1nrzd39IT_wEY,310
92
+ imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg,sha256=Db7STV9L7SkIr5A0dYWIjHEU7RWefxj6htm81kW-CE4,310
93
+ imio/smartweb/core/browser/static/icons/categorie-cinema.svg,sha256=ykZ-EotLG-RfjrSxPBDjAaKHx82GfH66PPD-oZbcYTs,455
94
+ imio/smartweb/core/browser/static/icons/categorie-commerce.svg,sha256=G8oowEydjc35XKeFpPFGOB6sdY4i2OnatuAP8UwAEuc,1798
95
+ imio/smartweb/core/browser/static/icons/categorie-concert.svg,sha256=NPOjrvbuAtg7ygl-w4PLEXpVJ3oW-vEaA8FC5I6jZfM,505
96
+ imio/smartweb/core/browser/static/icons/categorie-culture.svg,sha256=DoQrCxl3OaM7jeTO0EmwG-MH0YAcvhM0_7GZa_2zcgI,364
97
+ imio/smartweb/core/browser/static/icons/categorie-demarches.svg,sha256=gGmBNiNUpAYv3iM8LUQKhKQiDXWKOnri6InXLCQzEv0,438
98
+ imio/smartweb/core/browser/static/icons/categorie-enfance.svg,sha256=oS1YPM4DZoKSx91vwjX9kvKOwllAW-00D_FJwLOxKZE,1008
99
+ imio/smartweb/core/browser/static/icons/categorie-enseignement.svg,sha256=Fbv8_hiinYAeUduf4riBQiplNfyqmbpGG3o4k7SEaKU,670
100
+ imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg,sha256=-eFjnoxqEfv7H8x9PL3W8VQPnT4BrzWFQX9sO_6l_1o,249
101
+ imio/smartweb/core/browser/static/icons/categorie-exposition.svg,sha256=C2KtZ3Lblv6RFlc6_FQH8xrr1NeRidPeiDDBSwh1AOc,281
102
+ imio/smartweb/core/browser/static/icons/categorie-horaires.svg,sha256=7vS7qtih8X4aNQ14H8tyNW7AEws6eXU97GQJFyeX9ng,245
103
+ imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg,sha256=irTNcYhFZMDhmgj0tLd_cB3MOAFvjwVogW_rBgVOM0Y,465
104
+ imio/smartweb/core/browser/static/icons/categorie-mandataires.svg,sha256=u4u5lEr8wPiwdOAe4a5cM97R1e0-2QT0Wn3ITgy_zJA,689
105
+ imio/smartweb/core/browser/static/icons/categorie-mobilite.svg,sha256=mZHma8Mo90GHszp-NzeWEzRFaLi1sLNAIE5Ot4xzTkk,558
106
+ imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg,sha256=etM7HIevvElfn6gXhLX00x4LGVNi-cpcCW-Q1zJy4PI,314
107
+ imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg,sha256=vyONUoaymfMP8p0E9z6r22hndW502NAZs6QVKSQmnoE,330
108
+ imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg,sha256=hgCYAMe2AJII59REHltl9lmUlZBdw-ErINCh3zDcZJQ,416
109
+ imio/smartweb/core/browser/static/icons/categorie-primes.svg,sha256=6_fBTsxmkDDC7cFpEFCTvRupFeT8HAEVmqDpFV0XRo4,659
110
+ imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg,sha256=KOQHM5G2ZXmdjz4ef7nFBLTAcUPhKy87Umk1SqB9uBQ,394
111
111
  imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg,sha256=QpZegqQu6i5wNCByCgayykvYgGXpAsd2xAFhmBAoBmg,514
112
- imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg,sha256=zWQTDDjgwJEtnMOHDdSzOqPkrev_MqzR3ttm9ddsn4w,925
112
+ imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg,sha256=YgTcWxhTMfDp32hD2uxwmy9QdQoT5W86AbdortIX6wg,925
113
113
  imio/smartweb/core/browser/static/icons/categorie-theatre.svg,sha256=Cs9yOXamSR92OuRp_pJBpKjAdrOz2OjUFWbRD2DjreY,713
114
- imio/smartweb/core/browser/static/icons/categorie-tourisme.svg,sha256=XELEpli1XbG_ovAFsZWMVHHJ97NPQiOdIO4i89pGQJM,390
115
- imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg,sha256=RNEpbeE7etIa9RxXnasAlq6CAlJMecR0YYI7fw2Zc-g,294
114
+ imio/smartweb/core/browser/static/icons/categorie-tourisme.svg,sha256=mCeUtsjWyxw2Rh3rwpBIp59yDCWgwrIbMjDa-wy5D4I,390
115
+ imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg,sha256=FKGFAoVfb1ZBiyIG6SJkHryyvgZtBgEBH1AiWt7sLKw,291
116
116
  imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg,sha256=oh-_Ayp3_VkitKrSbvluYEWcwEiBG7kgyhhWD2X7F5c,522
117
- imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg,sha256=1iTbLylo9lnG9QDAm7Y8hBhL7BAA4p2IZPkXAFIlwCE,739
118
- imio/smartweb/core/browser/static/icons/organisation-cpas.svg,sha256=9AdhCOTtUBquEPeXX8Y3rNyuX2PCma7MtUIKto1BckU,879
119
- imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg,sha256=M10SF2TCImc--UIPQoep0nFggbaIr_XMMHMb2V3QEVI,625
120
- imio/smartweb/core/browser/static/icons/organisation-ecole.svg,sha256=PQIecHbOKMwfbLRy4CFAIQy2csBt-0BOZC7Y6LgdtXg,302
121
- imio/smartweb/core/browser/static/icons/organisation-mobilite.svg,sha256=ua64sU-s5aZxDCpDX25ls01r4k410nqq791IlDpZMuE,614
117
+ imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg,sha256=oZn6Y2mvN7UF37UelJPkmveUO_MXv8yvZ32ZqciAzeI,736
118
+ imio/smartweb/core/browser/static/icons/organisation-cpas.svg,sha256=SzhAxaw2E5IVixx8VBE3LQGJOBeLrQs21RSiCeeHewM,876
119
+ imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg,sha256=DenXpQz17YwKrU9dDrB0L48r7BdHjxyogT_Ec-vB0UE,622
120
+ imio/smartweb/core/browser/static/icons/organisation-ecole.svg,sha256=kY8rN-5i_-i5mOLWQveqpWxyr8t3K-ZCMKMTN5CvgdQ,275
121
+ imio/smartweb/core/browser/static/icons/organisation-mobilite.svg,sha256=7iEtM60EUh8-Fv_IEntGjR3R8jeiraadk00mdBo2HnM,614
122
122
  imio/smartweb/core/browser/static/icons/organisation-police.svg,sha256=BXC-V7UNy4PmFtZiphwxCA4Fpbrk165Rpo3wrw0SWdU,451
123
123
  imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg,sha256=F0jClbR8JIbDIqmCl6-swjZ-I-kPcZ6XVfA012W39uo,2086
124
- imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg,sha256=Qen0qWLTEnUQf3JFg9Ni1U_1zjc9SzpAXd3TMmwNx8M,421
124
+ imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg,sha256=DxRzE5pKALCmz3RAbqHGOqGfx3CUOqhmiCg2OFNHQuo,433
125
125
  imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg,sha256=COdyWpY9JS71JGpyimVSrZ2dLRb8-qi6Qp7PGmFCNGw,1999
126
- imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg,sha256=9pgQAypaC_S_6y9RtguYWKLJmX2fAF8omQ-pVrq1M7s,1039
127
- imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg,sha256=Qr9Qeu-IxnVO7Vgt0813Qpl95L_JRWtQr-08-9rCxcw,826
128
- imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg,sha256=yu6wRkDnSHmCAqw6pN1WTVr-4DUzOl1OZhvLLFUYdS0,542
129
- imio/smartweb/core/browser/static/icons/vue-actualites.svg,sha256=AV03gmKj7dG2FEODgiVkbqA2aWFhLp5G12AGH58V3uc,350
130
- imio/smartweb/core/browser/static/icons/vue-agenda.svg,sha256=3oWoG6U3MvFuWES1pf943JI-89OUsI-94SDFAHp9UGM,339
131
- imio/smartweb/core/browser/static/icons/vue-annuaire.svg,sha256=MwuysY7mS6r8IIYwo99GyG5LwtPLFw6CxrhiYyImnOI,497
126
+ imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg,sha256=vHQ46G4DyVHUIGI5hAYJTOpHlHU7rix0TFJqPo00Wbg,306
127
+ imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg,sha256=FUHGY9jKDJBfVXqdUh45L7U5ZR3yNZQH2XA5HrnJND4,838
128
+ imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg,sha256=PfzBC4yti-0ufuUAkiav__cfhYM_wHtL17ckIo8_SOU,554
129
+ imio/smartweb/core/browser/static/icons/vue-actualites.svg,sha256=M0LnT9Fp4uIQOGqiWaNG6HUast-MVl75J-CcJODmL3A,347
130
+ imio/smartweb/core/browser/static/icons/vue-agenda.svg,sha256=ZaIUxfdRIYuNUwp2wKmdC1Q1g7uhjaGaxVXCooi-zkQ,336
131
+ imio/smartweb/core/browser/static/icons/vue-annuaire.svg,sha256=jCoOGU6nGabF_mGAF5hsge1OWZbRKRtYHfjmzEJhzS0,497
132
132
  imio/smartweb/core/browser/static/src/edit.js,sha256=8o6qgeMJ_kDyq94HJ6xB_junqSY-ruH11uguxdkkST0,1978
133
133
  imio/smartweb/core/browser/static/src/edit.less,sha256=ls4apgCMkJaagk8ePsOl6HmQpOVaPdCBaGMkdocZn2o,1089
134
134
  imio/smartweb/core/browser/static/src/swiper-config.js,sha256=PK5Uw_vbHcXiyt3R8Gvdq2geNX6LEdQB2QTWTcKSqWg,1285
@@ -224,13 +224,13 @@ imio/smartweb/core/contents/sections/collection/configure.zcml,sha256=Ak4UbKFjog
224
224
  imio/smartweb/core/contents/sections/collection/content.py,sha256=DMmU9rIaRlbRjIaot5RHXu59vJmAbun0FCmyahWhBCM,2379
225
225
  imio/smartweb/core/contents/sections/collection/views.py,sha256=G8Q7zlFmuEKKCmAGLj5cVL3axebzf5ZlSVRYx9q45U4,1470
226
226
  imio/smartweb/core/contents/sections/common_templates/carousel.pt,sha256=INJ6vZmuErNNBmshHs4erXA9JSACJXpQZrXAw4br7e0,5393
227
- imio/smartweb/core/contents/sections/common_templates/table.pt,sha256=K2HCF2647DEN4qO-elYvC3udKRx4ejF529ZrjXaNnwc,6402
227
+ imio/smartweb/core/contents/sections/common_templates/table.pt,sha256=N_ztInw5BMdDprz9nllilxzSmQTITIdXKPxk7JNVTfM,6428
228
228
  imio/smartweb/core/contents/sections/contact/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
229
  imio/smartweb/core/contents/sections/contact/configure.zcml,sha256=WjyGXO7alNf4yDW5dZCS_xQ_AYbQVQuRVRIeoyLIBzY,1591
230
230
  imio/smartweb/core/contents/sections/contact/content.py,sha256=3h5DCJlUPv6NbDwx60cfAsxo_Bt8zUiRQcAjquYRXNE,2661
231
231
  imio/smartweb/core/contents/sections/contact/forms.py,sha256=VlN_jse8tYxE9RCro2RgHlZRDDIyZA8Bjr-dNePZYwU,1387
232
232
  imio/smartweb/core/contents/sections/contact/macros.pt,sha256=ynqVHvtvvcNyAIGj5K07SO9jyRN0R3KbFBBn4t1qMaE,9523
233
- imio/smartweb/core/contents/sections/contact/utils.py,sha256=9tlZbkyrqTCRLY7HRE4IFOQfKCeK4E1XhBlOgzWlZsU,11619
233
+ imio/smartweb/core/contents/sections/contact/utils.py,sha256=-DRERss0te9ozVhg3i2FveSuA3eT1WdJn1KicLIVJrI,5270
234
234
  imio/smartweb/core/contents/sections/contact/view.pt,sha256=CyNoSxzf9kNQdjN2iCp77zpFeXfC1KGgQlx_UeTSQ6M,1170
235
235
  imio/smartweb/core/contents/sections/contact/view.py,sha256=5l5FQLxz-UfFZrttqNsWetuCg-4yT-wIzukIK-QLF6s,1422
236
236
  imio/smartweb/core/contents/sections/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -243,7 +243,7 @@ imio/smartweb/core/contents/sections/external_content/configure.zcml,sha256=fv5_
243
243
  imio/smartweb/core/contents/sections/external_content/content.py,sha256=apHtfPwxkHkLQJVFVXs4F8O0gE09uI49AFQ8xRFrXgo,1096
244
244
  imio/smartweb/core/contents/sections/external_content/view.pt,sha256=_HwDoyytZrcq_IMXuRxakr54XgjXRNYScZumSA50FEA,1234
245
245
  imio/smartweb/core/contents/sections/external_content/view_arcgis.pt,sha256=mWxeEI6gWAIHixV0dIt6JnEPCEEYqsJklA3V9nGXFTw,4895
246
- imio/smartweb/core/contents/sections/external_content/views.py,sha256=yeVUEifvoBGkjTLrpVz1PvNpsmiWjql9DvQnnJWR6zg,8764
246
+ imio/smartweb/core/contents/sections/external_content/views.py,sha256=4hBg4Abw6fqMDGMnHzDjV1lqJlZvUq2mrqSYoNyiuZk,8770
247
247
  imio/smartweb/core/contents/sections/files/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
248
248
  imio/smartweb/core/contents/sections/files/configure.zcml,sha256=DyyHzDEKLWmOywbV08Zf7bvf0At5jyAeDfZ8PCK5Rog,501
249
249
  imio/smartweb/core/contents/sections/files/content.py,sha256=60wt1VguNqKBu3fyuuG2dcrHC-9FjxTf96af2IqU3fw,871
@@ -384,10 +384,10 @@ imio/smartweb/core/tests/test_page.py,sha256=1dD9M_6nwS6M2OuyWmT5cPq5qnxnog3tcqF
384
384
  imio/smartweb/core/tests/test_plausibleview.py,sha256=G1ryfnz3TuQBG8VFO5KzEylT5DFABW58PQuuvPq_ccY,3229
385
385
  imio/smartweb/core/tests/test_portal_page.py,sha256=hIqg4eb91o8BsSj7eSKdvoxehzOXt8bzpg1o5ej__zg,7215
386
386
  imio/smartweb/core/tests/test_procedure.py,sha256=0w8phOwYfpp9vb3KDsnwjX8AhQXWdodA06W4koderQo,6474
387
- imio/smartweb/core/tests/test_rest.py,sha256=WOSprdg0oV-8BLemwpNL9VH25qO2ghR3iM0TeEmW1Ps,19679
387
+ imio/smartweb/core/tests/test_rest.py,sha256=6GsjTawDRLJovjqIO7pPMd3xIgwXfAeq3fXFeqXIbpE,25107
388
388
  imio/smartweb/core/tests/test_robot.py,sha256=NQ7AkN4tEva3bgGjMxmyqY0zIo4pJPnPOwnD9hmrTVI,926
389
389
  imio/smartweb/core/tests/test_search.py,sha256=VryeRI4_5CvnStKOoNoG95M2WTy7Lyy_AhHIDG40M14,2182
390
- imio/smartweb/core/tests/test_section_contact.py,sha256=SC0pliePmuJ5NGLV9CYsNiodWEDgmrUM0ukoaI30sDk,23198
390
+ imio/smartweb/core/tests/test_section_contact.py,sha256=vwCcls19KSiciaAXYG7C3SwOMWao8VGcnLvsU8ikxB0,23166
391
391
  imio/smartweb/core/tests/test_section_events.py,sha256=CPp0gBjRf3dpzHfhgF9gF2d_QmKFGxph8nM9seNSUUw,6690
392
392
  imio/smartweb/core/tests/test_section_external_content.py,sha256=rKxVc03Z7atkkLEVG_kergdK5F3MN5h9PQtmOEd6Q04,6872
393
393
  imio/smartweb/core/tests/test_section_news.py,sha256=nuRmRQldHrYfvYUB6bsSz7IwMeNbx2wiY9TBKI7j8DI,6804
@@ -543,7 +543,7 @@ imio/smartweb/core/viewlets/category.pt,sha256=JElI8UGE7Lk-Uhf2KsKlTlX3EvqPdjmgk
543
543
  imio/smartweb/core/viewlets/category.py,sha256=F8Vqxy3686-jY6ymjvZJFtK1Kj2a8Sqj8tAC37ZsCOU,308
544
544
  imio/smartweb/core/viewlets/chatbot.pt,sha256=ataC2OtLpEawvrIZnM9vR8ChLfwkeMl78tOieSGpvSM,611
545
545
  imio/smartweb/core/viewlets/chatbot.py,sha256=WgY4PQ7hZAuMRdACxRmwAs7-71Vl-h1Jk7CM1YPc6b0,329
546
- imio/smartweb/core/viewlets/configure.zcml,sha256=VU2pH2Kckw7kxsUJ07AiIvbQbLvZBzp7jFIMw-O46fQ,12670
546
+ imio/smartweb/core/viewlets/configure.zcml,sha256=vwRnli1T9SyZ2_EmQleEJqg_B1HcBSAqhaExje4_F1U,12703
547
547
  imio/smartweb/core/viewlets/default_page_warning.pt,sha256=nw1G01jkmyY776NMmSxg-7ZHuNcZkzbrrZirTaRVyXY,531
548
548
  imio/smartweb/core/viewlets/external_content.py,sha256=b9Qpxvzd5cEfwUOnS9Cp19wPplsUfDrolIwocm7Wx9A,421
549
549
  imio/smartweb/core/viewlets/footer.pt,sha256=PbbXe2krY6DvCFWidShbo5XU9PATf8smpGM3N33vhkw,872
@@ -566,8 +566,8 @@ imio/smartweb/core/viewlets/minisite_link.pt,sha256=4BwRkbEAT-9TElSsUPUBOki9VZqK
566
566
  imio/smartweb/core/viewlets/navigation.py,sha256=-woNkfk67arOSfTKekPEUS7McheunveTgJM2NedniiU,7284
567
567
  imio/smartweb/core/viewlets/offcanvas.pt,sha256=9uLFpK0psIKQlg5BXahi24_IZebLCeXEsE81JoxNGDY,533
568
568
  imio/smartweb/core/viewlets/offcanvas.py,sha256=3VE2WJcvSKp3oAKYwGuwaHYMoK_83KMksMFDa75u52Y,129
569
- imio/smartweb/core/viewlets/ogp_tag_header.pt,sha256=VsyJSD5j5tmK_FFQXuwjpCDAbwtWXYfUm7RTbg3TwPE,612
570
- imio/smartweb/core/viewlets/ogptags.py,sha256=LjxCS82JD6KpL1tbYwKoeZlPsxlguDUHo6_pVYJVUJs,195
569
+ imio/smartweb/core/viewlets/ogp_tag_header.pt,sha256=XRWkdZS2oI7W0X1oJSskpXS9dMmxSxSx_7XWb-Q2aBk,1007
570
+ imio/smartweb/core/viewlets/ogptags.py,sha256=ciYZyiMTYon12eg-yk_2WZw4DsHhMTNIEFaHobDRU2c,4679
571
571
  imio/smartweb/core/viewlets/procedure.pt,sha256=gLwNuikgXsWMnBybKdFeKfkfDKnI3SlrU3y2z8sVt5k,602
572
572
  imio/smartweb/core/viewlets/procedure.py,sha256=7nqBU_Sl5tcQaV_UNM-2BPLc8vogCzTO6kQlu4hwofI,633
573
573
  imio/smartweb/core/viewlets/searchbox.pt,sha256=Wv0DbGTKif1z_SDl9-FQKIAPJcfFAHHO1qOtR-LtnR4,403
@@ -612,11 +612,11 @@ imio/smartweb/core/webcomponents/build/js/3.smartweb-webcomponents-compiled.js,s
612
612
  imio/smartweb/core/webcomponents/build/js/3.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
613
613
  imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js,sha256=P3ty7k9oQ28DCFnvHfzQkz1DG35szEOA3zih_yZzFLI,26760
614
614
  imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
615
- imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js,sha256=NHDKSXUCFASe0Um6q6r7yLGKxReSCqpO-i-lw1WeSms,42357
615
+ imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js,sha256=qXdcSOQDZ6M53YThbEj7gbzhtTDrpfcQCVmQnaL-9ek,42350
616
616
  imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
617
617
  imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js,sha256=cOL--BdlasQ_dOvLzCcG0sDZGUrreOHpksjf_BGl9kE,160064
618
- imio/smartweb/core/webcomponents/build/js/54.smartweb-webcomponents-compiled.js,sha256=NWaovmdm3y_f8ojUQ_vvs7TxyVtX88f22rglrsu9xBA,33499
619
- imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js,sha256=mOAJaLuMG_XqsKts8A3iyehoOAFJbppWiQwW3TGDKPM,42746
618
+ imio/smartweb/core/webcomponents/build/js/54.smartweb-webcomponents-compiled.js,sha256=FHgd2cff9zXAMCaLdZjU3YBs6_aYYEPKzbxhT-jRIhc,33492
619
+ imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js,sha256=QeiSZUyfenx1TYtpCViPWRTmybAiQG_8NmGTWfGrgAk,42739
620
620
  imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=zfljztfSWg-YkBpUdke01uLb4Bl_14yHoFmoew5UL-I,149
621
621
  imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js,sha256=51GDqoBV0fL0ty2auKpPbs_Xo8yGklTW5rn4k1GtC_Y,159426
622
622
  imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
@@ -645,7 +645,7 @@ imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=J2z
645
645
  imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=Bdt5jAxxWUMICWrRSe1FFbtUPHvgV4TP7M7sUsyrZCI,8871
646
646
  imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=OhysAmFEBw6Jg0F2iko4IGL8VcX0kZ8IZZ30tMWUY1c,97
647
647
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=yBusagLB-0mSlZWSXNB0wlYFzj2WBg5FvGBsVbGVbes,4868
648
- imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=D0oP6fx-RLwGwKIvtbnPqZndlLKF27vm67V7RET6ric,26744
648
+ imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=lkCqYFFJ-BMbVYil15L-HyVLFKkY_e42fG2Wqg8WGhA,26737
649
649
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
650
650
  imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=g0jxMjGP_PTnk48sew6pAMl1JgEwappTT8K57i3ngCc,1615
651
651
  imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=Q0Vq2EHYdGdGiYVhgYJAX23He8TSedQtXvRWY-kd9r8,7637
@@ -653,7 +653,7 @@ imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=eKa8EnG
653
653
  imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=NYjgqNEJNXNPRYr60dIqt6MxX8Lbkv3GCcBE5K6CpIk,9042
654
654
  imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
655
655
  imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx,sha256=eQlCR9UgXJATOmXFQzPphNrPP1zcjgKkCdbFmg-W8BU,1649
656
- imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=9Hu5kHrkHoBHG2zT3nmKMu584TsZFIQcgMCl_snseQs,16453
656
+ imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=9xqGMZVhI8M83HHMTJvAGK8RKHNrx5Yh47RcmRxUhHM,16445
657
657
  imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx,sha256=6k2bIyKd0pzj28NaVhSBJclnEyxdi6iNPbQEHSS5fZk,1600
658
658
  imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx,sha256=CkSWsGgrDRF5UBpV9flmS3HeZwKkloXBQ7MuUuq-1TI,6272
659
659
  imio/smartweb/core/webcomponents/src/components/News/News.jsx,sha256=aCXLAcBpKHFFUtWMYxrb2u6xP70e622SigUiVm0RMiw,6778
@@ -661,7 +661,7 @@ imio/smartweb/core/webcomponents/src/components/News/News.scss,sha256=1RnZHhLGYz
661
661
  imio/smartweb/core/webcomponents/src/components/News/index.js,sha256=-I1awA2Z7q9UPwBtrr0Ab3TlFRTpDODf2hIJ2r5tGlA,93
662
662
  imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx,sha256=LrcbrO3TBBqEmv27es3iD2Ahsqq5Qi8DxnshrDVc5s8,6249
663
663
  imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx,sha256=m6Xk9EWS3t6Mgzra5199_Ash53pNhqKb_xnI_tPYoRQ,2544
664
- imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=6zNqF61Rk_ci8156Hp2KjoaHZooda5vTxvp_8D1PvXs,12228
664
+ imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx,sha256=XiJFgg7nK4T0T0VnrlQ20WfJUFSDfbCgNoAde3b8zJw,12220
665
665
  imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx,sha256=FY3-uG_4s8CfHYtonlPmafVhPMcBgQJ2t20fPgUq1Sc,1415
666
666
  imio/smartweb/core/webcomponents/src/components/Search/Search.jsx,sha256=KW5OPrER0BdTTjO7vof3ks809h2ABWfKfexaQ6HOf_E,2271
667
667
  imio/smartweb/core/webcomponents/src/components/Search/Search.scss,sha256=cXrAbnVpUB6UPuF-DhM5juOQy8aDP2ZkXlDH6S_r3lo,2735
@@ -677,10 +677,10 @@ imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=ulMbtvMcmV0Af4lhYtkkSh
677
677
  imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=Ht5NXE7K1HohmDv4BOaE4Z0mhnqtKqYbBuEiP371Uho,73
678
678
  imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=bsTZTvRlBaCImAchnuhZLtLQYC06bM539cPLoAgBMP0,2694
679
679
  imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
680
- imio.smartweb.core-1.2.19.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
681
- imio.smartweb.core-1.2.19.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
682
- imio.smartweb.core-1.2.19.dist-info/METADATA,sha256=LwMhtLjPgntJsIf47CjVe6NUGC5LDlDR69aLjdjYOdo,46559
683
- imio.smartweb.core-1.2.19.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
684
- imio.smartweb.core-1.2.19.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
685
- imio.smartweb.core-1.2.19.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
686
- imio.smartweb.core-1.2.19.dist-info/RECORD,,
680
+ imio.smartweb.core-1.2.22.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
681
+ imio.smartweb.core-1.2.22.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
682
+ imio.smartweb.core-1.2.22.dist-info/METADATA,sha256=Sp_WZSaKzgBonBHlMfdtgEiH7qN8xXOVQfQ2VgnhFKQ,47048
683
+ imio.smartweb.core-1.2.22.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
684
+ imio.smartweb.core-1.2.22.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
685
+ imio.smartweb.core-1.2.22.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
686
+ imio.smartweb.core-1.2.22.dist-info/RECORD,,