Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 33 additions & 18 deletions docs/BENCHMARKS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/SUPPORTED_FORMATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Provenant supports package manifests, installed-package metadata, recognizers, a
| Poetry lockfile | `**/poetry.lock` | pypi | Python | [Link](https://python-poetry.org/docs/basic-usage/#installing-with-poetrylock) |
| Python package manifests (pyproject.toml, setup.py, \*\_setup.py, setup.cfg, pypi.json, PKG-INFO, .dist-info/METADATA, pip cache origin.json, sdist archives, .whl, .egg) | `**/pyproject.toml, **/setup.py, **/*_setup.py, **/setup.cfg, **/pypi.json, **/PKG-INFO, **/*.dist-info/METADATA, **/origin.json, **/*.tar.gz, **/*.tgz, **/*.tar.bz2, **/*.tar.xz, **/*.zip, **/*.whl, **/*.egg` | pypi | Python | [Link](https://packaging.python.org/) |
| pip inspect deplock file | `*pip-inspect.deplock` | pypi | Python | [Link](https://pip.pypa.io/en/stable/cli/pip_inspect/) |
| pip requirements file | `**/requirements*.txt, **/*requirements.txt, **/requirements*.in, **/*requirements.in, **/requires.txt, **/requirements/*.txt, **/requirements/*.in` | pypi | Python | [Link](https://pip.pypa.io/en/latest/reference/requirements-file-format/) |
| pip requirements file | `**/requirements*.txt, **/*requirements.txt, **/requirements*.in, **/*requirements.in, **/requires.txt, **/requirements/*.txt, **/requirements/*.in, **/requirements/**/*.txt, **/requirements/**/*.in, **/requirements*/*.txt, **/requirements*/*.in, **/requirements*/**/*.txt, **/requirements*/**/*.in` | pypi | Python | [Link](https://pip.pypa.io/en/latest/reference/requirements-file-format/) |
| pylock.toml lockfile | `**/pylock.toml, **/pylock.*.toml` | pypi | Python | [Link](https://packaging.python.org/en/latest/specifications/pylock-toml/) |
| uv lockfile | `**/uv.lock` | pypi | Python | [Link](https://docs.astral.sh/uv/concepts/projects/layout/) |
| Third-party attribution README files | `**/README.android, **/README.chromium, **/README.facebook, **/README.google, **/README.thirdparty` | readme | | [Link](https://github.com/chromium/chromium/blob/main/docs/contributing.md#third_party-components) |
Expand Down
Loading
Loading