Metadata-Version: 2.4
Name: py3-sctp
Version: 1.0
Summary: Python wrapper for SCTP library
Author-email: Yves Legrandgérard <ylg@irirf.fr>
Maintainer-email: Yves Legrandgérard <ylg@irif.fr>
License-Expression: MIT
Project-URL: Documentation, https://py3-sctp.readthedocs.io
Keywords: SCTP Protocol,Sockets API
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Internet
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

Python SCTP Module
==================

This Python module is an encapsulation of the SCTP library provided by
*Linux* and *FreeBSD* operating systems (no other systems are
currently supported).

This module strictly implements the API described in **RFC 6458**.

Documentation
^^^^^^^^^^^^^

Module's documentation is hosted at https://py3-sctp.readthedocs.io.

