capiscio 1.2.2__tar.gz → 1.2.6__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.
- {capiscio-1.2.2 → capiscio-1.2.6}/PKG-INFO +39 -7
- {capiscio-1.2.2 → capiscio-1.2.6}/README.md +18 -1
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio/__init__.py +1 -1
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio/binaries/capiscio-darwin-arm64 +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio/binaries/capiscio-darwin-x64 +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio/binaries/capiscio-linux-x64 +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio/binaries/capiscio-win-x64.exe +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio.egg-info/PKG-INFO +39 -7
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio.egg-info/SOURCES.txt +0 -1
- capiscio-1.2.6/pyproject.toml +67 -0
- capiscio-1.2.2/capiscio/binaries/capiscio-win-arm64.exe +0 -0
- capiscio-1.2.2/pyproject.toml +0 -46
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio/cli.py +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio.egg-info/dependency_links.txt +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio.egg-info/entry_points.txt +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/capiscio.egg-info/top_level.txt +0 -0
- {capiscio-1.2.2 → capiscio-1.2.6}/setup.cfg +0 -0
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: capiscio
|
|
3
|
-
Version: 1.2.
|
|
4
|
-
Summary: A2A protocol validator and
|
|
3
|
+
Version: 1.2.6
|
|
4
|
+
Summary: The definitive A2A protocol validator with live endpoint testing, JWS signature verification, and transport protocol compliance checking
|
|
5
5
|
Author-email: Capiscio Team <hello@capiscio.com>
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
Maintainer-email: Capiscio Team <hello@capiscio.com>
|
|
7
|
+
License: MIT
|
|
8
|
+
Project-URL: Homepage, https://capisc.io
|
|
9
|
+
Project-URL: Documentation, https://capisc.io/cli
|
|
10
|
+
Project-URL: Repository, https://github.com/capiscio/capiscio-cli
|
|
8
11
|
Project-URL: Bug Reports, https://github.com/capiscio/capiscio-cli/issues
|
|
12
|
+
Project-URL: Changelog, https://github.com/capiscio/capiscio-cli/releases
|
|
13
|
+
Project-URL: Download, https://capisc.io/downloads
|
|
14
|
+
Project-URL: Web Validator, https://capisc.io/validator
|
|
9
15
|
Project-URL: Source, https://github.com/capiscio/capiscio-cli
|
|
10
|
-
Keywords: a2a,protocol,validation,cli
|
|
16
|
+
Keywords: a2a,protocol,validation,cli,agent,ai,jsonrpc,grpc,rest,jws,signature,verification,transport,testing,compliance,agent-card,llm,agent-to-agent,cryptography,security,endpoint
|
|
11
17
|
Classifier: Development Status :: 4 - Beta
|
|
12
18
|
Classifier: Intended Audience :: Developers
|
|
19
|
+
Classifier: Intended Audience :: System Administrators
|
|
20
|
+
Classifier: Intended Audience :: Information Technology
|
|
21
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
22
|
Classifier: Programming Language :: Python :: 3
|
|
14
23
|
Classifier: Programming Language :: Python :: 3.7
|
|
15
24
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -19,13 +28,19 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
28
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
29
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
30
|
Classifier: Operating System :: OS Independent
|
|
31
|
+
Classifier: Environment :: Console
|
|
22
32
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
|
-
Classifier: Topic ::
|
|
33
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
24
34
|
Classifier: Topic :: Software Development :: Testing
|
|
35
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
36
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
|
37
|
+
Classifier: Topic :: Security :: Cryptography
|
|
38
|
+
Classifier: Topic :: System :: Networking
|
|
39
|
+
Classifier: Topic :: System :: Distributed Computing
|
|
25
40
|
Requires-Python: >=3.7
|
|
26
41
|
Description-Content-Type: text/markdown
|
|
27
42
|
|
|
28
|
-
# Capiscio CLI - A2A Protocol Validator
|
|
43
|
+
# Capiscio CLI - A2A Protocol Validator
|
|
29
44
|
|
|
30
45
|
> **Validator & A2A Protocol Compliance CLI** | The only CLI that actually tests AI agent transport protocols. Validate agent-card.json files, A2A compliance across JSONRPC, GRPC, and REST with live endpoint testing.
|
|
31
46
|
|
|
@@ -35,6 +50,8 @@ Description-Content-Type: text/markdown
|
|
|
35
50
|
[](https://pypi.org/project/capiscio/)
|
|
36
51
|
[](https://python.org/)
|
|
37
52
|
[](https://github.com/capiscio/capiscio-cli/blob/main/LICENSE)
|
|
53
|
+
[](https://capisc.io)
|
|
54
|
+
[](https://capisc.io)
|
|
38
55
|
|
|
39
56
|
## Installation
|
|
40
57
|
|
|
@@ -62,6 +79,21 @@ capiscio validate ./agent-card.json --strict --json
|
|
|
62
79
|
capiscio validate ./agent-card.json --skip-signature
|
|
63
80
|
```
|
|
64
81
|
|
|
82
|
+
## Security & Trust 🔐
|
|
83
|
+
|
|
84
|
+
**Industry-grade cryptographic validation:**
|
|
85
|
+
- ✅ **RFC 7515 compliant** JWS signature verification
|
|
86
|
+
- ✅ **HTTPS-only** JWKS endpoint fetching
|
|
87
|
+
- ✅ **Secure by default** - signatures checked automatically
|
|
88
|
+
- ✅ **Zero trust** - verify before you trust any agent card
|
|
89
|
+
- ✅ **Production ready** - meets enterprise security standards
|
|
90
|
+
|
|
91
|
+
**Why signature verification matters:**
|
|
92
|
+
- **Prevent tampering** - Detect modified or malicious agent cards
|
|
93
|
+
- **Establish authenticity** - Cryptographically verify publisher identity
|
|
94
|
+
- **Enable trust networks** - Build secure agent ecosystems
|
|
95
|
+
- **Regulatory compliance** - Meet security audit requirements
|
|
96
|
+
|
|
65
97
|
## Key Features
|
|
66
98
|
|
|
67
99
|
- **🚀 Transport Protocol Testing** - Actually tests JSONRPC, GRPC, and REST endpoints
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Capiscio CLI - A2A Protocol Validator
|
|
1
|
+
# Capiscio CLI - A2A Protocol Validator
|
|
2
2
|
|
|
3
3
|
> **Validator & A2A Protocol Compliance CLI** | The only CLI that actually tests AI agent transport protocols. Validate agent-card.json files, A2A compliance across JSONRPC, GRPC, and REST with live endpoint testing.
|
|
4
4
|
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
[](https://pypi.org/project/capiscio/)
|
|
9
9
|
[](https://python.org/)
|
|
10
10
|
[](https://github.com/capiscio/capiscio-cli/blob/main/LICENSE)
|
|
11
|
+
[](https://capisc.io)
|
|
12
|
+
[](https://capisc.io)
|
|
11
13
|
|
|
12
14
|
## Installation
|
|
13
15
|
|
|
@@ -35,6 +37,21 @@ capiscio validate ./agent-card.json --strict --json
|
|
|
35
37
|
capiscio validate ./agent-card.json --skip-signature
|
|
36
38
|
```
|
|
37
39
|
|
|
40
|
+
## Security & Trust 🔐
|
|
41
|
+
|
|
42
|
+
**Industry-grade cryptographic validation:**
|
|
43
|
+
- ✅ **RFC 7515 compliant** JWS signature verification
|
|
44
|
+
- ✅ **HTTPS-only** JWKS endpoint fetching
|
|
45
|
+
- ✅ **Secure by default** - signatures checked automatically
|
|
46
|
+
- ✅ **Zero trust** - verify before you trust any agent card
|
|
47
|
+
- ✅ **Production ready** - meets enterprise security standards
|
|
48
|
+
|
|
49
|
+
**Why signature verification matters:**
|
|
50
|
+
- **Prevent tampering** - Detect modified or malicious agent cards
|
|
51
|
+
- **Establish authenticity** - Cryptographically verify publisher identity
|
|
52
|
+
- **Enable trust networks** - Build secure agent ecosystems
|
|
53
|
+
- **Regulatory compliance** - Meet security audit requirements
|
|
54
|
+
|
|
38
55
|
## Key Features
|
|
39
56
|
|
|
40
57
|
- **🚀 Transport Protocol Testing** - Actually tests JSONRPC, GRPC, and REST endpoints
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: capiscio
|
|
3
|
-
Version: 1.2.
|
|
4
|
-
Summary: A2A protocol validator and
|
|
3
|
+
Version: 1.2.6
|
|
4
|
+
Summary: The definitive A2A protocol validator with live endpoint testing, JWS signature verification, and transport protocol compliance checking
|
|
5
5
|
Author-email: Capiscio Team <hello@capiscio.com>
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
Maintainer-email: Capiscio Team <hello@capiscio.com>
|
|
7
|
+
License: MIT
|
|
8
|
+
Project-URL: Homepage, https://capisc.io
|
|
9
|
+
Project-URL: Documentation, https://capisc.io/cli
|
|
10
|
+
Project-URL: Repository, https://github.com/capiscio/capiscio-cli
|
|
8
11
|
Project-URL: Bug Reports, https://github.com/capiscio/capiscio-cli/issues
|
|
12
|
+
Project-URL: Changelog, https://github.com/capiscio/capiscio-cli/releases
|
|
13
|
+
Project-URL: Download, https://capisc.io/downloads
|
|
14
|
+
Project-URL: Web Validator, https://capisc.io/validator
|
|
9
15
|
Project-URL: Source, https://github.com/capiscio/capiscio-cli
|
|
10
|
-
Keywords: a2a,protocol,validation,cli
|
|
16
|
+
Keywords: a2a,protocol,validation,cli,agent,ai,jsonrpc,grpc,rest,jws,signature,verification,transport,testing,compliance,agent-card,llm,agent-to-agent,cryptography,security,endpoint
|
|
11
17
|
Classifier: Development Status :: 4 - Beta
|
|
12
18
|
Classifier: Intended Audience :: Developers
|
|
19
|
+
Classifier: Intended Audience :: System Administrators
|
|
20
|
+
Classifier: Intended Audience :: Information Technology
|
|
21
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
22
|
Classifier: Programming Language :: Python :: 3
|
|
14
23
|
Classifier: Programming Language :: Python :: 3.7
|
|
15
24
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -19,13 +28,19 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
28
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
29
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
30
|
Classifier: Operating System :: OS Independent
|
|
31
|
+
Classifier: Environment :: Console
|
|
22
32
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
|
-
Classifier: Topic ::
|
|
33
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
24
34
|
Classifier: Topic :: Software Development :: Testing
|
|
35
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
36
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
|
37
|
+
Classifier: Topic :: Security :: Cryptography
|
|
38
|
+
Classifier: Topic :: System :: Networking
|
|
39
|
+
Classifier: Topic :: System :: Distributed Computing
|
|
25
40
|
Requires-Python: >=3.7
|
|
26
41
|
Description-Content-Type: text/markdown
|
|
27
42
|
|
|
28
|
-
# Capiscio CLI - A2A Protocol Validator
|
|
43
|
+
# Capiscio CLI - A2A Protocol Validator
|
|
29
44
|
|
|
30
45
|
> **Validator & A2A Protocol Compliance CLI** | The only CLI that actually tests AI agent transport protocols. Validate agent-card.json files, A2A compliance across JSONRPC, GRPC, and REST with live endpoint testing.
|
|
31
46
|
|
|
@@ -35,6 +50,8 @@ Description-Content-Type: text/markdown
|
|
|
35
50
|
[](https://pypi.org/project/capiscio/)
|
|
36
51
|
[](https://python.org/)
|
|
37
52
|
[](https://github.com/capiscio/capiscio-cli/blob/main/LICENSE)
|
|
53
|
+
[](https://capisc.io)
|
|
54
|
+
[](https://capisc.io)
|
|
38
55
|
|
|
39
56
|
## Installation
|
|
40
57
|
|
|
@@ -62,6 +79,21 @@ capiscio validate ./agent-card.json --strict --json
|
|
|
62
79
|
capiscio validate ./agent-card.json --skip-signature
|
|
63
80
|
```
|
|
64
81
|
|
|
82
|
+
## Security & Trust 🔐
|
|
83
|
+
|
|
84
|
+
**Industry-grade cryptographic validation:**
|
|
85
|
+
- ✅ **RFC 7515 compliant** JWS signature verification
|
|
86
|
+
- ✅ **HTTPS-only** JWKS endpoint fetching
|
|
87
|
+
- ✅ **Secure by default** - signatures checked automatically
|
|
88
|
+
- ✅ **Zero trust** - verify before you trust any agent card
|
|
89
|
+
- ✅ **Production ready** - meets enterprise security standards
|
|
90
|
+
|
|
91
|
+
**Why signature verification matters:**
|
|
92
|
+
- **Prevent tampering** - Detect modified or malicious agent cards
|
|
93
|
+
- **Establish authenticity** - Cryptographically verify publisher identity
|
|
94
|
+
- **Enable trust networks** - Build secure agent ecosystems
|
|
95
|
+
- **Regulatory compliance** - Meet security audit requirements
|
|
96
|
+
|
|
65
97
|
## Key Features
|
|
66
98
|
|
|
67
99
|
- **🚀 Transport Protocol Testing** - Actually tests JSONRPC, GRPC, and REST endpoints
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "capiscio"
|
|
7
|
+
version = "1.2.6"
|
|
8
|
+
description = "The definitive A2A protocol validator with live endpoint testing, JWS signature verification, and transport protocol compliance checking"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.7"
|
|
11
|
+
license = {text = "MIT"}
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "Capiscio Team", email = "hello@capiscio.com"}
|
|
14
|
+
]
|
|
15
|
+
maintainers = [
|
|
16
|
+
{name = "Capiscio Team", email = "hello@capiscio.com"}
|
|
17
|
+
]
|
|
18
|
+
keywords = [
|
|
19
|
+
"a2a", "protocol", "validation", "cli", "agent", "ai", "jsonrpc", "grpc", "rest",
|
|
20
|
+
"jws", "signature", "verification", "transport", "testing", "compliance",
|
|
21
|
+
"agent-card", "llm", "agent-to-agent", "cryptography", "security", "endpoint"
|
|
22
|
+
]
|
|
23
|
+
classifiers = [
|
|
24
|
+
"Development Status :: 4 - Beta",
|
|
25
|
+
"Intended Audience :: Developers",
|
|
26
|
+
"Intended Audience :: System Administrators",
|
|
27
|
+
"Intended Audience :: Information Technology",
|
|
28
|
+
"License :: OSI Approved :: MIT License",
|
|
29
|
+
"Programming Language :: Python :: 3",
|
|
30
|
+
"Programming Language :: Python :: 3.7",
|
|
31
|
+
"Programming Language :: Python :: 3.8",
|
|
32
|
+
"Programming Language :: Python :: 3.9",
|
|
33
|
+
"Programming Language :: Python :: 3.10",
|
|
34
|
+
"Programming Language :: Python :: 3.11",
|
|
35
|
+
"Programming Language :: Python :: 3.12",
|
|
36
|
+
"Programming Language :: Python :: 3.13",
|
|
37
|
+
"Operating System :: OS Independent",
|
|
38
|
+
"Environment :: Console",
|
|
39
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
40
|
+
"Topic :: Software Development :: Quality Assurance",
|
|
41
|
+
"Topic :: Software Development :: Testing",
|
|
42
|
+
"Topic :: Internet :: WWW/HTTP",
|
|
43
|
+
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
|
|
44
|
+
"Topic :: Security :: Cryptography",
|
|
45
|
+
"Topic :: System :: Networking",
|
|
46
|
+
"Topic :: System :: Distributed Computing",
|
|
47
|
+
]
|
|
48
|
+
|
|
49
|
+
[project.urls]
|
|
50
|
+
"Homepage" = "https://capisc.io"
|
|
51
|
+
"Documentation" = "https://capisc.io/cli"
|
|
52
|
+
"Repository" = "https://github.com/capiscio/capiscio-cli"
|
|
53
|
+
"Bug Reports" = "https://github.com/capiscio/capiscio-cli/issues"
|
|
54
|
+
"Changelog" = "https://github.com/capiscio/capiscio-cli/releases"
|
|
55
|
+
"Download" = "https://capisc.io/downloads"
|
|
56
|
+
"Web Validator" = "https://capisc.io/validator"
|
|
57
|
+
"Source" = "https://github.com/capiscio/capiscio-cli"
|
|
58
|
+
|
|
59
|
+
[project.scripts]
|
|
60
|
+
capiscio = "capiscio.cli:main"
|
|
61
|
+
|
|
62
|
+
[tool.setuptools.packages.find]
|
|
63
|
+
where = ["."]
|
|
64
|
+
include = ["capiscio*"]
|
|
65
|
+
|
|
66
|
+
[tool.setuptools.package-data]
|
|
67
|
+
capiscio = ["binaries/*"]
|
|
Binary file
|
capiscio-1.2.2/pyproject.toml
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "capiscio"
|
|
7
|
-
version = "1.2.2"
|
|
8
|
-
description = "A2A protocol validator and CLI tool"
|
|
9
|
-
readme = "README.md"
|
|
10
|
-
requires-python = ">=3.7"
|
|
11
|
-
license = "MIT"
|
|
12
|
-
authors = [
|
|
13
|
-
{name = "Capiscio Team", email = "hello@capiscio.com"}
|
|
14
|
-
]
|
|
15
|
-
keywords = ["a2a", "protocol", "validation", "cli"]
|
|
16
|
-
classifiers = [
|
|
17
|
-
"Development Status :: 4 - Beta",
|
|
18
|
-
"Intended Audience :: Developers",
|
|
19
|
-
"Programming Language :: Python :: 3",
|
|
20
|
-
"Programming Language :: Python :: 3.7",
|
|
21
|
-
"Programming Language :: Python :: 3.8",
|
|
22
|
-
"Programming Language :: Python :: 3.9",
|
|
23
|
-
"Programming Language :: Python :: 3.10",
|
|
24
|
-
"Programming Language :: Python :: 3.11",
|
|
25
|
-
"Programming Language :: Python :: 3.12",
|
|
26
|
-
"Programming Language :: Python :: 3.13",
|
|
27
|
-
"Operating System :: OS Independent",
|
|
28
|
-
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
29
|
-
"Topic :: Internet :: WWW/HTTP",
|
|
30
|
-
"Topic :: Software Development :: Testing",
|
|
31
|
-
]
|
|
32
|
-
|
|
33
|
-
[project.urls]
|
|
34
|
-
"Homepage" = "https://github.com/capiscio/capiscio-cli"
|
|
35
|
-
"Bug Reports" = "https://github.com/capiscio/capiscio-cli/issues"
|
|
36
|
-
"Source" = "https://github.com/capiscio/capiscio-cli"
|
|
37
|
-
|
|
38
|
-
[project.scripts]
|
|
39
|
-
capiscio = "capiscio.cli:main"
|
|
40
|
-
|
|
41
|
-
[tool.setuptools.packages.find]
|
|
42
|
-
where = ["."]
|
|
43
|
-
include = ["capiscio*"]
|
|
44
|
-
|
|
45
|
-
[tool.setuptools.package-data]
|
|
46
|
-
capiscio = ["binaries/*"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|