Lines Matching full:setuptools
14 """Provides setuptools command classes for the gRPC Python setup process."""
24 import setuptools
25 from setuptools import errors as _errors
26 from setuptools.command import build_ext
27 from setuptools.command import build_py
28 from setuptools.command import easy_install
29 from setuptools.command import install
30 from setuptools.command import test
43 class GatherProto(setuptools.Command):
78 class TestLite(setuptools.Command):
102 class TestPy3Only(setuptools.Command):
129 class TestAio(setuptools.Command):
183 # We import here to ensure that our setuptools parent has had a chance to
200 # We import here to ensure that our setuptools parent has had a chance to
220 # We import here to ensure that our setuptools parent has had a chance to