Skip to content

py-craft/aiovoip

Repository files navigation

aiovoip

Python 3.11 Python 3.12 Python 3.13

aiovoip is a modern, asynchronous SIP (Session Initiation Protocol) library for Python. It was forked from the deprecated aiosip project (eaf8504), 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.

The uniqueness of this library lies in its fully asynchronous design, allowing for efficient handling of SIP messages and calls without blocking the main thread. This makes it ideal for applications that require real-time communication, but at the same time, able to handle hundreds of thousands of SIP messages per second, without asynchronous behavior this would be challenging for Python to achieve.

⚠️ Warning: This library is in an early stage of development. Use at your own risk, and always pick the specific version of the library.

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:

pip install aiovoip

Refer to the examples for guidance on usage.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Contributing

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

Sponsors

About

Python Async library for SIP Client and Server

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •