You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/data/test-api-expected.json
+1-68Lines changed: 1 addition & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -176,73 +176,6 @@
176
176
"datasource_id": null,
177
177
"purl": "pkg:pypi/flask@2.1.2"
178
178
},
179
-
{
180
-
"type": "pypi",
181
-
"namespace": null,
182
-
"name": "flask",
183
-
"version": "2.1.2",
184
-
"qualifiers": {},
185
-
"subpath": null,
186
-
"primary_language": "Python",
187
-
"description": "A simple framework for building complex web applications.\nFlask\n=====\n\nFlask is a lightweight `WSGI`_ web application framework. It is designed\nto make getting started quick and easy, with the ability to scale up to\ncomplex applications. It began as a simple wrapper around `Werkzeug`_\nand `Jinja`_ and has become one of the most popular Python web\napplication frameworks.\n\nFlask offers suggestions, but doesn't enforce any dependencies or\nproject layout. It is up to the developer to choose the tools and\nlibraries they want to use. There are many extensions provided by the\ncommunity that make adding new functionality easy.\n\n.. _WSGI: https://wsgi.readthedocs.io/\n.. _Werkzeug: https://werkzeug.palletsprojects.com/\n.. _Jinja: https://jinja.palletsprojects.com/\n\n\nInstalling\n----------\n\nInstall and update using `pip`_:\n\n.. code-block:: text\n\n $ pip install -U Flask\n\n.. _pip: https://pip.pypa.io/en/stable/getting-started/\n\n\nA Simple Example\n----------------\n\n.. code-block:: python\n\n # save this as app.py\n from flask import Flask\n\n app = Flask(__name__)\n\n @app.route(\"/\")\n def hello():\n return \"Hello, World!\"\n\n.. code-block:: text\n\n $ flask run\n * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n\n\nContributing\n------------\n\nFor guidance on setting up a development environment and how to make a\ncontribution to Flask, see the `contributing guidelines`_.\n\n.. _contributing guidelines: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst\n\n\nDonate\n------\n\nThe Pallets organization develops and supports Flask and the libraries\nit uses. In order to grow the community of contributors and users, and\nallow the maintainers to devote more time to the projects, `please\ndonate today`_.\n\n.. _please donate today: https://palletsprojects.com/donate\n\n\nLinks\n-----\n\n- Documentation: https://flask.palletsprojects.com/\n- Changes: https://flask.palletsprojects.com/changes/\n- PyPI Releases: https://pypi.org/project/Flask/\n- Source Code: https://github.com/pallets/flask/\n- Issue Tracker: https://github.com/pallets/flask/issues/\n- Website: https://palletsprojects.com/p/flask/\n- Twitter: https://twitter.com/PalletsTeam\n- Chat: https://discord.gg/pallets",
188
-
"release_date": "2022-04-28T17:47:40",
189
-
"parties": [
190
-
{
191
-
"type": "person",
192
-
"role": "author",
193
-
"name": "Armin Ronacher",
194
-
"email": "armin.ronacher@active-4.com",
195
-
"url": null
196
-
},
197
-
{
198
-
"type": "person",
199
-
"role": "maintainer",
200
-
"name": "Pallets",
201
-
"email": "contact@palletsprojects.com",
202
-
"url": null
203
-
}
204
-
],
205
-
"keywords": [
206
-
"Development Status :: 5 - Production/Stable",
207
-
"Environment :: Web Environment",
208
-
"Framework :: Flask",
209
-
"Intended Audience :: Developers",
210
-
"Operating System :: OS Independent",
211
-
"Programming Language :: Python",
212
-
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
213
-
"Topic :: Internet :: WWW/HTTP :: WSGI",
214
-
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
215
-
"Topic :: Software Development :: Libraries :: Application Frameworks"
Copy file name to clipboardExpand all lines: tests/data/test-api-pdt-expected.json
+1-68Lines changed: 1 addition & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -176,73 +176,6 @@
176
176
"datasource_id": null,
177
177
"purl": "pkg:pypi/flask@2.1.2"
178
178
},
179
-
{
180
-
"type": "pypi",
181
-
"namespace": null,
182
-
"name": "flask",
183
-
"version": "2.1.2",
184
-
"qualifiers": {},
185
-
"subpath": null,
186
-
"primary_language": "Python",
187
-
"description": "A simple framework for building complex web applications.\nFlask\n=====\n\nFlask is a lightweight `WSGI`_ web application framework. It is designed\nto make getting started quick and easy, with the ability to scale up to\ncomplex applications. It began as a simple wrapper around `Werkzeug`_\nand `Jinja`_ and has become one of the most popular Python web\napplication frameworks.\n\nFlask offers suggestions, but doesn't enforce any dependencies or\nproject layout. It is up to the developer to choose the tools and\nlibraries they want to use. There are many extensions provided by the\ncommunity that make adding new functionality easy.\n\n.. _WSGI: https://wsgi.readthedocs.io/\n.. _Werkzeug: https://werkzeug.palletsprojects.com/\n.. _Jinja: https://jinja.palletsprojects.com/\n\n\nInstalling\n----------\n\nInstall and update using `pip`_:\n\n.. code-block:: text\n\n $ pip install -U Flask\n\n.. _pip: https://pip.pypa.io/en/stable/getting-started/\n\n\nA Simple Example\n----------------\n\n.. code-block:: python\n\n # save this as app.py\n from flask import Flask\n\n app = Flask(__name__)\n\n @app.route(\"/\")\n def hello():\n return \"Hello, World!\"\n\n.. code-block:: text\n\n $ flask run\n * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n\n\nContributing\n------------\n\nFor guidance on setting up a development environment and how to make a\ncontribution to Flask, see the `contributing guidelines`_.\n\n.. _contributing guidelines: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst\n\n\nDonate\n------\n\nThe Pallets organization develops and supports Flask and the libraries\nit uses. In order to grow the community of contributors and users, and\nallow the maintainers to devote more time to the projects, `please\ndonate today`_.\n\n.. _please donate today: https://palletsprojects.com/donate\n\n\nLinks\n-----\n\n- Documentation: https://flask.palletsprojects.com/\n- Changes: https://flask.palletsprojects.com/changes/\n- PyPI Releases: https://pypi.org/project/Flask/\n- Source Code: https://github.com/pallets/flask/\n- Issue Tracker: https://github.com/pallets/flask/issues/\n- Website: https://palletsprojects.com/p/flask/\n- Twitter: https://twitter.com/PalletsTeam\n- Chat: https://discord.gg/pallets",
188
-
"release_date": "2022-04-28T17:47:40",
189
-
"parties": [
190
-
{
191
-
"type": "person",
192
-
"role": "author",
193
-
"name": "Armin Ronacher",
194
-
"email": "armin.ronacher@active-4.com",
195
-
"url": null
196
-
},
197
-
{
198
-
"type": "person",
199
-
"role": "maintainer",
200
-
"name": "Pallets",
201
-
"email": "contact@palletsprojects.com",
202
-
"url": null
203
-
}
204
-
],
205
-
"keywords": [
206
-
"Development Status :: 5 - Production/Stable",
207
-
"Environment :: Web Environment",
208
-
"Framework :: Flask",
209
-
"Intended Audience :: Developers",
210
-
"Operating System :: OS Independent",
211
-
"Programming Language :: Python",
212
-
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
213
-
"Topic :: Internet :: WWW/HTTP :: WSGI",
214
-
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
215
-
"Topic :: Software Development :: Libraries :: Application Frameworks"
0 commit comments