FriendlyArgs - Command line application development framework

License Python Versions Downloads Format Latest Version Build status

Table of Contents

Overview

Command line interface library, as an alternative to the built in argparse library.

Comments, suggestions and bugs may be reported to the project maintainer

Full API documentation can be found on ReadTheDocs.org.

Quick start guide

  1. First, we recommend that you install the pip package manager if it is not already installed. See here for details.

  2. Install friendlyargs directly from PyPI using PIP:

# pip install friendlyargs
  1. import the friendlyargs module and start scripting!