软件包:python-turbogears2(2.3.12+really2.3.7-1)
python-turbogears2 的相关链接
Debian 的资源:
下载源码包 turbogears2:
- [turbogears2_2.3.12+really2.3.7-1.dsc]
- [turbogears2_2.3.12+really2.3.7.orig.tar.gz]
- [turbogears2_2.3.12+really2.3.7-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [www.turbogears.org]
相似软件包:
Python web application framework
TurboGears2 is a framework to develop web applications in Python.
TurboGears2 application are developed according to a model-view-controller (MVC) architecture composed of several components: an Object Relational Mapper (or ORM, to code the model), a template engine (to write views), and an URL mapper (to associate URLs to Python methods acting as controllers).
TurboGears2 relies on the best available individual components and combines them into a coherent and well-documented whole. TurboGears2 includes parts that join the components together and make them work together seamlessly, but does not obscure each included project. This allows one to take advantage of existing documentation, articles, mailing lists and other resources that have built up in the communities for each project.
TurboGears2 is the next major version of TurboGears, and builds on the Pylons framework.
This package contains all you would need to run (but not develop) web applications powered by TurboGears2; to develop them you should also install the python-tg.devtools packages.
其他与 python-turbogears2 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-babel (>= 0.9.4)
- tools for internationalizing Python applications - Python 2.x
-
- dep: python-crank
- dispatch mechanism for use across frameworks - Python 2.7
-
- dep: python-genshi (>= 0.5.1)
- Python XML-based template engine - Python 2.x
-
- dep: python-markupsafe
- HTML/XHTML/XML string library for Python
-
- dep: python-pylons (>= 0.9.7)
- Python web framework emphasizing flexibility and rapid development
-
- dep: python-repoze.lru
- tiny LRU cache implementation and decorator
-
- dep: python-repoze.tm2 (>= 1.0a4)
- Zope-like transaction manager WSGI middleware (Python 2)
-
- dep: python-toscawidgets (>= 0.9.4)
- Python framework for building reusable web components
-
- dep: python-weberror (>= 0.10.1)
- Python web error handling and exception catching module
-
- dep: python-webflash (>= 0.1a8)
- Portable flash messages for Python WSGI applications
-
- dep: python-webob
- Python module providing WSGI request and response objects (Python 2)
-
- rec: python-pysqlite2
- Python interface to SQLite 3
-
- rec: python-tg.devtools (>= 2.0.1)
- 软件包暂时不可用
-
- sug: python-elixir
- declarative mapper for SQLAlchemy