Simple python wrapper for the edno23 API
py23 is a simple API wrapper for the edno23 microbloging website. It was inspired by the ruby23 written by Mitko Kostov and also hosted in github.
You can use the py23 as a module just:
#import the library
import py23
#get the information about the user
info = py23.userinfo('username')
print info
For more information check the documentation included in the package
This library is licensed under the WTFPL v2.0 (Do What The Fuck You Want To Do) License