Package pywurfl
[hide private]
[frames] | no frames]

Package pywurfl

source code

pywurfl - Python tools for processing and querying the Wireless Universal Resource File (WURFL)

Submodules [hide private]

Classes [hide private]
  RootDevice
pywurfl Root Device base class.
  Devices
Main pywurfl API class.

Functions [hide private]
  devclass(parent, devid, devua, actual_device_root, new_caps=None)
Return a pywurfl.Device class.

Variables [hide private]
  __doc__ = """ pywurfl - Python tools for processing and queryi...
  __author__ = 'Armand Lynch <lyncha@users.sourceforge.net>'
  __contributors__ = 'Pau Aliagas <pau@newtral.org>'
  __copyright__ = 'Copyright 2006, Armand Lynch'
  __license__ = 'LGPL'
  __url__ = 'http://celljam.net/'
  __version__ = '6.3.0b'

Function Details [hide private]

devclass(parent, devid, devua, actual_device_root, new_caps=None)

source code 
Return a pywurfl.Device class.
Parameters:
  • parent (Device) - A Device class or None.
  • devid (string) - The device id for the returned class.
  • devua (string) - The user agent for the returned class.
  • actual_device_root (boolean) - Whether or not the returned class is an actual device.
  • new_caps (dict) - The new capabilities for the returned class.

Variables Details [hide private]

__doc__

None
Value:
"""
pywurfl - Python tools for processing and querying the Wireless Univer
sal Resource File (WURFL)
"""                                                                    
      

__author__

None
Value:
'Armand Lynch <lyncha@users.sourceforge.net>'                          
      

__contributors__

None
Value:
'Pau Aliagas <pau@newtral.org>'                                        
      

__copyright__

None
Value:
'Copyright 2006, Armand Lynch'                                         
      

__license__

None
Value:
'LGPL'                                                                 
      

__url__

None
Value:
'http://celljam.net/'                                                  
      

__version__

None
Value:
'6.3.0b'