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 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:
- Validator registry w/ validators;
- Validation class;
- Request validation;
- Forms;
- Filters;
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;