Go to file
Adrian Moennich 777cc17de3 Fix broken test 2017-11-25 00:53:43 +01:00
.github Mention Flask instead of Jinja in the issue template 2017-09-06 13:31:57 +02:00
artwork Added lineart logo 2015-10-01 13:58:48 +02:00
docs Update Twisted Web example 2017-11-22 22:40:23 +01:00
examples Minor fix in flaskr example README 2017-11-09 22:52:24 +01:00
flask Merge remote-tracking branch 'upstream/0.12-maintenance' 2017-11-25 00:44:07 +01:00
scripts remove old upgrade script 2017-06-26 09:22:03 -07:00
tests Fix broken test 2017-11-25 00:53:43 +01:00
.coveragerc reduce number of tox and travis envs 2017-05-24 15:41:35 -07:00
.gitattributes Set merge strategy for CHANGES 2016-09-12 21:55:17 +03:00
.gitignore load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
.travis.yml Remove IRC notifications 2017-10-25 09:03:27 +03:00
AUTHORS Merge remote-tracking branch 'remotes/origin/master' into json-mixin 2017-06-04 09:42:39 -07:00
CHANGES Merge remote-tracking branch 'upstream/0.12-maintenance' 2017-11-25 00:44:07 +01:00
CONTRIBUTING.rst update development resources 2017-05-28 10:26:07 -07:00
LICENSE Happy New Year 2015 2015-01-02 11:35:00 +09:00
MANIFEST.in Update MANIFEST.in with simpler template commands 2016-02-19 08:23:28 -05:00
Makefile update development resources 2017-05-28 10:26:07 -07:00
README py.test => pytest (#2173) 2017-02-09 18:34:16 +01:00
setup.cfg reduce number of tox and travis envs 2017-05-24 15:41:35 -07:00
setup.py corrected indentations for pypa description 2017-08-06 09:06:19 +09:00
test-requirements.txt Merge branch 'master' into makecov 2017-05-22 14:14:40 -07:00
tox.ini install argparse for 2.6 2017-09-28 10:59:21 -07:00

README


                          // Flask //

              web development, one drop at a time


    ~ What is Flask?

      Flask is a microframework for Python based on Werkzeug
      and Jinja2.  It's intended for getting started very quickly
      and was developed with best intentions in mind.

    ~ Is it ready?

      It's still not 1.0 but it's shaping up nicely and is
      already widely used.  Consider the API to slightly
      improve over time but we don't plan on breaking it.

    ~ What do I need?

      All dependencies are installed by using `pip install Flask`.
      We 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/docs/ for a prebuilt version
      of the current documentation.  Otherwise build them yourself
      from the sphinx sources in the docs folder.

    ~ Where are the tests?

      Good that you're asking.  The tests are in the
      tests/ folder.  To run the tests use the
      `pytest` testing tool:

        $ pytest

      Details on contributing can be found in CONTRIBUTING.rst

    ~ Where can I get help?

      Either use the #pocoo IRC channel on irc.freenode.net or
      ask on the mailinglist: http://flask.pocoo.org/mailinglist/

      See http://flask.pocoo.org/community/ for more resources.