Usage¶
pybuild-deps¶
Entrypoint for PyBuild Deps.
pybuild-deps [OPTIONS] COMMAND [ARGS]...
Options
- --version¶
Show the version and exit.
compile¶
Compiles build-requirements.txt from requirements.txt.
pybuild-deps compile [OPTIONS] [SRC_FILES]...
Options
- --version¶
Show the version and exit.
- -v, --verbose¶
Show more output
- -q, --quiet¶
Show less output
- -n, --dry-run¶
Only show what would happen, don’t change anything.
- --header, --no-header¶
Add header to generated file
- --annotate, --no-annotate¶
Annotate results, indicating where dependencies come from
- --annotation-style <annotation_style>¶
Choose the format of annotation comments
- Options:
line | split
- -o, --output-file <output_file>¶
Output file name. Will write to stdout by default.
- --generate-hashes¶
Generate pip 8 style hashes in the resulting requirements file.
Arguments
- SRC_FILES¶
Optional argument(s)
find-build-deps¶
Find build dependencies for given package.
pybuild-deps find-build-deps [OPTIONS] PACKAGE_NAME PACKAGE_VERSION
Options
- -v, --verbose¶
Show more output
Arguments
- PACKAGE_NAME¶
Required argument
- PACKAGE_VERSION¶
Required argument