Orbits
1
|
Classes | |
class | PackageFinder |
class | PageCache |
class | HTMLPage |
class | Link |
Functions | |
def | get_requirement_from_url |
def | package_to_requirement |
Variables | |
list | __all__ = ['PackageFinder'] |
string | DEFAULT_MIRROR_HOSTNAME = "last.pypi.python.org" |
dictionary | INSECURE_SCHEMES |
tuple | INSTALLED_VERSION = Link(Inf) |
Routines related to PyPI, indexes
def pip.index.get_requirement_from_url | ( | url | ) |
Get a requirement from the URL, if possible. This looks for #egg in the URL
def pip.index.package_to_requirement | ( | package_name | ) |
Translate a name like Foo-1.2 to Foo==1.3
list pip.index.__all__ = ['PackageFinder'] |
string pip.index.DEFAULT_MIRROR_HOSTNAME = "last.pypi.python.org" |
dictionary pip.index.INSECURE_SCHEMES |
tuple pip.index.INSTALLED_VERSION = Link(Inf) |
Copyright 2014 Google Inc. All rights reserved.