Orbits
1
|
Public Member Functions | |
def | get_script_args |
def | get_writer |
Static Public Attributes | |
tuple | template = textwrap.dedent(""" # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r __requires__ = %(spec)r import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point(%(spec)r, %(group)r, %(name)r)() )""") |
Private Member Functions | |
def | _get_script_args |
Encapsulates behavior around writing entry point scripts for console and gui apps.
|
private |
def setuptools.command.easy_install.ScriptWriter.get_script_args | ( | cls, | |
dist, | |||
executable = sys_executable , |
|||
wininst = False |
|||
) |
Yield write_script() argument tuples for a distribution's entrypoints
def setuptools.command.easy_install.ScriptWriter.get_writer | ( | cls, | |
force_windows | |||
) |
|
static |
Copyright 2014 Google Inc. All rights reserved.