pacwrap

Build Status codecov Python Version wemake-python-styleguide

Provides single interface to several common Linux package managers.

Features

Installation

pip install python-pacwrap

Usage

pacwrap help

pacwrap --help
Usage: pacwrap [OPTIONS] COMMAND [ARGS]...

  Provides single interface to several common Linux package managers.

Options:
  -d, --debug                   increment debug level
  -o, --out TEXT                specify output file
  -q, --quiet / --no-quiet      specify quiet mode
  -r, --refresh / --no-refresh  specify refresh synchronized package
                                repository data
  -t, --test / --no-test        specify test mode
  -v, --verbose                 increment verbosity level
  -V, --version                 show version and exit
  -h, --help                    Show this message and exit.

Commands:
  file       Displays package if any that include the FILE.
  find       Searches repositories for PACKAGE.
  info       Display information about PACKAGE.
  install    Installs PACKAGE.
  list       Lists files in PACKAGE or installed packages when no PACKAGE...
  uninstall  Unistalls PACKAGE.

pacwrap file help

pacwrap file --help
Usage: pacwrap file [OPTIONS] FILENAME

  Displays package if any that include the FILE.

Options:
  -h, --help  Show this message and exit.

pacwrap find help

pacwrap find --help
Usage: pacwrap find [OPTIONS] PACKAGE

  Searches repositories for PACKAGE.

Options:
  --names-only / --no-names-only  specify search names only if packager
                                  supports it
  -h, --help                      Show this message and exit.

pacwrap info help

pacwrap info --help
Usage: pacwrap info [OPTIONS] PACKAGE

  Display information about PACKAGE.

Options:
  -h, --help  Show this message and exit.

pacwrap install help

pacwrap install --help
Usage: pacwrap install [OPTIONS] PACKAGE

  Installs PACKAGE.

Options:
  -h, --help  Show this message and exit.

pacwrap list help

pacwrap list --help
Usage: pacwrap list [OPTIONS] [PACKAGE]

  Lists files in PACKAGE or installed packages when no PACKAGE specified.

Options:
  -h, --help  Show this message and exit.

pacwrap uninstall help

pacwrap uninstall --help
Usage: pacwrap uninstall [OPTIONS] PACKAGE

  Unistalls PACKAGE.

Options:
  -h, --help  Show this message and exit.

Documentation

License

MIT

Credits

This project was generated with wemake-python-package. Current template version is: 3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c. See what is updated since then.

Contents

Indices and tables