CLI¶
fj¶
Pool installations of Python projects
usage: fj [-h] [--version] [--configuration-file CONFIGURATION_FILE]
[--python PYTHON]
{cache,install,links,link,unlink,pip,pool,ve,solve} ...
-
-h,--help¶ show this help message and exit
-
--version¶ show program’s version number and exit
-
--configuration-file<configuration_file>¶ (default: .)
-
--python<python>¶
fj install¶
usage: fj install [-h] requirement [requirement ...]
-
requirement¶
-
-h,--help¶ show this help message and exit
fj link¶
usage: fj link [-h] requirement [requirement ...]
-
requirement¶
-
-h,--help¶ show this help message and exit
fj links add¶
usage: fj links add [-h] requirement [requirement ...]
-
requirement¶
-
-h,--help¶ show this help message and exit
fj links remove¶
usage: fj links remove [-h] project_name [project_name ...]
-
project_name¶
-
-h,--help¶ show this help message and exit
fj pip install¶
usage: fj pip install [-h] [--no-deps] [--exists-action EXISTS_ACTION] [-U]
[-v] [-e requirement]
[requirement [requirement ...]]
-
requirement¶
-
-h,--help¶ show this help message and exit
-
--no-deps¶
-
--exists-action<exists_action>¶
-
-U,--update¶
-
-v,--verbose¶
-
-e<requirement>,--editable<requirement>¶
fj pool add¶
usage: fj pool add [-h] requirement [requirement ...]
-
requirement¶
-
-h,--help¶ show this help message and exit
fj pool remove¶
usage: fj pool remove [-h] requirement [requirement ...]
-
requirement¶
-
-h,--help¶ show this help message and exit
fj solve¶
usage: fj solve [-h] requirement [requirement ...]
-
requirement¶
-
-h,--help¶ show this help message and exit