App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.tools.jarfile.Manifest Class Reference
Inheritance diagram for google.appengine.tools.jarfile.Manifest:

Public Member Functions

def __init__
 

Public Attributes

 main_section
 
 sections
 

Detailed Description

The parsed manifest from a jar file.

Attributes:
  main_section: a dict representing the main (first) section of the manifest.
    Each key is a string that is an attribute, such as 'Manifest-Version', and
    the corresponding value is a string that is the value of the attribute,
    such as '1.0'.
  sections: a dict representing the other sections of the manifest. Each key
    is a string that is the value of the 'Name' attribute for the section,
    and the corresponding value is a dict like the main_section one, for the
    other attributes.

The documentation for this class was generated from the following file: