glue.__segments: C implementations of the infinity, segment, and segmentlist classes
from the segments module.
glue.auth: The glue.auth module provides methods to communicate with data
stored behind the LIGO.ORG authentication system
glue.auth.saml: This module is intended to make it easier to build web clients
written in Python using the urllib module that can interoperate
with the @LIGO.ORG infrastructure.
glue.lal: This module contains bits and pieces of use when interacting with
LAL and LAL-derived code (eg.
glue.ldbd: lightweight database dumper Copyright (C) 2003 Duncan Brown This
file is part of the lightweight datapase dumper (ldbd)
glue.ligolw: DOM-like library for handling LIGO Light Weight XML files.
glue.ligolw._ilwd: C extension module providing the ilwdchar parent class for row ID
classes.
glue.ligolw.array: While the ligolw module provides classes and parser support for
reading and writing LIGO Light Weight XML documents, this module
supplements that code with classes and parsers that add
intelligence to the in-RAM document representation.
glue.ligolw.dbtables: This module provides an implementation of the Table element that
uses a database engine for storage.
glue.ligolw.ilwd: The ilwd:char type is used to store ID strings for objects within
LIGO Light-Weight XML files.
glue.ligolw.ligolw: This module provides class definitions corresponding to the
elements that can be found in a LIGO Light Weight XML file.
glue.ligolw.table: While the ligolw module provides classes and parser support for
reading and writing LIGO Light Weight XML documents, this module
supplements that code with classes and parsers that add
intelligence to the in-RAM document representation.
glue.ligolw.tokenizer: This module provides a tokenizer for LIGO Light Weight XML Stream
and Array elements, as well as other utilities to assist in packing
parsed tokens into various data storage units.
glue.ligolw.types: Definitions of type strings found in LIGO Light Weight XML files.
glue.ligolw.utils: Library of utility code for LIGO Light Weight XML applications.
glue.ligolw.utils.process: A collection of utilities to assist applications in manipulating
the process and process_params tables in LIGO Light-Weight XML
documents.
glue.ligolw.utils.search_summary: A collection of utilities to assist applications in manipulating
the search_summary table in LIGO Light-Weight XML documents.
glue.markup: This is markup.py - a Python module that attempts to make it easier
to generate HTML/XML from a Python program in an intuitive,
lightweight, customizable and pythonic way.
glue.nmi: Utilities for working with Metronome build and test runs
glue.pidfile: A simple module for acquiring pidfile locks (e.g., for use by
daemons).
glue.pipeline: This modules contains objects that make it simple for the user to
create python scripts that build Condor DAGs to run code on the LSC
Data Grid.
glue.segmentdb: Utilities for working with segment databases
glue.segmentdb.logic: Utility methods for doing logical operations on sets of segments
glue.segmentdb.query_engine: Provides a unified interface for querying sqlite databases and a
DB2 database behind a ldbd interface
glue.segments: This module defines the segment and segmentlist objects, as well as
the infinity object used to define semi-infinite and infinite
segments.
glue.segmentsUtils: This module provides additional utilities for use with
segments.segmentlist objects.