generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from nexB/ignore_comments_from_netrc
Support comments in netrc file #107
- Loading branch information
Showing
16 changed files
with
201 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,6 +205,73 @@ | |
"datasource_id": null, | ||
"purl": "pkg:pypi/[email protected]" | ||
}, | ||
{ | ||
"type": "pypi", | ||
"namespace": null, | ||
"name": "flask", | ||
"version": "2.2.3", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": "Python", | ||
"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", | ||
"release_date": "2023-02-15T22:43:57", | ||
"parties": [ | ||
{ | ||
"type": "person", | ||
"role": "author", | ||
"name": "Armin Ronacher", | ||
"email": "[email protected]", | ||
"url": null | ||
}, | ||
{ | ||
"type": "person", | ||
"role": "maintainer", | ||
"name": "Pallets", | ||
"email": "[email protected]", | ||
"url": null | ||
} | ||
], | ||
"keywords": [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Web Environment", | ||
"Framework :: Flask", | ||
"Intended Audience :: Developers", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", | ||
"Topic :: Internet :: WWW/HTTP :: WSGI", | ||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application", | ||
"Topic :: Software Development :: Libraries :: Application Frameworks" | ||
], | ||
"homepage_url": "https://palletsprojects.com/p/flask", | ||
"download_url": "https://files.pythonhosted.org/packages/e8/5c/ff9047989bd995b1098d14b03013f160225db2282925b517bb4a967752ee/Flask-2.2.3.tar.gz", | ||
"size": 697599, | ||
"sha1": null, | ||
"md5": "09a3dfdc4fc622ec49910cfd62f45eaa", | ||
"sha256": "7eb373984bf1c770023fce9db164ed0c3353cd0b53f130f4693da0ca756a2e6d", | ||
"sha512": null, | ||
"bug_tracking_url": "https://github.com/pallets/flask/issues/", | ||
"code_view_url": "https://github.com/pallets/flask/", | ||
"vcs_url": null, | ||
"copyright": null, | ||
"license_expression": null, | ||
"declared_license": { | ||
"license": "BSD-3-Clause", | ||
"classifiers": [ | ||
"License :: OSI Approved :: BSD License" | ||
] | ||
}, | ||
"notice_text": null, | ||
"source_packages": [], | ||
"file_references": [], | ||
"extra_data": {}, | ||
"dependencies": [], | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": "https://pypi.org/pypi/flask/2.2.3/json", | ||
"datasource_id": null, | ||
"purl": "pkg:pypi/[email protected]" | ||
}, | ||
{ | ||
"type": "pypi", | ||
"namespace": null, | ||
|
@@ -827,12 +894,12 @@ | |
"type": "pypi", | ||
"namespace": null, | ||
"name": "zipp", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": "Python", | ||
"description": "Backport of pathlib-compatible object wrapper for zip files\n.. image:: https://img.shields.io/pypi/v/zipp.svg\n :target: https://pypi.org/project/zipp\n\n.. image:: https://img.shields.io/pypi/pyversions/zipp.svg\n\n.. image:: https://github.com/jaraco/zipp/workflows/tests/badge.svg\n :target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22\n :alt: tests\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code style: Black\n\n.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest\n.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/skeleton-2023-informational\n :target: https://blog.jaraco.com/skeleton\n\n.. image:: https://tidelift.com/badges/package/pypi/zipp\n :target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme\n\n\nA pathlib-compatible Zipfile object wrapper. Official backport of the standard library\n`Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.\n\n\nCompatibility\n=============\n\nNew features are introduced in this third-party library and later merged\ninto CPython. The following table indicates which versions of this library\nwere contributed to different versions in the standard library:\n\n.. list-table::\n :header-rows: 1\n\n * - zipp\n - stdlib\n * - 3.9\n - 3.12\n * - 3.5\n - 3.11\n * - 3.2\n - 3.10\n * - 3.3 ??\n - 3.9\n * - 1.0\n - 3.8\n\n\nUsage\n=====\n\nUse ``zipp.Path`` in place of ``zipfile.Path`` on any Python.\n\nFor Enterprise\n==============\n\nAvailable as part of the Tidelift Subscription.\n\nThis project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.\n\n`Learn more <https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=referral&utm_campaign=github>`_.\n\nSecurity Contact\n================\n\nTo report a security vulnerability, please use the\n`Tidelift security contact <https://tidelift.com/security>`_.\nTidelift will coordinate the fix and disclosure.", | ||
"release_date": "2023-02-09T17:04:05", | ||
"release_date": "2023-02-18T00:47:56", | ||
"parties": [ | ||
{ | ||
"type": "person", | ||
|
@@ -849,11 +916,11 @@ | |
"Programming Language :: Python :: 3 :: Only" | ||
], | ||
"homepage_url": "https://github.com/jaraco/zipp", | ||
"download_url": "https://files.pythonhosted.org/packages/95/7b/1608a7344743f54a8c072d64d2a279934fd204d6d015278b0a0ed4ce104b/zipp-3.13.0-py3-none-any.whl", | ||
"size": 6718, | ||
"download_url": "https://files.pythonhosted.org/packages/a8/7d/90189265f0a9bcdf79b1143b77b0ef6dca0a5f13783f1e1efa4d7d7eafca/zipp-3.14.0-py3-none-any.whl", | ||
"size": 6706, | ||
"sha1": null, | ||
"md5": "bbe676c29bf9e6db5a128cf2cbcb3b0f", | ||
"sha256": "e8b2a36ea17df80ffe9e2c4fda3f693c3dad6df1697d3cd3af232db680950b0b", | ||
"md5": "d5441872afc6ebdd5ef223afd1bbfc28", | ||
"sha256": "188834565033387710d046e3fe96acfc9b5e86cbca7f39ff69cf21a4128198b7", | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
|
@@ -872,20 +939,20 @@ | |
"dependencies": [], | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": "https://pypi.org/pypi/zipp/3.13.0/json", | ||
"api_data_url": "https://pypi.org/pypi/zipp/3.14.0/json", | ||
"datasource_id": null, | ||
"purl": "pkg:pypi/zipp@3.13.0" | ||
"purl": "pkg:pypi/zipp@3.14.0" | ||
}, | ||
{ | ||
"type": "pypi", | ||
"namespace": null, | ||
"name": "zipp", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": "Python", | ||
"description": "Backport of pathlib-compatible object wrapper for zip files\n.. image:: https://img.shields.io/pypi/v/zipp.svg\n :target: https://pypi.org/project/zipp\n\n.. image:: https://img.shields.io/pypi/pyversions/zipp.svg\n\n.. image:: https://github.com/jaraco/zipp/workflows/tests/badge.svg\n :target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22\n :alt: tests\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code style: Black\n\n.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest\n.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/skeleton-2023-informational\n :target: https://blog.jaraco.com/skeleton\n\n.. image:: https://tidelift.com/badges/package/pypi/zipp\n :target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme\n\n\nA pathlib-compatible Zipfile object wrapper. Official backport of the standard library\n`Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.\n\n\nCompatibility\n=============\n\nNew features are introduced in this third-party library and later merged\ninto CPython. The following table indicates which versions of this library\nwere contributed to different versions in the standard library:\n\n.. list-table::\n :header-rows: 1\n\n * - zipp\n - stdlib\n * - 3.9\n - 3.12\n * - 3.5\n - 3.11\n * - 3.2\n - 3.10\n * - 3.3 ??\n - 3.9\n * - 1.0\n - 3.8\n\n\nUsage\n=====\n\nUse ``zipp.Path`` in place of ``zipfile.Path`` on any Python.\n\nFor Enterprise\n==============\n\nAvailable as part of the Tidelift Subscription.\n\nThis project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.\n\n`Learn more <https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=referral&utm_campaign=github>`_.\n\nSecurity Contact\n================\n\nTo report a security vulnerability, please use the\n`Tidelift security contact <https://tidelift.com/security>`_.\nTidelift will coordinate the fix and disclosure.", | ||
"release_date": "2023-02-09T17:04:06", | ||
"release_date": "2023-02-18T00:47:57", | ||
"parties": [ | ||
{ | ||
"type": "person", | ||
|
@@ -902,11 +969,11 @@ | |
"Programming Language :: Python :: 3 :: Only" | ||
], | ||
"homepage_url": "https://github.com/jaraco/zipp", | ||
"download_url": "https://files.pythonhosted.org/packages/d1/2f/ba544a8a6ad5ad9dcec1b00f536bb9fb078f5f50d1a1408876de18a9151b/zipp-3.13.0.tar.gz", | ||
"size": 18725, | ||
"download_url": "https://files.pythonhosted.org/packages/ab/47/b47d02b741e0aa6f998fc80457d3dfc05cb7732ef480597c2971cbc79260/zipp-3.14.0.tar.gz", | ||
"size": 18405, | ||
"sha1": null, | ||
"md5": "ee68b317a1393b11c2d4037a30d18bed", | ||
"sha256": "23f70e964bc11a34cef175bc90ba2914e1e4545ea1e3e2f67c079671883f9cb6", | ||
"md5": "4562e20704fda17222f87d6618a4f604", | ||
"sha256": "9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb", | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
|
@@ -925,9 +992,9 @@ | |
"dependencies": [], | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": "https://pypi.org/pypi/zipp/3.13.0/json", | ||
"api_data_url": "https://pypi.org/pypi/zipp/3.14.0/json", | ||
"datasource_id": null, | ||
"purl": "pkg:pypi/zipp@3.13.0" | ||
"purl": "pkg:pypi/zipp@3.14.0" | ||
} | ||
], | ||
"resolved_dependencies_graph": [ | ||
|
@@ -948,7 +1015,7 @@ | |
{ | ||
"package": "pkg:pypi/[email protected]", | ||
"dependencies": [ | ||
"pkg:pypi/zipp@3.13.0" | ||
"pkg:pypi/zipp@3.14.0" | ||
] | ||
}, | ||
{ | ||
|
@@ -972,7 +1039,7 @@ | |
] | ||
}, | ||
{ | ||
"package": "pkg:pypi/zipp@3.13.0", | ||
"package": "pkg:pypi/zipp@3.14.0", | ||
"dependencies": [] | ||
} | ||
] | ||
|
Oops, something went wrong.