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/>`.
Links
Project details
Release history Release notifications | RSS feed
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)
File details
Details for the file flaskmodificado-0.1.tar.gz
.
File metadata
- Download URL: flaskmodificado-0.1.tar.gz
- Upload date:
- Size: 543.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb4555c2694ade884b08f5bded7ee6bc4d6e7ceb5496caa05056964369d3889 |
|
MD5 | 106afe9d3e58058894a2292c4efaf553 |
|
BLAKE2b-256 | 05a56c5017d5a5667a617f7c14116dda7af95b975e066e0654954c89d66f3520 |