Metadata-Version: 2.3
Name: tasx
Version: 0.0.4
Summary: Official client for The Agent Service eXchange (TASX)
License: MIT
Author: Nasim Rahaman
Author-email: nasim@tiptreesystems.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi (>=0.110.1,<0.111.0)
Requires-Dist: httpx (>=0.28.1,<1.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: pydantic (>=2.7.0,<2.8.0)
Requires-Dist: starlette
Requires-Dist: uvicorn[standard] (>=0.29.0,<0.30.0)
Project-URL: Documentation, https://docs.tiptreesystems.com
Project-URL: Homepage, https://github.com/tiptreesystems/tasx
Project-URL: Repository, https://github.com/tiptreesystems/tasx
Description-Content-Type: text/markdown

# TASX Client SDK

## Installation

```
pip install tasc-common
pip install tasx
```
