Metadata-Version: |
2.1 |
Name: |
purl2vcs |
Version: |
2.0.0 |
Summary: |
purl2vcs is an add-on library working with the PurlDB to find the version control system (VCS) URL of a package and detect the commit, tags and path for a given version. |
Author-Email: |
"nexB. Inc. and others" <info[at]aboutcode.org> |
Project-Url: |
Homepage, https://github.com/aboutcode-org/purldb |
Keywords: |
package-url,purl,git,version,hg,svn,tag,commit,open source,scan,package,dependency,sca |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.8 |
Requires-Dist: |
purldb |
Requires-Dist: |
requests (>=2.7.0) |
Requires-Dist: |
scancode-toolkit (>=32.0.0) |
Requires-Dist: |
packageurl_python (>=0.9.0) |
Requires-Dist: |
flot; extra == "testing" |
Requires-Dist: |
pytest (!=7.0.0,>=6); extra == "testing" |
Requires-Dist: |
pytest-xdist (>=2); extra == "testing" |
Requires-Dist: |
aboutcode-toolkit (>=7.0.2); extra == "testing" |
Requires-Dist: |
pycodestyle (>=2.8.0); extra == "testing" |
Requires-Dist: |
twine; extra == "testing" |
Requires-Dist: |
black; extra == "testing" |
Requires-Dist: |
isort; extra == "testing" |
Requires-Dist: |
pytest-rerunfailures; extra == "testing" |
Requires-Dist: |
bump-my-version; extra == "testing" |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |