Go to the source code of this file.
Classes | |
class | setup.Build |
class | setup.Build_doc |
class | setup.Build_examples |
class | setup.Build_examples_idl |
class | setup.Build_idl |
class | setup.Install |
class | setup.InstallData |
class | setup.OtherSetupForSdist |
Namespaces | |
namespace | setup |
Functions | |
def | setup.compile_idl |
def | setup.gen_idl_name |
Variables | |
setup.author = pkg_author, | |
setup.author_email = pkg_email, | |
dictionary | setup.cmdclass |
tuple | setup.conf_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.conf")) |
tuple | setup.cwd_ = os.getcwd() |
setup.data_files = unix_data_files) | |
setup.description = pkg_desc, | |
tuple | setup.device_if_idl_files |
list | setup.example_data_files = [] |
list | setup.example_dir |
tuple | setup.example_sitedir = os.path.join("share", "OpenRTM-aist", "examples", "python") |
setup.examples_install = False | |
setup.g_os = None | |
string | setup.g_qkc_option = "-u" |
tuple | setup.idl_files |
tuple | setup.idl_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.idl")) |
setup.install_data_dir = None | |
setup.is_examples = False | |
tuple | setup.key_ = ex.keys() |
setup.license = pkg_license, | |
setup.long_description = pkg_long_desc, | |
setup.packages = unix_packages, | |
string | setup.pkg_author = "Shinji Kurihara and Noriaki Ando" |
string | setup.pkg_desc = "Python modules for OpenRTM-aist-1.1" |
string | setup.pkg_email = "n-ando@aist.go.jp" |
string | setup.pkg_license = "LGPL" |
string | setup.pkg_long_desc |
string | setup.pkg_name = "OpenRTM-aist-Python" |
string | setup.pkg_url = "http://www.openrtm.org/" |
string | setup.pkg_version = "1.1.0" |
tuple | setup.py_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.py")) |
list | setup.script_args = ["sdist", "--format=zip"] |
list | setup.scripts |
tuple | setup.simpleservice__poa_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService")) |
tuple | setup.simpleservice_idl_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService")) |
tuple | setup.simpleservice_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService")) |
tuple | setup.stub_path_ |
tuple | setup.templates_xml |
list | setup.unix_data_files = [("",['OpenRTM-aist.pth'])] |
list | setup.unix_packages |
setup.url = pkg_url, | |
tuple | setup.vals_ = ex.values() |
setup.version = pkg_version, | |
tuple | setup.win32_data_files = copy.deepcopy(unix_data_files) |
list | setup.win32_packages |