Metadata-Version: 2.4
Name: talkif
Version: 0.1.1
Summary: 
License-File: LICENSE
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: aiohttp
Requires-Dist: aiohttp (>=3.14.1,<4) ; (python_version >= "3.10") and (extra == "aiohttp")
Requires-Dist: httpx (>=0.21.2)
Requires-Dist: httpx-aiohttp (>=0.1.8,<0.2.0) ; (python_version >= "3.10") and (extra == "aiohttp")
Requires-Dist: pydantic (>=1.9.2)
Requires-Dist: pydantic-core (>=2.18.2,<3.0.0)
Requires-Dist: typing_extensions (>=4.0.0)
Project-URL: Repository, https://github.com/Talkif-ai/talkif-python
Description-Content-Type: text/markdown

# Talkif Python SDK

Official Python client for the [Talkif API](https://docs.talkif.ai/api-reference) — programmable AI voice agents: place and receive calls, manage flows, contacts, campaigns, phone numbers and billing.

> **Status: pre-release.** The first version is not published yet. This repository is populated by the Fern generator from the API definition in `Talkif-ai/docs` (`fern/`).

## Installation

```sh
pip install talkif
```

## Documentation

- API reference: https://docs.talkif.ai/api-reference
- Guides: https://docs.talkif.ai

## Contributing

This SDK is **generated**. Do not edit generated files directly — changes are overwritten on the next regeneration. To change the API surface, update the OpenAPI definition or overlays in `Talkif-ai/docs/fern/`. Hand-maintained files are listed in `.fernignore`.

Bugs and questions: open an issue here.

## License

MIT

