Go to file
Armin Ronacher b4cd70d054 Updated website 2010-04-18 03:07:08 +02:00
artwork Added docs, fixed some bugs I introduced last commit 2010-04-10 15:49:15 +02:00
docs Larger fonts in the docs 2010-04-17 20:52:37 +02:00
examples request_init -> before_request and request_shutdown -> after_request 2010-04-16 11:03:16 +02:00
tests Session falls back to a dummy object now if secret_key is missing. 2010-04-17 14:10:47 +02:00
website Updated website 2010-04-18 03:07:08 +02:00
.gitignore ignore dist folder 2010-04-16 14:25:24 +02:00
LICENSE Added license file 2010-04-16 14:12:31 +02:00
Makefile Added makefile target for website and doc updating. 2010-04-17 14:30:28 +02:00
README Synched tagline :) 2010-04-17 18:14:42 +02:00
flask.py removed refactoring leftover 2010-04-17 14:32:52 +02:00
setup.py head is 0.2-dev 2010-04-16 14:32:59 +02:00

README

                          // Flask //

	 because sometimes a pocket knife is not enough


    ~ 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.