File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Zero Context Protocol Python SDK
22
3+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/zero-context-protocol-sdk.svg )] ( https://pypi.org/project/zero-context-protocol-sdk/ )
4+ [ ![ Python versions] ( https://img.shields.io/pypi/pyversions/zero-context-protocol-sdk.svg )] ( https://pypi.org/project/zero-context-protocol-sdk/ )
5+ [ ![ PyPI downloads] ( https://img.shields.io/pypi/dm/zero-context-protocol-sdk.svg )] ( https://pypi.org/project/zero-context-protocol-sdk/ )
6+
37` zero-context-protocol-python ` is the reference Python SDK and runtime for Zero
48Context Protocol (ZCP).
59
@@ -46,6 +50,20 @@ Current headline result:
4650
4751## Install
4852
53+ From PyPI:
54+
55+ ``` bash
56+ pip install --pre zero-context-protocol-sdk
57+ ```
58+
59+ With optional extras:
60+
61+ ``` bash
62+ pip install --pre " zero-context-protocol-sdk[openai,mcp]"
63+ ```
64+
65+ For local development from source:
66+
4967``` bash
5068pip install -e " .[dev,openai,mcp]"
5169```
You can’t perform that action at this time.
0 commit comments