Ravenports generated: 15 Apr 2020 18:11
[ravenports.git] / bucket_8F / python-Flask
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Flask
4 VERSION=                1.1.2
5 KEYWORDS=               python devel
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Lightweight WSGI web application framework (PY 37)
8 SDESC[py38]=            Lightweight WSGI web application framework (PY 38)
9 HOMEPAGE=               https://palletsprojects.com/p/flask/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/F/Flask
14 DISTFILE[1]=            Flask-1.1.2.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               Flask-1.1.2
25
26 GENERATED=              yes
27
28 [PY37].BUILDRUN_DEPENDS_ON=             python-Werkzeug:single:py37
29                                         python-Jinja2:single:py37
30                                         python-itsdangerous:single:py37
31                                         python-click:single:py37
32 [PY37].USES_ON=                         python:py37
33
34 [PY38].BUILDRUN_DEPENDS_ON=             python-Werkzeug:single:py38
35                                         python-Jinja2:single:py38
36                                         python-itsdangerous:single:py38
37                                         python-click:single:py38
38 [PY38].USES_ON=                         python:py38
39
40 [FILE:2162:descriptions/desc.single]
41 Flask
42 =====
43
44 Flask is a lightweight `WSGI`_ web application framework. It is designed
45 to make getting started quick and easy, with the ability to scale up to
46 complex applications. It began as a simple wrapper around `Werkzeug`_
47 and `Jinja`_ and has become one of the most popular Python web
48 application frameworks.
49
50 Flask offers suggestions, but doesn't enforce any dependencies or
51 project layout. It is up to the developer to choose the tools and
52 libraries they want to use. There are many extensions provided by the
53 community that make adding new functionality easy.
54
55
56 Installing
57 ----------
58
59 Install and update using `pip`_:
60
61 .. code-block:: text
62
63     pip install -U Flask
64
65
66 A Simple Example
67 ----------------
68
69 .. code-block:: python
70
71     from flask import Flask
72
73     app = Flask(__name__)
74
75     @app.route("/")
76     def hello():
77         return "Hello, World!"
78
79 .. code-block:: text
80
81     $ env FLASK_APP=hello.py flask run
82      * Serving Flask app "hello"
83      * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
84
85
86 Contributing
87 ------------
88
89 For guidance on setting up a development environment and how to make a
90 contribution to Flask, see the `contributing guidelines`_.
91
92 .. _contributing guidelines:
93 https://github.com/pallets/flask/blob/master/CONTRIBUTING.rst
94
95
96 Donate
97 ------
98
99 The Pallets organization develops and supports Flask and the libraries
100 it uses. In order to grow the community of contributors and users, and
101 allow the maintainers to devote more time to the projects, `please
102 donate today`_.
103
104 .. _please donate today:
105 https://psfmember.org/civicrm/contribute/transact?reset=1&id=20
106
107
108 Links
109 -----
110
111 * Website: https://palletsprojects.com/p/flask/
112 * Documentation: https://flask.palletsprojects.com/
113 * Releases: https://pypi.org/project/Flask/
114 * Code: https://github.com/pallets/flask
115 * Issue tracker: https://github.com/pallets/flask/issues
116 * Test status: https://dev.azure.com/pallets/flask/_build
117 * Official chat: https://discord.gg/t6rrQZH
118
119 .. _WSGI: https://wsgi.readthedocs.io
120 .. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
121 .. _Jinja: https://www.palletsprojects.com/p/jinja/
122 .. _pip: https://pip.pypa.io/en/stable/quickstart/
123
124
125
126 [FILE:97:distinfo]
127 4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060       637516 Flask-1.1.2.tar.gz
128