File: __init__.py

package info (click to toggle)
rickslab-gpu-utils 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,136 kB
  • sloc: python: 5,143; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
__version__ = '3.9.0'
__status__ = 'Development Status :: 5 - Production/Stable'
#__status__ = 'Development Status :: 4 - Beta'
__author__ = 'RicksLab'
__credits__ = ('Craig Echt - Testing, Debug, Verification, and Documentation',
               'Keith Myers - Testing, Debug, and Verification of NV Capability',
               '@berturion - Testing and Verification for Arch',
               '@Marjorie-R - Testing, Debug, and Verification for AMD-APU Capability',
               'Andrius Merkys - Debian Packaging',
               'Min Xu - Eliminate Gtk dependency for text gpu-mon option')
__required_pversion__ = (3, 6)
__required_kversion__ = (4, 8)