a2a-lite 0.2.3__tar.gz → 0.2.4__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 (42) hide show
  1. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/PKG-INFO +4 -4
  2. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/README.md +1 -1
  3. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/pyproject.toml +3 -3
  4. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/.claude/settings.local.json +0 -0
  5. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/.gitignore +0 -0
  6. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/01_hello_world.py +0 -0
  7. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/02_calculator.py +0 -0
  8. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/03_async_agent.py +0 -0
  9. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/04_multi_agent/finance_agent.py +0 -0
  10. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/04_multi_agent/reporter_agent.py +0 -0
  11. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/04_multi_agent/run_demo.py +0 -0
  12. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/05_with_llm.py +0 -0
  13. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/06_pydantic_models.py +0 -0
  14. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/07_middleware.py +0 -0
  15. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/08_streaming.py +0 -0
  16. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/09_testing.py +0 -0
  17. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/10_file_handling.py +0 -0
  18. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/11_task_tracking.py +0 -0
  19. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/examples/12_with_auth.py +0 -0
  20. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/__init__.py +0 -0
  21. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/agent.py +0 -0
  22. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/auth.py +0 -0
  23. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/cli.py +0 -0
  24. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/decorators.py +0 -0
  25. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/executor.py +0 -0
  26. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/middleware.py +0 -0
  27. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/parts.py +0 -0
  28. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/streaming.py +0 -0
  29. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/tasks.py +0 -0
  30. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/testing.py +0 -0
  31. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/src/a2a_lite/utils.py +0 -0
  32. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/__init__.py +0 -0
  33. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_agent.py +0 -0
  34. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_auth.py +0 -0
  35. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_decorators.py +0 -0
  36. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_integration.py +0 -0
  37. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_middleware.py +0 -0
  38. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_parts.py +0 -0
  39. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_pydantic.py +0 -0
  40. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_tasks.py +0 -0
  41. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_testing.py +0 -0
  42. {a2a_lite-0.2.3 → a2a_lite-0.2.4}/tests/test_utils.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: a2a-lite
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Simplified wrapper for Google's A2A Protocol SDK
5
5
  Author: A2A Lite Contributors
6
- License-Expression: Apache-2.0
6
+ License-Expression: MIT
7
7
  Keywords: a2a,agents,ai,protocol,sdk
8
8
  Classifier: Development Status :: 3 - Alpha
9
9
  Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
@@ -470,4 +470,4 @@ A2A Lite wraps the official A2A Python SDK. Every feature maps to real A2A proto
470
470
 
471
471
  ## License
472
472
 
473
- Apache 2.0
473
+ MIT
@@ -439,4 +439,4 @@ A2A Lite wraps the official A2A Python SDK. Every feature maps to real A2A proto
439
439
 
440
440
  ## License
441
441
 
442
- Apache 2.0
442
+ MIT
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "a2a-lite"
3
- version = "0.2.3"
3
+ version = "0.2.4"
4
4
  description = "Simplified wrapper for Google's A2A Protocol SDK"
5
5
  readme = "README.md"
6
- license = "Apache-2.0"
6
+ license = "MIT"
7
7
  requires-python = ">=3.10"
8
8
  authors = [
9
9
  { name = "A2A Lite Contributors" }
@@ -12,7 +12,7 @@ keywords = ["a2a", "agents", "protocol", "sdk", "ai"]
12
12
  classifiers = [
13
13
  "Development Status :: 3 - Alpha",
14
14
  "Intended Audience :: Developers",
15
- "License :: OSI Approved :: Apache Software License",
15
+ "License :: OSI Approved :: MIT License",
16
16
  "Programming Language :: Python :: 3",
17
17
  "Programming Language :: Python :: 3.10",
18
18
  "Programming Language :: Python :: 3.11",
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