dataparsers
v2.1.0

Table of contents

  • User manual
  • Available functions
  • Formalities, features, benefits and drawbacks
dataparsers
  • Documentation for dataparsers
  • Edit on GitHub

Documentation for dataparsers

This project provides a simple module that wrappers around argparse to get command line argument parsers from dataclasses.

Installation

pip install dataparsers

Table of contents

  • User manual
    • Basic usage
    • Interactive parse and modify existing parsers
    • Argument specification
    • Parser specifications
    • Subparsers (v2.1)
  • Available functions
    • arg()
    • group()
    • mutually_exclusive_group()
    • default()
    • dataparser()
    • parse()
    • make_parser()
    • subparser()
    • subparsers()
    • write_help()
  • Formalities, features, benefits and drawbacks

Links

  • GitHub repository: https://github.com/Diogo-Rossi/dataparsers

  • PyPI: https://pypi.org/project/dataparsers/

  • Documentation: https://dataparsers.readthedocs.io/en/latest/index.html

Next

© Copyright 2024, Diogo Rossi. Revision 5f66a7a4.

Built with Sphinx using a theme provided by Read the Docs.