Metadata-Version: 2.4
Name: tako-sdk
Version: 0.1.32
Summary: A Python SDK for interacting with the Tako API
Author: Tako
Author-email: support@trytako.com
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.8.2
Requires-Dist: pytest>=7.4.3
Requires-Dist: requests>=2.32.3
Requires-Dist: httpx>=0.25.1
Requires-Dist: pytest-asyncio>=0.21.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Tako Python SDK 

The Tako Python SDK is a Python library that makes it easy for applications to use the Tako Knowledge Search API

## Requirements

The Tako Python SDK supports Python 3.9+

## Installation

```bash
pip install tako-sdk
```

## Testing
```bash
export TAKO_API_KEY=<your-tako-server-api-key>
export TAKO_SERVER_URL=<tako-server-url>
pytest tests/integration/ -v
```

## Contributions

This repo is currently maintained by Tako developers. As we evolve this repo, contributors outside of
Tako will be welcome and developer guides added.

## Support

For support, please [create an issue](https://github.com/[organization]/tako-sdk/issues) in our GitHub repository. 
