Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.36 KB

Build Status Coverage Status License PyPI - Python Version

Lazyparser README

Description

The lazyparser module automates the parsing of arguments. This module is based on argparse developped by Steven J. Bethard.

The lazyparser was written in python 3.5 with the version 1.4.0 of argparse. It is compatible with python 3.5 or higher.

Documentation

The documentation is available on https://nfontrodona.github.io/Lazyparser/lazyparser.html. The documentation was created with sphinx (v 1.7). To build the documentation, clone the project repository, go in the doc folder and type :

make html

This will create a folder doc/build/html. This folder will contain a file named index.html. Double click on it to open the documentation with your web browser.

Installation

To install lazyparser, run :

pip install lazyparser