1 | 2 | 3  Next
All Samples(2356)  |  Call(2284)  |  Derive(0)  |  Import(72)
Ensure that distributions matching `requirements` are activated

`requirements` must be a string or a (possibly-nested) sequence
thereof, specifying the distributions and versions required.  The
return value is a sequence of the distributions that needed to be
activated to fulfill the requirements; all relevant distributions are
included, even if they were already activated in this working set.

All Samples(1013)  |  Call(713)  |  Derive(0)  |  Import(300)
Return a true filesystem path for specified resource

All Samples(644)  |  Call(643)  |  Derive(0)  |  Import(1)
Declare that package 'packageName' is a namespace package

All Samples(86)  |  Call(1)  |  Derive(0)  |  Import(85)
No Document.

All Samples(368)  |  Call(291)  |  Derive(0)  |  Import(77)
Yield entry point objects from `group` matching `name`

If `name` is None, yields all entry points in `group` from all
distributions in the working set, otherwise only ones matching
both `group` and `name` are yielded (in distribution order).

All Samples(301)  |  Call(175)  |  Derive(0)  |  Import(126)
Return specified resource as a string

All Samples(55)  |  Call(0)  |  Derive(0)  |  Import(55)
A collection of active distributions on sys.path (or a similar list)

All Samples(242)  |  Call(155)  |  Derive(0)  |  Import(87)
Return a readable file-like object for specified resource

All Samples(145)  |  Call(103)  |  Derive(0)  |  Import(42)
Return a current distribution object for a Requirement or string

All Samples(141)  |  Call(100)  |  Derive(0)  |  Import(41)
Convert a version string to a chronologically-sortable key

This is a rough cross between distutils' StrictVersion and LooseVersion;
if you give it versions that would work with StrictVersion, then it behaves
the same; otherwise it acts like a slightly-smarter LooseVersion. It is
*possible* to create pathological version coding schemes that will fool
this parser, but they should be very rare in practice.

The returned value will be a tuple of strings.  Numeric portions of the
version are padded to 8 digits so they will compare numerically, but(more...)

All Samples(69)  |  Call(0)  |  Derive(1)  |  Import(68)
Object representing an advertised importable object

All Samples(119)  |  Call(71)  |  Derive(0)  |  Import(48)
List the contents of the named resource directory

All Samples(86)  |  Call(22)  |  Derive(0)  |  Import(64)
Wrap an actual or potential sys.path entry w/metadata

All Samples(93)  |  Call(67)  |  Derive(0)  |  Import(26)
Does the named resource exist?

All Samples(63)  |  Call(51)  |  Derive(1)  |  Import(11)
Searchable snapshot of distributions on a search path

All Samples(59)  |  Call(32)  |  Derive(0)  |  Import(27)
Return an IResourceProvider for the named module or requirement

All Samples(56)  |  Call(40)  |  Derive(0)  |  Import(16)
Ensure that the parent directory of `path` exists

All Samples(49)  |  Call(27)  |  Derive(0)  |  Import(22)
Manage resource extraction and packages

All Samples(53)  |  Call(42)  |  Derive(0)  |  Import(11)
Normalize a file/dir name for comparison purposes

All Samples(46)  |  Call(32)  |  Derive(0)  |  Import(14)
Yield ``Requirement`` objects for each specification in `strs`

`strs` must be an instance of ``basestring``, or a (possibly-nested)
iterable thereof.

  1 | 2 | 3  Next