matadata Module
This contains the class which defines the generic interface for metadata. Basically, it provides an interface for how data is extracted from the provider for widget generation.
Copyright (c) 2008 Christopher Perkins Original Version by Christopher Perkins 2007 Released under MIT license.
Bases: dict
Base Metadata class
Metadatas are dictionary-like. They map attributes of the entity they wrap, so that attributes of the entity can be examined without being explicitly set. Elements of a metadata can be set if they are not already part of the wrapped entity. This allows for customization of the metadata without modification to the wrapped metadata.
Bases: sprox.metadata.Metadata
A class to extract entities from a database definition.
Bases: sprox.metadata.Metadata
In the future, if the Field attributes need to be extracted, this is where it will happen.
Bases: sprox.metadata.Metadata
A class to extract fields from an entity.
Bases: exceptions.Exception
Bases: exceptions.Exception