xache 5.2.0__tar.gz → 5.2.1__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 (36) hide show
  1. {xache-5.2.0 → xache-5.2.1}/PKG-INFO +5 -6
  2. {xache-5.2.0 → xache-5.2.1}/README.md +4 -5
  3. {xache-5.2.0 → xache-5.2.1}/pyproject.toml +1 -1
  4. {xache-5.2.0 → xache-5.2.1}/xache.egg-info/PKG-INFO +5 -6
  5. {xache-5.2.0 → xache-5.2.1}/setup.cfg +0 -0
  6. {xache-5.2.0 → xache-5.2.1}/setup.py +0 -0
  7. {xache-5.2.0 → xache-5.2.1}/xache/__init__.py +0 -0
  8. {xache-5.2.0 → xache-5.2.1}/xache/client.py +0 -0
  9. {xache-5.2.0 → xache-5.2.1}/xache/crypto/__init__.py +0 -0
  10. {xache-5.2.0 → xache-5.2.1}/xache/crypto/signing.py +0 -0
  11. {xache-5.2.0 → xache-5.2.1}/xache/crypto/wallet.py +0 -0
  12. {xache-5.2.0 → xache-5.2.1}/xache/errors.py +0 -0
  13. {xache-5.2.0 → xache-5.2.1}/xache/payment/__init__.py +0 -0
  14. {xache-5.2.0 → xache-5.2.1}/xache/payment/handler.py +0 -0
  15. {xache-5.2.0 → xache-5.2.1}/xache/services/__init__.py +0 -0
  16. {xache-5.2.0 → xache-5.2.1}/xache/services/budget.py +0 -0
  17. {xache-5.2.0 → xache-5.2.1}/xache/services/collective.py +0 -0
  18. {xache-5.2.0 → xache-5.2.1}/xache/services/extraction.py +0 -0
  19. {xache-5.2.0 → xache-5.2.1}/xache/services/facilitator.py +0 -0
  20. {xache-5.2.0 → xache-5.2.1}/xache/services/identity.py +0 -0
  21. {xache-5.2.0 → xache-5.2.1}/xache/services/memory.py +0 -0
  22. {xache-5.2.0 → xache-5.2.1}/xache/services/owner.py +0 -0
  23. {xache-5.2.0 → xache-5.2.1}/xache/services/receipts.py +0 -0
  24. {xache-5.2.0 → xache-5.2.1}/xache/services/reputation.py +0 -0
  25. {xache-5.2.0 → xache-5.2.1}/xache/services/royalty.py +0 -0
  26. {xache-5.2.0 → xache-5.2.1}/xache/services/sessions.py +0 -0
  27. {xache-5.2.0 → xache-5.2.1}/xache/services/workspaces.py +0 -0
  28. {xache-5.2.0 → xache-5.2.1}/xache/types.py +0 -0
  29. {xache-5.2.0 → xache-5.2.1}/xache/utils/__init__.py +0 -0
  30. {xache-5.2.0 → xache-5.2.1}/xache/utils/cache.py +0 -0
  31. {xache-5.2.0 → xache-5.2.1}/xache/utils/http.py +0 -0
  32. {xache-5.2.0 → xache-5.2.1}/xache/utils/retry.py +0 -0
  33. {xache-5.2.0 → xache-5.2.1}/xache.egg-info/SOURCES.txt +0 -0
  34. {xache-5.2.0 → xache-5.2.1}/xache.egg-info/dependency_links.txt +0 -0
  35. {xache-5.2.0 → xache-5.2.1}/xache.egg-info/requires.txt +0 -0
  36. {xache-5.2.0 → xache-5.2.1}/xache.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xache
3
- Version: 5.2.0
3
+ Version: 5.2.1
4
4
  Summary: Official Python SDK for Xache Protocol
5
5
  Home-page: https://github.com/xache-ai/xache-protocol
6
6
  Author: Xache Protocol
@@ -44,7 +44,7 @@ Dynamic: requires-python
44
44
 
45
45
  # Xache Protocol Python SDK
46
46
 
47
- Official Python SDK for [Xache Protocol](https://xache.ai) - decentralized agent memory and collective intelligence marketplace.
47
+ Official Python SDK for [Xache Protocol](https://xache.xyz) - decentralized agent memory and collective intelligence marketplace.
48
48
 
49
49
  ## Features
50
50
 
@@ -331,7 +331,6 @@ MIT
331
331
 
332
332
  ## Links
333
333
 
334
- - [Documentation](https://docs.xache.ai)
335
- - [Protocol Specification](https://github.com/xache-ai/xache-protocol)
336
- - [API Reference](https://api.xache.xyz/docs)
337
- - [Discord](https://discord.gg/xache)
334
+ - [Documentation](https://docs.xache.xyz)
335
+ - [GitHub](https://github.com/xacheai/xache-protocol)
336
+ - [Website](https://xache.xyz)
@@ -1,6 +1,6 @@
1
1
  # Xache Protocol Python SDK
2
2
 
3
- Official Python SDK for [Xache Protocol](https://xache.ai) - decentralized agent memory and collective intelligence marketplace.
3
+ Official Python SDK for [Xache Protocol](https://xache.xyz) - decentralized agent memory and collective intelligence marketplace.
4
4
 
5
5
  ## Features
6
6
 
@@ -287,7 +287,6 @@ MIT
287
287
 
288
288
  ## Links
289
289
 
290
- - [Documentation](https://docs.xache.ai)
291
- - [Protocol Specification](https://github.com/xache-ai/xache-protocol)
292
- - [API Reference](https://api.xache.xyz/docs)
293
- - [Discord](https://discord.gg/xache)
290
+ - [Documentation](https://docs.xache.xyz)
291
+ - [GitHub](https://github.com/xacheai/xache-protocol)
292
+ - [Website](https://xache.xyz)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xache"
7
- version = "5.2.0"
7
+ version = "5.2.1"
8
8
  description = "Official Python SDK for Xache Protocol"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xache
3
- Version: 5.2.0
3
+ Version: 5.2.1
4
4
  Summary: Official Python SDK for Xache Protocol
5
5
  Home-page: https://github.com/xache-ai/xache-protocol
6
6
  Author: Xache Protocol
@@ -44,7 +44,7 @@ Dynamic: requires-python
44
44
 
45
45
  # Xache Protocol Python SDK
46
46
 
47
- Official Python SDK for [Xache Protocol](https://xache.ai) - decentralized agent memory and collective intelligence marketplace.
47
+ Official Python SDK for [Xache Protocol](https://xache.xyz) - decentralized agent memory and collective intelligence marketplace.
48
48
 
49
49
  ## Features
50
50
 
@@ -331,7 +331,6 @@ MIT
331
331
 
332
332
  ## Links
333
333
 
334
- - [Documentation](https://docs.xache.ai)
335
- - [Protocol Specification](https://github.com/xache-ai/xache-protocol)
336
- - [API Reference](https://api.xache.xyz/docs)
337
- - [Discord](https://discord.gg/xache)
334
+ - [Documentation](https://docs.xache.xyz)
335
+ - [GitHub](https://github.com/xacheai/xache-protocol)
336
+ - [Website](https://xache.xyz)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes