giotto:简化Python Web开发

时间:2021-05-04 18:52:24
【文件属性】:
文件名称:giotto:简化Python Web开发
文件大小:76KB
文件格式:ZIP
更新时间:2021-05-04 18:52:24
Python 什么是乔托? Giotto是python网络框架。 它鼓励一种将模型,视图和控制器代码强烈分离的功能样式。 Giotto的主要功能包括: 极其简洁的代码。 一个功能齐全的博客应用程序包含300行以下代码(包括模板) 支持Python 3.3、3.2、2.7和2.6 通用视图,通用模型和多个可插拔控制器。 免费的RESTful界面以及您的常规“浏览器POST” CRUD网站。 功能性CRUD模式消除了对Django样式表单对象的需求。 自动URL路由。 内置缓存(支持Redis和Memcache,以及用于支持任何其他引擎的API) SQLAlchemy用于数据库持久性。 用于HTML模板的Jinja2(带有用于扩展其他模板引擎的API) 入门 安装和创建基础项目文件: pip install giotto mkdir demo cd demo giotto creat
【文件预览】:
giotto-master
----MANIFEST.in(66B)
----.travis.yml(130B)
----README.rst(4KB)
----bin()
--------giotto(9KB)
--------giotto_completion.bash(275B)
----docs()
--------error_pages.rst(2KB)
--------tutorial.rst(8KB)
--------terminology.rst(594B)
--------conf.py(8KB)
--------models.rst(3KB)
--------view_classes.rst(4KB)
--------model_mocking.rst(2KB)
--------rendering_templates.rst(2KB)
--------creating_your_own_controllers.rst(3KB)
--------.DS_Store(6KB)
--------manifests.rst(2KB)
--------wsgi_middleware.rst(601B)
--------cache.rst(4KB)
--------built_in_controller_classes.rst(4KB)
--------Makefile(5KB)
--------middleware.rst(1KB)
--------deployment.rst(884B)
--------introduction.rst(3KB)
--------authentication.rst(9KB)
--------index.rst(933B)
--------serving_static_files.rst(952B)
----CHANGELOG(789B)
----LICENSE(1KB)
----giotto()
--------models()
--------control.py(315B)
--------keyvalue.py(3KB)
--------utils.py(5KB)
--------templates()
--------primitives.py(541B)
--------programs()
--------demo.py(2KB)
--------tests()
--------middleware.py(504B)
--------controllers()
--------views()
--------__init__.py(2KB)
--------contrib()
--------exceptions.py(2KB)
----setup.py(1KB)
----.gitignore(317B)

网友评论