Welcome to abzer’s documentation!

Contents:

Installation

PyPI

abzer is available on the Python Package Index. This makes installing it with pip as easy as:

pip install abzer

Git

If you want the latest code or even feel like contributing, the code is available on Github.

You can easily clone the code with git:

git clone git://github.com/mineo/abzer.git

Now you can start hacking on the code or install it system-wide:

python setup.py install

Arch Linux

If you are using Arch Linux, you can use the AUR package or the PKGBUILD included in the repository.

Usage

Command line options

abzer

usage: abzer [-h] [-c CONFIG] [-p PROCESSES] [-v] FILENAME [FILENAME ...]
filename
-h, --help

show this help message and exit

-c <config>, --config <config>

The path to the config file.

-p <processes>, --processes <processes>

The number of processes to use for analyzing files.

-v, --verbose

Be more verbose.

Indices and tables