Metadata-Version: 2.4
Name: aiovoip
Version: 0.1.1
Project-URL: Homepage, https://github.com/py-craft/aiovoip
Project-URL: Repository, https://github.com/py-craft/aiovoip
Project-URL: Issues, https://github.com/py-craft/aiovoip/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: multidict>=2.0
Requires-Dist: pyquery
Requires-Dist: aiodns
Requires-Dist: websockets
Requires-Dist: async-timeout
Dynamic: license-file

# aiovoip

![Python 3.11](https://img.shields.io/badge/python-3.11-blue?logo=python)
![Python 3.12](https://img.shields.io/badge/python-3.12-blue?logo=python)
![Python 3.13](https://img.shields.io/badge/python-3.13-blue?logo=python)

**aiovoip** is a modern, asynchronous SIP (Session Initiation Protocol) library for Python. It was forked from the deprecated [aiosip](https://github.com/Eyepea/aiosip) project, with the goal of revitalizing and maintaining a clean, bug-fixed, and feature-rich codebase and in the future to implement other protocols in VoIP field.

> ⚠️ **Warning:** This library is in an early stage of development. Use at your own risk.

## Features

- Fully asynchronous SIP implementation
- Clean and modernized codebase
- Ongoing maintenance and feature development
- Python 3.11, 3.12, and 3.13 compatibility

## Python Compatibility

`aiovoip` is tested and works with:
- Python **3.11**
- Python **3.12**
- Python **3.13**


## License

This project is licensed under the **Apache License 2.0**. See the [LICENSE](LICENSE) file for details.

## Contributing

We welcome and appreciate all contributions! Please read the [CONTRIBUTING](CONTRIBUTING.md) guide for information on how to get involved—whether you're reporting a bug, suggesting an improvement, enhancing documentation.
