Classes | |
class | build_py |
class | clean |
class | test_conformance |
Functions | |
def | generate_proto (source, code_gen) |
def | GenerateUnittestProtos () |
def | get_option_from_sys_argv (option_str) |
def | GetVersion () |
Variables | |
classifiers | |
cmdclass | |
def | compile_static_ext = get_option_from_sys_argv('--compile_static_extension') |
d | |
d | |
d | |
description | |
download_url | |
list | ext_module_list = [] |
ext_modules | |
list | extra_compile_args = [] |
extra_objects = None | |
list | install_requires = ['six>=1.9', 'setuptools'] |
list | libraries = ['protobuf'] |
license | |
long_description | |
mac_target = sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') | |
maintainer | |
maintainer_email | |
name | |
namespace_packages | |
packages | |
protoc = os.environ['PROTOC'] | |
target | |
test_suite | |
url | |
version | |
string | warnings_as_errors = '--warnings_as_errors' |
def setup.generate_proto | ( | source, | |
require = True |
|||
) |
Invokes the Protocol Compiler to generate a _pb2.py from the given .proto file.
Invokes the Protocol Compiler to generate a _pb2.py from the given .proto file. Does nothing if the output already exists and is newer than the input.
Definition at line 18 of file compatibility_tests/v2.5.0/setup.py.
def setup.GetVersion | ( | ) |
setup.classifiers |
Definition at line 68 of file compatibility_tests/v2.5.0/setup.py.
setup.cmdclass |
Definition at line 83 of file compatibility_tests/v2.5.0/setup.py.
def setup.compile_static_ext = get_option_from_sys_argv('--compile_static_extension') |
setup.description |
Definition at line 61 of file compatibility_tests/v2.5.0/setup.py.
setup.download_url |
Definition at line 62 of file compatibility_tests/v2.5.0/setup.py.
list setup.install_requires = ['six>=1.9', 'setuptools'] |
Definition at line 54 of file compatibility_tests/v2.5.0/setup.py.
setup.license |
Definition at line 67 of file compatibility_tests/v2.5.0/setup.py.
setup.long_description |
Definition at line 63 of file compatibility_tests/v2.5.0/setup.py.
setup.mac_target = sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') |
setup.maintainer |
Definition at line 65 of file compatibility_tests/v2.5.0/setup.py.
setup.maintainer_email |
Definition at line 66 of file compatibility_tests/v2.5.0/setup.py.
setup.name |
Definition at line 60 of file compatibility_tests/v2.5.0/setup.py.
setup.packages |
Definition at line 77 of file compatibility_tests/v2.5.0/setup.py.
setup.test_suite |
Definition at line 82 of file compatibility_tests/v2.5.0/setup.py.
setup.url |
Definition at line 64 of file compatibility_tests/v2.5.0/setup.py.