Core

Application

class kiss.core.application.Application(options)

Main class of your application. Pass options to constructor and all subsystems(eventer, router, db_engine) will be configured.

Events

class kiss.core.events.Eventer(mapping={})

Event dispatcher. You can subscribe to event or publish event.