Name : python-Flask
| |
Version : 0.10.1
| Vendor : obs://build_opensuse_org/home:sttts
|
Release : 6.1
| Date : 2014-11-10 14:33:01
|
Group : Development/Languages/Python
| Source RPM : python-Flask-0.10.1-6.1.src.rpm
|
Size : 0.79 MB
| |
Packager : (none)
| |
Summary : A microframework based on Werkzeug, Jinja2 and good intentions
|
Description :
Flask -----
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 ````````````
.. code:: python
from flask import Flask app = Flask(__name__)
AATTapp.route(\"/\") def hello(): return \"Hello World!\"
if __name__ == \"__main__\": app.run()
And Easy to Setup `````````````````
.. code:: bash
$ pip install Flask $ python hello.py * Running on http://localhost:5000/
Links `````
* `website < http://flask.pocoo.org/>`_ * `documentation < http://flask.pocoo.org/docs/>`_ * `development version < http://github.com/mitsuhiko/flask/zipball/master#egg=Flask-dev>`_
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/sttts:/edir-autoyast-ws/SLE_11_SP3/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python-Flask
Requires :