uvd-x402-sdk 0.2.2__tar.gz → 0.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/LICENSE +21 -21
  2. {uvd_x402_sdk-0.2.2/src/uvd_x402_sdk.egg-info → uvd_x402_sdk-0.3.0}/PKG-INFO +927 -778
  3. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/README.md +878 -729
  4. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/pyproject.toml +105 -100
  5. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/setup.cfg +4 -4
  6. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/__init__.py +185 -169
  7. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/client.py +527 -527
  8. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/config.py +248 -248
  9. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/decorators.py +325 -325
  10. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/exceptions.py +254 -254
  11. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/integrations/__init__.py +74 -74
  12. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/integrations/django_integration.py +237 -237
  13. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/integrations/fastapi_integration.py +330 -330
  14. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/integrations/flask_integration.py +259 -259
  15. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/integrations/lambda_integration.py +320 -320
  16. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/models.py +397 -397
  17. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/networks/__init__.py +80 -54
  18. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/networks/base.py +498 -347
  19. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/networks/evm.py +356 -215
  20. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/networks/near.py +397 -397
  21. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/networks/solana.py +282 -282
  22. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/networks/stellar.py +129 -129
  23. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk/response.py +439 -439
  24. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0/src/uvd_x402_sdk.egg-info}/PKG-INFO +927 -778
  25. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/tests/test_client.py +271 -271
  26. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk.egg-info/SOURCES.txt +0 -0
  27. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk.egg-info/dependency_links.txt +0 -0
  28. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk.egg-info/requires.txt +0 -0
  29. {uvd_x402_sdk-0.2.2 → uvd_x402_sdk-0.3.0}/src/uvd_x402_sdk.egg-info/top_level.txt +0 -0
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Ultravioleta DAO
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Ultravioleta DAO
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.