Go to the source code of this file.
Namespaces | |
namespace | pymavlink::setup |
Variables | |
tuple | pymavlink::setup.ascii = codecs.lookup('ascii') |
list | pymavlink::setup.classifiers |
string | pymavlink::setup.description = 'Python MAVLink code' |
tuple | pymavlink::setup.dialect = os.path.basename(xml) |
tuple | pymavlink::setup.dialects_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'dialects') |
pymavlink::setup.ext_modules = extensions | |
list | pymavlink::setup.extensions = [] |
dictionary | pymavlink::setup.func = lambdaname,encascii:{True: enc} |
string | pymavlink::setup.license = 'LGPLv3' |
string | pymavlink::setup.long_description = '''A Python library for handling MAVLink protocol streams and log files. This allows for the creation of simple scripts to analyse telemetry logs from autopilots such as ArduPilot which use the MAVLink protocol. See the scripts that come with the package for examples of small, useful scripts that use pymavlink. For more information about the MAVLink protocol see http://qgroundcontrol.org/mavlink/''' |
tuple | pymavlink::setup.mdef_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'message_definitions') |
dictionary | pymavlink::setup.package_data |
dictionary | pymavlink::setup.package_dir = { 'pymavlink' : '.' } |
list | pymavlink::setup.packages |
list | pymavlink::setup.scripts |
string | pymavlink::setup.url = 'http://github.com/mavlink/mavlink' |
tuple | pymavlink::setup.v10_dialects = glob.glob(os.path.join(mdef_path, 'v1.0', '*.xml')) |
tuple | pymavlink::setup.v20_dialects = glob.glob(os.path.join(mdef_path, 'v1.0', '*.xml')) |
string | pymavlink::setup.version = '1.1.73' |
tuple | pymavlink::setup.wildcard = os.getenv("MAVLINK_DIALECT",'*') |