Package glue :: Package segmentdb
[hide private]
[frames] | no frames]

Source Code for Package glue.segmentdb

 1  # 
 2  # Copyright (C) 2006  Larne Pekowsky 
 3  # 
 4  # This program is free software; you can redistribute it and/or modify it 
 5  # under the terms of the GNU General Public License as published by the 
 6  # Free Software Foundation; either version 3 of the License, or (at your 
 7  # option) any later version. 
 8  # 
 9  # This program is distributed in the hope that it will be useful, but 
10  # WITHOUT ANY WARRANTY; without even the implied warranty of 
11  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
12  # Public License for more details. 
13  # 
14  # You should have received a copy of the GNU General Public License along 
15  # with this program; if not, write to the Free Software Foundation, Inc., 
16  # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. 
17   
18  # 
19  # ============================================================================= 
20  # 
21  #                                   Preamble 
22  # 
23  # ============================================================================= 
24  # 
25   
26  """ 
27  Utilities for working with segment databases 
28  """ 
29  from glue import git_version 
30  __date__ = git_version.date 
31  __version__ = git_version.id 
32  __author__ = "Larne Pekowsky <lppekows@physics.syr.edu>" 
33   
34  __all__ = ["query_engine", "segmentdb_utils.py"] 
35