paytechuz 0.2.12__tar.gz → 0.2.14__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 paytechuz might be problematic. Click here for more details.

Files changed (1344) hide show
  1. {paytechuz-0.2.12/src/paytechuz.egg-info → paytechuz-0.2.14}/PKG-INFO +30 -13
  2. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz-0.2.10.dist-info/METADATA → paytechuz-0.2.14/README.md +29 -27
  3. {paytechuz-0.2.12 → paytechuz-0.2.14}/pyproject.toml +1 -1
  4. {paytechuz-0.2.12 → paytechuz-0.2.14}/setup.py +1 -1
  5. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/gateways/click/client.py +1 -1
  6. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/paytechuz/__init__.py +1 -1
  7. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/django/webhooks.py +41 -28
  8. {paytechuz-0.2.12 → paytechuz-0.2.14/src/paytechuz.egg-info}/PKG-INFO +30 -13
  9. paytechuz-0.2.14/src/paytechuz.egg-info/SOURCES.txt +81 -0
  10. paytechuz-0.2.12/README.md +0 -303
  11. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/Activate.ps1 +0 -247
  12. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/activate +0 -71
  13. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/activate.csh +0 -27
  14. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/activate.fish +0 -69
  15. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/fastapi +0 -8
  16. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/normalizer +0 -8
  17. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/pip +0 -8
  18. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/pip3 +0 -8
  19. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/pip3.12 +0 -8
  20. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/python +0 -0
  21. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/python3 +0 -0
  22. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/python3.12 +0 -0
  23. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/bin/uvicorn +0 -8
  24. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types/__init__.py +0 -432
  25. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types/py.typed +0 -0
  26. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types/test_cases.py +0 -151
  27. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/INSTALLER +0 -1
  28. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/METADATA +0 -295
  29. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/RECORD +0 -10
  30. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/WHEEL +0 -4
  31. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE +0 -21
  32. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/__init__.py +0 -85
  33. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py +0 -2816
  34. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_backends/_trio.py +0 -1334
  35. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_asyncio_selector_thread.py +0 -167
  36. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py +0 -166
  37. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_exceptions.py +0 -126
  38. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_fileio.py +0 -742
  39. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_resources.py +0 -18
  40. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_signals.py +0 -27
  41. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py +0 -792
  42. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_streams.py +0 -52
  43. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_subprocesses.py +0 -202
  44. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_synchronization.py +0 -732
  45. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_tasks.py +0 -158
  46. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_tempfile.py +0 -616
  47. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_testing.py +0 -78
  48. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core/_typedattr.py +0 -81
  49. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/__init__.py +0 -55
  50. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_eventloop.py +0 -376
  51. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_resources.py +0 -33
  52. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_sockets.py +0 -194
  53. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_streams.py +0 -203
  54. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py +0 -79
  55. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_tasks.py +0 -101
  56. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/abc/_testing.py +0 -65
  57. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/from_thread.py +0 -527
  58. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/lowlevel.py +0 -161
  59. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/py.typed +0 -0
  60. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/pytest_plugin.py +0 -272
  61. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams/buffered.py +0 -119
  62. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams/file.py +0 -148
  63. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams/memory.py +0 -317
  64. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams/stapled.py +0 -141
  65. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams/text.py +0 -147
  66. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams/tls.py +0 -352
  67. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/to_interpreter.py +0 -218
  68. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/to_process.py +0 -258
  69. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/to_thread.py +0 -69
  70. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/INSTALLER +0 -1
  71. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/LICENSE +0 -20
  72. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/METADATA +0 -105
  73. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/RECORD +0 -88
  74. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/WHEEL +0 -5
  75. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/entry_points.txt +0 -2
  76. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio-4.9.0.dist-info/top_level.txt +0 -1
  77. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi/__init__.py +0 -4
  78. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi/__main__.py +0 -12
  79. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi/cacert.pem +0 -4635
  80. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi/core.py +0 -83
  81. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi/py.typed +0 -0
  82. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi-2025.6.15.dist-info/INSTALLER +0 -1
  83. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi-2025.6.15.dist-info/METADATA +0 -77
  84. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi-2025.6.15.dist-info/RECORD +0 -14
  85. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi-2025.6.15.dist-info/WHEEL +0 -5
  86. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi-2025.6.15.dist-info/licenses/LICENSE +0 -20
  87. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/certifi-2025.6.15.dist-info/top_level.txt +0 -1
  88. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/__init__.py +0 -48
  89. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/__main__.py +0 -6
  90. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/api.py +0 -668
  91. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/cd.py +0 -395
  92. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py +0 -8
  93. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py +0 -381
  94. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/constant.py +0 -2015
  95. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/legacy.py +0 -64
  96. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/md.py +0 -635
  97. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/models.py +0 -360
  98. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/py.typed +0 -0
  99. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/utils.py +0 -414
  100. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer/version.py +0 -8
  101. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/INSTALLER +0 -1
  102. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/METADATA +0 -731
  103. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/RECORD +0 -35
  104. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/WHEEL +0 -6
  105. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/entry_points.txt +0 -2
  106. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/licenses/LICENSE +0 -21
  107. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/charset_normalizer-3.4.2.dist-info/top_level.txt +0 -1
  108. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/__init__.py +0 -123
  109. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/_compat.py +0 -622
  110. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/_termui_impl.py +0 -839
  111. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/_textwrap.py +0 -51
  112. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/_winconsole.py +0 -296
  113. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/core.py +0 -3135
  114. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/decorators.py +0 -551
  115. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/exceptions.py +0 -308
  116. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/formatting.py +0 -301
  117. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/globals.py +0 -67
  118. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/parser.py +0 -532
  119. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/py.typed +0 -0
  120. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/shell_completion.py +0 -644
  121. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/termui.py +0 -877
  122. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/testing.py +0 -565
  123. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/types.py +0 -1165
  124. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click/utils.py +0 -627
  125. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click-8.2.1.dist-info/INSTALLER +0 -1
  126. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click-8.2.1.dist-info/METADATA +0 -82
  127. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click-8.2.1.dist-info/RECORD +0 -38
  128. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click-8.2.1.dist-info/WHEEL +0 -4
  129. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/click-8.2.1.dist-info/licenses/LICENSE.txt +0 -28
  130. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/__init__.py +0 -25
  131. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/__main__.py +0 -3
  132. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/_compat.py +0 -664
  133. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/applications.py +0 -4588
  134. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/background.py +0 -59
  135. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/cli.py +0 -13
  136. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/concurrency.py +0 -39
  137. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/datastructures.py +0 -204
  138. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py +0 -37
  139. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/dependencies/utils.py +0 -1001
  140. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/encoders.py +0 -343
  141. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py +0 -34
  142. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/exceptions.py +0 -176
  143. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/logger.py +0 -3
  144. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/middleware/__init__.py +0 -1
  145. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/middleware/cors.py +0 -1
  146. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/middleware/gzip.py +0 -1
  147. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/middleware/httpsredirect.py +0 -3
  148. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/middleware/trustedhost.py +0 -3
  149. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/middleware/wsgi.py +0 -1
  150. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/openapi/constants.py +0 -3
  151. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/openapi/docs.py +0 -344
  152. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/openapi/models.py +0 -445
  153. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/openapi/utils.py +0 -569
  154. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/param_functions.py +0 -2360
  155. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/params.py +0 -786
  156. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/py.typed +0 -0
  157. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/requests.py +0 -2
  158. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/responses.py +0 -48
  159. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/routing.py +0 -4439
  160. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/__init__.py +0 -15
  161. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/api_key.py +0 -288
  162. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/base.py +0 -6
  163. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/http.py +0 -423
  164. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/oauth2.py +0 -653
  165. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/open_id_connect_url.py +0 -84
  166. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/security/utils.py +0 -10
  167. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/staticfiles.py +0 -1
  168. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/templating.py +0 -1
  169. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/testclient.py +0 -1
  170. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/types.py +0 -10
  171. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/utils.py +0 -220
  172. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/websockets.py +0 -3
  173. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/INSTALLER +0 -1
  174. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/METADATA +0 -563
  175. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/RECORD +0 -97
  176. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/REQUESTED +0 -0
  177. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/WHEEL +0 -4
  178. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/entry_points.txt +0 -5
  179. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi-0.115.14.dist-info/licenses/LICENSE +0 -21
  180. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/__init__.py +0 -62
  181. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_abnf.py +0 -132
  182. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_connection.py +0 -659
  183. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_events.py +0 -369
  184. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_headers.py +0 -282
  185. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_readers.py +0 -250
  186. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_receivebuffer.py +0 -153
  187. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_state.py +0 -365
  188. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_util.py +0 -135
  189. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_version.py +0 -16
  190. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/_writers.py +0 -145
  191. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11/py.typed +0 -1
  192. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11-0.16.0.dist-info/INSTALLER +0 -1
  193. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11-0.16.0.dist-info/METADATA +0 -202
  194. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11-0.16.0.dist-info/RECORD +0 -29
  195. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11-0.16.0.dist-info/WHEEL +0 -5
  196. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt +0 -22
  197. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/h11-0.16.0.dist-info/top_level.txt +0 -1
  198. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/__init__.py +0 -45
  199. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/codec.py +0 -122
  200. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/compat.py +0 -15
  201. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/core.py +0 -437
  202. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/idnadata.py +0 -4243
  203. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/intranges.py +0 -57
  204. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/package_data.py +0 -1
  205. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/py.typed +0 -0
  206. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna/uts46data.py +0 -8681
  207. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna-3.10.dist-info/INSTALLER +0 -1
  208. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna-3.10.dist-info/LICENSE.md +0 -31
  209. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna-3.10.dist-info/METADATA +0 -250
  210. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna-3.10.dist-info/RECORD +0 -22
  211. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/idna-3.10.dist-info/WHEEL +0 -4
  212. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz/__init__.py +0 -57
  213. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz/integrations/fastapi/routes.py +0 -1130
  214. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz-0.2.10.dist-info/INSTALLER +0 -1
  215. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz-0.2.10.dist-info/RECORD +0 -70
  216. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz-0.2.10.dist-info/REQUESTED +0 -0
  217. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz-0.2.10.dist-info/WHEEL +0 -5
  218. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/__init__.py +0 -13
  219. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/__main__.py +0 -24
  220. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +0 -50
  221. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +0 -18
  222. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +0 -319
  223. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cache.py +0 -290
  224. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +0 -4
  225. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +0 -176
  226. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +0 -231
  227. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +0 -1075
  228. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +0 -27
  229. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +0 -170
  230. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +0 -80
  231. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +0 -134
  232. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +0 -294
  233. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +0 -94
  234. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +0 -329
  235. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +0 -159
  236. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +0 -6
  237. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +0 -132
  238. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +0 -225
  239. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +0 -67
  240. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +0 -130
  241. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +0 -280
  242. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +0 -201
  243. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +0 -146
  244. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +0 -109
  245. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +0 -59
  246. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +0 -41
  247. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +0 -139
  248. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +0 -92
  249. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +0 -783
  250. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +0 -375
  251. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +0 -172
  252. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +0 -217
  253. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +0 -114
  254. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +0 -182
  255. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +0 -383
  256. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +0 -21
  257. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +0 -53
  258. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +0 -29
  259. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +0 -158
  260. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +0 -42
  261. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +0 -809
  262. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +0 -2
  263. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +0 -494
  264. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +0 -1020
  265. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +0 -284
  266. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +0 -456
  267. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +0 -172
  268. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +0 -214
  269. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +0 -81
  270. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/main.py +0 -12
  271. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +0 -128
  272. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +0 -84
  273. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +0 -688
  274. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
  275. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -85
  276. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -221
  277. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -189
  278. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +0 -301
  279. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +0 -2
  280. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +0 -25
  281. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +0 -224
  282. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +0 -78
  283. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +0 -28
  284. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +0 -56
  285. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +0 -590
  286. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +0 -25
  287. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +0 -127
  288. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +0 -53
  289. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +0 -121
  290. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +0 -118
  291. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +0 -2
  292. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +0 -566
  293. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +0 -106
  294. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +0 -187
  295. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
  296. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +0 -522
  297. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +0 -98
  298. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +0 -62
  299. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  300. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  301. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +0 -138
  302. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +0 -39
  303. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
  304. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
  305. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +0 -37
  306. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
  307. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
  308. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +0 -181
  309. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +0 -258
  310. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +0 -2
  311. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
  312. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +0 -741
  313. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +0 -732
  314. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +0 -185
  315. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +0 -90
  316. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +0 -560
  317. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +0 -574
  318. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +0 -934
  319. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +0 -82
  320. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +0 -633
  321. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  322. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +0 -20
  323. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  324. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -597
  325. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  326. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -139
  327. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -574
  328. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -823
  329. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -174
  330. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -258
  331. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -81
  332. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -245
  333. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -317
  334. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +0 -244
  335. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  336. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
  337. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +0 -38
  338. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +0 -52
  339. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +0 -79
  340. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +0 -188
  341. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +0 -11
  342. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +0 -124
  343. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
  344. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +0 -80
  345. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +0 -36
  346. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +0 -84
  347. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +0 -149
  348. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +0 -27
  349. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +0 -101
  350. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +0 -147
  351. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +0 -347
  352. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +0 -772
  353. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +0 -57
  354. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py +0 -42
  355. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +0 -146
  356. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +0 -245
  357. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +0 -296
  358. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +0 -337
  359. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +0 -55
  360. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +0 -104
  361. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +0 -134
  362. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +0 -15
  363. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +0 -112
  364. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +0 -527
  365. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +0 -163
  366. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +0 -324
  367. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +0 -688
  368. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +0 -354
  369. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +0 -116
  370. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -28
  371. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
  372. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -161
  373. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +0 -74
  374. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
  375. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -182
  376. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
  377. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +0 -499
  378. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
  379. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -154
  380. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  381. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
  382. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
  383. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +0 -4
  384. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +0 -12
  385. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +0 -4929
  386. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +0 -114
  387. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
  388. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +0 -33
  389. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +0 -1137
  390. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +0 -1329
  391. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +0 -508
  392. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +0 -1295
  393. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +0 -384
  394. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +0 -162
  395. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +0 -1031
  396. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +0 -358
  397. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +0 -447
  398. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  399. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  400. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  401. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +0 -1984
  402. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +0 -750
  403. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  404. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  405. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  406. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +0 -1100
  407. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +0 -54
  408. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +0 -4
  409. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +0 -1403
  410. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
  411. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +0 -44
  412. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +0 -118
  413. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +0 -13
  414. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +0 -395
  415. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +0 -4245
  416. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +0 -54
  417. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +0 -2
  418. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
  419. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +0 -8598
  420. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
  421. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
  422. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +0 -168
  423. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +0 -951
  424. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +0 -15
  425. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +0 -110
  426. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +0 -262
  427. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
  428. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +0 -354
  429. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +0 -61
  430. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -194
  431. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +0 -325
  432. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +0 -804
  433. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
  434. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +0 -91
  435. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +0 -1009
  436. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +0 -627
  437. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +0 -174
  438. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +0 -563
  439. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
  440. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +0 -627
  441. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
  442. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +0 -249
  443. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +0 -292
  444. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +0 -130
  445. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  446. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +0 -275
  447. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +0 -16
  448. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
  449. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +0 -82
  450. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +0 -17
  451. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +0 -668
  452. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +0 -70
  453. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +0 -70
  454. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
  455. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +0 -129
  456. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
  457. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
  458. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
  459. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -170
  460. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +0 -987
  461. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +0 -685
  462. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -154
  463. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -518
  464. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +0 -160
  465. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
  466. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -349
  467. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -185
  468. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
  469. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
  470. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +0 -963
  471. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
  472. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -589
  473. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1198
  474. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +0 -43
  475. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +0 -72
  476. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
  477. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +0 -104
  478. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
  479. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +0 -203
  480. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
  481. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
  482. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +0 -214
  483. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +0 -153
  484. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +0 -324
  485. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -23
  486. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +0 -8
  487. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -330
  488. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -18
  489. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -353
  490. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +0 -179
  491. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +0 -14
  492. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
  493. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +0 -719
  494. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +0 -157
  495. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +0 -314
  496. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +0 -24
  497. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +0 -78
  498. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +0 -561
  499. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +0 -151
  500. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +0 -127
  501. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +0 -33
  502. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +0 -1037
  503. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +0 -25
  504. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +0 -831
  505. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +0 -128
  506. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +0 -99
  507. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +0 -1096
  508. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
  509. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  510. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
  511. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
  512. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  513. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
  514. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -547
  515. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +0 -170
  516. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +0 -177
  517. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +0 -273
  518. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
  519. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
  520. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
  521. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +0 -76
  522. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +0 -10
  523. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +0 -24
  524. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +0 -270
  525. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +0 -94
  526. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +0 -43
  527. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +0 -69
  528. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +0 -309
  529. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +0 -17
  530. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +0 -159
  531. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +0 -482
  532. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +0 -16
  533. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +0 -19
  534. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +0 -662
  535. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +0 -71
  536. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
  537. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +0 -93
  538. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +0 -33
  539. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +0 -311
  540. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +0 -240
  541. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +0 -93
  542. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +0 -480
  543. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +0 -167
  544. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +0 -621
  545. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
  546. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +0 -187
  547. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +0 -2633
  548. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +0 -37
  549. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +0 -167
  550. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +0 -225
  551. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +0 -190
  552. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +0 -37
  553. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +0 -96
  554. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +0 -34
  555. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
  556. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +0 -89
  557. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +0 -232
  558. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +0 -139
  559. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +0 -101
  560. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +0 -442
  561. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +0 -375
  562. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +0 -112
  563. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +0 -289
  564. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +0 -251
  565. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +0 -151
  566. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +0 -141
  567. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +0 -34
  568. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +0 -100
  569. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +0 -312
  570. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +0 -995
  571. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +0 -1699
  572. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
  573. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +0 -375
  574. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +0 -42
  575. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
  576. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +0 -10
  577. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +0 -149
  578. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +0 -130
  579. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +0 -86
  580. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +0 -54
  581. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +0 -738
  582. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +0 -137
  583. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +0 -131
  584. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +0 -796
  585. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +0 -42
  586. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +0 -958
  587. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +0 -1000
  588. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
  589. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +0 -1357
  590. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +0 -115
  591. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +0 -5
  592. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +0 -753
  593. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +0 -249
  594. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +0 -11
  595. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +0 -691
  596. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +0 -107
  597. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +0 -10
  598. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +0 -1
  599. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +0 -36
  600. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +0 -316
  601. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +0 -571
  602. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
  603. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
  604. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +0 -567
  605. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
  606. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +0 -3641
  607. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
  608. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
  609. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +0 -2
  610. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +0 -572
  611. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
  612. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  613. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
  614. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  615. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
  616. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
  617. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
  618. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
  619. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
  620. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
  621. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
  622. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
  623. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +0 -274
  624. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
  625. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  626. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  627. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
  628. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
  629. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
  630. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
  631. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +0 -191
  632. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +0 -879
  633. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
  634. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
  635. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
  636. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
  637. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
  638. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
  639. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
  640. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
  641. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
  642. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
  643. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
  644. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
  645. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
  646. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +0 -18
  647. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip/py.typed +0 -4
  648. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/AUTHORS.txt +0 -799
  649. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/INSTALLER +0 -1
  650. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/LICENSE.txt +0 -20
  651. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/METADATA +0 -90
  652. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/RECORD +0 -853
  653. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/REQUESTED +0 -0
  654. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/WHEEL +0 -5
  655. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/entry_points.txt +0 -3
  656. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/top_level.txt +0 -1
  657. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/__init__.py +0 -445
  658. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/__init__.py +0 -0
  659. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_config.py +0 -373
  660. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_core_metadata.py +0 -97
  661. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_core_utils.py +0 -182
  662. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_dataclasses.py +0 -238
  663. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_decorators.py +0 -838
  664. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_decorators_v1.py +0 -174
  665. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_discriminated_union.py +0 -479
  666. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_docs_extraction.py +0 -108
  667. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_fields.py +0 -515
  668. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_forward_ref.py +0 -23
  669. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py +0 -2904
  670. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_generics.py +0 -547
  671. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_git.py +0 -27
  672. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_import_utils.py +0 -20
  673. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_internal_dataclass.py +0 -7
  674. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_known_annotated_metadata.py +0 -393
  675. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_mock_val_ser.py +0 -228
  676. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_model_construction.py +0 -792
  677. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_namespace_utils.py +0 -293
  678. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py +0 -125
  679. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py +0 -209
  680. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py +0 -125
  681. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_serializers.py +0 -53
  682. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_signature.py +0 -188
  683. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_typing_extra.py +0 -714
  684. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_utils.py +0 -431
  685. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_validate_call.py +0 -140
  686. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_internal/_validators.py +0 -532
  687. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/_migration.py +0 -308
  688. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/alias_generators.py +0 -62
  689. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/aliases.py +0 -135
  690. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/annotated_handlers.py +0 -122
  691. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/class_validators.py +0 -5
  692. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/color.py +0 -604
  693. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/config.py +0 -1213
  694. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/dataclasses.py +0 -383
  695. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/datetime_parse.py +0 -5
  696. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/decorator.py +0 -5
  697. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/__init__.py +0 -0
  698. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py +0 -256
  699. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/config.py +0 -72
  700. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/copy_internals.py +0 -224
  701. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/decorator.py +0 -284
  702. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/json.py +0 -141
  703. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/parse.py +0 -80
  704. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/deprecated/tools.py +0 -103
  705. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/env_settings.py +0 -5
  706. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/error_wrappers.py +0 -5
  707. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/errors.py +0 -189
  708. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/experimental/__init__.py +0 -10
  709. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/experimental/arguments_schema.py +0 -44
  710. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/experimental/pipeline.py +0 -667
  711. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/fields.py +0 -1559
  712. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/functional_serializers.py +0 -450
  713. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/functional_validators.py +0 -828
  714. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/generics.py +0 -5
  715. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/json.py +0 -5
  716. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/json_schema.py +0 -2695
  717. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/main.py +0 -1773
  718. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/mypy.py +0 -1380
  719. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/networks.py +0 -1312
  720. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/parse.py +0 -5
  721. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/plugin/__init__.py +0 -188
  722. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/plugin/_loader.py +0 -57
  723. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py +0 -140
  724. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/py.typed +0 -0
  725. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/root_model.py +0 -157
  726. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/schema.py +0 -5
  727. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/tools.py +0 -5
  728. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/type_adapter.py +0 -727
  729. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/types.py +0 -3285
  730. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/typing.py +0 -5
  731. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/utils.py +0 -5
  732. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/__init__.py +0 -131
  733. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/_hypothesis_plugin.py +0 -391
  734. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/annotated_types.py +0 -72
  735. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/class_validators.py +0 -361
  736. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/color.py +0 -494
  737. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/config.py +0 -191
  738. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/dataclasses.py +0 -500
  739. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/datetime_parse.py +0 -248
  740. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/decorator.py +0 -264
  741. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/env_settings.py +0 -350
  742. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py +0 -161
  743. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/errors.py +0 -646
  744. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/fields.py +0 -1253
  745. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/generics.py +0 -400
  746. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/json.py +0 -112
  747. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/main.py +0 -1113
  748. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/mypy.py +0 -949
  749. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/networks.py +0 -747
  750. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/parse.py +0 -66
  751. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/py.typed +0 -0
  752. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/schema.py +0 -1163
  753. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/tools.py +0 -92
  754. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/types.py +0 -1205
  755. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/typing.py +0 -615
  756. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/utils.py +0 -806
  757. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/validators.py +0 -768
  758. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/v1/version.py +0 -38
  759. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/validate_call_decorator.py +0 -116
  760. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/validators.py +0 -5
  761. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/version.py +0 -84
  762. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic/warnings.py +0 -96
  763. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic-2.11.7.dist-info/INSTALLER +0 -1
  764. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic-2.11.7.dist-info/METADATA +0 -767
  765. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic-2.11.7.dist-info/RECORD +0 -215
  766. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic-2.11.7.dist-info/WHEEL +0 -4
  767. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic-2.11.7.dist-info/licenses/LICENSE +0 -21
  768. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core/__init__.py +0 -144
  769. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core/_pydantic_core.pyi +0 -1039
  770. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core/core_schema.py +0 -4325
  771. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core/py.typed +0 -0
  772. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core-2.33.2.dist-info/INSTALLER +0 -1
  773. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core-2.33.2.dist-info/METADATA +0 -160
  774. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core-2.33.2.dist-info/RECORD +0 -12
  775. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core-2.33.2.dist-info/WHEEL +0 -4
  776. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/pydantic_core-2.33.2.dist-info/licenses/LICENSE +0 -21
  777. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/__init__.py +0 -184
  778. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/__version__.py +0 -14
  779. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/_internal_utils.py +0 -50
  780. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/adapters.py +0 -719
  781. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/api.py +0 -157
  782. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/auth.py +0 -314
  783. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/certs.py +0 -17
  784. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/compat.py +0 -106
  785. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/cookies.py +0 -561
  786. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/exceptions.py +0 -151
  787. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/help.py +0 -134
  788. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/hooks.py +0 -33
  789. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/models.py +0 -1039
  790. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/packages.py +0 -23
  791. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/sessions.py +0 -831
  792. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/status_codes.py +0 -128
  793. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/structures.py +0 -99
  794. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests/utils.py +0 -1086
  795. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/INSTALLER +0 -1
  796. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/METADATA +0 -133
  797. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/RECORD +0 -43
  798. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/REQUESTED +0 -0
  799. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/WHEEL +0 -5
  800. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/licenses/LICENSE +0 -175
  801. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/requests-2.32.4.dist-info/top_level.txt +0 -1
  802. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio/__init__.py +0 -17
  803. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio/_impl.py +0 -95
  804. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio/_tests/__init__.py +0 -0
  805. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio/_tests/test_sniffio.py +0 -84
  806. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio/_version.py +0 -3
  807. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio/py.typed +0 -0
  808. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/INSTALLER +0 -1
  809. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/LICENSE +0 -3
  810. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/LICENSE.APACHE2 +0 -202
  811. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/LICENSE.MIT +0 -20
  812. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/METADATA +0 -104
  813. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/RECORD +0 -19
  814. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/WHEEL +0 -5
  815. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sniffio-1.3.1.dist-info/top_level.txt +0 -1
  816. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/__init__.py +0 -283
  817. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/connectors/__init__.py +0 -18
  818. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/connectors/aioodbc.py +0 -174
  819. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/connectors/asyncio.py +0 -213
  820. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/connectors/pyodbc.py +0 -247
  821. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/__init__.py +0 -6
  822. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/collections.pyx +0 -409
  823. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/immutabledict.pxd +0 -8
  824. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/immutabledict.pyx +0 -133
  825. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/processors.pyx +0 -68
  826. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/resultproxy.pyx +0 -102
  827. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/cyextension/util.pyx +0 -91
  828. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/__init__.py +0 -61
  829. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/_typing.py +0 -30
  830. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/__init__.py +0 -88
  831. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/aioodbc.py +0 -63
  832. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/base.py +0 -4055
  833. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/information_schema.py +0 -254
  834. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/json.py +0 -129
  835. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/provision.py +0 -162
  836. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/pymssql.py +0 -126
  837. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/pyodbc.py +0 -760
  838. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/__init__.py +0 -104
  839. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/aiomysql.py +0 -335
  840. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/asyncmy.py +0 -339
  841. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/base.py +0 -3581
  842. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/cymysql.py +0 -84
  843. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/dml.py +0 -225
  844. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/enumerated.py +0 -243
  845. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/expression.py +0 -143
  846. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/json.py +0 -81
  847. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mariadb.py +0 -67
  848. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mariadbconnector.py +0 -277
  849. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mysqlconnector.py +0 -253
  850. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mysqldb.py +0 -305
  851. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/provision.py +0 -114
  852. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/pymysql.py +0 -136
  853. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/pyodbc.py +0 -139
  854. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/reflection.py +0 -677
  855. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/reserved_words.py +0 -571
  856. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/types.py +0 -773
  857. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/__init__.py +0 -77
  858. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/base.py +0 -3747
  859. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/cx_oracle.py +0 -1552
  860. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/dictionary.py +0 -507
  861. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/oracledb.py +0 -947
  862. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/provision.py +0 -220
  863. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/types.py +0 -316
  864. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/vector.py +0 -266
  865. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/__init__.py +0 -167
  866. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/_psycopg_common.py +0 -186
  867. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py +0 -509
  868. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py +0 -1287
  869. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/base.py +0 -5175
  870. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/dml.py +0 -339
  871. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py +0 -536
  872. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py +0 -406
  873. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/json.py +0 -367
  874. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/named_types.py +0 -538
  875. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/operators.py +0 -129
  876. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/pg8000.py +0 -666
  877. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/pg_catalog.py +0 -312
  878. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/provision.py +0 -175
  879. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/psycopg.py +0 -783
  880. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py +0 -892
  881. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/psycopg2cffi.py +0 -61
  882. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ranges.py +0 -1031
  883. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/types.py +0 -313
  884. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/__init__.py +0 -57
  885. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/aiosqlite.py +0 -398
  886. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/base.py +0 -2945
  887. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/dml.py +0 -263
  888. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/json.py +0 -92
  889. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/provision.py +0 -196
  890. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/pysqlcipher.py +0 -157
  891. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py +0 -705
  892. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/dialects/type_migration_guidelines.txt +0 -145
  893. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/__init__.py +0 -62
  894. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/_py_processors.py +0 -136
  895. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/_py_row.py +0 -128
  896. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/_py_util.py +0 -74
  897. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py +0 -3370
  898. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/characteristics.py +0 -155
  899. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/create.py +0 -878
  900. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/cursor.py +0 -2181
  901. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/default.py +0 -2380
  902. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/events.py +0 -965
  903. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py +0 -3413
  904. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/mock.py +0 -134
  905. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/processors.py +0 -61
  906. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/reflection.py +0 -2102
  907. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/result.py +0 -2387
  908. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py +0 -400
  909. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/strategies.py +0 -19
  910. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/url.py +0 -924
  911. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/engine/util.py +0 -167
  912. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/event/__init__.py +0 -25
  913. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/event/api.py +0 -222
  914. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/event/attr.py +0 -655
  915. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/event/base.py +0 -472
  916. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/event/legacy.py +0 -246
  917. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/event/registry.py +0 -390
  918. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/events.py +0 -17
  919. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/exc.py +0 -832
  920. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/__init__.py +0 -11
  921. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/associationproxy.py +0 -2013
  922. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/__init__.py +0 -25
  923. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/base.py +0 -281
  924. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/engine.py +0 -1469
  925. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/exc.py +0 -21
  926. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/result.py +0 -962
  927. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/scoping.py +0 -1613
  928. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/session.py +0 -1961
  929. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/automap.py +0 -1701
  930. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/baked.py +0 -570
  931. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/compiler.py +0 -600
  932. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/declarative/__init__.py +0 -65
  933. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/declarative/extensions.py +0 -564
  934. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/horizontal_shard.py +0 -478
  935. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/hybrid.py +0 -1533
  936. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/indexable.py +0 -345
  937. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/instrumentation.py +0 -450
  938. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mutable.py +0 -1095
  939. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/__init__.py +0 -6
  940. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/apply.py +0 -324
  941. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/decl_class.py +0 -515
  942. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/infer.py +0 -590
  943. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/names.py +0 -335
  944. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/plugin.py +0 -303
  945. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/mypy/util.py +0 -357
  946. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/orderinglist.py +0 -427
  947. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/ext/serializer.py +0 -185
  948. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/future/__init__.py +0 -16
  949. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/future/engine.py +0 -15
  950. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/inspection.py +0 -174
  951. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/log.py +0 -288
  952. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/__init__.py +0 -170
  953. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/_orm_constructors.py +0 -2590
  954. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/_typing.py +0 -179
  955. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/attributes.py +0 -2835
  956. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/base.py +0 -973
  957. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/bulk_persistence.py +0 -2123
  958. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/clsregistry.py +0 -571
  959. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/collections.py +0 -1627
  960. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/context.py +0 -3334
  961. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/decl_api.py +0 -1917
  962. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/decl_base.py +0 -2186
  963. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/dependency.py +0 -1304
  964. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/descriptor_props.py +0 -1077
  965. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/dynamic.py +0 -300
  966. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/evaluator.py +0 -379
  967. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/events.py +0 -3271
  968. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/exc.py +0 -237
  969. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/identity.py +0 -302
  970. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/instrumentation.py +0 -754
  971. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/interfaces.py +0 -1490
  972. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/loading.py +0 -1682
  973. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/mapped_collection.py +0 -557
  974. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/mapper.py +0 -4431
  975. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/path_registry.py +0 -811
  976. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py +0 -1782
  977. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/properties.py +0 -884
  978. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/query.py +0 -3453
  979. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/relationships.py +0 -3509
  980. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/scoping.py +0 -2162
  981. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/session.py +0 -5294
  982. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/state.py +0 -1143
  983. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/state_changes.py +0 -198
  984. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/strategies.py +0 -3470
  985. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/strategy_options.py +0 -2549
  986. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/sync.py +0 -164
  987. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py +0 -796
  988. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/util.py +0 -2403
  989. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/orm/writeonly.py +0 -678
  990. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/pool/__init__.py +0 -44
  991. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/pool/base.py +0 -1516
  992. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/pool/events.py +0 -372
  993. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/pool/impl.py +0 -581
  994. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/py.typed +0 -0
  995. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/schema.py +0 -71
  996. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/__init__.py +0 -145
  997. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/_dml_constructors.py +0 -132
  998. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/_elements_constructors.py +0 -1872
  999. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/_orm_types.py +0 -20
  1000. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/_py_util.py +0 -75
  1001. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/_selectable_constructors.py +0 -715
  1002. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/_typing.py +0 -468
  1003. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/annotation.py +0 -585
  1004. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/base.py +0 -2197
  1005. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/cache_key.py +0 -1057
  1006. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/coercions.py +0 -1403
  1007. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/compiler.py +0 -7946
  1008. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/crud.py +0 -1678
  1009. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/ddl.py +0 -1442
  1010. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/default_comparator.py +0 -552
  1011. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/dml.py +0 -1837
  1012. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/elements.py +0 -5544
  1013. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/events.py +0 -458
  1014. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/expression.py +0 -162
  1015. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/functions.py +0 -2106
  1016. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/lambdas.py +0 -1440
  1017. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/naming.py +0 -212
  1018. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/operators.py +0 -2623
  1019. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/roles.py +0 -323
  1020. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/schema.py +0 -6218
  1021. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/selectable.py +0 -7193
  1022. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/sqltypes.py +0 -3921
  1023. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/traversals.py +0 -1024
  1024. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/type_api.py +0 -2362
  1025. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/util.py +0 -1487
  1026. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/sql/visitors.py +0 -1167
  1027. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/__init__.py +0 -96
  1028. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/assertions.py +0 -989
  1029. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/assertsql.py +0 -516
  1030. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/asyncio.py +0 -135
  1031. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/config.py +0 -423
  1032. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/engines.py +0 -474
  1033. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/entities.py +0 -117
  1034. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/exclusions.py +0 -435
  1035. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/__init__.py +0 -28
  1036. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/base.py +0 -366
  1037. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/mypy.py +0 -332
  1038. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/orm.py +0 -227
  1039. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py +0 -503
  1040. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/pickleable.py +0 -155
  1041. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/plugin/__init__.py +0 -6
  1042. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/plugin/bootstrap.py +0 -51
  1043. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/plugin/plugin_base.py +0 -779
  1044. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/plugin/pytestplugin.py +0 -867
  1045. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/profiling.py +0 -324
  1046. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/provision.py +0 -502
  1047. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/requirements.py +0 -1893
  1048. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py +0 -224
  1049. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/__init__.py +0 -19
  1050. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_cte.py +0 -211
  1051. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_ddl.py +0 -389
  1052. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_deprecations.py +0 -153
  1053. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_dialect.py +0 -740
  1054. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_insert.py +0 -630
  1055. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_reflection.py +0 -3275
  1056. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_results.py +0 -504
  1057. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_rowcount.py +0 -258
  1058. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_select.py +0 -2008
  1059. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_sequence.py +0 -317
  1060. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_types.py +0 -2145
  1061. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_unicode_ddl.py +0 -189
  1062. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_update_delete.py +0 -139
  1063. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/util.py +0 -538
  1064. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/testing/warnings.py +0 -52
  1065. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/types.py +0 -76
  1066. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/__init__.py +0 -160
  1067. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/_collections.py +0 -717
  1068. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/_concurrency_py3k.py +0 -288
  1069. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/_has_cy.py +0 -40
  1070. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/_py_collections.py +0 -541
  1071. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/compat.py +0 -303
  1072. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py +0 -108
  1073. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/deprecations.py +0 -401
  1074. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py +0 -2303
  1075. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/preloaded.py +0 -150
  1076. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/queue.py +0 -322
  1077. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/tool_support.py +0 -201
  1078. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/topological.py +0 -120
  1079. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy/util/typing.py +0 -733
  1080. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/INSTALLER +0 -1
  1081. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/METADATA +0 -243
  1082. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/RECORD +0 -532
  1083. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/REQUESTED +0 -0
  1084. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/WHEEL +0 -5
  1085. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/licenses/LICENSE +0 -19
  1086. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/sqlalchemy-2.0.41.dist-info/top_level.txt +0 -1
  1087. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/__init__.py +0 -1
  1088. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/_exception_handler.py +0 -65
  1089. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/_utils.py +0 -100
  1090. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/applications.py +0 -249
  1091. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/authentication.py +0 -147
  1092. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/background.py +0 -41
  1093. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/concurrency.py +0 -62
  1094. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/config.py +0 -138
  1095. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/convertors.py +0 -89
  1096. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/datastructures.py +0 -674
  1097. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/endpoints.py +0 -122
  1098. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/exceptions.py +0 -33
  1099. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/formparsers.py +0 -275
  1100. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/__init__.py +0 -42
  1101. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/authentication.py +0 -52
  1102. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/base.py +0 -222
  1103. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/cors.py +0 -172
  1104. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/errors.py +0 -260
  1105. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/exceptions.py +0 -72
  1106. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/gzip.py +0 -141
  1107. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/httpsredirect.py +0 -19
  1108. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/sessions.py +0 -85
  1109. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/trustedhost.py +0 -60
  1110. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/middleware/wsgi.py +0 -152
  1111. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/py.typed +0 -0
  1112. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/requests.py +0 -322
  1113. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/responses.py +0 -536
  1114. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/routing.py +0 -874
  1115. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/schemas.py +0 -147
  1116. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/staticfiles.py +0 -220
  1117. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/status.py +0 -95
  1118. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/templating.py +0 -216
  1119. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/testclient.py +0 -731
  1120. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/types.py +0 -24
  1121. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette/websockets.py +0 -195
  1122. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette-0.46.2.dist-info/INSTALLER +0 -1
  1123. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette-0.46.2.dist-info/METADATA +0 -176
  1124. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette-0.46.2.dist-info/RECORD +0 -74
  1125. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette-0.46.2.dist-info/WHEEL +0 -4
  1126. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/starlette-0.46.2.dist-info/licenses/LICENSE.md +0 -27
  1127. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_extensions-4.14.1.dist-info/INSTALLER +0 -1
  1128. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_extensions-4.14.1.dist-info/METADATA +0 -68
  1129. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_extensions-4.14.1.dist-info/RECORD +0 -7
  1130. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_extensions-4.14.1.dist-info/WHEEL +0 -4
  1131. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_extensions-4.14.1.dist-info/licenses/LICENSE +0 -279
  1132. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_extensions.py +0 -4244
  1133. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection/__init__.py +0 -0
  1134. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection/introspection.py +0 -587
  1135. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection/py.typed +0 -0
  1136. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection/typing_objects.py +0 -596
  1137. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection/typing_objects.pyi +0 -406
  1138. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection-0.4.1.dist-info/INSTALLER +0 -1
  1139. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection-0.4.1.dist-info/METADATA +0 -49
  1140. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection-0.4.1.dist-info/RECORD +0 -13
  1141. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection-0.4.1.dist-info/WHEEL +0 -4
  1142. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/typing_inspection-0.4.1.dist-info/licenses/LICENSE +0 -21
  1143. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/__init__.py +0 -211
  1144. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/_base_connection.py +0 -165
  1145. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/_collections.py +0 -479
  1146. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/_request_methods.py +0 -278
  1147. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/_version.py +0 -21
  1148. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/connection.py +0 -1093
  1149. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/connectionpool.py +0 -1178
  1150. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/__init__.py +0 -0
  1151. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__init__.py +0 -16
  1152. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py +0 -255
  1153. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js +0 -110
  1154. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/fetch.py +0 -728
  1155. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/request.py +0 -22
  1156. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/response.py +0 -277
  1157. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py +0 -564
  1158. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/contrib/socks.py +0 -228
  1159. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/exceptions.py +0 -335
  1160. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/fields.py +0 -341
  1161. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/filepost.py +0 -89
  1162. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/http2/__init__.py +0 -53
  1163. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/http2/connection.py +0 -356
  1164. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/http2/probe.py +0 -87
  1165. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/poolmanager.py +0 -653
  1166. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/py.typed +0 -2
  1167. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/response.py +0 -1307
  1168. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/__init__.py +0 -42
  1169. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/connection.py +0 -137
  1170. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/proxy.py +0 -43
  1171. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/request.py +0 -266
  1172. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/response.py +0 -101
  1173. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/retry.py +0 -533
  1174. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/ssl_.py +0 -524
  1175. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py +0 -159
  1176. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/ssltransport.py +0 -271
  1177. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/timeout.py +0 -275
  1178. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/url.py +0 -469
  1179. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/util.py +0 -42
  1180. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3/util/wait.py +0 -124
  1181. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3-2.5.0.dist-info/INSTALLER +0 -1
  1182. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3-2.5.0.dist-info/METADATA +0 -154
  1183. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3-2.5.0.dist-info/RECORD +0 -79
  1184. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3-2.5.0.dist-info/WHEEL +0 -4
  1185. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt +0 -21
  1186. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/__init__.py +0 -5
  1187. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/__main__.py +0 -4
  1188. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/_subprocess.py +0 -84
  1189. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/_types.py +0 -281
  1190. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/config.py +0 -531
  1191. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/importer.py +0 -34
  1192. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/lifespan/__init__.py +0 -0
  1193. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/lifespan/off.py +0 -17
  1194. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/lifespan/on.py +0 -137
  1195. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/logging.py +0 -117
  1196. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/loops/__init__.py +0 -0
  1197. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/loops/asyncio.py +0 -10
  1198. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/loops/auto.py +0 -11
  1199. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/loops/uvloop.py +0 -7
  1200. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/main.py +0 -604
  1201. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/middleware/__init__.py +0 -0
  1202. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/middleware/asgi2.py +0 -15
  1203. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/middleware/message_logger.py +0 -87
  1204. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/middleware/proxy_headers.py +0 -142
  1205. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/middleware/wsgi.py +0 -199
  1206. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/__init__.py +0 -0
  1207. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/http/__init__.py +0 -0
  1208. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/http/auto.py +0 -15
  1209. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py +0 -54
  1210. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/http/h11_impl.py +0 -543
  1211. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/http/httptools_impl.py +0 -570
  1212. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py +0 -56
  1213. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/__init__.py +0 -0
  1214. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/auto.py +0 -21
  1215. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/websockets_impl.py +0 -387
  1216. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/websockets_sansio_impl.py +0 -417
  1217. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/wsproto_impl.py +0 -377
  1218. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/py.typed +0 -1
  1219. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/server.py +0 -338
  1220. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/supervisors/__init__.py +0 -16
  1221. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/supervisors/basereload.py +0 -126
  1222. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/supervisors/multiprocess.py +0 -222
  1223. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py +0 -53
  1224. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/supervisors/watchfilesreload.py +0 -85
  1225. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn/workers.py +0 -114
  1226. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/INSTALLER +0 -1
  1227. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/METADATA +0 -186
  1228. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/RECORD +0 -87
  1229. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/REQUESTED +0 -0
  1230. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/WHEEL +0 -4
  1231. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/entry_points.txt +0 -2
  1232. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/uvicorn-0.35.0.dist-info/licenses/LICENSE.md +0 -27
  1233. paytechuz-0.2.12/examples/paytechuz_fastapi/venv/pyvenv.cfg +0 -5
  1234. paytechuz-0.2.12/src/core/__init__.py +0 -0
  1235. paytechuz-0.2.12/src/gateways/__init__.py +0 -0
  1236. paytechuz-0.2.12/src/gateways/click/__init__.py +0 -0
  1237. paytechuz-0.2.12/src/gateways/payme/__init__.py +0 -0
  1238. paytechuz-0.2.12/src/integrations/__init__.py +0 -0
  1239. paytechuz-0.2.12/src/paytechuz/core/__init__.py +0 -0
  1240. paytechuz-0.2.12/src/paytechuz/core/base.py +0 -97
  1241. paytechuz-0.2.12/src/paytechuz/core/constants.py +0 -68
  1242. paytechuz-0.2.12/src/paytechuz/core/exceptions.py +0 -190
  1243. paytechuz-0.2.12/src/paytechuz/core/http.py +0 -268
  1244. paytechuz-0.2.12/src/paytechuz/core/payme/errors.py +0 -25
  1245. paytechuz-0.2.12/src/paytechuz/core/utils.py +0 -192
  1246. paytechuz-0.2.12/src/paytechuz/gateways/__init__.py +0 -0
  1247. paytechuz-0.2.12/src/paytechuz/gateways/click/__init__.py +0 -2
  1248. paytechuz-0.2.12/src/paytechuz/gateways/click/client.py +0 -203
  1249. paytechuz-0.2.12/src/paytechuz/gateways/click/merchant.py +0 -265
  1250. paytechuz-0.2.12/src/paytechuz/gateways/click/webhook.py +0 -227
  1251. paytechuz-0.2.12/src/paytechuz/gateways/payme/__init__.py +0 -2
  1252. paytechuz-0.2.12/src/paytechuz/gateways/payme/cards.py +0 -223
  1253. paytechuz-0.2.12/src/paytechuz/gateways/payme/client.py +0 -263
  1254. paytechuz-0.2.12/src/paytechuz/gateways/payme/receipts.py +0 -337
  1255. paytechuz-0.2.12/src/paytechuz/gateways/payme/webhook.py +0 -379
  1256. paytechuz-0.2.12/src/paytechuz/integrations/__init__.py +0 -0
  1257. paytechuz-0.2.12/src/paytechuz/integrations/django/__init__.py +0 -10
  1258. paytechuz-0.2.12/src/paytechuz/integrations/django/admin.py +0 -78
  1259. paytechuz-0.2.12/src/paytechuz/integrations/django/apps.py +0 -26
  1260. paytechuz-0.2.12/src/paytechuz/integrations/django/migrations/0001_initial.py +0 -43
  1261. paytechuz-0.2.12/src/paytechuz/integrations/django/migrations/__init__.py +0 -3
  1262. paytechuz-0.2.12/src/paytechuz/integrations/django/models.py +0 -170
  1263. paytechuz-0.2.12/src/paytechuz/integrations/django/signals.py +0 -46
  1264. paytechuz-0.2.12/src/paytechuz/integrations/django/views.py +0 -100
  1265. paytechuz-0.2.12/src/paytechuz/integrations/django/webhooks.py +0 -880
  1266. paytechuz-0.2.12/src/paytechuz/integrations/fastapi/__init__.py +0 -21
  1267. paytechuz-0.2.12/src/paytechuz/integrations/fastapi/models.py +0 -179
  1268. paytechuz-0.2.12/src/paytechuz/integrations/fastapi/schemas.py +0 -118
  1269. paytechuz-0.2.12/src/paytechuz.egg-info/SOURCES.txt +0 -1341
  1270. paytechuz-0.2.12/src/paytechuz.egg-info/top_level.txt +0 -1
  1271. {paytechuz-0.2.12 → paytechuz-0.2.14}/MANIFEST.in +0 -0
  1272. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/__init__.py +0 -0
  1273. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/app/__init__.py +0 -0
  1274. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/app/database.py +0 -0
  1275. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/app/models.py +0 -0
  1276. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/app/typing.py +0 -0
  1277. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/app/webhook_handlers.py +0 -0
  1278. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/main.py +0 -0
  1279. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/payments.db +0 -0
  1280. {paytechuz-0.2.12 → paytechuz-0.2.14}/examples/paytechuz_fastapi/run.sh +0 -0
  1281. {paytechuz-0.2.12 → paytechuz-0.2.14}/setup.cfg +0 -0
  1282. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/__init__.py +0 -0
  1283. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_backends → paytechuz-0.2.14/src/core}/__init__.py +0 -0
  1284. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/core/base.py +0 -0
  1285. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/core/constants.py +0 -0
  1286. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/core/exceptions.py +0 -0
  1287. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/core/http.py +0 -0
  1288. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/core/payme/errors.py +0 -0
  1289. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/core/utils.py +0 -0
  1290. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/_core → paytechuz-0.2.14/src/gateways}/__init__.py +0 -0
  1291. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/anyio/streams → paytechuz-0.2.14/src/gateways/click}/__init__.py +0 -0
  1292. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/gateways/click/merchant.py +0 -0
  1293. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/gateways/click/webhook.py +0 -0
  1294. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/dependencies → paytechuz-0.2.14/src/gateways/payme}/__init__.py +0 -0
  1295. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/gateways/payme/cards.py +0 -0
  1296. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/gateways/payme/client.py +0 -0
  1297. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/gateways/payme/receipts.py +0 -0
  1298. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/gateways/payme/webhook.py +0 -0
  1299. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/fastapi/openapi → paytechuz-0.2.14/src/integrations}/__init__.py +0 -0
  1300. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/django/__init__.py +0 -0
  1301. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/integrations/django/admin.py +0 -0
  1302. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/django/apps.py +0 -0
  1303. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/django/migrations/0001_initial.py +0 -0
  1304. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/integrations/django/migrations/__init__.py +0 -0
  1305. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/django/models.py +0 -0
  1306. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/integrations/django/signals.py +0 -0
  1307. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/django/views.py +0 -0
  1308. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/django/webhooks.py +0 -0
  1309. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz → paytechuz-0.2.14/src}/integrations/fastapi/__init__.py +0 -0
  1310. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/fastapi/models.py +0 -0
  1311. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/fastapi/routes.py +0 -0
  1312. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/integrations/fastapi/schemas.py +0 -0
  1313. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/core/__init__.py +0 -0
  1314. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/core/base.py +0 -0
  1315. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/core/constants.py +0 -0
  1316. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/core/exceptions.py +0 -0
  1317. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/core/http.py +0 -0
  1318. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/core/payme/errors.py +0 -0
  1319. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/core/utils.py +0 -0
  1320. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/__init__.py +0 -0
  1321. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/click/__init__.py +0 -0
  1322. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/click/client.py +0 -0
  1323. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/click/merchant.py +0 -0
  1324. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/gateways/click/webhook.py +0 -0
  1325. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/payme/__init__.py +0 -0
  1326. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/payme/cards.py +0 -0
  1327. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/payme/client.py +0 -0
  1328. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/gateways/payme/receipts.py +0 -0
  1329. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/gateways/payme/webhook.py +0 -0
  1330. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/__init__.py +0 -0
  1331. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/django/__init__.py +0 -0
  1332. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/integrations/django/admin.py +0 -0
  1333. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/django/apps.py +0 -0
  1334. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/django/migrations/0001_initial.py +0 -0
  1335. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/integrations/django/migrations/__init__.py +0 -0
  1336. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/django/models.py +0 -0
  1337. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/integrations/django/signals.py +0 -0
  1338. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/django/views.py +0 -0
  1339. {paytechuz-0.2.12/src → paytechuz-0.2.14/src/paytechuz}/integrations/fastapi/__init__.py +0 -0
  1340. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/fastapi/models.py +0 -0
  1341. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/paytechuz/integrations/fastapi/routes.py +0 -0
  1342. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages → paytechuz-0.2.14/src}/paytechuz/integrations/fastapi/schemas.py +0 -0
  1343. {paytechuz-0.2.12 → paytechuz-0.2.14}/src/paytechuz.egg-info/dependency_links.txt +0 -0
  1344. {paytechuz-0.2.12/examples/paytechuz_fastapi/venv/lib/python3.12/site-packages/paytechuz-0.2.10.dist-info → paytechuz-0.2.14/src/paytechuz.egg-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paytechuz
3
- Version: 0.2.12
3
+ Version: 0.2.14
4
4
  Summary: Unified Python package for Uzbekistan payment gateways
5
5
  Home-page: https://github.com/Muhammadali-Akbarov/paytechuz
6
6
  Author: Muhammadali Akbarov
@@ -17,10 +17,13 @@ Dynamic: requires-python
17
17
 
18
18
  [![PyPI version](https://badge.fury.io/py/paytechuz.svg)](https://badge.fury.io/py/paytechuz)
19
19
  [![Python Versions](https://img.shields.io/pypi/pyversions/paytechuz.svg)](https://pypi.org/project/paytechuz/)
20
+ [![Documentation](https://img.shields.io/badge/docs-pay--tech.uz-blue.svg)](https://pay-tech.uz)
20
21
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
21
22
 
22
23
  PayTechUZ is a unified payment library for integrating with popular payment systems in Uzbekistan. It provides a simple and consistent interface for working with Payme and Click payment gateways.
23
24
 
25
+ 📖 **[Complete Documentation](https://pay-tech.uz)** | 🚀 **[Quick Start Guide](https://pay-tech.uz/quickstart)**
26
+
24
27
  ## Features
25
28
 
26
29
  - 🔄 **API**: Consistent interface for multiple payment providers
@@ -49,6 +52,8 @@ pip install paytechuz[fastapi]
49
52
 
50
53
  ## Quick Start
51
54
 
55
+ > 💡 **Need help?** Check out our [complete documentation](https://pay-tech.uz) for detailed guides and examples.
56
+
52
57
  ### Generate Payment Links
53
58
 
54
59
  ```python
@@ -121,18 +126,26 @@ INSTALLED_APPS = [
121
126
  'paytechuz.integrations.django',
122
127
  ]
123
128
 
124
- PAYME_ID = 'your_payme_merchant_id'
125
- PAYME_KEY = 'your_payme_merchant_key'
126
- PAYME_ACCOUNT_MODEL = 'your_app.models.Order' # For example: 'orders.models.Order'
127
- PAYME_ACCOUNT_FIELD = 'id'
128
- PAYME_AMOUNT_FIELD = 'amount' # Field for storing payment amount
129
- PAYME_ONE_TIME_PAYMENT = True # Allow only one payment per account
130
-
131
- CLICK_SERVICE_ID = 'your_click_service_id'
132
- CLICK_MERCHANT_ID = 'your_click_merchant_id'
133
- CLICK_SECRET_KEY = 'your_click_secret_key'
134
- CLICK_ACCOUNT_MODEL = 'your_app.models.Order'
135
- CLICK_COMMISSION_PERCENT = 0.0
129
+ PAYTECHUZ = {
130
+ 'PAYME': {
131
+ 'PAYME_ID': 'your_payme_id',
132
+ 'PAYME_KEY': 'your_payme_key',
133
+ 'ACCOUNT_MODEL': 'your_app.models.Order', # For example: 'orders.models.Order'
134
+ 'ACCOUNT_FIELD': 'id',
135
+ 'AMOUNT_FIELD': 'amount',
136
+ 'ONE_TIME_PAYMENT': True,
137
+ 'IS_TEST_MODE': True, # Set to False in production
138
+ },
139
+ 'CLICK': {
140
+ 'SERVICE_ID': 'your_service_id',
141
+ 'MERCHANT_ID': 'your_merchant_id',
142
+ 'MERCHANT_USER_ID': 'your_merchant_user_id',
143
+ 'SECRET_KEY': 'your_secret_key',
144
+ 'ACCOUNT_MODEL': 'your_app.models.Order',
145
+ 'COMMISSION_PERCENT': 0.0,
146
+ 'IS_TEST_MODE': True, # Set to False in production
147
+ }
148
+ }
136
149
  ```
137
150
 
138
151
  3. Create webhook handlers:
@@ -313,6 +326,10 @@ Detailed documentation is available in multiple languages:
313
326
 
314
327
  Contributions are welcome! Please feel free to submit a Pull Request.
315
328
 
329
+ 📖 **Documentation:** [pay-tech.uz](https://pay-tech.uz)
330
+ 🐛 **Issues:** [GitHub Issues](https://github.com/PayTechUz/paytechuz-py/issues)
331
+ 💬 **Support:** [Telegram](https://t.me/paytechuz)
332
+
316
333
  ## License
317
334
 
318
335
  This project is licensed under the MIT License - see the LICENSE file for details.
@@ -1,26 +1,14 @@
1
- Metadata-Version: 2.4
2
- Name: paytechuz
3
- Version: 0.2.10
4
- Summary: Unified Python package for Uzbekistan payment gateways
5
- Home-page: https://github.com/Muhammadali-Akbarov/paytechuz
6
- Author: Muhammadali Akbarov
7
- Author-email: muhammadali17abc@gmail.com
8
- License: MIT
9
- Requires-Python: >=3.6
10
- Description-Content-Type: text/markdown
11
- Dynamic: author
12
- Dynamic: author-email
13
- Dynamic: home-page
14
- Dynamic: requires-python
15
-
16
1
  # paytechuz
17
2
 
18
3
  [![PyPI version](https://badge.fury.io/py/paytechuz.svg)](https://badge.fury.io/py/paytechuz)
19
4
  [![Python Versions](https://img.shields.io/pypi/pyversions/paytechuz.svg)](https://pypi.org/project/paytechuz/)
5
+ [![Documentation](https://img.shields.io/badge/docs-pay--tech.uz-blue.svg)](https://pay-tech.uz)
20
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
21
7
 
22
8
  PayTechUZ is a unified payment library for integrating with popular payment systems in Uzbekistan. It provides a simple and consistent interface for working with Payme and Click payment gateways.
23
9
 
10
+ 📖 **[Complete Documentation](https://pay-tech.uz)** | 🚀 **[Quick Start Guide](https://pay-tech.uz/quickstart)**
11
+
24
12
  ## Features
25
13
 
26
14
  - 🔄 **API**: Consistent interface for multiple payment providers
@@ -49,6 +37,8 @@ pip install paytechuz[fastapi]
49
37
 
50
38
  ## Quick Start
51
39
 
40
+ > 💡 **Need help?** Check out our [complete documentation](https://pay-tech.uz) for detailed guides and examples.
41
+
52
42
  ### Generate Payment Links
53
43
 
54
44
  ```python
@@ -121,18 +111,26 @@ INSTALLED_APPS = [
121
111
  'paytechuz.integrations.django',
122
112
  ]
123
113
 
124
- PAYME_ID = 'your_payme_merchant_id'
125
- PAYME_KEY = 'your_payme_merchant_key'
126
- PAYME_ACCOUNT_MODEL = 'your_app.models.Order' # For example: 'orders.models.Order'
127
- PAYME_ACCOUNT_FIELD = 'id'
128
- PAYME_AMOUNT_FIELD = 'amount' # Field for storing payment amount
129
- PAYME_ONE_TIME_PAYMENT = True # Allow only one payment per account
130
-
131
- CLICK_SERVICE_ID = 'your_click_service_id'
132
- CLICK_MERCHANT_ID = 'your_click_merchant_id'
133
- CLICK_SECRET_KEY = 'your_click_secret_key'
134
- CLICK_ACCOUNT_MODEL = 'your_app.models.Order'
135
- CLICK_COMMISSION_PERCENT = 0.0
114
+ PAYTECHUZ = {
115
+ 'PAYME': {
116
+ 'PAYME_ID': 'your_payme_id',
117
+ 'PAYME_KEY': 'your_payme_key',
118
+ 'ACCOUNT_MODEL': 'your_app.models.Order', # For example: 'orders.models.Order'
119
+ 'ACCOUNT_FIELD': 'id',
120
+ 'AMOUNT_FIELD': 'amount',
121
+ 'ONE_TIME_PAYMENT': True,
122
+ 'IS_TEST_MODE': True, # Set to False in production
123
+ },
124
+ 'CLICK': {
125
+ 'SERVICE_ID': 'your_service_id',
126
+ 'MERCHANT_ID': 'your_merchant_id',
127
+ 'MERCHANT_USER_ID': 'your_merchant_user_id',
128
+ 'SECRET_KEY': 'your_secret_key',
129
+ 'ACCOUNT_MODEL': 'your_app.models.Order',
130
+ 'COMMISSION_PERCENT': 0.0,
131
+ 'IS_TEST_MODE': True, # Set to False in production
132
+ }
133
+ }
136
134
  ```
137
135
 
138
136
  3. Create webhook handlers:
@@ -313,6 +311,10 @@ Detailed documentation is available in multiple languages:
313
311
 
314
312
  Contributions are welcome! Please feel free to submit a Pull Request.
315
313
 
314
+ 📖 **Documentation:** [pay-tech.uz](https://pay-tech.uz)
315
+ 🐛 **Issues:** [GitHub Issues](https://github.com/PayTechUz/paytechuz-py/issues)
316
+ 💬 **Support:** [Telegram](https://t.me/paytechuz)
317
+
316
318
  ## License
317
319
 
318
320
  This project is licensed under the MIT License - see the LICENSE file for details.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "paytechuz"
7
- version = "0.2.12"
7
+ version = "0.2.14"
8
8
  description = "Unified Python package for Uzbekistan payment gateways"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
@@ -8,7 +8,7 @@ long_description = (here / "README.md").read_text(encoding="utf-8")
8
8
 
9
9
  setup(
10
10
  name='paytechuz',
11
- version='0.2.12',
11
+ version='0.2.14',
12
12
  license='MIT',
13
13
  author="Muhammadali Akbarov",
14
14
  author_email='muhammadali17abc@gmail.com',
@@ -108,7 +108,7 @@ class ClickGateway(BasePaymentGateway):
108
108
  payment_url += f"&callback_url={callback_url}"
109
109
 
110
110
  if description:
111
- payment_url += f"&merchant_user_id={description}"
111
+ payment_url += f"&merchant_user_id={self.merchant_user_id}"
112
112
 
113
113
  # Return the payment URL directly
114
114
  return payment_url
@@ -6,7 +6,7 @@ payment systems in Uzbekistan. It supports Django, Flask, and FastAPI.
6
6
  """
7
7
  from typing import Any
8
8
 
9
- __version__ = '0.2.2'
9
+ __version__ = '0.2.14'
10
10
 
11
11
  # Import framework integrations - these imports are used to check availability
12
12
  # of frameworks, not for direct usage
@@ -38,30 +38,37 @@ class PaymeWebhook(View):
38
38
  def __init__(self, **kwargs):
39
39
  super().__init__(**kwargs)
40
40
 
41
- # Try to get the account model from settings
42
- # Get the account model from settings
43
- account_model_path = getattr(
44
- settings, 'PAYME_ACCOUNT_MODEL', 'django.contrib.auth.models.User'
41
+ paytechuz_settings = getattr(settings, 'PAYTECHUZ', {})
42
+ payme_settings = paytechuz_settings.get('PAYME', {})
43
+
44
+ self.payme_id = payme_settings.get('PAYME_ID') or getattr(settings, 'PAYME_ID', '')
45
+ self.payme_key = payme_settings.get('PAYME_KEY') or getattr(settings, 'PAYME_KEY', '')
46
+
47
+ account_model_path = (
48
+ payme_settings.get('ACCOUNT_MODEL') or
49
+ getattr(settings, 'PAYME_ACCOUNT_MODEL', 'django.contrib.auth.models.User')
45
50
  )
46
51
  try:
47
52
  self.account_model = import_string(account_model_path)
48
53
  except ImportError:
49
- # If the model is not found, log an error and raise an exception
50
54
  logger.error(
51
- "Could not import %s. Check PAYME_ACCOUNT_MODEL setting.",
55
+ "Could not import %s. Check PAYTECHUZ.PAYME.ACCOUNT_MODEL setting.",
52
56
  account_model_path
53
57
  )
54
- raise ImportError(
55
- f"Import error: {account_model_path}"
56
- ) from None
58
+ raise ImportError(f"Import error: {account_model_path}") from None
57
59
 
58
- self.account_field = getattr(settings, 'PAYME_ACCOUNT_FIELD', 'id')
59
- self.amount_field = getattr(settings, 'PAYME_AMOUNT_FIELD', 'amount')
60
- self.one_time_payment = getattr(
61
- settings, 'PAYME_ONE_TIME_PAYMENT', True
60
+ self.account_field = (
61
+ payme_settings.get('ACCOUNT_FIELD') or
62
+ getattr(settings, 'PAYME_ACCOUNT_FIELD', 'id')
63
+ )
64
+ self.amount_field = (
65
+ payme_settings.get('AMOUNT_FIELD') or
66
+ getattr(settings, 'PAYME_AMOUNT_FIELD', 'amount')
67
+ )
68
+ self.one_time_payment = (
69
+ payme_settings.get('ONE_TIME_PAYMENT') or
70
+ getattr(settings, 'PAYME_ONE_TIME_PAYMENT', True)
62
71
  )
63
- self.payme_id = getattr(settings, 'PAYME_ID', '')
64
- self.payme_key = getattr(settings, 'PAYME_KEY', '')
65
72
 
66
73
  def post(self, request, **_):
67
74
  """
@@ -580,27 +587,33 @@ class ClickWebhook(View):
580
587
  def __init__(self, **kwargs):
581
588
  super().__init__(**kwargs)
582
589
 
583
- # Try to get the account model from settings
584
- # Get the account model from settings
585
- account_model_path = getattr(
586
- settings, 'CLICK_ACCOUNT_MODEL', 'django.contrib.auth.models.User'
590
+ paytechuz_settings = getattr(settings, 'PAYTECHUZ', {})
591
+ click_settings = paytechuz_settings.get('CLICK', {})
592
+
593
+ account_model_path = (
594
+ click_settings.get('ACCOUNT_MODEL') or
595
+ getattr(settings, 'CLICK_ACCOUNT_MODEL')
587
596
  )
588
597
  try:
589
598
  self.account_model = import_string(account_model_path)
590
599
  except ImportError:
591
- # If the model is not found, log an error and raise an exception
592
600
  logger.error(
593
- "Could not import %s. Check CLICK_ACCOUNT_MODEL setting.",
601
+ "Could not import %s. Check PAYTECHUZ.CLICK.ACCOUNT_MODEL setting.",
594
602
  account_model_path
595
603
  )
596
- raise ImportError(
597
- f"Import error: {account_model_path}"
598
- ) from None
604
+ raise ImportError(f"Import error: {account_model_path}") from None
599
605
 
600
- self.service_id = getattr(settings, 'CLICK_SERVICE_ID', '')
601
- self.secret_key = getattr(settings, 'CLICK_SECRET_KEY', '')
602
- self.commission_percent = getattr(
603
- settings, 'CLICK_COMMISSION_PERCENT', 0.0
606
+ self.service_id = (
607
+ click_settings.get('SERVICE_ID') or
608
+ getattr(settings, 'CLICK_SERVICE_ID', '')
609
+ )
610
+ self.secret_key = (
611
+ click_settings.get('SECRET_KEY') or
612
+ getattr(settings, 'CLICK_SECRET_KEY', '')
613
+ )
614
+ self.commission_percent = (
615
+ click_settings.get('COMMISSION_PERCENT') or
616
+ getattr(settings, 'CLICK_COMMISSION_PERCENT', 0.0)
604
617
  )
605
618
 
606
619
  def post(self, request, **_):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paytechuz
3
- Version: 0.2.12
3
+ Version: 0.2.14
4
4
  Summary: Unified Python package for Uzbekistan payment gateways
5
5
  Home-page: https://github.com/Muhammadali-Akbarov/paytechuz
6
6
  Author: Muhammadali Akbarov
@@ -17,10 +17,13 @@ Dynamic: requires-python
17
17
 
18
18
  [![PyPI version](https://badge.fury.io/py/paytechuz.svg)](https://badge.fury.io/py/paytechuz)
19
19
  [![Python Versions](https://img.shields.io/pypi/pyversions/paytechuz.svg)](https://pypi.org/project/paytechuz/)
20
+ [![Documentation](https://img.shields.io/badge/docs-pay--tech.uz-blue.svg)](https://pay-tech.uz)
20
21
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
21
22
 
22
23
  PayTechUZ is a unified payment library for integrating with popular payment systems in Uzbekistan. It provides a simple and consistent interface for working with Payme and Click payment gateways.
23
24
 
25
+ 📖 **[Complete Documentation](https://pay-tech.uz)** | 🚀 **[Quick Start Guide](https://pay-tech.uz/quickstart)**
26
+
24
27
  ## Features
25
28
 
26
29
  - 🔄 **API**: Consistent interface for multiple payment providers
@@ -49,6 +52,8 @@ pip install paytechuz[fastapi]
49
52
 
50
53
  ## Quick Start
51
54
 
55
+ > 💡 **Need help?** Check out our [complete documentation](https://pay-tech.uz) for detailed guides and examples.
56
+
52
57
  ### Generate Payment Links
53
58
 
54
59
  ```python
@@ -121,18 +126,26 @@ INSTALLED_APPS = [
121
126
  'paytechuz.integrations.django',
122
127
  ]
123
128
 
124
- PAYME_ID = 'your_payme_merchant_id'
125
- PAYME_KEY = 'your_payme_merchant_key'
126
- PAYME_ACCOUNT_MODEL = 'your_app.models.Order' # For example: 'orders.models.Order'
127
- PAYME_ACCOUNT_FIELD = 'id'
128
- PAYME_AMOUNT_FIELD = 'amount' # Field for storing payment amount
129
- PAYME_ONE_TIME_PAYMENT = True # Allow only one payment per account
130
-
131
- CLICK_SERVICE_ID = 'your_click_service_id'
132
- CLICK_MERCHANT_ID = 'your_click_merchant_id'
133
- CLICK_SECRET_KEY = 'your_click_secret_key'
134
- CLICK_ACCOUNT_MODEL = 'your_app.models.Order'
135
- CLICK_COMMISSION_PERCENT = 0.0
129
+ PAYTECHUZ = {
130
+ 'PAYME': {
131
+ 'PAYME_ID': 'your_payme_id',
132
+ 'PAYME_KEY': 'your_payme_key',
133
+ 'ACCOUNT_MODEL': 'your_app.models.Order', # For example: 'orders.models.Order'
134
+ 'ACCOUNT_FIELD': 'id',
135
+ 'AMOUNT_FIELD': 'amount',
136
+ 'ONE_TIME_PAYMENT': True,
137
+ 'IS_TEST_MODE': True, # Set to False in production
138
+ },
139
+ 'CLICK': {
140
+ 'SERVICE_ID': 'your_service_id',
141
+ 'MERCHANT_ID': 'your_merchant_id',
142
+ 'MERCHANT_USER_ID': 'your_merchant_user_id',
143
+ 'SECRET_KEY': 'your_secret_key',
144
+ 'ACCOUNT_MODEL': 'your_app.models.Order',
145
+ 'COMMISSION_PERCENT': 0.0,
146
+ 'IS_TEST_MODE': True, # Set to False in production
147
+ }
148
+ }
136
149
  ```
137
150
 
138
151
  3. Create webhook handlers:
@@ -313,6 +326,10 @@ Detailed documentation is available in multiple languages:
313
326
 
314
327
  Contributions are welcome! Please feel free to submit a Pull Request.
315
328
 
329
+ 📖 **Documentation:** [pay-tech.uz](https://pay-tech.uz)
330
+ 🐛 **Issues:** [GitHub Issues](https://github.com/PayTechUz/paytechuz-py/issues)
331
+ 💬 **Support:** [Telegram](https://t.me/paytechuz)
332
+
316
333
  ## License
317
334
 
318
335
  This project is licensed under the MIT License - see the LICENSE file for details.
@@ -0,0 +1,81 @@
1
+ MANIFEST.in
2
+ README.md
3
+ pyproject.toml
4
+ setup.py
5
+ examples/paytechuz_fastapi/__init__.py
6
+ examples/paytechuz_fastapi/main.py
7
+ examples/paytechuz_fastapi/payments.db
8
+ examples/paytechuz_fastapi/run.sh
9
+ examples/paytechuz_fastapi/app/__init__.py
10
+ examples/paytechuz_fastapi/app/database.py
11
+ examples/paytechuz_fastapi/app/models.py
12
+ examples/paytechuz_fastapi/app/typing.py
13
+ examples/paytechuz_fastapi/app/webhook_handlers.py
14
+ src/__init__.py
15
+ src/core/__init__.py
16
+ src/core/base.py
17
+ src/core/constants.py
18
+ src/core/exceptions.py
19
+ src/core/http.py
20
+ src/core/utils.py
21
+ src/core/payme/errors.py
22
+ src/gateways/__init__.py
23
+ src/gateways/click/__init__.py
24
+ src/gateways/click/client.py
25
+ src/gateways/click/merchant.py
26
+ src/gateways/click/webhook.py
27
+ src/gateways/payme/__init__.py
28
+ src/gateways/payme/cards.py
29
+ src/gateways/payme/client.py
30
+ src/gateways/payme/receipts.py
31
+ src/gateways/payme/webhook.py
32
+ src/integrations/__init__.py
33
+ src/integrations/django/__init__.py
34
+ src/integrations/django/admin.py
35
+ src/integrations/django/apps.py
36
+ src/integrations/django/models.py
37
+ src/integrations/django/signals.py
38
+ src/integrations/django/views.py
39
+ src/integrations/django/webhooks.py
40
+ src/integrations/django/migrations/0001_initial.py
41
+ src/integrations/django/migrations/__init__.py
42
+ src/integrations/fastapi/__init__.py
43
+ src/integrations/fastapi/models.py
44
+ src/integrations/fastapi/routes.py
45
+ src/integrations/fastapi/schemas.py
46
+ src/paytechuz/__init__.py
47
+ src/paytechuz.egg-info/PKG-INFO
48
+ src/paytechuz.egg-info/SOURCES.txt
49
+ src/paytechuz.egg-info/dependency_links.txt
50
+ src/paytechuz.egg-info/top_level.txt
51
+ src/paytechuz/core/__init__.py
52
+ src/paytechuz/core/base.py
53
+ src/paytechuz/core/constants.py
54
+ src/paytechuz/core/exceptions.py
55
+ src/paytechuz/core/http.py
56
+ src/paytechuz/core/utils.py
57
+ src/paytechuz/core/payme/errors.py
58
+ src/paytechuz/gateways/__init__.py
59
+ src/paytechuz/gateways/click/__init__.py
60
+ src/paytechuz/gateways/click/client.py
61
+ src/paytechuz/gateways/click/merchant.py
62
+ src/paytechuz/gateways/click/webhook.py
63
+ src/paytechuz/gateways/payme/__init__.py
64
+ src/paytechuz/gateways/payme/cards.py
65
+ src/paytechuz/gateways/payme/client.py
66
+ src/paytechuz/gateways/payme/receipts.py
67
+ src/paytechuz/gateways/payme/webhook.py
68
+ src/paytechuz/integrations/__init__.py
69
+ src/paytechuz/integrations/django/__init__.py
70
+ src/paytechuz/integrations/django/admin.py
71
+ src/paytechuz/integrations/django/apps.py
72
+ src/paytechuz/integrations/django/models.py
73
+ src/paytechuz/integrations/django/signals.py
74
+ src/paytechuz/integrations/django/views.py
75
+ src/paytechuz/integrations/django/webhooks.py
76
+ src/paytechuz/integrations/django/migrations/0001_initial.py
77
+ src/paytechuz/integrations/django/migrations/__init__.py
78
+ src/paytechuz/integrations/fastapi/__init__.py
79
+ src/paytechuz/integrations/fastapi/models.py
80
+ src/paytechuz/integrations/fastapi/routes.py
81
+ src/paytechuz/integrations/fastapi/schemas.py