File: PKG-INFO

package info (click to toggle)
plainbox 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,928 kB
  • ctags: 6,422
  • sloc: python: 38,849; xml: 16,029; sh: 33; makefile: 32
file content (62 lines) | stat: -rw-r--r-- 3,048 bytes parent folder | download | duplicates (2)
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
Metadata-Version: 1.1
Name: plainbox
Version: 0.25
Summary: Toolkit for software and hardware integration testing
Home-page: https://launchpad.net/plainbox/
Author: Zygmunt Krynicki
Author-email: zygmunt.krynicki@canonical.com
License: GPLv3
Description: PlainBox
        ========
        
        PlainBox is a toolkit consisting of python3 library, development tools,
        documentation and examples. It is targeted at developers working on testing or
        certification applications and authors creating tests for such applications.
        
        PlainBox can be used to both create simple and comprehensive test tools as well
        as to develop and execute test jobs and test scenarios. It was created as a
        refined and rewritten core of the CheckBox project. It has a well tested and
        documented core, small but active development community and a collection of
        associated projects that use it as a lower-level engine/back-end library.
        
        PlainBox has a novel approach to discovering (and probing) hardware and
        software that is extensible and not hardwired into the system. It allows test
        developers to express association between a particular test and the hardware,
        software and configuration constraints that must be met for the test to execute
        meaningfully. This feature, along with pluggable test definitions, makes
        PlainBox flexible and applicable to many diverse testing situations, ranging
        from mobile phones, traditional desktop computers, servers and up to testing
        "cloud" installations.
        
        External Documentation Links
        ============================
        
        * `Using PlainBox <http://plainbox.readthedocs.org/en/latest/usage.html>`_
        * `Hacking on PlainBox <http://plainbox.readthedocs.org/en/latest/dev/index.html>`_
        * `Testing PlainBox <http://plainbox.readthedocs.org/en/latest/dev/intro.html#running-plainbox-tests>`_
        
        Known Issues
        ============
        
        https://bugs.launchpad.net/plainbox
        
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Natural Language :: Polish
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: Utilities