ggozad / browsedocs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%