Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

txweb-0.0.5.macosx-10.11-x86_64.tar.gz (32.4 kB view hashes)

Uploaded Source

txweb-0.0.5-py2-none-any.whl (42.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page