Metadata-Version: 1.1
Name: aiosip
Version: 0.2.0
Summary: SIP support for AsyncIO
Home-page: https://github.com/Eyepea/aiosip
Author: Ludovic Gasc (GMLudo)
Author-email: gmludo@gmail.com
License: Apache 2
Description: ======
        aiosip
        ======
        
        .. image:: https://badge.fury.io/py/aiosip.png
            :target: http://badge.fury.io/py/aiosip
        
        
        SIP support for AsyncIO written in pure Python.
        
        **Warning: SIP knowledge is necessary to use this library.**
        
        See **examples/** folder for examples.
        
        * Free software: Apache2 license
        
        Features tested on production
        -----------------------------
        
        * SIP endpoint client mode
        * SIP proxy/server mode
        * UDP and TCP support
        * REGISTER
        * NOTIFY
        * SUBSCRIBE
        * MESSAGE
        
        Missing features
        ----------------
        
        * Documentation
        * unit tests
        * SDP support
        
        
        
        
        History
        -------
        
        0.2.0 (2017-09-14)
        ------------------
        
        * A lot of bugs fixes
        * Proxy support
        * aiohttp dependency removed in favor of multidict
        * Code refactoring
        * Special thanks to Simon Gomizelj (vodik) on this release: almost come from his contributions
        
        0.1.0 (2014-12-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: asyncio,sip,telephony
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Internet Phone
Classifier: Topic :: Communications :: Telephony
