Package pyarchive :: Module const
[show private | hide private]
[frames | no frames]

Module pyarchive.const

pyarchive.

copyright 2004, Creative Commons, Nathan R. Yergler
Variable Summary
str __copyright__ = '(c) 2004, Creative Commons, Nathan R. Y...
str __id__ = '$Id: const.py,v 1.8 2005/03/28 13:29:11 nyergl...
str __license__ = 'licensed under the GNU GPL2'
str __version__ = '$Revision: 1.8 $'
str ANIM_GIF = 'Animated GIF'
str ARC = 'ARC'
str AUDIO = 'audio'
str BOOK_COVER = 'Book Cover'
str BOOK_META = 'Book Metadata'
str CHECKSUMS = 'Checksums'
str CINEPACK = 'Cinepack'
str COLOR = 'color'
str CONTACT = 'contact'
str COUNTRY = 'country'
str CREATOR = 'creator'
str CREDITS = 'credits'
str DAT = 'DAT'
str DATE = 'date'
str DERIVITAVE = 'derivative'
str DESC = 'description'
str DIRECTOR = 'director'
str DIVX = 'DivX'
str DJVU = 'DjVu'
dict FILE_FORMATS = {'text': ['Text', 'HTML', 'Book Cover', '...
str FILES_META = 'Files Metadata'
str FLAC = 'Flac'
str FLAC_24b = '24bit Flac'
str FLAC_ZIP = 'Flac ZIP'
str FORMAT = 'format'
str ITEM_META = 'Item Metadata'
str IV50 = 'IV50'
str JPEG = 'JPEG'
str M3U_64K = '64Kbps M3U'
str M3U_VBR = 'VBR M3U'
str META = 'Metadata'
str MOVIE = 'movies'
dict MP3 = {64: '64Kbps MP3', 128: '128Kbps MP3', 96: '96Kbps...
str MP3_128K = '128Kbps MP3'
str MP3_160K = '160Kbps MP3'
str MP3_192K = '192Kbps MP3'
str MP3_256K = '256Kbps MP3'
str MP3_64K = '64Kbps MP3'
str MP3_64K_ZIP = '64Kbps MP3 ZIP'
str MP3_96K = '96Kbps MP3'
str MP3_VBR = 'VBR MP3'
str MPEG1 = 'MPEG1'
str MPEG2 = 'MPEG2'
str MPEG4 = 'MPEG4'
str MPEG4_256K = '256Kb MPEG4'
str MPEG4_64K = '64Kb MPEG4'
str NOTES = 'notes'
str OGG_VORBIS = 'Ogg Vorbis'
str OPENSOURCE_AUDIO = 'opensource_audio'
str OPENSOURCE_MEDIA = 'opensource_media'
str OPENSOURCE_MOVIES = 'opensource_movies'
str ORIGINAL = 'original'
str PROD_COMPANY = 'production_company'
str PRODUCER = 'producer'
str QT = 'QuickTime'
str QT_256K = '256Kb QuickTime'
str QT_56K = '56Kb QuickTime'
str QT_64K = '64Kb QuickTime'
str RUNTIME = 'runtime'
str SEGMENTS = 'segments'
str SHORTEN = 'Shorten'
str SHORTEN_ZIP = 'Shorten ZIP'
str SHOTLIST = 'shotlist'
str SOUND = 'sound'
str SOURCE = 'source'
str SPONSOR = 'sponsor'
str TAPER = 'taper'
str TEXT = 'Text'
str TEXT_PAGE = 'Single Book Page Text'
str TEXT_TGZ = 'TGZiped Text Files'
str THUMBNAIL = 'Thumbnail'
str TIFF_MULTI_ORIG = 'Multi Page Original TIFF'
str TIFF_MULTI_PROC = 'Multi Page Processed TIFF'
str TIFF_SINGLE_ORIG = 'Single Page Original TIFF'
str TIFF_SINGLE_PROC = 'Single Page Processed TIFF'
tuple VALID_FORMATS = ('WAVE', '64Kbps MP3', '128Kbps MP3', '2...
dict VALID_META = {'movies': ['date', 'producer', 'production...
str VBR_ZIP = 'VBR ZIP'
str VIDEO = 'movies'
str WAVE = 'WAVE'
str WINDOWS_MEDIA = 'Windows Media'

Variable Details

__copyright__

Type:
str
Value:
'(c) 2004, Creative Commons, Nathan R. Yergler'                        

__id__

Type:
str
Value:
'$Id: const.py,v 1.8 2005/03/28 13:29:11 nyergler Exp $'               

__license__

Type:
str
Value:
'licensed under the GNU GPL2'                                          

__version__

Type:
str
Value:
'$Revision: 1.8 $'                                                     

ANIM_GIF

Type:
str
Value:
'Animated GIF'                                                         

ARC

Type:
str
Value:
'ARC'                                                                  

AUDIO

Type:
str
Value:
'audio'                                                                

BOOK_COVER

Type:
str
Value:
'Book Cover'                                                           

BOOK_META

Type:
str
Value:
'Book Metadata'                                                        

CHECKSUMS

Type:
str
Value:
'Checksums'                                                            

CINEPACK

Type:
str
Value:
'Cinepack'                                                             

COLOR

Type:
str
Value:
'color'                                                                

CONTACT

Type:
str
Value:
'contact'                                                              

COUNTRY

Type:
str
Value:
'country'                                                              

CREATOR

Type:
str
Value:
'creator'                                                              

CREDITS

Type:
str
Value:
'credits'                                                              

DAT

Type:
str
Value:
'DAT'                                                                  

DATE

Type:
str
Value:
'date'                                                                 

DERIVITAVE

Type:
str
Value:
'derivative'                                                           

DESC

Type:
str
Value:
'description'                                                          

DIRECTOR

Type:
str
Value:
'director'                                                             

DIVX

Type:
str
Value:
'DivX'                                                                 

DJVU

Type:
str
Value:
'DjVu'                                                                 

FILE_FORMATS

Type:
dict
Value:
{'audio': ['WAVE',
           '64Kbps MP3',
           '128Kbps MP3',
           '256Kbps MP3',
           'VBR MP3',
           '96Kbps MP3',
           '160Kbps MP3',
           '192Kbps MP3',
...                                                                    

FILES_META

Type:
str
Value:
'Files Metadata'                                                       

FLAC

Type:
str
Value:
'Flac'                                                                 

FLAC_24b

Type:
str
Value:
'24bit Flac'                                                           

FLAC_ZIP

Type:
str
Value:
'Flac ZIP'                                                             

FORMAT

Type:
str
Value:
'format'                                                               

ITEM_META

Type:
str
Value:
'Item Metadata'                                                        

IV50

Type:
str
Value:
'IV50'                                                                 

JPEG

Type:
str
Value:
'JPEG'                                                                 

M3U_64K

Type:
str
Value:
'64Kbps M3U'                                                           

M3U_VBR

Type:
str
Value:
'VBR M3U'                                                              

META

Type:
str
Value:
'Metadata'                                                             

MOVIE

Type:
str
Value:
'movies'                                                               

MP3

Type:
dict
Value:
{64: '64Kbps MP3',
 96: '96Kbps MP3',
 128: '128Kbps MP3',
 160: '160Kbps MP3',
 192: '192Kbps MP3',
 256: '256Kbps MP3',
 'VBR': 'VBR MP3'}                                                     

MP3_128K

Type:
str
Value:
'128Kbps MP3'                                                          

MP3_160K

Type:
str
Value:
'160Kbps MP3'                                                          

MP3_192K

Type:
str
Value:
'192Kbps MP3'                                                          

MP3_256K

Type:
str
Value:
'256Kbps MP3'                                                          

MP3_64K

Type:
str
Value:
'64Kbps MP3'                                                           

MP3_64K_ZIP

Type:
str
Value:
'64Kbps MP3 ZIP'                                                       

MP3_96K

Type:
str
Value:
'96Kbps MP3'                                                           

MP3_VBR

Type:
str
Value:
'VBR MP3'                                                              

MPEG1

Type:
str
Value:
'MPEG1'                                                                

MPEG2

Type:
str
Value:
'MPEG2'                                                                

MPEG4

Type:
str
Value:
'MPEG4'                                                                

MPEG4_256K

Type:
str
Value:
'256Kb MPEG4'                                                          

MPEG4_64K

Type:
str
Value:
'64Kb MPEG4'                                                           

NOTES

Type:
str
Value:
'notes'                                                                

OGG_VORBIS

Type:
str
Value:
'Ogg Vorbis'                                                           

OPENSOURCE_AUDIO

Type:
str
Value:
'opensource_audio'                                                     

OPENSOURCE_MEDIA

Type:
str
Value:
'opensource_media'                                                     

OPENSOURCE_MOVIES

Type:
str
Value:
'opensource_movies'                                                    

ORIGINAL

Type:
str
Value:
'original'                                                             

PROD_COMPANY

Type:
str
Value:
'production_company'                                                   

PRODUCER

Type:
str
Value:
'producer'                                                             

QT

Type:
str
Value:
'QuickTime'                                                            

QT_256K

Type:
str
Value:
'256Kb QuickTime'                                                      

QT_56K

Type:
str
Value:
'56Kb QuickTime'                                                       

QT_64K

Type:
str
Value:
'64Kb QuickTime'                                                       

RUNTIME

Type:
str
Value:
'runtime'                                                              

SEGMENTS

Type:
str
Value:
'segments'                                                             

SHORTEN

Type:
str
Value:
'Shorten'                                                              

SHORTEN_ZIP

Type:
str
Value:
'Shorten ZIP'                                                          

SHOTLIST

Type:
str
Value:
'shotlist'                                                             

SOUND

Type:
str
Value:
'sound'                                                                

SOURCE

Type:
str
Value:
'source'                                                               

SPONSOR

Type:
str
Value:
'sponsor'                                                              

TAPER

Type:
str
Value:
'taper'                                                                

TEXT

Type:
str
Value:
'Text'                                                                 

TEXT_PAGE

Type:
str
Value:
'Single Book Page Text'                                                

TEXT_TGZ

Type:
str
Value:
'TGZiped Text Files'                                                   

THUMBNAIL

Type:
str
Value:
'Thumbnail'                                                            

TIFF_MULTI_ORIG

Type:
str
Value:
'Multi Page Original TIFF'                                             

TIFF_MULTI_PROC

Type:
str
Value:
'Multi Page Processed TIFF'                                            

TIFF_SINGLE_ORIG

Type:
str
Value:
'Single Page Original TIFF'                                            

TIFF_SINGLE_PROC

Type:
str
Value:
'Single Page Processed TIFF'                                           

VALID_FORMATS

Type:
tuple
Value:
('WAVE',
 '64Kbps MP3',
 '128Kbps MP3',
 '256Kbps MP3',
 'VBR MP3',
 '96Kbps MP3',
 '160Kbps MP3',
 '192Kbps MP3',
...                                                                    

VALID_META

Type:
dict
Value:
{'audio': ['creator',
           'description',
           'taper',
           'source',
           'runtime',
           'date',
           'notes'],
 'movies': ['date',
...                                                                    

VBR_ZIP

Type:
str
Value:
'VBR ZIP'                                                              

VIDEO

Type:
str
Value:
'movies'                                                               

WAVE

Type:
str
Value:
'WAVE'                                                                 

WINDOWS_MEDIA

Type:
str
Value:
'Windows Media'                                                        

Generated by Epydoc 2.1 on Fri Jun 24 12:01:21 2005 http://epydoc.sf.net