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 cache

usage: fj cache [-h] {list} ...
-h, --help

show this help message and exit

fj cache list

usage: fj cache list [-h]
-h, --help

show this help message and exit

fj install

usage: fj install [-h] requirement [requirement ...]
requirement
-h, --help

show this help message and exit

fj pip

usage: fj pip [-h] {install} ...
-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

usage: fj pool [-h] {add,list,remove} ...
-h, --help

show this help message and exit

fj pool add

usage: fj pool add [-h] requirement [requirement ...]
requirement
-h, --help

show this help message and exit

fj pool list

usage: fj pool list [-h]
-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

fj ve

usage: fj ve [-h] [directory]
directory
-h, --help

show this help message and exit