Quantcast
Viewing all articles
Browse latest Browse all 9433

XmppFlask — XmppFlask 0.1 documentation

Comments:"XmppFlask — XmppFlask 0.1 documentation"

URL:http://xmppflask.org/index.html


Image may be NSFW.
Clik here to view.

XmppFlask is easy to use XMPP framework that is inspired (heavily) byFlask. It is intended to be as easy to use as Flask itself is.

XmppFlask is easy to start with

The main idea is to make you happy with writing small jabber bots. Like this:

fromxmppflaskimportXmppFlaskapp=XmppFlask(__name__)@app.route(u'ping')defping():returnu'pong'

Status

It’s in status of ideal suitability for “use and help polishing it”, since some obvious improvements could be done.

Where should I go next?

You can go directly to Introduction.

Contents:

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 9433

Trending Articles