sprockets.http 0.3.0
pip install sprockets.http==0.3.0
Newer version available (2.5.0)
Released:
Tornado HTTP application runner
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: AWeber Communications
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
This library runs Tornado HTTP server applications intelligently.
SIGTERM is gracefully handled with respect to outstanding timeouts and callbacks
Listening port is configured by the PORT environment variable
logging layer is configured to output JSON by default
“Debug mode” is enabled by the DEBUG environment variable
makes log out human-readable
catches SIGINT (e.g., Ctrl+C)
application run in a single process
Example Usage
from tornado import web
import sprockets.http
def make_app(**settings):
return web.Application([
# insert your handlers
], **settings)
if __name__ == '__main__':
sprockets.http.run(make_app)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: AWeber Communications
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sprockets.http-0.3.0.tar.gz
.
File metadata
- Download URL: sprockets.http-0.3.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8e681dfad3504d88e6c5d0489d8556f29069b44bae67c13164ca2b009ee26f6 |
|
MD5 | f31952e8a6adb65104bec92f419621b1 |
|
BLAKE2b-256 | 003dbb79c376707dfac01a73229623a1fe7d2322d334c460f6c400d32db08c95 |
File details
Details for the file sprockets.http-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: sprockets.http-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55c4ad0121ad85f35690ab4dcd47793372eb2fc0db649b567dd20b1e5864606e |
|
MD5 | d391d2b18e9941a07222a85fbdf34850 |
|
BLAKE2b-256 | aa9738f2bfebfa2371836bb3a0171f00f11870af39bb7054d3ab84e4ee79ea57 |