Metadata-Version: 2.1
Name: hipcall-sdk
Version: 0.1.2
Summary: Official Hipcall API Wrapper written in Python
Home-page: https://github.com/hipcall/python_sdk
License: MIT
Keywords: hipcall,sdk,api
Author: Ahmet Sezgin Duran
Author-email: sezgin.duran@linux.org.tr
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.10.9,<4.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Repository, https://github.com/hipcall/python_sdk
Description-Content-Type: text/markdown

# Hipcall SDK

Official Hipcall API Wrapper written in Python.

## Installation

```bash
pip install hipcall-sdk
```

Documentation can be generated locally using Sphinx.

## Usage and Docs

Please check out the online documentation.

## Roadmap

- [x] Task
- [ ] Phone system - call
- [ ] Phone system - extensions
- [ ] Phone system - greetings
- [ ] Phone system - numbers
- [ ] Phone system - teams
- [ ] Phone system - users
- [ ] Phone system - voicemails
- [ ] Contact centre
- [ ] Sales 
- [ ] Account


All [Hipcall](https://www.hipcall.com/en-gb/) libraries:

- [HipcallDisposableEmail](https://github.com/hipcall/hipcall_disposable_email) - Simple library checking the email's domain is disposable or not.
- [HipcallDeepgram](https://github.com/hipcall/hipcall_deepgram) - Unofficial Deepgram API Wrapper written in Elixir.
- [HipcallOpenai](https://github.com/hipcall/hipcall_openai) - Unofficial OpenAI API Wrapper written in Elixir.
- [HipcallWhichtech](https://github.com/hipcall/hipcall_whichtech) - Find out what the website is built with.
- [HipcallSDk](https://github.com/hipcall/elixir_sdk) - Official Hipcall API Wrapper written in Elixir.
- [HipcallPythonSdk](https://github.com/hipcall/python_sdk) - Official Hipcall API Wrapper written in Python.

