cubicweb.mixins: mixins of entity/views organized somewhat in a graph or tree structure
cubicweb.mttransforms: mime type transformation engine for cubicweb, based on mtconverter
cubicweb.pytestconf: pytest configuration file: we need this to properly remove
ressources cached on test classes, at least until we've proper
support for teardown_class
cubicweb.server.pool: CubicWeb server connections pool : the repository has a limited number of
connections pools, each of them dealing with a set of connections on each source
used by the repository. A connections pools (ConnectionsPool) is an
abstraction for a group of connection to each source.
cubicweb.server.querier: Helper classes to execute RQL queries on a set of sources, performing
security checking and data aggregation.
cubicweb.utils: Some utilities for CubicWeb server/clients.
cubicweb.view: abstract views and templates classes for CubicWeb web client
cubicweb.vregistry: the vregistry handles various types of objects interacting
together. The vregistry handles registration of dynamically loaded
objects and provides a convenient api to access those objects
according to a context
cubicweb.web: CubicWeb web client core. You'll need a apache-modpython or twisted
publisher to get a full CubicWeb web application
cubicweb.web.uicfg: This module (``cubicweb.web.uicfg``) regroups a set of structures that may be
used to configure various options of the generated web interface.
cubicweb.web.views: Views, forms, actions... for the CubicWeb web client
cubicweb.web.views.apacherewrite: provide class to do Apache rewrite rules'job inside cubicweb (though functionnalities
are much more limited for the moment)
cubicweb.web.views.embedding: Objects interacting together to provides the external page embeding
functionality.
cubicweb.web.views.error: Set of HTML errors views. Error view are generally implemented
as startup views and are used for standard error pages (404, 500, etc.)