Python plumbing for micro-framework based applications


License
BSD-3-Clause
Install
pip install rick==0.6.8

Documentation

rick

Tests pypi license


Python plumbing for micro-framework based applications

Note: This library is still under development; things may change place or be rewritten with a different spec between releases.

Documentation

Documentation is a work-in-progress. Please check what is available here: Documentation

Core components:

  • Dependency Injection class;
  • Resource loader (class factory);
  • Class registry;
  • Misc. Container classes;

Request components:

Resource components:

  • Configuration loader functions (environment, json);
  • Console operation w/color;
  • Cache facade w/ Redis support;

Misc components:

  • Hasher;
  • Event Manager;
  • Misc mixins;
  • Extended json serializer;