Metadata-Version: 2.4
Name: a2anet
Version: 0.0.1
Summary: A package that makes implementing the A2A protocol easy
Project-URL: Documentation, https://github.com/A2ANet/A2ANetPython#readme
Project-URL: Issues, https://github.com/A2ANet/A2ANetPython/issues
Project-URL: Source, https://github.com/A2ANet/A2ANetPython
Author-email: A2A Net <hello@a2anet.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.13
Requires-Dist: a2a-sdk
Requires-Dist: langgraph
Requires-Dist: loguru
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# A2A Net

[![PyPI - Version](https://img.shields.io/pypi/v/a2anet.svg)](https://pypi.org/project/a2anet)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/a2anet.svg)](https://pypi.org/project/a2anet)

-----

A Python package that makes implementing the A2A protocol easy

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install a2anet
```

## License

`a2anet` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
