跳转到主要内容

wsgi中间件

项目描述

使用Hatena Auth API进行授权的wsgi中间件。

用法:

from wsgiref.simple_server import make_server, demo_app from wsgihatenaauth import HatenaAuthHandler

apiKey = yourHatenaAuthApiKey secret = yourHatenaAuthSercretKey

app = HatenaAuthHandler(apiKey=apiKey, secret=secret)(demo_app) httpd = make_server(‘’, 8000, app) httpd.serve_forever()

项目详情


下载文件

下载适合您平台的应用程序。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分发

wsgihatenaauth-0.1dev.tar.gz (3.3 kB 查看哈希)

上传时间:

构建分发

wsgihatenaauth-0.1dev-py2.5.egg (5.9 kB 查看哈希)

上传时间:

支持者