- cubicweb._exceptions: Exceptions shared by different cubicweb packages.
- cubicweb._gcdebug
- cubicweb.appobject: ..
- cubicweb.common: Common subpackage of cubicweb : defines library functions used both
on the hg stserver side and on the client side
- cubicweb.crypto: Simple cryptographic routines, based on python-crypto.
- cubicweb.cwconfig: ..
- cubicweb.cwctl: the cubicweb-ctl tool, based on logilab.common.clcommands to
provide a pluggable commands system.
- cubicweb.cwvreg: ..
- cubicweb.dataimport: This module provides tools to import tabular data.
- cubicweb.dbapi: DB-API 2.0 compliant module
- cubicweb.devtools: Test tools for cubicweb
- cubicweb.entities: base application's entities class implementation: AnyEntity
- cubicweb.entity: Base class for entity objects manipulated in clients
- cubicweb.etwist: CW - nevow/twisted client
- cubicweb.ext
- cubicweb.gettext: Internationalization and localization support.
- cubicweb.hercule: RQL client for cubicweb, connecting to instance using pyro
- cubicweb.hooks: core hooks
- cubicweb.i18n: Some i18n/gettext utilities.
- cubicweb.interfaces: Standard interfaces. Deprecated in favor of adapters.
- cubicweb.mail: Common utilies to format / semd emails.
- cubicweb.md5crypt: md5crypt.py - Provides interoperable MD5-based crypt() function
- cubicweb.migration: utilities for instances migration
- 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.req: Base class for request/session
- cubicweb.rqlrewrite: RQL rewriting utilities : insert rql expression snippets into rql syntax
tree.
- cubicweb.rset: The ResultSet class which is returned as result of an rql query
- cubicweb.rtags: A RelationTag object is an object which allows to link a configuration
information to a relation definition.
- cubicweb.schema: classes to define schemas for CubicWeb
- cubicweb.schemas: some utilities to define schema permissions
- cubicweb.selectors: ..
- cubicweb.server: Server subcube of cubicweb : defines objects used only on the server
(repository) side
- cubicweb.sobjects: server side objects
- cubicweb.spa2rql: SPARQL -> RQL translator
- cubicweb.tags: helper classes to generate simple (X)HTML tags
- cubicweb.toolsutils: some utilities for cubicweb command line tools
- cubicweb.transaction: undoable transaction objects.
- cubicweb.uilib: user interface libraries
- 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._exceptions: exceptions used in the core of the CubicWeb web application
- cubicweb.web.action: abstract action classes for CubicWeb web client
- cubicweb.web.application: CubicWeb web client application object
- cubicweb.web.box: abstract box classes for CubicWeb web client
- cubicweb.web.captcha: Simple captcha library, based on PIL. Monkey patch functions in this module
if you want something better...
- cubicweb.web.component: abstract component class and base components definition for CubicWeb web
client
- cubicweb.web.controller: abstract controller classe for CubicWeb web client
- cubicweb.web.facet: The :mod:`cubicweb.web.facet` module contains a set of abstract classes to use
as bases to build your own facets
- cubicweb.web.form: abstract form classes for CubicWeb web client
- cubicweb.web.formfields: The Field class and basic fields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- cubicweb.web.formwidgets: Widgets
~~~~~~~
- cubicweb.web.htmlwidgets: html widgets
- cubicweb.web.http_headers
- cubicweb.web.httpcache: HTTP cache managers
- cubicweb.web.propertysheet: property sheets allowing configuration of the web ui
- cubicweb.web.request: abstract class for http request
- cubicweb.web.schemaviewer: an helper class to display CubicWeb schema using ureports
- 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.actions: Set of HTML base actions
- cubicweb.web.views.ajaxedit: Set of views allowing edition of entities/relations using ajax
- 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.authentication: user authentication component
- cubicweb.web.views.autoform: ..
- cubicweb.web.views.basecomponents: Bases HTML components:
- cubicweb.web.views.basecontrollers: Set of base controllers, which are directly plugged into the application
object to handle publication.
- cubicweb.web.views.basetemplates: default templates for CubicWeb web client
- cubicweb.web.views.baseviews: Set of HTML generic base views:
- cubicweb.web.views.bookmark: Primary view for bookmarks + user's bookmarks box
- cubicweb.web.views.boxes: Generic boxes for CubicWeb web client:
- cubicweb.web.views.calendar: html calendar views
- cubicweb.web.views.csvexport: csv export views
- cubicweb.web.views.cwproperties: Specific views for CWProperty
- cubicweb.web.views.cwuser: Specific views for users and groups
- cubicweb.web.views.debug: management and error screens
- cubicweb.web.views.dotgraphview: some basic stuff to build dot generated graph images
- cubicweb.web.views.editcontroller: The edit controller, automatically handling entity form submitting
- cubicweb.web.views.editforms: Set of HTML automatic forms to create, delete, copy or edit a single entity
or a list of entities of the same type
- cubicweb.web.views.editviews: Some views used to help to the edition process
- cubicweb.web.views.emailaddress: Specific views for email addresses entities
- 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.)
- cubicweb.web.views.facets: the facets box and some basic facets
- cubicweb.web.views.formrenderers: Renderers
---------
- cubicweb.web.views.forms: Base form classes
-----------------
- cubicweb.web.views.ibreadcrumbs: breadcrumbs components definition for CubicWeb web client
- cubicweb.web.views.idownloadable: Specific views for entities adapting to IDownloadable
- cubicweb.web.views.igeocodable: Specific views for entities implementing IGeocodable
- cubicweb.web.views.iprogress: Specific views for entities implementing IProgress/IMileStone
- cubicweb.web.views.isioc: Specific views for SIOC (Semantically-Interlinked Online Communities)
- cubicweb.web.views.magicsearch: a query processor to handle quick search shortcuts for cubicweb
- cubicweb.web.views.management: security management and error screens
- cubicweb.web.views.massmailing: Mass mailing handling: send mail to entities adaptable to IEmailable
- cubicweb.web.views.navigation: navigation components definition for CubicWeb web client
- cubicweb.web.views.old_calendar: html calendar views
- cubicweb.web.views.owl: produces some Ontology Web Language schema and views
- cubicweb.web.views.plots: basic plot views
- cubicweb.web.views.primary: The default primary view
- cubicweb.web.views.pyviews: Basic views for python values (eg without any result set)
- cubicweb.web.views.reledit: the 'reedit' feature (eg edit attribute/relation from primary view)
- cubicweb.web.views.schema: Specific views for schema related entities
- cubicweb.web.views.searchrestriction: contains utility functions and some visual component to restrict results of
a search
- cubicweb.web.views.sessions: web session component: by dfault the session is actually the db connection
object :/
- cubicweb.web.views.sparql: SPARQL integration
- cubicweb.web.views.startup: Set of HTML startup views. A startup view is global, e.g. doesn't
apply to a result set.
- cubicweb.web.views.tableview: generic table view, including filtering abilities
- cubicweb.web.views.tabs: base classes to handle tabbed views
- cubicweb.web.views.timeline: basic support for SIMILE's timline widgets
- cubicweb.web.views.timetable: html timetable views
- cubicweb.web.views.treeview: Set of tree views / tree-building widgets, some based on jQuery treeview
plugin.
- cubicweb.web.views.urlpublishing: Associate url's path to view identifier / rql queries.
- cubicweb.web.views.urlrewrite: Rules based url rewriter component, to get configurable RESTful
urls
- cubicweb.web.views.vcard: vcard import / export
- cubicweb.web.views.wdoc: inline help system, using ReST file in products wdoc directory
- cubicweb.web.views.workflow: workflow views:
- cubicweb.web.views.xbel: xbel views
- cubicweb.web.views.xmlrss: base xml and rss views
- cubicweb.web.webconfig: web ui configuration for cubicweb instances
- cubicweb.web.webctl: cubicweb-ctl commands and command handlers common to twisted/modpython
web configuration
- cubicweb.wsgi: This package contains all WSGI specific code for cubicweb
- cubicweb.xy: map standard cubicweb schema to xml vocabularies
|