Metadata-Version: 1.1
Name: vexmpp
Version: 0.1.3
Summary: XMPP library for Python3 asyncio.
Home-page: https://github.com/nicfit/vexmpp
Author: Travis Shirk
Author-email: travis@pobox.com
License: MIT
Download-URL: https://github.com/nicfit/vexmpp/releases/downloads/v0.1.3/vexmpp-0.1.3.tar.gz
Description-Content-Type: UNKNOWN
Description: ======
        vexmpp
        ======
        
        XMPP library for Python3 asyncio.
        
        Status
        ------
        .. image:: https://img.shields.io/pypi/v/vexmpp.svg
           :target: https://pypi.python.org/pypi/vexmpp/
           :alt: Latest Version
        .. image:: https://img.shields.io/pypi/status/vexmpp.svg
           :target: https://pypi.python.org/pypi/vexmpp/
           :alt: Project Status
        .. image:: https://travis-ci.org/nicfit/vexmpp.svg?branch=master
           :target: https://travis-ci.org/nicfit/vexmpp
           :alt: Build Status
        .. image:: https://img.shields.io/pypi/l/vexmpp.svg
           :target: https://pypi.python.org/pypi/vexmpp/
           :alt: License
        .. image:: https://img.shields.io/pypi/pyversions/vexmpp.svg
           :target: https://pypi.python.org/pypi/vexmpp/
           :alt: Supported Python versions
        .. image:: https://coveralls.io/repos/nicfit/vexmpp/badge.svg
           :target: https://coveralls.io/r/nicfit/vexmpp
           :alt: Coverage Status
        
        Features
        --------
        
        * Free software: MIT license
        
        
        Release History
        ===============
        
        
        
        v0.1.3 (2017-09-20) : Wire
        ----------------------------
        
        Changes
        ~~~~~~~
        - Try and clean up parser tasks, more to do.
        - Re-licenced to MIT.
        - Removed nose dep. Fixes #57.
        
        
        v0.1.2 (2017-08-08) : Possessed
        -------------------------------
        
        * Initial release
        
Keywords: vexmpp
Platform: Any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 5 - Production/Stable
