python web framework
Project description
# txweb
TOUGHSTRUCT项目WEB框架,基于Python2.7, twisted, cyclone组成的WEB开发框架。
## 快速安装
pip install -U https://github.com/talkincode/txweb/archive/master.zip
## 创建项目
以下指令会从github下载应用模板并创建应用目录,目录名就是应用名,参数 -U 表示重新下载,否则直接取本地缓存
txwebctl –create -U –dir=appdir
## 运行项目
以下指令会在8888端口(可选)监听http请求,–logging=none是由于cyclone内部自动打印日志,与txweb日志打印重复,所以关掉。
txwebctl –port=8888 –dir=appdir –conf=appdir/etc/appname.json -logging=none
[May 25 09:30:13 appname] Log opened. [May 25 09:30:13 appname] add free route [/:<class ‘appname.handlers.index.IndexHandler’>] [May 25 09:30:13 appname] Application starting on 8888 [May 25 09:30:13 appname] Starting factory <txweb.web.Application instance at 0x105731e18>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file txweb-0.0.8.macosx-10.11-x86_64.tar.gz
.
File metadata
- Download URL: txweb-0.0.8.macosx-10.11-x86_64.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93877910b59efc329fbf71c9b6791eeb025a740e8258a51aac6196403e2dac74 |
|
MD5 | fe2f39c551a0e4f10457f7c96152276b |
|
BLAKE2b-256 | aff1ab5bcb45c44e2273d3a102440fff89ffb6e54e774969a57d1b19dd5edd00 |
File details
Details for the file txweb-0.0.8-py2-none-any.whl
.
File metadata
- Download URL: txweb-0.0.8-py2-none-any.whl
- Upload date:
- Size: 45.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f391be46f1579588ab26ef38ad438c8436431af713061b7f68dd6faa9763a99c |
|
MD5 | a12255d6186003e5dad2a9849ebba505 |
|
BLAKE2b-256 | 2df6d15994f6142d2274887e8c8de1ed070fb4bf6451bace8de2cb6e365ab47e |