src.lib.package = class Package(__builtin__.object)
    Package class
 
  Static methods defined here:
banner()
Load application banner
 
:raise PackageError
:return: None
check_interpreter()
Get interpreter version
:return: dict or bool
examples()
Load examples of usage
:return: None
local_version()
Get application local version
:raise PackageError
:return: str
update()
Check for update
:raise PackageError
:return: None
version()
Load application version
:raise PackageError
:return: None

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
remote_version = None