Skip to main content

A Python application framework - Let us handle the boring stuff!

Project description

Let us handle the boring stuff!

Travis CI Status Test Coverage 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.

So what do we handle?

  • Configuration - Loading, merging your settings from different sources (Python, JSON)

  • Instance Factories - Configuration of plugins, database connections, or just implimentations from of an ABC. Leveraging settings to make setup of your application easy and reduce coupling.

  • Checks - A framework for checking your settings are correct, can the application connect to that API end point?

  • Application - Provides a extensible and simple CLI interface for adding more commands, comes with commands to support Checks, settings.

Coming soon

Support for common services eg email, as well as companion libraries to add plugin factories for SQL Alchemy, Redis, Paramiko, LDAP etc.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyApp-3.3.0.tar.gz (42.7 kB view hashes)

Uploaded Source

Built Distribution

pyApp-3.3.0-py2.py3-none-any.whl (35.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page