Metadata-Version: 2.1
Name: simple_python_app
Version: 0.1.2
Summary: Simple framework that provides preconfigured components that most applications need.
Home-page: https://github.com/twyleg/simple_python_app
Author: Torsten Wylegala
Author-email: mail@twyleg.de
License: GPL 3.0
Keywords: framework boilerplate logging argparse config
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml~=6.0.2
Requires-Dist: jsonschema~=4.20.0

[![Build status](https://github.com/twyleg/simple_python_app/actions/workflows/tests.yaml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/simple_python_app)](https://GitHub.com/twyleg/simple_python_app/commit/)
[![PyPI download month](https://img.shields.io/pypi/dm/simple-python-app)](https://pypi.python.org/pypi/template-project-python/)
[![PyPi version](https://badgen.net/pypi/v/simple-python-app/)](https://pypi.org/project/simple-python-app)


# simple_python_app

This framework provides boilerplate code for common projects.
Main features are the following preconfigured components:
* argparsing
* logging
* error handling
* application config loading

## Examples

All examples can be found in the [examples/](https://github.com/twyleg/simple_python_app/tree/master/examples) directory.
