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

Namespaces

namespace  archive_util
 
namespace  command
 
namespace  compat
 
namespace  depends
 
namespace  dist
 
namespace  extension
 
namespace  lib2to3_ex
 
namespace  package_index
 
namespace  py26compat
 
namespace  py27compat
 
namespace  py31compat
 
namespace  sandbox
 
namespace  script template
 
namespace  script template (dev)
 
namespace  site-patch
 
namespace  ssl_support
 
namespace  svn_utils
 
namespace  tests
 
namespace  version
 

Classes

class  PackageFinder
 
class  PEP420PackageFinder
 
class  Command
 

Functions

def findall
 

Variables

list __all__
 
 __version__ = setuptools.version.__version__
 
 bootstrap_install_from = None
 
 run_2to3_on_doctests = True
 
list lib2to3_fixer_packages = ['lib2to3.fixes']
 
 find_packages = PackageFinder.find
 
 setup = distutils.core.setup
 
tuple _Command = _get_unpatched(_Command)
 
tuple _dont_write_bytecode
 

Detailed Description

Extensions to the 'distutils' for large or complex distributions

Function Documentation

def setuptools.findall (   dir = os.curdir)
Find all files under 'dir' and return the list of full filenames
(relative to 'dir').

Variable Documentation

list setuptools.__all__
Initial value:
1 = [
2  'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
3  'find_packages'
4 ]
setuptools.__version__ = setuptools.version.__version__
tuple setuptools._Command = _get_unpatched(_Command)
tuple setuptools._dont_write_bytecode
Initial value:
1 = getattr(sys, 'dont_write_bytecode',
2  bool(os.environ.get("PYTHONDONTWRITEBYTECODE")))
setuptools.bootstrap_install_from = None
setuptools.find_packages = PackageFinder.find
list setuptools.lib2to3_fixer_packages = ['lib2to3.fixes']
setuptools.run_2to3_on_doctests = True
setuptools.setup = distutils.core.setup

Copyright 2014 Google Inc. All rights reserved.