|
Orbits
1
|
Static Public Attributes | |
| string | PKG_INFO = 'METADATA' |
| tuple | EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])") |
Static Public Attributes inherited from pkg_resources.Distribution | |
| string | PKG_INFO = 'PKG-INFO' |
Private Member Functions | |
| def | _parsed_pkg_info |
| def | _dep_map |
| def | _preparse_requirement |
| def | _compute_dependencies |
Private Attributes | |
| _pkg_info | |
| __dep_map | |
Additional Inherited Members | |
Public Member Functions inherited from pkg_resources.Distribution | |
| def | __init__ |
| def | from_location |
| def | hashcmp |
| def | __hash__ |
| def | __lt__ |
| def | __le__ |
| def | __gt__ |
| def | __ge__ |
| def | __eq__ |
| def | __ne__ |
| def | key |
| def | parsed_version |
| def | version |
| def | requires |
| def | activate |
| def | egg_name |
| def | __repr__ |
| def | __str__ |
| def | __getattr__ |
| def | from_filename |
| def | as_requirement |
| def | load_entry_point |
| def | get_entry_map |
| def | get_entry_info |
| def | insert_on |
| def | check_version_conflict |
| def | has_version |
| def | clone |
| def | extras |
Public Attributes inherited from pkg_resources.Distribution | |
| project_name | |
| py_version | |
| platform | |
| location | |
| precedence | |
| hashcmp | |
| key | |
Wrap an actual or potential sys.path entry w/metadata, .dist-info style
|
private |
Recompute this distribution's dependencies.
|
private |
|
private |
Parse and cache metadata
|
private |
Convert 'Foobar (1); baz' to ('Foobar ==1', 'baz')
Split environment marker, add == prefix to version specifiers as
necessary, and remove parenthesis.
|
private |
|
private |
|
static |
|
static |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.