Metadata-Version: 2.4
Name: aiovoip
Version: 0.1.2
Summary: AioVoIP - Asynchronous VoIP library for Python
Author-email: Vardan Aloyan <valoyan2@gmail.com>
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
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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**

## Installation

You can install `aiovoip` using pip:

```bash
pip install aiovoip
```

## 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.
