capiscio 2.1.3__py3-none-any.whl → 2.2.0__py3-none-any.whl

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.
capiscio/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """CapiscIO CLI package."""
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "2.2.0"
capiscio/manager.py CHANGED
@@ -17,7 +17,7 @@ console = Console()
17
17
  logger = logging.getLogger(__name__)
18
18
 
19
19
  # Configuration
20
- CORE_VERSION = "1.0.2" # The version of the core binary to download
20
+ CORE_VERSION = "2.2.0" # The version of the core binary to download
21
21
  GITHUB_REPO = "capiscio/capiscio-core"
22
22
  BINARY_NAME = "capiscio"
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capiscio
3
- Version: 2.1.3
3
+ Version: 2.2.0
4
4
  Summary: The official CapiscIO CLI tool for validating A2A agents.
5
5
  Project-URL: Homepage, https://capisc.io
6
6
  Project-URL: Documentation, https://docs.capisc.io/cli
@@ -27,6 +27,10 @@ Provides-Extra: dev
27
27
  Requires-Dist: build; extra == 'dev'
28
28
  Requires-Dist: pytest>=7.0.0; extra == 'dev'
29
29
  Requires-Dist: twine; extra == 'dev'
30
+ Provides-Extra: test
31
+ Requires-Dist: pytest-cov>=4.0.0; extra == 'test'
32
+ Requires-Dist: pytest>=7.0.0; extra == 'test'
33
+ Requires-Dist: requests>=2.31.0; extra == 'test'
30
34
  Description-Content-Type: text/markdown
31
35
 
32
36
  # CapiscIO CLI (Python)
@@ -58,8 +62,8 @@ Once installed, the `capiscio` command is available in your terminal. It passes
58
62
  # Validate an agent
59
63
  capiscio validate https://my-agent.example.com
60
64
 
61
- # Check compliance score
62
- capiscio score https://my-agent.example.com
65
+ # Validate with JSON output
66
+ capiscio validate https://my-agent.example.com --json
63
67
 
64
68
  # Check version
65
69
  capiscio --version
@@ -0,0 +1,8 @@
1
+ capiscio/__init__.py,sha256=bglvwnVw1ee-EQYgmjpQE8BA89_bqLvD7l3vLZmdido,51
2
+ capiscio/cli.py,sha256=9Cn5qLIP4-b8A4R1rHD2qN10RPnAqV7smy-lDsPAv18,1676
3
+ capiscio/manager.py,sha256=OmIVpdkEombD9Lo1D6k0fYEHWfSC2R_AeoFDEw5lulk,4807
4
+ capiscio-2.2.0.dist-info/METADATA,sha256=IkPuS_s0ltAMbeaz4pbbPRPhRsroGtDb4fLqVfHwUQ0,4129
5
+ capiscio-2.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
6
+ capiscio-2.2.0.dist-info/entry_points.txt,sha256=VopPHB5eo2LBjOFiraE3JiEOzVmJJVwtUPVfXlYS_ns,47
7
+ capiscio-2.2.0.dist-info/licenses/LICENSE,sha256=de-gfE0q-xTYImzwC3dj3S7BxVhanf6RmIGjo_7y3aw,11357
8
+ capiscio-2.2.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,8 +0,0 @@
1
- capiscio/__init__.py,sha256=TXit6o-1pP1R4IW4nSPhkrovW8V4USVHnnXUlTzjt58,51
2
- capiscio/cli.py,sha256=9Cn5qLIP4-b8A4R1rHD2qN10RPnAqV7smy-lDsPAv18,1676
3
- capiscio/manager.py,sha256=NiXght_BxPP27qRZx1vzdKxwqJnBl1dWJLZiqNv6FRY,4807
4
- capiscio-2.1.3.dist-info/METADATA,sha256=oonlj4gpcUWGpe3ehbsIMnvRasKMM-fqI9qMdtu_b3Q,3950
5
- capiscio-2.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- capiscio-2.1.3.dist-info/entry_points.txt,sha256=VopPHB5eo2LBjOFiraE3JiEOzVmJJVwtUPVfXlYS_ns,47
7
- capiscio-2.1.3.dist-info/licenses/LICENSE,sha256=de-gfE0q-xTYImzwC3dj3S7BxVhanf6RmIGjo_7y3aw,11357
8
- capiscio-2.1.3.dist-info/RECORD,,