case-app

Packages

package caseapp

caseapp root package

caseapp root package

Simply importing things directly under this package should make it possible not to have to import things from caseapp.core.

package caseapp.core

Core types / classes of caseapp.

Core types / classes of caseapp.

Not that in most use cases of caseapp, simply importing things right under caseapp, rather things from caseapp.core, should be enough.

This package is itself split in several sub-packages:

Things related to parsing a single argument.

Things related to parsing a single argument.

Mostly revolves around caseapp.core.argparser.ArgParser.

Command parsing-related things.

Command parsing-related things.

All-the-arguments parsing stuff.

All-the-arguments parsing stuff.

Mostly revolves around caseapp.core.parser.Parser.

package dataclass