uvd-x402-sdk 0.5.1__tar.gz → 0.5.2__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 (31) hide show
  1. {uvd_x402_sdk-0.5.1/src/uvd_x402_sdk.egg-info → uvd_x402_sdk-0.5.2}/PKG-INFO +1 -1
  2. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/pyproject.toml +1 -1
  3. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/__init__.py +6 -1
  4. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/facilitator.py +9 -0
  5. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2/src/uvd_x402_sdk.egg-info}/PKG-INFO +1 -1
  6. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/LICENSE +0 -0
  7. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/README.md +0 -0
  8. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/setup.cfg +0 -0
  9. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/client.py +0 -0
  10. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/config.py +0 -0
  11. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/decorators.py +0 -0
  12. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/exceptions.py +0 -0
  13. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/integrations/__init__.py +0 -0
  14. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/integrations/django_integration.py +0 -0
  15. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/integrations/fastapi_integration.py +0 -0
  16. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/integrations/flask_integration.py +0 -0
  17. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/integrations/lambda_integration.py +0 -0
  18. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/models.py +0 -0
  19. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/__init__.py +0 -0
  20. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/algorand.py +0 -0
  21. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/base.py +0 -0
  22. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/evm.py +0 -0
  23. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/near.py +0 -0
  24. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/solana.py +0 -0
  25. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/networks/stellar.py +0 -0
  26. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk/response.py +0 -0
  27. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk.egg-info/SOURCES.txt +0 -0
  28. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk.egg-info/dependency_links.txt +0 -0
  29. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk.egg-info/requires.txt +0 -0
  30. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/src/uvd_x402_sdk.egg-info/top_level.txt +0 -0
  31. {uvd_x402_sdk-0.5.1 → uvd_x402_sdk-0.5.2}/tests/test_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uvd-x402-sdk
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Python SDK for x402 payments - gasless crypto payments across 16 blockchains with multi-stablecoin support (USDC, EURC, AUSD, PYUSD, USDT)
5
5
  Author-email: Ultravioleta DAO <dev@ultravioletadao.xyz>
6
6
  Project-URL: Homepage, https://github.com/UltravioletaDAO/uvd-x402-sdk-python
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "uvd-x402-sdk"
7
- version = "0.5.1"
7
+ version = "0.5.2"
8
8
  description = "Python SDK for x402 payments - gasless crypto payments across 16 blockchains with multi-stablecoin support (USDC, EURC, AUSD, PYUSD, USDT)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -41,7 +41,7 @@ Supported Networks (16 total):
41
41
  - Algorand (2): Algorand mainnet, Algorand testnet
42
42
  """
43
43
 
44
- __version__ = "0.5.1"
44
+ __version__ = "0.5.2"
45
45
  __author__ = "Ultravioleta DAO"
46
46
 
47
47
  from uvd_x402_sdk.client import X402Client
@@ -128,6 +128,9 @@ from uvd_x402_sdk.facilitator import (
128
128
  NEAR_FEE_PAYER_TESTNET,
129
129
  STELLAR_FEE_PAYER_MAINNET,
130
130
  STELLAR_FEE_PAYER_TESTNET,
131
+ # EVM facilitator addresses (for reference)
132
+ EVM_FACILITATOR_MAINNET,
133
+ EVM_FACILITATOR_TESTNET,
131
134
  # Helper functions
132
135
  get_fee_payer,
133
136
  get_facilitator_address,
@@ -221,6 +224,8 @@ __all__ = [
221
224
  "NEAR_FEE_PAYER_TESTNET",
222
225
  "STELLAR_FEE_PAYER_MAINNET",
223
226
  "STELLAR_FEE_PAYER_TESTNET",
227
+ "EVM_FACILITATOR_MAINNET",
228
+ "EVM_FACILITATOR_TESTNET",
224
229
  "get_fee_payer",
225
230
  "get_facilitator_address",
226
231
  "requires_fee_payer",
@@ -59,6 +59,15 @@ STELLAR_FEE_PAYER_MAINNET = "GCHPGXJT2WFFRFCA5TV4G4E3PMMXLNIDUH27PKDYA4QJ2XGYZWG
59
59
  STELLAR_FEE_PAYER_TESTNET = "GBBFZMLUJEZVI32EN4XA2KPP445XIBTMTRBLYWFIL556RDTHS2OWFQ2Z"
60
60
 
61
61
 
62
+ # =============================================================================
63
+ # EVM Facilitator Addresses (for reference - EVM uses EIP-3009, no fee payer needed)
64
+ # =============================================================================
65
+
66
+ # EVM facilitator wallet addresses (used for settlement, not fee payment)
67
+ EVM_FACILITATOR_MAINNET = "0x103040545AC5031A11E8C03dd11324C7333a13C7"
68
+ EVM_FACILITATOR_TESTNET = "0x34033041a5944B8F10f8E4D8496Bfb84f1A293A8"
69
+
70
+
62
71
  # =============================================================================
63
72
  # Network to Fee Payer Mapping
64
73
  # =============================================================================
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uvd-x402-sdk
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Python SDK for x402 payments - gasless crypto payments across 16 blockchains with multi-stablecoin support (USDC, EURC, AUSD, PYUSD, USDT)
5
5
  Author-email: Ultravioleta DAO <dev@ultravioletadao.xyz>
6
6
  Project-URL: Homepage, https://github.com/UltravioletaDAO/uvd-x402-sdk-python
File without changes
File without changes
File without changes