airpy

Documentation Installer for the Pythonic Soul


License
MIT
Install
pip install airpy==0.0.6

Documentation

AirPy: Documentation Installer for Pythonic Soul

Usage

Installation::

$ pip install airpy

Run::

$ airpy

Usage: airpy [OPTIONS] COMMAND [ARGS]...


Options:
    --help  Show this message and exit.

Commands:
    autopilot  Auto install docs.
    install    Install offline doc of a Python module.
    list       List installed docs.
    remove     Remove an installed doc.
    start      Start a doc in a browser.

airpy

Install a Documentation::

$ airpy install requests

Start the Documentation in a browser

$ airpy start requests

Remove a Documentation::

$ airpy remove requests

Remove Multiple Documentation::

$ airpy remove requests django pyramid flask

AirPy Autopilot : Install Documentation for Python packages already installed in your system.

$ airpy autopilot

List Installed Documentation

$ airpy list

airpy list