{ "info": { "author": "OpenStack", "author_email": "openstack-dev@lists.openstack.org", "bugtrack_url": null, "classifiers": [ "Environment :: OpenStack", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4" ], "description": "===============================\ncoverage2sql README\n===============================\n\nCommand to Read a coverage file and put the data in a SQL database\n\ncoverage2sql is a tool for storing data of test coverage into a SQL database.\nWith using this tool, you can store time series coverage data and analyze it\nif your coverage rate is down.\n\n* Free software: Apache license\n* Documentation: http://docs.openstack.org/developer/coverage2sql\n* Source: http://git.openstack.org/cgit/openstack/coverage2sql\n* Bugs: http://bugs.launchpad.net/coverage2sql\n\nUsage\n=====\n\nDB Setup\n--------\n\nThe usage of coverage2sql is split into 2 stages. First you need to prepare a\ndatabase with the proper schema; coverage2sql-db-manage should be used to do\nthis. The utility requires db connection info which can be specified on the\ncommand or with a config file. Obviously the sql connector type, user,\npassword, address, and database name should be specific to your environment.\ncoverage2sql-db-manage will use alembic to setup the db schema. You can run the\ndb migrations with the command::\n\n coverage2sql-db-manage --database-connection mysql://coverage:pass@127.0.0.1/coverage upgrade head\n\nor with a config file::\n\n coverage2sql-db-manage --config-file etc/coverage2sql.conf upgrade head\n\nThis will bring the DB schema up to the latest version for coverage2sql.\n\n\nFeatures\n--------\n\n* TODO", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.openstack.org/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "coverage2sql", "package_url": "https://pypi.org/project/coverage2sql/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/coverage2sql/", "project_urls": { "Homepage": "http://www.openstack.org/" }, "release_url": "https://pypi.org/project/coverage2sql/0.0.1.dev7/", "requires_dist": null, "requires_python": null, "summary": "Command to Read a coverage file and put the data in a SQL database", "version": "0.0.1.dev7" }, "last_serial": 2441762, "releases": { "0.0.1.dev7": [] }, "urls": [] }