Metadata-Version: 2.1
Name: appfw
Version: 0.8
Summary: Application framework
Home-page: https://github.com/soysal/appfw
Author: Ergin Soysal
Author-email: esoysal@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# appfw

An application framework with external configuration, logging and commandline
parsing support.

## Installation

    pip install appfw

## Usage

Type

    app-init

to start. Use following line to get help on commandline options:

    app-init --help



