Pre-release
This release is a pre-release and may not be stable for production use.
wsgi middle ware to authorization with Hatena Auth API.
- usage::
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()
Release files for wsgihatenaauth 0.1dev
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wsgihatenaauth-0.1dev.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wsgihatenaauth-0.1dev-py2.5.egg | Legacy Egg format | - | - | Details |
Total release size: 9.2 kB
Release files / wsgihatenaauth-0.1dev.tar.gz
| Download URL | wsgihatenaauth-0.1dev.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d1432b0cd558dca0cb543408900b254a1a8808ca093dc8bcf9a4297c487d3585
|
|
BLAKE2b-256 checksum How to use checksums |
1c815636fa7c51db0ba86666fe91163059daab6e2d52ee0c7afb6e2be8352a7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / wsgihatenaauth-0.1dev-py2.5.egg
| Download URL | wsgihatenaauth-0.1dev-py2.5.egg |
|---|---|
| Size | 5.9 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
1a272c39143dcd82f690c6d1da1ae30b64f5a4fe81a89db0d762ae3ab7215282
|
|
BLAKE2b-256 checksum How to use checksums |
6e6aaaede993a1c2824ffb4702d5051dcaf1996e3d5048eb81e0a3dfb4cb6efa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |