python-terminusgps 30.0.0__tar.gz → 30.1.0__tar.gz

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.

Potentially problematic release.


This version of python-terminusgps might be problematic. Click here for more details.

Files changed (248) hide show
  1. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/PKG-INFO +1 -1
  2. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/pyproject.toml +1 -1
  3. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/constants.py +5 -0
  4. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/base.py +3 -0
  5. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/session.py +6 -0
  6. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/utils.py +44 -13
  7. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/uv.lock +62 -45
  8. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/.gitignore +0 -0
  9. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/COPYING +0 -0
  10. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/README.md +0 -0
  11. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/Makefile +0 -0
  12. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/coverage/c.txt +0 -0
  13. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/coverage/python.txt +0 -0
  14. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/coverage/undoc.pickle +0 -0
  15. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/authorizenet/auth.doctree +0 -0
  16. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/authorizenet/index.doctree +0 -0
  17. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/authorizenet/profiles.doctree +0 -0
  18. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/authorizenet/subscriptions.doctree +0 -0
  19. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/authorizenet/utils.doctree +0 -0
  20. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/aws/index.doctree +0 -0
  21. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/aws/secrets.doctree +0 -0
  22. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/environment.pickle +0 -0
  23. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/index.doctree +0 -0
  24. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/mixins.doctree +0 -0
  25. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/settings.doctree +0 -0
  26. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/twilio/caller.doctree +0 -0
  27. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/twilio/index.doctree +0 -0
  28. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/twilio/settings.doctree +0 -0
  29. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/validators.doctree +0 -0
  30. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/constants.doctree +0 -0
  31. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/errors.doctree +0 -0
  32. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/examples.doctree +0 -0
  33. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/flags.doctree +0 -0
  34. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/index.doctree +0 -0
  35. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/items.doctree +0 -0
  36. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/session.doctree +0 -0
  37. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/settings.doctree +0 -0
  38. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/doctrees/wialon/utils.doctree +0 -0
  39. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/index.html +0 -0
  40. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/auth.html +0 -0
  41. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/errors.html +0 -0
  42. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/addresses.html +0 -0
  43. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/base.html +0 -0
  44. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/customers.html +0 -0
  45. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/payments.html +0 -0
  46. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/subscriptions.html +0 -0
  47. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/subscriptions/subscriptions.html +0 -0
  48. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/authorizenet/utils.html +0 -0
  49. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/aws/secrets.html +0 -0
  50. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/mixins.html +0 -0
  51. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/twilio/caller.html +0 -0
  52. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/constants.html +0 -0
  53. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/flags.html +0 -0
  54. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/base.html +0 -0
  55. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/geofence.html +0 -0
  56. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/notification.html +0 -0
  57. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/resource.html +0 -0
  58. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/retranslator.html +0 -0
  59. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/route.html +0 -0
  60. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/unit.html +0 -0
  61. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/unit_group.html +0 -0
  62. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/items/user.html +0 -0
  63. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/session.html +0 -0
  64. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/terminusgps/wialon/utils.html +0 -0
  65. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_modules/wialon/api.html +0 -0
  66. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/authorizenet/auth.rst.txt +0 -0
  67. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/authorizenet/index.rst.txt +0 -0
  68. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/authorizenet/profiles.rst.txt +0 -0
  69. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/authorizenet/subscriptions.rst.txt +0 -0
  70. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/authorizenet/utils.rst.txt +0 -0
  71. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/aws/index.rst.txt +0 -0
  72. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/aws/secrets.rst.txt +0 -0
  73. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/index.rst.txt +0 -0
  74. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/mixins.rst.txt +0 -0
  75. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/settings.rst.txt +0 -0
  76. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/twilio/caller.rst.txt +0 -0
  77. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/twilio/index.rst.txt +0 -0
  78. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/twilio/settings.rst.txt +0 -0
  79. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/validators.rst.txt +0 -0
  80. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/constants.rst.txt +0 -0
  81. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/errors.rst.txt +0 -0
  82. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/examples.rst.txt +0 -0
  83. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/flags.rst.txt +0 -0
  84. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/index.rst.txt +0 -0
  85. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/items.rst.txt +0 -0
  86. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/session.rst.txt +0 -0
  87. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/settings.rst.txt +0 -0
  88. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_sources/wialon/utils.rst.txt +0 -0
  89. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/0fc70aa4dfe4d16d7073.woff +0 -0
  90. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/583e3f428bf2362b546d.woff +0 -0
  91. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/5be6ec379613f10aea3f.woff +0 -0
  92. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/76c1862325ea6f70eeff.woff2 +0 -0
  93. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/83710c128240451d95af.woff +0 -0
  94. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  95. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/a63d39a1c104a2b3e87e.woff2 +0 -0
  96. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/autoclasstoc.css +0 -0
  97. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/awesome-docsearch.css +0 -0
  98. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/awesome-docsearch.js +0 -0
  99. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/awesome-sphinx-design.css +0 -0
  100. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/awesome-sphinx-design.js +0 -0
  101. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/b659956119f91f2342bc.woff2 +0 -0
  102. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/basic.css +0 -0
  103. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/bb50084be2b43ba7b98c.woff2 +0 -0
  104. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/ce1e40901d7a0d88d483.woff2 +0 -0
  105. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/badge_only.css +0 -0
  106. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  107. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  108. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  109. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  110. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  111. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
  112. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  113. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  114. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  115. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  116. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  117. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
  118. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  119. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  120. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  121. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
  122. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  123. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/css/theme.css +0 -0
  124. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/d04352f240062b100fba.woff2 +0 -0
  125. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/doctools.js +0 -0
  126. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/documentation_options.js +0 -0
  127. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/f1cdf5c21de970ee0592.woff +0 -0
  128. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fd994e8d90d9cab651b0.woff +0 -0
  129. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/file.png +0 -0
  130. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  131. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  132. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  133. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  134. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  135. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  136. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  137. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  138. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  139. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  140. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  141. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  142. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  143. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  144. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  145. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  146. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  147. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  148. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  149. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  150. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  151. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  152. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  153. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  154. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/jquery.js +0 -0
  155. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/js/badge_only.js +0 -0
  156. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/js/theme.js +0 -0
  157. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/js/versions.js +0 -0
  158. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/language_data.js +0 -0
  159. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/minus.png +0 -0
  160. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/plus.png +0 -0
  161. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/pygments.css +0 -0
  162. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/searchtools.js +0 -0
  163. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/sphinx_highlight.js +0 -0
  164. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/theme.css +0 -0
  165. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/theme.js +0 -0
  166. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/_static/theme.js.LICENSE.txt +0 -0
  167. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/authorizenet/auth.html +0 -0
  168. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/authorizenet/index.html +0 -0
  169. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/authorizenet/profiles.html +0 -0
  170. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/authorizenet/subscriptions.html +0 -0
  171. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/authorizenet/utils.html +0 -0
  172. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/aws/index.html +0 -0
  173. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/aws/secrets.html +0 -0
  174. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/genindex.html +0 -0
  175. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/index.html +0 -0
  176. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/mixins.html +0 -0
  177. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/objects.inv +0 -0
  178. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/py-modindex.html +0 -0
  179. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/search.html +0 -0
  180. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/searchindex.js +0 -0
  181. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/settings.html +0 -0
  182. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/twilio/caller.html +0 -0
  183. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/twilio/index.html +0 -0
  184. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/twilio/settings.html +0 -0
  185. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/validators.html +0 -0
  186. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/constants.html +0 -0
  187. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/errors.html +0 -0
  188. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/examples.html +0 -0
  189. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/flags.html +0 -0
  190. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/index.html +0 -0
  191. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/items.html +0 -0
  192. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/session.html +0 -0
  193. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/settings.html +0 -0
  194. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/html/wialon/utils.html +0 -0
  195. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/linkcheck/output.json +0 -0
  196. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/build/linkcheck/output.txt +0 -0
  197. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/make.bat +0 -0
  198. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/authorizenet/auth.rst +0 -0
  199. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/authorizenet/index.rst +0 -0
  200. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/authorizenet/profiles.rst +0 -0
  201. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/authorizenet/utils.rst +0 -0
  202. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/aws/index.rst +0 -0
  203. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/aws/secrets.rst +0 -0
  204. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/conf.py +0 -0
  205. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/index.rst +0 -0
  206. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/mixins.rst +0 -0
  207. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/settings.rst +0 -0
  208. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/twilio/caller.rst +0 -0
  209. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/twilio/index.rst +0 -0
  210. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/constants.rst +0 -0
  211. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/errors.rst +0 -0
  212. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/examples.rst +0 -0
  213. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/flags.rst +0 -0
  214. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/index.rst +0 -0
  215. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/items.rst +0 -0
  216. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/session.rst +0 -0
  217. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/docs/source/wialon/utils.rst +0 -0
  218. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/__init__.py +0 -0
  219. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/__init__.py +0 -0
  220. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/auth.py +0 -0
  221. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/errors.py +0 -0
  222. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/profiles/__init__.py +0 -0
  223. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/profiles/addresses.py +0 -0
  224. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/profiles/base.py +0 -0
  225. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/profiles/customers.py +0 -0
  226. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/profiles/payments.py +0 -0
  227. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/profiles/subscriptions.py +0 -0
  228. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/authorizenet/utils.py +0 -0
  229. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/aws/__init__.py +0 -0
  230. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/aws/connect.py +0 -0
  231. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/aws/secrets.py +0 -0
  232. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/mixins.py +0 -0
  233. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/settings.py +0 -0
  234. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/twilio/__init__.py +0 -0
  235. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/twilio/caller.py +0 -0
  236. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/twilio/validators.py +0 -0
  237. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/utils.py +0 -0
  238. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/__init__.py +0 -0
  239. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/flags.py +0 -0
  240. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/__init__.py +0 -0
  241. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/resource.py +0 -0
  242. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/retranslator.py +0 -0
  243. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/route.py +0 -0
  244. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/unit.py +0 -0
  245. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/unit_group.py +0 -0
  246. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/items/user.py +0 -0
  247. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/logger.py +0 -0
  248. {python_terminusgps-30.0.0 → python_terminusgps-30.1.0}/terminusgps/wialon/validators.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-terminusgps
3
- Version: 30.0.0
3
+ Version: 30.1.0
4
4
  Summary: Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more.
5
5
  Project-URL: Documentation, https://app.terminusgps.com/docs/apps/python-terminusgps/index.html
6
6
  Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-terminusgps"
3
- version = "30.0.0"
3
+ version = "30.1.0"
4
4
  description = "Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more."
5
5
  readme = "README.md"
6
6
  authors = [ {name = "Blake Nall", email = "blake@terminusgps.com" } ]
@@ -1,4 +1,5 @@
1
1
  import enum
2
+ from typing import override
2
3
 
3
4
  from . import flags
4
5
 
@@ -108,6 +109,10 @@ class WialonItemProperty(enum.StrEnum):
108
109
  UNIQUE_ID = "sys_unique_id"
109
110
  """Object unique id."""
110
111
 
112
+ @override
113
+ def __add__(self, other: str) -> str:
114
+ return ",".join([super().__str__(), str(other)])
115
+
111
116
 
112
117
  ACCESSMASK_RESOURCE_BASIC: int = sum(
113
118
  [
@@ -21,6 +21,9 @@ class WialonBase:
21
21
  def __str__(self) -> str:
22
22
  return str(self.id)
23
23
 
24
+ def __repr__(self) -> str:
25
+ return f"{type(self).__name__}(id={self.id}, session={self.session})"
26
+
24
27
  def populate(self) -> None:
25
28
  """Retrieves and saves the latest data for the item from Wialon."""
26
29
  response = self.session.wialon_api.core_search_item(
@@ -98,6 +98,12 @@ class WialonSession:
98
98
  logging.getLogger(self.__class__.__name__), level=log_level
99
99
  ).get_logger()
100
100
 
101
+ def __str__(self) -> str:
102
+ return str(self.id)
103
+
104
+ def __repr__(self) -> str:
105
+ return f"{self.__class__}(sid={self.id})"
106
+
101
107
  def __enter__(self) -> "WialonSession":
102
108
  """Logs into the Wialon API using a token set in :py:meth:`__init__`."""
103
109
  assert self.token, "Wialon API token was not set"
@@ -6,6 +6,41 @@ from terminusgps.wialon import constants, flags
6
6
  from terminusgps.wialon.session import WialonSession
7
7
 
8
8
 
9
+ def get_carrier_names(session: WialonSession) -> list[str]:
10
+ """
11
+ Returns a list of all telecommunication carrier company names present in Wialon.
12
+
13
+ :param session: A valid Wialon API session.
14
+ :type session: :py:obj:`~terminusgps.wialon.session.WialonSession`
15
+ :returns: A list of telecommunication carrier company names.
16
+ :rtype: :py:obj:`list`
17
+
18
+ """
19
+ afname: str = constants.WialonItemProperty.ADMIN_FIELD_NAME
20
+ afval: str = constants.WialonItemProperty.ADMIN_FIELD_VALUE
21
+ results: dict = session.wialon_api.core_search_items(
22
+ **{
23
+ "spec": {
24
+ "itemsType": constants.WialonItemsType.UNIT,
25
+ "propName": ",".join([afname, afval]),
26
+ "propValueMask": "carrier,*",
27
+ "sortType": ",".join([afname, afval]),
28
+ },
29
+ "force": 0,
30
+ "flags": flags.DataFlag.UNIT_BASE + flags.DataFlag.UNIT_ADMIN_FIELDS,
31
+ "from": 0,
32
+ "to": 0,
33
+ }
34
+ )
35
+ carrier_names: list[str] = [
36
+ field["v"]
37
+ for item in results.get("items", [{}])
38
+ for field in item.get("aflds", {}).values()
39
+ if field["n"] == "carrier" and field["v"]
40
+ ]
41
+ return sorted(list(frozenset(carrier_names)))
42
+
43
+
9
44
  def get_units_by_carrier(carrier_name: str, session: WialonSession) -> list[str]:
10
45
  """
11
46
  Returns a list of all unit ids by telecommunications carrier company name.
@@ -18,17 +53,16 @@ def get_units_by_carrier(carrier_name: str, session: WialonSession) -> list[str]
18
53
  :rtype: :py:obj:`list`
19
54
 
20
55
  """
21
- property: str = constants.WialonItemProperty.ADMIN_FIELD_NAME_VALUE.value
22
56
  results = session.wialon_api.core_search_items(
23
57
  **{
24
58
  "spec": {
25
59
  "itemsType": "avl_unit",
26
- "propName": property,
60
+ "propName": constants.WialonItemProperty.ADMIN_FIELD_NAME_VALUE,
27
61
  "propValueMask": f"carrier:{carrier_name}",
28
- "sortType": property,
62
+ "sortType": constants.WialonItemProperty.ADMIN_FIELD_NAME_VALUE,
29
63
  },
30
64
  "force": 0,
31
- "flags": flags.DataFlag.UNIT_BASE.value,
65
+ "flags": flags.DataFlag.UNIT_BASE,
32
66
  "from": 0,
33
67
  "to": 0,
34
68
  }
@@ -36,7 +70,7 @@ def get_units_by_carrier(carrier_name: str, session: WialonSession) -> list[str]
36
70
  return [item.get("id") for item in results.get("items", [])]
37
71
 
38
72
 
39
- def get_unit_by_iccid(iccid: str, session: WialonSession) -> str | None:
73
+ def get_unit_by_iccid(iccid: str, session: WialonSession) -> int | None:
40
74
  """
41
75
  Returns a unit id by iccid (SIM card #).
42
76
 
@@ -45,27 +79,24 @@ def get_unit_by_iccid(iccid: str, session: WialonSession) -> str | None:
45
79
  :param session: A valid Wialon API session.
46
80
  :type session: :py:obj:`~terminusgps.wialon.session.WialonSession`
47
81
  :returns: The unit id, if it was found.
48
- :rtype: :py:obj:`str` | :py:obj:`None`
82
+ :rtype: :py:obj:`int` | :py:obj:`None`
49
83
 
50
84
  """
51
- property: str = constants.WialonItemProperty.ADMIN_FIELD_NAME_VALUE.value
52
85
  results = session.wialon_api.core_search_items(
53
86
  **{
54
87
  "spec": {
55
88
  "itemsType": "avl_unit",
56
- "propName": property,
89
+ "propName": constants.WialonItemProperty.ADMIN_FIELD_NAME_VALUE,
57
90
  "propValueMask": f"iccid:{iccid}",
58
- "sortType": property,
91
+ "sortType": constants.WialonItemProperty.ADMIN_FIELD_NAME_VALUE,
59
92
  },
60
93
  "force": 0,
61
- "flags": flags.DataFlag.UNIT_BASE.value,
94
+ "flags": flags.DataFlag.UNIT_BASE,
62
95
  "from": 0,
63
96
  "to": 0,
64
97
  }
65
98
  )
66
- if results.get("totalItemsCount") != 1:
67
- raise ValueError(results)
68
- return results.get("items", [{}])[0].get("id")
99
+ return int(results.get("items", [{}])[0].get("id"))
69
100
 
70
101
 
71
102
  def get_resources(session: WialonSession) -> list[int] | None:
@@ -173,30 +173,30 @@ wheels = [
173
173
 
174
174
  [[package]]
175
175
  name = "boto3"
176
- version = "1.37.34"
176
+ version = "1.37.35"
177
177
  source = { registry = "https://pypi.org/simple" }
178
178
  dependencies = [
179
179
  { name = "botocore" },
180
180
  { name = "jmespath" },
181
181
  { name = "s3transfer" },
182
182
  ]
183
- sdist = { url = "https://files.pythonhosted.org/packages/39/5d/6b1ca20ba4da350799509a69f2d295ae11d5ec08a98e82f74b5708a8180c/boto3-1.37.34.tar.gz", hash = "sha256:94ca07328474db3fa605eb99b011512caa73f7161740d365a1f00cfebfb6dd90", size = 111701 }
183
+ sdist = { url = "https://files.pythonhosted.org/packages/48/5f/e356ecd2f236e6ddc7711eaf3f075c15b13e2d044cfdb47719d49c4ae7dd/boto3-1.37.35.tar.gz", hash = "sha256:751ed599c8fd9ca24896edcd6620e8a32b3db1b68efea3a90126312240e668a2", size = 111640 }
184
184
  wheels = [
185
- { url = "https://files.pythonhosted.org/packages/cb/2e/ad43d1e87d46d11dcf4104f97b9a7f6beb38a52a0e752edfadf3eb8b6e38/boto3-1.37.34-py3-none-any.whl", hash = "sha256:586bfa72a00601c04067f9adcbb08ecaf63b05b7d731103f33cb2ce0d6950b1b", size = 139920 },
185
+ { url = "https://files.pythonhosted.org/packages/f6/e4/00958f65ac74ab0a76af33f16c8fdf5726a5c6f0d3c0d0c058ff0dd00fd7/boto3-1.37.35-py3-none-any.whl", hash = "sha256:5a90d674830adbaf86456d6b27a18f5f11378277da5286511fa860d2e7b14261", size = 139922 },
186
186
  ]
187
187
 
188
188
  [[package]]
189
189
  name = "botocore"
190
- version = "1.37.34"
190
+ version = "1.37.35"
191
191
  source = { registry = "https://pypi.org/simple" }
192
192
  dependencies = [
193
193
  { name = "jmespath" },
194
194
  { name = "python-dateutil" },
195
195
  { name = "urllib3" },
196
196
  ]
197
- sdist = { url = "https://files.pythonhosted.org/packages/ca/60/9ec251a0e2d3994f3eac8bd9741576757c3aad189abbdec8fab6011f5a1a/botocore-1.37.34.tar.gz", hash = "sha256:2909b6dbf9c90347c71a6fa0364acee522d6a7664f13d6f7996c9dd1b1f46fac", size = 13817141 }
197
+ sdist = { url = "https://files.pythonhosted.org/packages/64/0b/d281d74d53f7d4733402aed7a536275084fa344a2672f7ea4dbc8ebe1f1b/botocore-1.37.35.tar.gz", hash = "sha256:197a9bf8251c45b9d882c405ec0d0ab40c10e2d2a55ee66960185daec4beb6ec", size = 13821053 }
198
198
  wheels = [
199
- { url = "https://files.pythonhosted.org/packages/e8/51/19fff717cc5000708c4ce3d081bb0e63ca117c6823975b33101d52fdd9f5/botocore-1.37.34-py3-none-any.whl", hash = "sha256:bd9af0db1097befd2028ba8525e32cacc04f26ccb9dbd5d48d6ecd05bc16c27a", size = 13483679 },
199
+ { url = "https://files.pythonhosted.org/packages/22/00/bf9c894f5af8e35b06ecf757d4a95883408e71c48642dc7f8760580584fd/botocore-1.37.35-py3-none-any.whl", hash = "sha256:50839212e90650d0b0fa6b8f7514876bf802f6164f2775f3abcd4d53c98bb73c", size = 13485892 },
200
200
  ]
201
201
 
202
202
  [[package]]
@@ -913,7 +913,7 @@ wheels = [
913
913
 
914
914
  [[package]]
915
915
  name = "python-terminusgps"
916
- version = "30.0.0"
916
+ version = "30.1.0"
917
917
  source = { editable = "." }
918
918
  dependencies = [
919
919
  { name = "argparse" },
@@ -1254,48 +1254,65 @@ wheels = [
1254
1254
 
1255
1255
  [[package]]
1256
1256
  name = "yarl"
1257
- version = "1.19.0"
1257
+ version = "1.20.0"
1258
1258
  source = { registry = "https://pypi.org/simple" }
1259
1259
  dependencies = [
1260
1260
  { name = "idna" },
1261
1261
  { name = "multidict" },
1262
1262
  { name = "propcache" },
1263
1263
  ]
1264
- sdist = { url = "https://files.pythonhosted.org/packages/fc/4d/8a8f57caccce49573e567744926f88c6ab3ca0b47a257806d1cf88584c5f/yarl-1.19.0.tar.gz", hash = "sha256:01e02bb80ae0dbed44273c304095295106e1d9470460e773268a27d11e594892", size = 184396 }
1265
- wheels = [
1266
- { url = "https://files.pythonhosted.org/packages/b8/70/44ef8f69d61cb5123167a4dda87f6c739a833fbdb2ed52960b4e8409d65c/yarl-1.19.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:7b687c334da3ff8eab848c9620c47a253d005e78335e9ce0d6868ed7e8fd170b", size = 146855 },
1267
- { url = "https://files.pythonhosted.org/packages/c3/94/38c14d6c8217cc818647689f2dd647b976ced8fea08d0ac84e3c8168252b/yarl-1.19.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b0fe766febcf523a2930b819c87bb92407ae1368662c1bc267234e79b20ff894", size = 97523 },
1268
- { url = "https://files.pythonhosted.org/packages/35/a5/43a613586a6255105c4655a911c307ef3420e49e540d6ae2c5829863fb25/yarl-1.19.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:742ceffd3c7beeb2b20d47cdb92c513eef83c9ef88c46829f88d5b06be6734ee", size = 95540 },
1269
- { url = "https://files.pythonhosted.org/packages/d4/60/ed26049f4a8b06ebfa6d5f3cb6a51b152fd57081aa818b6497474f65a631/yarl-1.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2af682a1e97437382ee0791eacbf540318bd487a942e068e7e0a6c571fadbbd3", size = 344386 },
1270
- { url = "https://files.pythonhosted.org/packages/49/a6/b84899cab411f49af5986cfb44b514040788d81c8084f5811e6a7c0f1ce6/yarl-1.19.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:63702f1a098d0eaaea755e9c9d63172be1acb9e2d4aeb28b187092bcc9ca2d17", size = 338889 },
1271
- { url = "https://files.pythonhosted.org/packages/cc/ce/0704f7166a781b1f81bdd45c4f49eadbae0230ebd35b9ec7cd7769d3a6ff/yarl-1.19.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3560dcba3c71ae7382975dc1e912ee76e50b4cd7c34b454ed620d55464f11876", size = 353107 },
1272
- { url = "https://files.pythonhosted.org/packages/75/e5/0ecd6f2a9cc4264c16d8dfb0d3d71ba8d03cb58f3bcd42b1df4358331189/yarl-1.19.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:68972df6a0cc47c8abaf77525a76ee5c5f6ea9bbdb79b9565b3234ded3c5e675", size = 353128 },
1273
- { url = "https://files.pythonhosted.org/packages/ad/c7/cd0fd1de581f1c2e8f996e704c9fd979e00106f18eebd91b0173cf1a13c6/yarl-1.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5684e7ff93ea74e47542232bd132f608df4d449f8968fde6b05aaf9e08a140f9", size = 349107 },
1274
- { url = "https://files.pythonhosted.org/packages/e6/34/ba3e5a20bd1d6a09034fc7985aaf1309976f2a7a5aefd093c9e56f6e1e0c/yarl-1.19.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8182ad422bfacdebd4759ce3adc6055c0c79d4740aea1104e05652a81cd868c6", size = 335144 },
1275
- { url = "https://files.pythonhosted.org/packages/1e/98/d9b7beb932fade015906efe0980aa7d522b8f93cf5ebf1082e74faa314b7/yarl-1.19.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:aee5b90a5a9b71ac57400a7bdd0feaa27c51e8f961decc8d412e720a004a1791", size = 360795 },
1276
- { url = "https://files.pythonhosted.org/packages/9a/11/70b8770039cc54af5948970591517a1e1d093df3f04f328c655c9a0fefb7/yarl-1.19.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:8c0b2371858d5a814b08542d5d548adb03ff2d7ab32f23160e54e92250961a72", size = 360140 },
1277
- { url = "https://files.pythonhosted.org/packages/d4/67/708e3e36fafc4d9d96b4eecc6c8b9f37c8ad50df8a16c7a1d5ba9df53050/yarl-1.19.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:cd430c2b7df4ae92498da09e9b12cad5bdbb140d22d138f9e507de1aa3edfea3", size = 364431 },
1278
- { url = "https://files.pythonhosted.org/packages/c3/8b/937fbbcc895553a7e16fcd86ae4e0724c6ac9468237ad8e7c29cc3b1c9d9/yarl-1.19.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:a93208282c0ccdf73065fd76c6c129bd428dba5ff65d338ae7d2ab27169861a0", size = 373832 },
1279
- { url = "https://files.pythonhosted.org/packages/f8/ca/288ddc2230c9b6647fe907504f1119adb41252ac533eb564d3fc73511215/yarl-1.19.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:b8179280cdeb4c36eb18d6534a328f9d40da60d2b96ac4a295c5f93e2799e9d9", size = 378122 },
1280
- { url = "https://files.pythonhosted.org/packages/4f/5a/79e1ef31d14968fbfc0ecec70a6683b574890d9c7550c376dd6d40de7754/yarl-1.19.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:eda3c2b42dc0c389b7cfda2c4df81c12eeb552019e0de28bde8f913fc3d1fcf3", size = 375178 },
1281
- { url = "https://files.pythonhosted.org/packages/95/38/9b0e56bf14026c3f550ad6425679f6d1a2f4821d70767f39d6f4c56a0820/yarl-1.19.0-cp312-cp312-win32.whl", hash = "sha256:57f3fed859af367b9ca316ecc05ce79ce327d6466342734305aa5cc380e4d8be", size = 86172 },
1282
- { url = "https://files.pythonhosted.org/packages/b3/96/5c2f3987c4bb4e5cdebea3caf99a45946b13a9516f849c02222203d99860/yarl-1.19.0-cp312-cp312-win_amd64.whl", hash = "sha256:5507c1f7dd3d41251b67eecba331c8b2157cfd324849879bebf74676ce76aff7", size = 92617 },
1283
- { url = "https://files.pythonhosted.org/packages/cd/a7/222144efa2f4a47363a5fee27d8a1d24851283b5a7f628890805fe7f7a66/yarl-1.19.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:59281b9ed27bc410e0793833bcbe7fc149739d56ffa071d1e0fe70536a4f7b61", size = 144789 },
1284
- { url = "https://files.pythonhosted.org/packages/72/4f/3ee8de3f94baa33c0716260b0048b1fd5306f104b3efc6e1713693e7063e/yarl-1.19.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d27a6482ad5e05e8bafd47bf42866f8a1c0c3345abcb48d4511b3c29ecc197dc", size = 96685 },
1285
- { url = "https://files.pythonhosted.org/packages/3e/7c/fbeebf875c1ededd872d6fefabd8a8526ef8aba6e9e8bcdf230d895d487b/yarl-1.19.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:7a8e19fd5a6fdf19a91f2409665c7a089ffe7b9b5394ab33c0eec04cbecdd01f", size = 94307 },
1286
- { url = "https://files.pythonhosted.org/packages/f3/ff/b7a9c1d7df37e594b43b7a8030e228ccd4ce361eeff24a92b17fe210e57d/yarl-1.19.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cda34ab19099c3a1685ad48fe45172536610c312b993310b5f1ca3eb83453b36", size = 342811 },
1287
- { url = "https://files.pythonhosted.org/packages/79/e2/9e092876b2156c1d386e4864e85eba541ccabf2b9dcc47da64624bad0cc9/yarl-1.19.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:7908a25d33f94852b479910f9cae6cdb9e2a509894e8d5f416c8342c0253c397", size = 336928 },
1288
- { url = "https://files.pythonhosted.org/packages/71/24/648d99c134f2e14fc01ba790ad36ab56815e00069e60a12a4af893448b83/yarl-1.19.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e66c14d162bac94973e767b24de5d7e6c5153f7305a64ff4fcba701210bcd638", size = 351021 },
1289
- { url = "https://files.pythonhosted.org/packages/0c/ee/7278d475784d407d1990a5939722e66a0fef057046fb5f1721f0a6eb156c/yarl-1.19.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c03607bf932aa4cfae371e2dc9ca8b76faf031f106dac6a6ff1458418140c165", size = 354454 },
1290
- { url = "https://files.pythonhosted.org/packages/15/ae/242546114e052a7de21a75bd7d4860266439f90bbc21c5e4dd696866d91d/yarl-1.19.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9931343d1c1f4e77421687b6b94bbebd8a15a64ab8279adf6fbb047eff47e536", size = 347594 },
1291
- { url = "https://files.pythonhosted.org/packages/46/2c/35f4347f76ea4c986e9c1f774b085f489b3a1bf1503c67a4dfc5d8e68e92/yarl-1.19.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:262087a8a0d73e1d169d45c2baf968126f93c97cf403e1af23a7d5455d52721f", size = 334113 },
1292
- { url = "https://files.pythonhosted.org/packages/20/89/3086bc8ec8d7bd505531c51056452d7ae6af906d29c427374f1170ac1938/yarl-1.19.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:70f384921c24e703d249a6ccdabeb57dd6312b568b504c69e428a8dd3e8e68ca", size = 361037 },
1293
- { url = "https://files.pythonhosted.org/packages/a1/5b/2c9765524a70d1c51922b41c91caa30c8094a416734349166e1a3d8de055/yarl-1.19.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:756b9ea5292a2c180d1fe782a377bc4159b3cfefaca7e41b5b0a00328ef62fa9", size = 361025 },
1294
- { url = "https://files.pythonhosted.org/packages/ca/f8/c4a190bcc3cd98fb428d1dd31519e58004153dc7f2acd1236ecae54e3433/yarl-1.19.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:cbeb9c145d534c240a63b6ecc8a8dd451faeb67b3dc61d729ec197bb93e29497", size = 364397 },
1295
- { url = "https://files.pythonhosted.org/packages/6b/fb/f65b1347be8e12ac4e3e37a9bb880e6b9b604f252aaafd88e4879b1e9348/yarl-1.19.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:087ae8f8319848c18e0d114d0f56131a9c017f29200ab1413b0137ad7c83e2ae", size = 374065 },
1296
- { url = "https://files.pythonhosted.org/packages/1c/c5/102cc3b9baad1a76f9127453ad08e0f5bc9c996c18128b1e28fe03817d6c/yarl-1.19.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362f5480ba527b6c26ff58cff1f229afe8b7fdd54ee5ffac2ab827c1a75fc71c", size = 381341 },
1297
- { url = "https://files.pythonhosted.org/packages/f7/ce/f5dc0439320dfe59fadab8cdd24ac324be19cf6ae4736422c7e2a510ddf3/yarl-1.19.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f408d4b4315e814e5c3668094e33d885f13c7809cbe831cbdc5b1bb8c7a448f4", size = 376552 },
1298
- { url = "https://files.pythonhosted.org/packages/a9/4a/4833a134c76af987eff3ce8cb71e42932234120e6be061eb2555061e8844/yarl-1.19.0-cp313-cp313-win32.whl", hash = "sha256:24e4c367ad69988a2283dd45ea88172561ca24b2326b9781e164eb46eea68345", size = 85878 },
1299
- { url = "https://files.pythonhosted.org/packages/32/e9/59327daab3af8f79221638a8f0d11474d20f6a8fbc41e9da80c5ef69e688/yarl-1.19.0-cp313-cp313-win_amd64.whl", hash = "sha256:0110f91c57ab43d1538dfa92d61c45e33b84df9257bd08fcfcda90cce931cbc9", size = 92448 },
1300
- { url = "https://files.pythonhosted.org/packages/a4/06/ae25a353e8f032322df6f30d6bb1fc329773ee48e1a80a2196ccb8d1206b/yarl-1.19.0-py3-none-any.whl", hash = "sha256:a727101eb27f66727576630d02985d8a065d09cd0b5fcbe38a5793f71b2a97ef", size = 45990 },
1264
+ sdist = { url = "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz", hash = "sha256:686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307", size = 185258 }
1265
+ wheels = [
1266
+ { url = "https://files.pythonhosted.org/packages/c3/e8/3efdcb83073df978bb5b1a9cc0360ce596680e6c3fac01f2a994ccbb8939/yarl-1.20.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e06b9f6cdd772f9b665e5ba8161968e11e403774114420737f7884b5bd7bdf6f", size = 147089 },
1267
+ { url = "https://files.pythonhosted.org/packages/60/c3/9e776e98ea350f76f94dd80b408eaa54e5092643dbf65fd9babcffb60509/yarl-1.20.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b9ae2fbe54d859b3ade40290f60fe40e7f969d83d482e84d2c31b9bff03e359e", size = 97706 },
1268
+ { url = "https://files.pythonhosted.org/packages/0c/5b/45cdfb64a3b855ce074ae607b9fc40bc82e7613b94e7612b030255c93a09/yarl-1.20.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6d12b8945250d80c67688602c891237994d203d42427cb14e36d1a732eda480e", size = 95719 },
1269
+ { url = "https://files.pythonhosted.org/packages/2d/4e/929633b249611eeed04e2f861a14ed001acca3ef9ec2a984a757b1515889/yarl-1.20.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:087e9731884621b162a3e06dc0d2d626e1542a617f65ba7cc7aeab279d55ad33", size = 343972 },
1270
+ { url = "https://files.pythonhosted.org/packages/49/fd/047535d326c913f1a90407a3baf7ff535b10098611eaef2c527e32e81ca1/yarl-1.20.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:69df35468b66c1a6e6556248e6443ef0ec5f11a7a4428cf1f6281f1879220f58", size = 339639 },
1271
+ { url = "https://files.pythonhosted.org/packages/48/2f/11566f1176a78f4bafb0937c0072410b1b0d3640b297944a6a7a556e1d0b/yarl-1.20.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b2992fe29002fd0d4cbaea9428b09af9b8686a9024c840b8a2b8f4ea4abc16f", size = 353745 },
1272
+ { url = "https://files.pythonhosted.org/packages/26/17/07dfcf034d6ae8837b33988be66045dd52f878dfb1c4e8f80a7343f677be/yarl-1.20.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4c903e0b42aab48abfbac668b5a9d7b6938e721a6341751331bcd7553de2dcae", size = 354178 },
1273
+ { url = "https://files.pythonhosted.org/packages/15/45/212604d3142d84b4065d5f8cab6582ed3d78e4cc250568ef2a36fe1cf0a5/yarl-1.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf099e2432131093cc611623e0b0bcc399b8cddd9a91eded8bfb50402ec35018", size = 349219 },
1274
+ { url = "https://files.pythonhosted.org/packages/e6/e0/a10b30f294111c5f1c682461e9459935c17d467a760c21e1f7db400ff499/yarl-1.20.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a7f62f5dc70a6c763bec9ebf922be52aa22863d9496a9a30124d65b489ea672", size = 337266 },
1275
+ { url = "https://files.pythonhosted.org/packages/33/a6/6efa1d85a675d25a46a167f9f3e80104cde317dfdf7f53f112ae6b16a60a/yarl-1.20.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:54ac15a8b60382b2bcefd9a289ee26dc0920cf59b05368c9b2b72450751c6eb8", size = 360873 },
1276
+ { url = "https://files.pythonhosted.org/packages/77/67/c8ab718cb98dfa2ae9ba0f97bf3cbb7d45d37f13fe1fbad25ac92940954e/yarl-1.20.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:25b3bc0763a7aca16a0f1b5e8ef0f23829df11fb539a1b70476dcab28bd83da7", size = 360524 },
1277
+ { url = "https://files.pythonhosted.org/packages/bd/e8/c3f18660cea1bc73d9f8a2b3ef423def8dadbbae6c4afabdb920b73e0ead/yarl-1.20.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b2586e36dc070fc8fad6270f93242124df68b379c3a251af534030a4a33ef594", size = 365370 },
1278
+ { url = "https://files.pythonhosted.org/packages/c9/99/33f3b97b065e62ff2d52817155a89cfa030a1a9b43fee7843ef560ad9603/yarl-1.20.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:866349da9d8c5290cfefb7fcc47721e94de3f315433613e01b435473be63daa6", size = 373297 },
1279
+ { url = "https://files.pythonhosted.org/packages/3d/89/7519e79e264a5f08653d2446b26d4724b01198a93a74d2e259291d538ab1/yarl-1.20.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:33bb660b390a0554d41f8ebec5cd4475502d84104b27e9b42f5321c5192bfcd1", size = 378771 },
1280
+ { url = "https://files.pythonhosted.org/packages/3a/58/6c460bbb884abd2917c3eef6f663a4a873f8dc6f498561fc0ad92231c113/yarl-1.20.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:737e9f171e5a07031cbee5e9180f6ce21a6c599b9d4b2c24d35df20a52fabf4b", size = 375000 },
1281
+ { url = "https://files.pythonhosted.org/packages/3b/2a/dd7ed1aa23fea996834278d7ff178f215b24324ee527df53d45e34d21d28/yarl-1.20.0-cp312-cp312-win32.whl", hash = "sha256:839de4c574169b6598d47ad61534e6981979ca2c820ccb77bf70f4311dd2cc64", size = 86355 },
1282
+ { url = "https://files.pythonhosted.org/packages/ca/c6/333fe0338305c0ac1c16d5aa7cc4841208d3252bbe62172e0051006b5445/yarl-1.20.0-cp312-cp312-win_amd64.whl", hash = "sha256:3d7dbbe44b443b0c4aa0971cb07dcb2c2060e4a9bf8d1301140a33a93c98e18c", size = 92904 },
1283
+ { url = "https://files.pythonhosted.org/packages/0f/6f/514c9bff2900c22a4f10e06297714dbaf98707143b37ff0bcba65a956221/yarl-1.20.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2137810a20b933b1b1b7e5cf06a64c3ed3b4747b0e5d79c9447c00db0e2f752f", size = 145030 },
1284
+ { url = "https://files.pythonhosted.org/packages/4e/9d/f88da3fa319b8c9c813389bfb3463e8d777c62654c7168e580a13fadff05/yarl-1.20.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:447c5eadd750db8389804030d15f43d30435ed47af1313303ed82a62388176d3", size = 96894 },
1285
+ { url = "https://files.pythonhosted.org/packages/cd/57/92e83538580a6968b2451d6c89c5579938a7309d4785748e8ad42ddafdce/yarl-1.20.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:42fbe577272c203528d402eec8bf4b2d14fd49ecfec92272334270b850e9cd7d", size = 94457 },
1286
+ { url = "https://files.pythonhosted.org/packages/e9/ee/7ee43bd4cf82dddd5da97fcaddb6fa541ab81f3ed564c42f146c83ae17ce/yarl-1.20.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18e321617de4ab170226cd15006a565d0fa0d908f11f724a2c9142d6b2812ab0", size = 343070 },
1287
+ { url = "https://files.pythonhosted.org/packages/4a/12/b5eccd1109e2097bcc494ba7dc5de156e41cf8309fab437ebb7c2b296ce3/yarl-1.20.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:4345f58719825bba29895011e8e3b545e6e00257abb984f9f27fe923afca2501", size = 337739 },
1288
+ { url = "https://files.pythonhosted.org/packages/7d/6b/0eade8e49af9fc2585552f63c76fa59ef469c724cc05b29519b19aa3a6d5/yarl-1.20.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d9b980d7234614bc4674468ab173ed77d678349c860c3af83b1fffb6a837ddc", size = 351338 },
1289
+ { url = "https://files.pythonhosted.org/packages/45/cb/aaaa75d30087b5183c7b8a07b4fb16ae0682dd149a1719b3a28f54061754/yarl-1.20.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:af4baa8a445977831cbaa91a9a84cc09debb10bc8391f128da2f7bd070fc351d", size = 353636 },
1290
+ { url = "https://files.pythonhosted.org/packages/98/9d/d9cb39ec68a91ba6e66fa86d97003f58570327d6713833edf7ad6ce9dde5/yarl-1.20.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:123393db7420e71d6ce40d24885a9e65eb1edefc7a5228db2d62bcab3386a5c0", size = 348061 },
1291
+ { url = "https://files.pythonhosted.org/packages/72/6b/103940aae893d0cc770b4c36ce80e2ed86fcb863d48ea80a752b8bda9303/yarl-1.20.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ab47acc9332f3de1b39e9b702d9c916af7f02656b2a86a474d9db4e53ef8fd7a", size = 334150 },
1292
+ { url = "https://files.pythonhosted.org/packages/ef/b2/986bd82aa222c3e6b211a69c9081ba46484cffa9fab2a5235e8d18ca7a27/yarl-1.20.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4a34c52ed158f89876cba9c600b2c964dfc1ca52ba7b3ab6deb722d1d8be6df2", size = 362207 },
1293
+ { url = "https://files.pythonhosted.org/packages/14/7c/63f5922437b873795d9422cbe7eb2509d4b540c37ae5548a4bb68fd2c546/yarl-1.20.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:04d8cfb12714158abf2618f792c77bc5c3d8c5f37353e79509608be4f18705c9", size = 361277 },
1294
+ { url = "https://files.pythonhosted.org/packages/81/83/450938cccf732466953406570bdb42c62b5ffb0ac7ac75a1f267773ab5c8/yarl-1.20.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:7dc63ad0d541c38b6ae2255aaa794434293964677d5c1ec5d0116b0e308031f5", size = 364990 },
1295
+ { url = "https://files.pythonhosted.org/packages/b4/de/af47d3a47e4a833693b9ec8e87debb20f09d9fdc9139b207b09a3e6cbd5a/yarl-1.20.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f9d02b591a64e4e6ca18c5e3d925f11b559c763b950184a64cf47d74d7e41877", size = 374684 },
1296
+ { url = "https://files.pythonhosted.org/packages/62/0b/078bcc2d539f1faffdc7d32cb29a2d7caa65f1a6f7e40795d8485db21851/yarl-1.20.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:95fc9876f917cac7f757df80a5dda9de59d423568460fe75d128c813b9af558e", size = 382599 },
1297
+ { url = "https://files.pythonhosted.org/packages/74/a9/4fdb1a7899f1fb47fd1371e7ba9e94bff73439ce87099d5dd26d285fffe0/yarl-1.20.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:bb769ae5760cd1c6a712135ee7915f9d43f11d9ef769cb3f75a23e398a92d384", size = 378573 },
1298
+ { url = "https://files.pythonhosted.org/packages/fd/be/29f5156b7a319e4d2e5b51ce622b4dfb3aa8d8204cd2a8a339340fbfad40/yarl-1.20.0-cp313-cp313-win32.whl", hash = "sha256:70e0c580a0292c7414a1cead1e076c9786f685c1fc4757573d2967689b370e62", size = 86051 },
1299
+ { url = "https://files.pythonhosted.org/packages/52/56/05fa52c32c301da77ec0b5f63d2d9605946fe29defacb2a7ebd473c23b81/yarl-1.20.0-cp313-cp313-win_amd64.whl", hash = "sha256:4c43030e4b0af775a85be1fa0433119b1565673266a70bf87ef68a9d5ba3174c", size = 92742 },
1300
+ { url = "https://files.pythonhosted.org/packages/d4/2f/422546794196519152fc2e2f475f0e1d4d094a11995c81a465faf5673ffd/yarl-1.20.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:b6c4c3d0d6a0ae9b281e492b1465c72de433b782e6b5001c8e7249e085b69051", size = 163575 },
1301
+ { url = "https://files.pythonhosted.org/packages/90/fc/67c64ddab6c0b4a169d03c637fb2d2a212b536e1989dec8e7e2c92211b7f/yarl-1.20.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:8681700f4e4df891eafa4f69a439a6e7d480d64e52bf460918f58e443bd3da7d", size = 106121 },
1302
+ { url = "https://files.pythonhosted.org/packages/6d/00/29366b9eba7b6f6baed7d749f12add209b987c4cfbfa418404dbadc0f97c/yarl-1.20.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:84aeb556cb06c00652dbf87c17838eb6d92cfd317799a8092cee0e570ee11229", size = 103815 },
1303
+ { url = "https://files.pythonhosted.org/packages/28/f4/a2a4c967c8323c03689383dff73396281ced3b35d0ed140580825c826af7/yarl-1.20.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f166eafa78810ddb383e930d62e623d288fb04ec566d1b4790099ae0f31485f1", size = 408231 },
1304
+ { url = "https://files.pythonhosted.org/packages/0f/a1/66f7ffc0915877d726b70cc7a896ac30b6ac5d1d2760613603b022173635/yarl-1.20.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5d3d6d14754aefc7a458261027a562f024d4f6b8a798adb472277f675857b1eb", size = 390221 },
1305
+ { url = "https://files.pythonhosted.org/packages/41/15/cc248f0504610283271615e85bf38bc014224122498c2016d13a3a1b8426/yarl-1.20.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2a8f64df8ed5d04c51260dbae3cc82e5649834eebea9eadfd829837b8093eb00", size = 411400 },
1306
+ { url = "https://files.pythonhosted.org/packages/5c/af/f0823d7e092bfb97d24fce6c7269d67fcd1aefade97d0a8189c4452e4d5e/yarl-1.20.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4d9949eaf05b4d30e93e4034a7790634bbb41b8be2d07edd26754f2e38e491de", size = 411714 },
1307
+ { url = "https://files.pythonhosted.org/packages/83/70/be418329eae64b9f1b20ecdaac75d53aef098797d4c2299d82ae6f8e4663/yarl-1.20.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c366b254082d21cc4f08f522ac201d0d83a8b8447ab562732931d31d80eb2a5", size = 404279 },
1308
+ { url = "https://files.pythonhosted.org/packages/19/f5/52e02f0075f65b4914eb890eea1ba97e6fd91dd821cc33a623aa707b2f67/yarl-1.20.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:91bc450c80a2e9685b10e34e41aef3d44ddf99b3a498717938926d05ca493f6a", size = 384044 },
1309
+ { url = "https://files.pythonhosted.org/packages/6a/36/b0fa25226b03d3f769c68d46170b3e92b00ab3853d73127273ba22474697/yarl-1.20.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9c2aa4387de4bc3a5fe158080757748d16567119bef215bec643716b4fbf53f9", size = 416236 },
1310
+ { url = "https://files.pythonhosted.org/packages/cb/3a/54c828dd35f6831dfdd5a79e6c6b4302ae2c5feca24232a83cb75132b205/yarl-1.20.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:d2cbca6760a541189cf87ee54ff891e1d9ea6406079c66341008f7ef6ab61145", size = 402034 },
1311
+ { url = "https://files.pythonhosted.org/packages/10/97/c7bf5fba488f7e049f9ad69c1b8fdfe3daa2e8916b3d321aa049e361a55a/yarl-1.20.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:798a5074e656f06b9fad1a162be5a32da45237ce19d07884d0b67a0aa9d5fdda", size = 407943 },
1312
+ { url = "https://files.pythonhosted.org/packages/fd/a4/022d2555c1e8fcff08ad7f0f43e4df3aba34f135bff04dd35d5526ce54ab/yarl-1.20.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:f106e75c454288472dbe615accef8248c686958c2e7dd3b8d8ee2669770d020f", size = 423058 },
1313
+ { url = "https://files.pythonhosted.org/packages/4c/f6/0873a05563e5df29ccf35345a6ae0ac9e66588b41fdb7043a65848f03139/yarl-1.20.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:3b60a86551669c23dc5445010534d2c5d8a4e012163218fc9114e857c0586fdd", size = 423792 },
1314
+ { url = "https://files.pythonhosted.org/packages/9e/35/43fbbd082708fa42e923f314c24f8277a28483d219e049552e5007a9aaca/yarl-1.20.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:3e429857e341d5e8e15806118e0294f8073ba9c4580637e59ab7b238afca836f", size = 422242 },
1315
+ { url = "https://files.pythonhosted.org/packages/ed/f7/f0f2500cf0c469beb2050b522c7815c575811627e6d3eb9ec7550ddd0bfe/yarl-1.20.0-cp313-cp313t-win32.whl", hash = "sha256:65a4053580fe88a63e8e4056b427224cd01edfb5f951498bfefca4052f0ce0ac", size = 93816 },
1316
+ { url = "https://files.pythonhosted.org/packages/3f/93/f73b61353b2a699d489e782c3f5998b59f974ec3156a2050a52dfd7e8946/yarl-1.20.0-cp313-cp313t-win_amd64.whl", hash = "sha256:53b2da3a6ca0a541c1ae799c349788d480e5144cac47dba0266c7cb6c76151fe", size = 101093 },
1317
+ { url = "https://files.pythonhosted.org/packages/ea/1f/70c57b3d7278e94ed22d85e09685d3f0a38ebdd8c5c73b65ba4c0d0fe002/yarl-1.20.0-py3-none-any.whl", hash = "sha256:5d0fe6af927a47a230f31e6004621fd0959eaa915fc62acfafa67ff7229a3124", size = 46124 },
1301
1318
  ]