Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Functions | Variables
pip.index Namespace Reference

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)
 

Detailed Description

Routines related to PyPI, indexes

Function Documentation

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

Variable Documentation

list pip.index.__all__ = ['PackageFinder']
string pip.index.DEFAULT_MIRROR_HOSTNAME = "last.pypi.python.org"
dictionary pip.index.INSECURE_SCHEMES
Initial value:
1 = {
2  "http": ["https"],
3 }
tuple pip.index.INSTALLED_VERSION = Link(Inf)

Copyright 2014 Google Inc. All rights reserved.