Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Static Public Attributes | Private Member Functions | Private Attributes | List of all members
pip._vendor.pkg_resources.DistInfoDistribution Class Reference
Inheritance diagram for pip._vendor.pkg_resources.DistInfoDistribution:
pip._vendor.pkg_resources.Distribution _object

Static Public Attributes

string PKG_INFO = 'METADATA'
 
tuple EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
 
- Static Public Attributes inherited from pip._vendor.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 pip._vendor.pkg_resources.Distribution
def __init__
 
def from_location
 
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 pip._vendor.pkg_resources.Distribution
 project_name
 
 py_version
 
 platform
 
 location
 
 precedence
 
 key
 
- Properties inherited from pip._vendor.pkg_resources.Distribution
 hashcmp
 

Detailed Description

Wrap an actual or potential sys.path entry w/metadata, .dist-info style

Member Function Documentation

def pip._vendor.pkg_resources.DistInfoDistribution._compute_dependencies (   self)
private
Recompute this distribution's dependencies.
def pip._vendor.pkg_resources.DistInfoDistribution._dep_map (   self)
private
def pip._vendor.pkg_resources.DistInfoDistribution._parsed_pkg_info (   self)
private
Parse and cache metadata
def pip._vendor.pkg_resources.DistInfoDistribution._preparse_requirement (   self,
  requires_dist 
)
private
Convert 'Foobar (1); baz' to ('Foobar ==1', 'baz')
Split environment marker, add == prefix to version specifiers as
necessary, and remove parenthesis.

Member Data Documentation

pip._vendor.pkg_resources.DistInfoDistribution.__dep_map
private
pip._vendor.pkg_resources.DistInfoDistribution._pkg_info
private
tuple pip._vendor.pkg_resources.DistInfoDistribution.EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
static
string pip._vendor.pkg_resources.DistInfoDistribution.PKG_INFO = 'METADATA'
static

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

Copyright 2014 Google Inc. All rights reserved.