Metadata-Version: 2.4
Name: agntcy-identity-sdk
Version: 0.0.2
Summary: Identity SDK for Python
Author-email: Jean Diaconu <jdiaconu@cisco.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/agntcy/identity
Project-URL: Bug Tracker, https://github.com/agntcy/identity/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: grpcio
Requires-Dist: protobuf
Requires-Dist: grpcio-tools
Requires-Dist: protoc_gen_openapiv2
Requires-Dist: pyjwt

# Python SDK

The `Python SDK` provides a simple way to verify agent identities using the Identity Platform's RESTful API. It is designed to be easy to use and integrate into 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 identity-python-sdk
```
