Metadata-Version: 2.4
Name: sipua
Version: 0.0.1
Summary: Pure python SIP user agent
Author-email: Spacinov Engineering <opensource@spacinov.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://sipua.readthedocs.io/
Project-URL: Documentation, https://sipua.readthedocs.io/
Project-URL: Repository, https://github.com/spacinov/sipua
Project-URL: Issues, https://github.com/spacinov/sipua/issues
Keywords: SIP,RFC3261
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Telephony
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: sipmessage
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pyroma; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

sipua
=====

|license| |version| |tests| |coverage| |docs|

.. |license| image:: https://img.shields.io/pypi/l/sipua.svg
   :target: https://pypi.python.org/pypi/sipua
   :alt: License

.. |version| image:: https://img.shields.io/pypi/v/sipua.svg
   :target: https://pypi.python.org/pypi/sipua
   :alt: Version

.. |tests| image:: https://github.com/spacinov/sipua/workflows/tests/badge.svg
   :target: https://github.com/spacinov/sipua/actions
   :alt: Tests

.. |coverage| image:: https://img.shields.io/codecov/c/github/spacinov/sipua.svg
   :target: https://codecov.io/gh/spacinov/sipua
   :alt: Coverage

.. |docs| image:: https://readthedocs.org/projects/sipua/badge/?version=latest
   :target: https://sipua.readthedocs.io/
   :alt: Documentation

The ``sipua`` project provides a library for writing SIP user agents in Python.
