File: SOURCES.txt

package info (click to toggle)
checkbox-support 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,620 kB
  • ctags: 1,369
  • sloc: python: 4,991; makefile: 3
file content (96 lines) | stat: -rw-r--r-- 4,644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
COPYING
MANIFEST.in
README.rst
setup.cfg
setup.py
checkbox_support/__init__.py
checkbox_support/udev.py
checkbox_support.egg-info/PKG-INFO
checkbox_support.egg-info/SOURCES.txt
checkbox_support.egg-info/dependency_links.txt
checkbox_support.egg-info/requires.txt
checkbox_support.egg-info/top_level.txt
checkbox_support/contrib/__init__.py
checkbox_support/contrib/xrandr.py
checkbox_support/dbus/__init__.py
checkbox_support/dbus/udisks2.py
checkbox_support/heuristics/__init__.py
checkbox_support/heuristics/udev.py
checkbox_support/heuristics/udisks2.py
checkbox_support/heuristics/tests/__init__.py
checkbox_support/heuristics/tests/test_udisks2.py
checkbox_support/lib/__init__.py
checkbox_support/lib/bit.py
checkbox_support/lib/conversion.py
checkbox_support/lib/dmi.py
checkbox_support/lib/input.py
checkbox_support/lib/path.py
checkbox_support/lib/pci.py
checkbox_support/lib/template.py
checkbox_support/lib/tz.py
checkbox_support/lib/usb.py
checkbox_support/parsers/__init__.py
checkbox_support/parsers/cpuinfo.py
checkbox_support/parsers/dmidecode.py
checkbox_support/parsers/efi.py
checkbox_support/parsers/lshwjson.py
checkbox_support/parsers/meminfo.py
checkbox_support/parsers/modinfo.py
checkbox_support/parsers/pactl.py
checkbox_support/parsers/udevadm.py
checkbox_support/parsers/xinput.py
checkbox_support/parsers/tests/__init__.py
checkbox_support/parsers/tests/test_dmi.py
checkbox_support/parsers/tests/test_dmidecode.py
checkbox_support/parsers/tests/test_efi.py
checkbox_support/parsers/tests/test_pactl.py
checkbox_support/parsers/tests/test_udevadm.py
checkbox_support/parsers/tests/test_version.py
checkbox_support/parsers/tests/test_xinput.py
checkbox_support/parsers/tests/fixtures/xinput_quantal.txt
checkbox_support/parsers/tests/fixtures/xinput_toshiba.txt
checkbox_support/parsers/tests/pactl_data/cards-desktop-precise-0.txt
checkbox_support/parsers/tests/pactl_data/cards-desktop-precise-1.txt
checkbox_support/parsers/tests/pactl_data/cards-desktop-precise-2.txt
checkbox_support/parsers/tests/pactl_data/cards-desktop-precise.txt
checkbox_support/parsers/tests/pactl_data/desktop-precise-radeon-hdmi-available.txt
checkbox_support/parsers/tests/pactl_data/desktop-precise-radeon.txt
checkbox_support/parsers/tests/pactl_data/desktop-precise-xps1340.txt
checkbox_support/parsers/tests/pactl_data/desktop-precise.txt
checkbox_support/parsers/tests/pactl_data/desktop-raring-t430s-dp-available.txt
checkbox_support/parsers/tests/pactl_data/desktop-raring-t430s.txt
checkbox_support/parsers/tests/pactl_data/modules-desktop-precise-0.txt
checkbox_support/parsers/tests/pactl_data/modules-desktop-precise.txt
checkbox_support/parsers/tests/pactl_data/samples-desktop-precise.txt
checkbox_support/parsers/tests/pactl_data/sinks-desktop-precise-0.txt
checkbox_support/parsers/tests/pactl_data/sinks-desktop-precise-1.txt
checkbox_support/parsers/tests/pactl_data/sinks-desktop-precise.txt
checkbox_support/parsers/tests/udevadm_data/CALXEDA_HIGHBANK.txt
checkbox_support/parsers/tests/udevadm_data/DELL_INSPIRON3521_TOUCHSCREEN.txt
checkbox_support/parsers/tests/udevadm_data/DELL_LATITUDEE4310.txt
checkbox_support/parsers/tests/udevadm_data/DELL_LATITUDEE6430.txt
checkbox_support/parsers/tests/udevadm_data/DELL_OPTIPLEX9020AIO.txt
checkbox_support/parsers/tests/udevadm_data/DELL_VOSTRO3460_FINGERPRINT.txt
checkbox_support/parsers/tests/udevadm_data/DELL_VOSTROV131.txt
checkbox_support/parsers/tests/udevadm_data/DELL_XPS1340.txt
checkbox_support/parsers/tests/udevadm_data/HOME_MADE.txt
checkbox_support/parsers/tests/udevadm_data/HP_ENVY_15_MEDIATEK_BT.txt
checkbox_support/parsers/tests/udevadm_data/HP_PAVILION14_NOTEBOOK_MEDIATEK_BT.txt
checkbox_support/parsers/tests/udevadm_data/HP_PAVILIONSLEEKBOOK14_ACCELEROMETER.txt
checkbox_support/parsers/tests/udevadm_data/HP_PRO2110.txt
checkbox_support/parsers/tests/udevadm_data/HP_PROBOOK6550B_ACCELEROMETER.txt
checkbox_support/parsers/tests/udevadm_data/LENOVO_E431.txt
checkbox_support/parsers/tests/udevadm_data/LENOVO_E445.txt
checkbox_support/parsers/tests/udevadm_data/LENOVO_T420.txt
checkbox_support/parsers/tests/udevadm_data/LENOVO_T430S.txt
checkbox_support/parsers/tests/udevadm_data/PANDABOARD.txt
checkbox_support/parsers/tests/udevadm_data/SAMSUNG_N310.txt
checkbox_support/scripts/__init__.py
checkbox_support/scripts/audio_settings.py
checkbox_support/scripts/gputest_benchmark.py
checkbox_support/scripts/tests/__init__.py
checkbox_support/scripts/tests/test_audio_settings.py
checkbox_support/scripts/tests/test_gputest_benchmark.py
checkbox_support/tests/__init__.py
checkbox_support/vendor/__init__.py
checkbox_support/vendor/mock.py