d43c12d1e1
This adds a new command, sql2subunit, to take a run_id and create a subunit stream from all the data in the db around that run_id. Change-Id: Id1f95da71f3d4ca8469e985ee904e91fb4acb247
38 lines
816 B
INI
38 lines
816 B
INI
[metadata]
|
|
name = subunit2sql
|
|
version = 0.2
|
|
summary = Command to Read a subunit file or stream and put the data in a SQL DB
|
|
description-file =
|
|
README.rst
|
|
license = Apache License, Version 2.0
|
|
author = Matthew Treinish
|
|
author-email = mtreinish@kortar.org
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
|
|
|
|
[files]
|
|
packages =
|
|
subunit2sql
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
subunit2sql = subunit2sql.shell:main
|
|
sql2subunit = subunit2sql.write_subunit:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|