Quantcast
Channel: Hacker News 50
Viewing all articles
Browse latest Browse all 9433

XmppFlask — XmppFlask 0.1 documentation

$
0
0

Comments:"XmppFlask — XmppFlask 0.1 documentation"

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


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:


Viewing all articles
Browse latest Browse all 9433

Trending Articles