OpenQuizz
Une application de gestion des contenus pédagogiques
setuptools Namespace Reference

Namespaces

 _deprecation_warning
 
 _distutils
 
 _imp
 
 _vendor
 
 archive_util
 
 build_meta
 
 command
 
 config
 
 dep_util
 
 depends
 
 dist
 
 errors
 
 extension
 
 extern
 
 glob
 
 installer
 
 launch
 
 lib2to3_ex
 
 monkey
 
 msvc
 
 namespaces
 
 package_index
 
 py34compat
 
 sandbox
 
 ssl_support
 
 unicode_utils
 
 version
 
 wheel
 
 windows_support
 

Data Structures

class  Command
 
class  PackageFinder
 
class  PEP420PackageFinder
 
class  sic
 

Functions

def setup (**attrs)
 
def findall (dir=os.curdir)
 

Variables

 bootstrap_install_from
 
 run_2to3_on_doctests
 
 lib2to3_fixer_packages
 
 find_packages
 
 find_namespace_packages
 

Detailed Description

Extensions to the 'distutils' for large or complex distributions

Function Documentation

◆ findall()

def setuptools.findall (   dir = os.curdir)
Find all files under 'dir' and return the list of full filenames.
Unless dir is '.', return full filenames with dir prepended.

◆ setup()

def setuptools.setup ( **  attrs)

Variable Documentation

◆ bootstrap_install_from

bootstrap_install_from

◆ find_namespace_packages

find_namespace_packages

◆ find_packages

find_packages

◆ lib2to3_fixer_packages

lib2to3_fixer_packages

◆ run_2to3_on_doctests

run_2to3_on_doctests