Metadata-Version: 2.1
Name: pyproject-dependencies
Version: 1.2
Project-URL: Homepage, https://github.com/sbidoul/pyproject-dependencies
Author-email: Stéphane Bidoul <stephane.bidoul@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Requires-Dist: build
Requires-Dist: packaging
Provides-Extra: test
Requires-Dist: coverage[toml]; extra == 'test'
Requires-Dist: mypy; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# pyproject-dependencies

    usage: pyproject-dependencies [-h] [--no-isolation] [--no-exclude-self] [--ignore-build-errors] [--name-filter REGEX] [PROJECT ...]

    Print Requires-Dist metadata of a set of python projects.

    positional arguments:
    PROJECT               project directory or pyproject.toml or setup.py

    options:
    -h, --help            show this help message and exit
    --no-isolation        whether or not to invoke the build backend in the current environment or to create an isolated one and invoke it there
    --no-exclude-self     whether or not to exclude the projects themselves from the output, when they depend on each other
    --ignore-build-errors
    --name-filter REGEX   filter out dependencies whose canonical name matches a regex
