/browsedocs

A simple command line utility to list and browse documentation of python packages.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

browsedocs

browsedocs is a simple command line utility to list and browse documentation of python packages.

Installation

pip install browsedocs

Usage

# List all installed python packages
browsedocs list

# Open the home-page of a python package
browsedocs help <package>

# Render and open the description (typically the README) of a python package
browsedocs readme <package>