Ahenk/usr/share/ahenk/plugins/remote-access/main.py
2020-04-06 18:13:10 +03:00

17 lines
509 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Author: Tuncay ÇOLAK <tuncay.colak@tubitak.gov.tr>
def info():
inf = dict()
inf['name'] = 'remote-access'
inf['version'] = '1.0.0'
inf['support'] = 'debian'
inf['description'] = 'Remote Access provides controlling remote Ahenk machine simultaneously. It uses VNC technology.'
inf['task'] = True
inf['user_oriented'] = False
inf['machine_oriented'] = False
inf['developer'] = 'tuncay.colak@tubitak.gov.tr'
return inf