Skip to main content

Flask modificadoand good intentions

Project description

flask modificado 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

Save in a hello.py:

from flask import Flask
app = Flask(__name__)

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

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

And Easy to Setup

And run it:

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

Ready for production? `Read this first <http://flask.pocoo.org/docs/deploying/>`.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flaskmodificado-0.1.tar.gz (543.6 kB view details)

Uploaded Source

File details

Details for the file flaskmodificado-0.1.tar.gz.

File metadata

File hashes

Hashes for flaskmodificado-0.1.tar.gz
Algorithm Hash digest
SHA256 7fb4555c2694ade884b08f5bded7ee6bc4d6e7ceb5496caa05056964369d3889
MD5 106afe9d3e58058894a2292c4efaf553
BLAKE2b-256 05a56c5017d5a5667a617f7c14116dda7af95b975e066e0654954c89d66f3520

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page