Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install flask

How to install Flask

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install flask
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.10.1 Available View build log
0.9 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.1 Available View build log
0.6 Available View build log
Windows (64-bit)
0.10.1 Available View build log
0.9 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.1 Available View build log
0.6 Available View build log
Mac OS X (10.5+)
0.10.1 Available View build log
0.10 Available View build log
0.9 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.1 Available View build log
0.6 Available View build log
Linux (32-bit)
0.10.1 Available View build log
0.9 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.1 Available View build log
0.6 Available View build log
Linux (64-bit)
0.10.1 Available View build log
0.10 Available View build log
0.9 Available View build log
0.8 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.1 Available View build log
0.6 Available View build log
0.10.1 Available View build log
0.9 Failed View build log
 
License
BSD
Depended by
Lastest release
version 0.10.1 on Jun 15th, 2013

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!

Flask is Fun

System Message: ERROR/3 (<string>, line 10)

Unknown directive type "code".

.. code:: python

    from flask import Flask
    app = Flask(__name__)

    @app.route("/")
    def hello():
        return "Hello World!"

    if __name__ == "__main__":
        app.run()

And Easy to Setup

System Message: ERROR/3 (<string>, line 25)

Unknown directive type "code".

.. code:: bash

    $ pip install Flask
    $ python hello.py
     * Running on http://localhost:5000/

Subscribe to package updates

Last updated Jun 15th, 2013

Download Stats

Last month:26

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.