Metadata-Version: 2.0
Name: vexmpp
Version: 0.1.2
Summary: XMPP library for Python3 asyncio.
Home-page: https://github.com/nicfit/vexmpp
Author: Travis Shirk
Author-email: travis@pobox.com
License: GNU GPL v3.0
Download-URL: https://github.com/nicfit/vexmpp/releases/downloads/v0.1.2/vexmpp-0.1.2.tar.gz
Keywords: vexmpp
Platform: Any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: PyOpenSSL
Requires-Dist: aiodns
Requires-Dist: lxml
Requires-Dist: nicfit.py

======
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: GNU GPL v3.0 license


Release History
===============



v0.1.2 (2017-08-08) : Possessed
-------------------------------

* Initial release


