Package gavo :: Package formats
[frames] | no frames]

Source Code for Package gavo.formats

 1  """ 
 2  Output formats. 
 3  """ 
 4   
 5  #c Copyright 2008-2019, the GAVO project 
 6  #c 
 7  #c This program is free software, covered by the GNU GPL.  See the 
 8  #c COPYING file in the source distribution. 
 9   
10   
11  # Not checked by pyflakes: API file with gratuitous imports 
12   
13  from gavo.formats.common import (formatData, getFormatted, getMIMEFor, 
14          registerDataWriter, CannotSerializeIn, iterFormats, getWriterFor, 
15          getLabelFor, getMIMEKey, guessMediaType, getExtensionFor) 
16