Flask源码_Python

时间:2019-11-07 06:52:34
【文件属性】:
文件名称:Flask源码_Python
文件大小:14KB
文件格式:ZIP
更新时间:2019-11-07 06:52:34
Python,源码 // Flask // because a pocket knife is not the only thing that might come in handy ~ What is Flask? Flask is a microframework for Python based on Werkzeug and Jinja2. It's intended for small scale applications and was development with best intentions in mind. ~ Is it ready? Nope, this is still work in progress, but I am happy to accept patches and improvements already. ~ What do I need? Jinja 2.4 and Werkzeug 0.6.1. `easy_install` will install them for you if you do `easy_install Flask==dev`. I encourage you to use a virtualenv. Check the docs for complete installation and usage instructions. ~ Where are the docs? Go to http://flask.pocoo.org/ for a prebuild version of the current documentation. Otherwise build them yourself from the sphinx sources in the docs folder.
【文件预览】:
Flask-master
----setup.cfg(59B)
----PKG-INFO(2KB)
----flask.py(25KB)
----.idea()
--------vcs.xml(164B)
--------misc.xml(686B)
--------modules.xml(270B)
--------.name(9B)
--------Flask-0.1.iml(397B)
----Flask.egg-info()
--------dependency_links.txt(1B)
--------not-zip-safe(1B)
--------PKG-INFO(2KB)
--------SOURCES.txt(196B)
--------top_level.txt(6B)
--------requires.txt(27B)
----README(936B)
----setup.py(2KB)

网友评论