agentstr 0.1.13__tar.gz → 0.1.14__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. {agentstr-0.1.13/src/agentstr.egg-info → agentstr-0.1.14}/PKG-INFO +1 -1
  2. {agentstr-0.1.13 → agentstr-0.1.14}/pyproject.toml +1 -1
  3. {agentstr-0.1.13 → agentstr-0.1.14/src/agentstr.egg-info}/PKG-INFO +1 -1
  4. {agentstr-0.1.13 → agentstr-0.1.14}/LICENSE +0 -0
  5. {agentstr-0.1.13 → agentstr-0.1.14}/MANIFEST.in +0 -0
  6. {agentstr-0.1.13 → agentstr-0.1.14}/README.md +0 -0
  7. {agentstr-0.1.13 → agentstr-0.1.14}/setup.cfg +0 -0
  8. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/__init__.py +0 -0
  9. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/buyer.py +0 -0
  10. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/buyer.pyi +0 -0
  11. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/merchant.py +0 -0
  12. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/merchant.pyi +0 -0
  13. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/models.py +0 -0
  14. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/models.pyi +0 -0
  15. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/nostr.py +0 -0
  16. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/nostr.pyi +0 -0
  17. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr/py.typed +0 -0
  18. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr.egg-info/SOURCES.txt +0 -0
  19. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr.egg-info/dependency_links.txt +0 -0
  20. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr.egg-info/requires.txt +0 -0
  21. {agentstr-0.1.13 → agentstr-0.1.14}/src/agentstr.egg-info/top_level.txt +0 -0
  22. {agentstr-0.1.13 → agentstr-0.1.14}/tests/test_buyer.py +0 -0
  23. {agentstr-0.1.13 → agentstr-0.1.14}/tests/test_merchant.py +0 -0
  24. {agentstr-0.1.13 → agentstr-0.1.14}/tests/test_nostr_integration.py +0 -0
  25. {agentstr-0.1.13 → agentstr-0.1.14}/tests/test_nostr_mocked.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: agentstr
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: Tools for a Nostr agentic ecosystem
5
5
  Author-email: Synvya <synvya@synvya.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "agentstr"
7
- version = "0.1.13"
7
+ version = "0.1.14"
8
8
  description = "Tools for a Nostr agentic ecosystem"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9, <3.13"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: agentstr
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: Tools for a Nostr agentic ecosystem
5
5
  Author-email: Synvya <synvya@synvya.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes