Package gavo :: Package rscdef :: Module dddef
[frames] | no frames]

Module dddef

source code

Definition of data.

Data descriptors describe what to do with data. They contain a grammar, information on where to obtain source data from, and "makes", a specification of the tables to be generated and how they are made from the grammar output.

Classes
  IgnoreSpec
A specification of sources to ignore.
  SourceSpec
A Specification of a data descriptor's inputs.
  Make
A build recipe for tables belonging to a data descriptor.
  DataDescriptor
A description of how to process data from a given set of sources.
Variables
  __package__ = 'gavo.rscdef'