pylibsrtp
=========

`License <https://pypi.python.org/pypi/pylibsrtp>`_

`Version <https://pypi.python.org/pypi/pylibsrtp`_

`Python versions <https://pypi.python.org/pypi/pylibsrtp`_

`Tests <https://github.com/aiortc/pylibsrtp/actions>`_

`Coverage <https://codecov.io/gh/aiortc/pylibsrtp>`_

``pylibsrtp`` is a Python wrapper around `libsrtp`_, making it possible to
encrypt and decrypt Secure Real-time Transport Protocol (SRTP) packets from
Python code.

SRTP is a profile of the Real-time Transport Protocol (RTP) which provides
confidentiality, message authentication, and replay protection. It is defined
by `RFC 3711`_.

You can install ``pylibsrtp`` with ``pip``:

.. code-block:: console

    $ pip install pylibsrtp

.. _libsrtp: https://github.com/cisco/libsrtp

.. _RFC 3711: https://tools.ietf.org/html/rfc3711

.. toctree::
   :maxdepth: 2

   api
   license
