diff --git a/README.rst b/README.rst index dd8ddff..22771f9 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ subunit2SQL README ================== +.. image:: https://img.shields.io/pypi/v/subunit2sql.svg + :target: https://pypi.python.org/pypi/subunit2sql/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/subunit2sql.svg + :target: https://pypi.python.org/pypi/subunit2sql/ + :alt: Downloads + subunit2SQL is a tool for storing test results data in a SQL database. Like it's name implies it was originally designed around converting `subunit`_ streams to data in a SQL database and the packaged utilities assume a subunit @@ -40,6 +48,9 @@ command to create a subunit stream from data in the database. Additionally, subunit2sql provides a Python DB API that can be used to query information from the stored data to build other tooling. +- Source: http://git.openstack.org/cgit/openstack-infra/subunit2sql +- Bugs, Stories: https://storyboard.openstack.org/#!/project/747 + Usage =====