Metadata-Version: 2.4
Name: identity-service-sdk
Version: 0.0.3
Summary: Agent Identity Service SDK & CLI for Python
Author-email: Jean Diaconu <jdiaconu@cisco.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/outshift/identity-service-sdk
Project-URL: Bug Tracker, https://github.com/outshift/identity-service-sdk/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: grpcio
Requires-Dist: protobuf
Requires-Dist: grpcio-tools
Requires-Dist: protoc_gen_openapiv2
Requires-Dist: python-dotenv
Requires-Dist: mcp<2.0.0
Requires-Dist: typer
Requires-Dist: httpx
Requires-Dist: starlette
Requires-Dist: a2a-sdk>=0.2.0

# Python SDK

The `Python SDK` provides:

- A CLI to interact with local Agentic Services.
- A SDK to integrate with Agentic Services in your Python applications.

## Prerequisites

To use the `Python SDK`, you need to have the following installed:

- [Python](https://www.python.org/downloads/) 3.8 or later

## Installation

To install the `Python SDK`, you can use `pip`:

```bash
pip install .
```
