Metadata-Version: 1.1
Name: aiosip
Version: 0.1.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
        * UDP support
        * REGISTER
        * NOTIFY
        * SUBSCRIBE
        * MESSAGE
        
        Missing features
        ----------------
        
        * Documentation
        * unit tests
        * TCP support
        * SIP proxy/server mode
        * SDP support
        
        
        
        
        History
        -------
        
        0.0.1 (2014-12-28)
        ---------------------
        
        * First release on PyPI.
        
Keywords: asyncio,sip,telephony
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
