StandardConstants

This module contains constansts for Appstream

appstream_python.StandardConstants.URL_TYPES = ['homepage', 'bugtracker', 'faq', 'help', 'donation', 'translate', 'contact', 'vcs-browser', 'contribute']

All URL types

appstream_python.StandardConstants.LAUNCHABLE_TYPES = ['desktop-id', 'service', 'cockpit-manifest', 'url']

All launchable types

appstream_python.StandardConstants.OARS_ATTRIBUTE_TYPES = ['violence-cartoon', 'violence-fantasy', 'violence-realistic', 'violence-bloodshed', 'violence-sexual', 'violence-desecration', 'violence-slavery', 'drugs-alcohol', 'drugs-narcotics', 'drugs_tobacco', 'sex_nudity', 'sex-themes', 'language-profanity', 'language-humor', 'language-discrimination', 'money-advertising', 'money-gambling', 'money-purchasing', 'social-chat', 'social-audio', 'social-contacts', 'social-info', 'social-location']

All aviable OARS attributes

appstream_python.StandardConstants.OARS_VALUE_TYPES = ['none', 'mild', 'moderate', 'intense']

All ORAS value types

appstream_python.StandardConstants.PROVIDES_TYPES = ['mediatype', 'library', 'binary', 'font', 'modalias', 'firmware', 'python2', 'python3', 'dbus', 'id']

The list with all types for provides

appstream_python.StandardConstants.RELATION = ['requires', 'recommends', 'supports']

The list with all relations

appstream_python.StandardConstants.RELATION_COMPARISON_OPERATOR = ['eq', 'ne', 'lt', 'gt', 'le', 'ge']

The available Operators for the relation compare attribute

appstream_python.StandardConstants.CONTROL_TYPES = ['pointing', 'keyboard', 'console', 'tablet', 'touch', 'gamepad', 'tv-remote', 'voice', 'vision']

The list with all possible values for control

appstream_python.StandardConstants.INTERNET_RELATION_VALUE = ['always', 'offline-only', 'first-run']

The list with all possible values for internet

appstream_python.StandardConstants.IMAGE_TYPE = ['source', 'thumbnail']

The list with all possible values for image type