Usage:
$ compoze [GLOBAL OPTIONS] [subcommand [SUBCOMMAND OPTIONS]]*
Global options:
Parse options from an INI-style config file.
May be repeated: if so, options repeated in later files override those in earlier files.
Parse requirements from a section of the config file.
By default, uses the [versions] section. Use --versions-section to override the default.
Usage:
$ compoze [GLOBAL OPTIONS] fetch [OPTIONS] [REQUIREMENT]*
Options:
Suppress all non-essential output.
Overrides global option.
Print more informative output.
Overrides global option.
Fetch source distribution archives into PATH.
Overrides global option.
Add INDEX_URL to the list of indexes to consult when searching for a source distribution. May be repeated. If not passed, default to searching PyPI (http://pypi.python.org/simple).
Overrides global option.
Add FIND_LINKS_URL to the list of pages in which to search for links to source distribution archives. May be repeated.
Overrides global option.
In addition to any requirement specified on the command line, fetch source distribution archives for each project installed in the current Python environment.
Overrides global option.
Parse requirements from a section of the config file.
By default, uses the [versions] section. Use --versions-section to override the default.
Overrides global option.
Override the namae of the config file section to parse for any additional requirements. Implies --use-versions.
Overrides global option.
Search binary distribution archives in addition to source distribution archives for each requirement. Disabled by default.
Overrides global option.
Don’t remove the temporary directory created during the indexing operation (normally useful only for debugging the command).
Overrides global option.
Usage:
$ compoze [GLOBAL OPTIONS] index [OPTIONS]
Options:
Suppress all non-essential output.
Overrides global option.
Print more informative output.
Overrides global option.
Index source distribution archives in PATH.
Overrides global option.
Don’t remove the temporary directory created during the indexing operation (normally useful only for debugging the command).
Overrides global option.
Usage:
$ compoze [GLOBAL OPTIONS] pool [OPTIONS] POOL_DIR
Options:
Suppress all non-essential output.
Overrides global option.
Print more informative output.
Overrides global option.
Move source distribution archives from PATH into POOL_DIR, and create symlinks in PATH.
Overrides global option.
Usage:
$ compoze [GLOBAL OPTIONS] show [OPTIONS] [REQUIREMENT]*
Options:
Suppress all non-essential output.
Overrides global option.
Print more informative output.
Overrides global option.
Add INDEX_URL to the list of indexes to consult when searching for a source distribution. May be repeated. If not passed, default to searching PyPI (http://pypi.python.org/simple).
Overrides global option.
In addition to any requirement specified on the command line, show information about source distribution archives for each project installed in the current Python environment.
Overrides global option.
Parse requirements from a section of the config file.
By default, uses the [versions] section. Use --versions-section to override the default.
Overrides global option.
Override the namae of the config file section to parse for any additional requirements. Implies --use-versions.
Overrides global option.
Search binary distribution archives in addition to source distribution archives for each requirement. Disabled by default.
Overrides global option.