Man page - spython_recipe(1)
Packages contains this manual
apt-get install python3-spython
Manual
SPYTHON_RECIPE
NAMEDESCRIPTION
positional arguments:
options:
NAME
spython_recipe - Singularity Python, Singularity Client
DESCRIPTION
usage: spython
recipe [-h] [--entrypoint ENTRYPOINT] [--json] [--force]
[--parser {auto,docker,singularity}]
[--writer {auto,docker,singularity}] [files ...]
positional arguments:
|
files |
the recipe input file and [optional] output file |
options:
-h , --help
show this help message and exit
--entrypoint ENTRYPOINT
define custom entry point and prevent discovery
|
--json |
dump the (base) recipe content as json to the terminal |
--force
if the output file exists, overwrite.
--parser {auto,docker,singularity}
Is the input a Dockerfile or Singularity recipe?
--writer {auto,docker,singularity}
Should we write to Dockerfile or Singularity recipe?