Metadata-Version: 2.1
Name: python-base-app
Version: 0.1.9
Summary: Generic tools and base classes for Python applications with web interface.
Home-page: https://github.com/marcus67/python_base_app
Author: Marcus Rickert
Author-email: marcus.rickert@web.de
License: UNKNOWN
Description: # Python Application Framework `python_base_app`
        
        ## Overview
        
        `python_base_app` is a simple framework for Python applications with a web frontend using 
        [Flask](https://palletsprojects.com/p/flask/). It is used by [LitleBrother](https://github.com/marcus67/little_brother).
        
        ## Change History 
        
        See [here](https://github.com/marcus67/python_base_app/blob/master/CHANGES.md)
        
        ## GitHub Status
        
        <A HREF="https://github.com/marcus67/python_base_app">
        <IMG SRC="https://img.shields.io/github/forks/marcus67/python_base_app.svg?label=forks"></A> 
        <A HREF="https://github.com/marcus67/python_base_app/stargazers">
        <IMG SRC="https://img.shields.io/github/stars/marcus67/python_base_app.svg?label=stars"></A> 
        <A HREF="https://github.com/marcus67/python_base_app/watchers">
        <IMG SRC="https://img.shields.io/github/watchers/marcus67/python_base_app.svg?label=watchers"></A> 
        <A HREF="https://github.com/marcus67/python_base_app/issues">
        <IMG SRC="https://img.shields.io/github/issues/marcus67/python_base_app.svg"></A> 
        <A HREF="https://github.com/marcus67/python_base_app/pulls">
        <IMG SRC="https://img.shields.io/github/issues-pr/marcus67/python_base_app.svg"></A>
        
        ## Continuous Integration Status Overview
        
        | Status              | Master                                                                                                                                                                                                                                                                                                                                                          | Release                                                                                                                                                                                   |
        |:------------------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
        | CircleCI            | <A HREF="https://circleci.com/gh/marcus67/python_base_app/tree/master"><IMG SRC="https://img.shields.io/circleci/project/github/marcus67/python_base_app/master.svg?label=master"></A>                                                                                                                                                                          | <A HREF="https://circleci.com/gh/marcus67/python_base_app/tree/release"><IMG SRC="https://img.shields.io/circleci/project/github/marcus67/python_base_app/release.svg?label=release"></A> |
        | Test Coverage       | <A HREF="https://codecov.io/gh/marcus67/python_base_app/branch/master"><IMG SRC="https://img.shields.io/codecov/c/github/marcus67/python_base_app.svg?label=master"></A>                                                                                                                                                                                        | <A HREF="https://codecov.io/gh/marcus67/python_base_app/branch/release"><IMG SRC="https://img.shields.io/codecov/c/github/marcus67/python_base_app/release.svg?label=release"></A>        | 
        | Snyk Vulnerability  | <a href="https://snyk.io/test/github/marcus67/python_base_app?targetFile=requirements.txt"><img src="https://snyk.io/test/github/marcus67/python_base_app/badge.svg?targetFile=requirements.txt" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/marcus67/python_base_app?targetFile=requirements.txt" style="max-width:100%;"></a> | not available                                                                                                                                                                             |
        | Codacy Code Quality | <a href="https://www.codacy.com/app/marcus67/python_base_app?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=marcus67/python_base_app&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/3e3130c1c450404db9b16e10ab8af7fd"/></a>                                                                                  | not available                                                                                                                                                                             |
        
        Note: The vulnerability status is derived from the Python PIP packages found in `requirements.txt`.
        
        ## Features
        
        `python_base_app` has the following features:
        
        *   (Base) classes for handling
            *   configuration,
            *   HTTP server (Flask with optional authentication),
            *   REST access,
            *   logging,
            *   daemon processes,
        *   Templates and generator (JInja2) for creating
            *   Debian packages for Python applications,
            *   PIP packages (build, test, publish),
            *   control files for CircleCI
             
        ## Caveats
        
        The framework is far from perfect. Some major caveats are listed here and/or in the 
        issue list on GitHub (see [here](https://github.com/marcus67/python_base_app/issues)).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
