python-scruffy

framework for taking care of a bunch of boilerplate in Python2 apps

Description

Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.

A typical use case for Scruffy is a command-line Python tool with some or all of the following requirements:

 * Read a set of configuration defaults
 * Read a local configuration file and apply it on top of the defaults
 * Allow overriding some configuration options with command line flags
   or at runtime
 * Load a core set of Python-based plugins
 * Load a set of user-defined Python-based plugins
 * Generate log files whose name, location and other logging settings
   are based on configuration
 * Store application state between runs in a file or database

This package installs the library for Python 2.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/snare/scruffy


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-scruffy