Metadata-Version: 2.0
Name: pyApp
Version: 0.1.0
Summary: A Python application framework - Let us handle the boring stuff!
Home-page: https://github.com/timsavage/pyapp
Author: Tim Savage
Author-email: tim@savage.company
License: BSD
Keywords: application
Requires-Dist: cached-property
Requires-Dist: six
Provides-Extra: nice-cli
Requires-Dist: argcomplete; extra == 'nice-cli'
Requires-Dist: colorama; extra == 'nice-cli'

######################################
pyApp - A python application framework
######################################

*Let us handle the boring stuff!*

.. image:: https://img.shields.io/travis/timsavage/pyapp.svg?style=flat
   :target: https://travis-ci.org/timsavage/pyapp
   :alt: Travis CI Status

.. image:: https://codecov.io/gh/timsavage/pyapp/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/timsavage/pyapp
   :alt: Test Coverage

.. image:: https://landscape.io/github/timsavage/pyapp/master/landscape.svg?style=flat
   :target: https://landscape.io/github/timsavage/pyapp/master
   :alt: Code Health

Many features inspired by Django, but modified to be more general for use outside of web applications.

The development philosophy for this library is Python 3 first, with features
back ported to Python 2.7 where possible.



