Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Grid.DataFormat Class Reference

Provides preinitialized Base.DataFormat objects for all supported data formats. More...

+ Inheritance diagram for CDPL.Grid.DataFormat:

Static Public Attributes

 CDF = CDPL.Base.DataFormat(name='CDF', descr='Native CDPL-Format', mime_type'', file_exts=['cdf'], multi_rec=True)
 Provides meta-information about the native binary CDPL format.
 
 CDF_GZ = CDPL.Base.DataFormat(name='CDF_GZ', descr='GZip-Compressed Native CDPL-Format', mime_type'', file_exts=['cdf.gz'], multi_rec=True)
 Provides meta-information about the gzip-compressed native CDPL format.
 
 CDF_BZ2 = CDPL.Base.DataFormat(name='CDF_BZ2', descr='BZip2-Compressed Native CDPL-Format', mime_type'', file_exts=['cdf.bz2'], multi_rec=True)
 Provides meta-information about the bzip2-compressed native CDPL format.
 

Detailed Description

Provides preinitialized Base.DataFormat objects for all supported data formats.