{ "info": { "author": "Thomas Aglassinger", "author_email": "roskakori@users.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "vcdb\n====\n\nVcdb scans a version control repository and builds an SQL database that can\nbe queried. This simplifies monitoring version control activity and obtaining\nnumbers from it.\n\n\nInstallation\n------------\n\nVcdb is available from https://pypi.python.org/pypi/vcdb and can be installed\nrunning::\n\n$ pip install vcdb\n\nThe minimum supported Python version is 3.4.\n\nThe Subversion command line client ``svn`` must be installed and located in\nthe command search path (``$PATH`` resp. ``%PATH%``).\n\n\nUsage\n-----\n\nTo build a database for vcdb's own repository run::\n\n$ vcdb https://github.com/roskakori/vcdb/trunk sqlite:////tmp/vcdb.db\n\nCurrently vcdb only supports Subversion. Because Github provides a Subversion\ninterface for git repositories you can still analyze them using a call like\nthe one above.\n\nYou can then query the database using e.g. the sqlite command line client, for\nexample::\n\n$ sqlite3 /tmp/vcdb.db \"select count(1) from changes\"\n\nThe data model is a work in progress, so their is no documentation yet. To\nsee the SQL code used to create all available tables, columns and their\nrelations, run::\n\n$ sqlite3 /tmp/vcdb.db \".schema\"\n\nTo see all available command line options, run::\n\n$ vcdb --help\n\nTo see the current version number, run::\n\n$ vcdb --version\n\n\nLicense\n-------\n\nCopyright (C) 2016 Thomas Aglassinger. Distributed under the GNU Lesser\nGeneral Public License v3 or later (LGPLv3+).\n\n\nHistory\n-------\n\nv0.1, 2016-07-01\n\n* Initial public release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/roskakori/vcdb", "keywords": "version control repository vcs database query", "license": "LGPLv3+", "maintainer": null, "maintainer_email": null, "name": "vcdb", "package_url": "https://pypi.org/project/vcdb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vcdb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/roskakori/vcdb" }, "release_url": "https://pypi.org/project/vcdb/0.1/", "requires_dist": null, "requires_python": null, "summary": "build SQL database from version control repository", "version": "0.1" }, "last_serial": 2199194, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6e899a065b605991780eb952945ffc89", "sha256": "e686cc7d847e6014acaaab15c7cbec57df0577e6dd9228a221905419fe0604f3" }, "downloads": -1, "filename": "vcdb-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6e899a065b605991780eb952945ffc89", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 9338, "upload_time": "2016-07-01T08:16:08", "url": "https://files.pythonhosted.org/packages/89/0c/ab02b0e6c46645cc5b3a2fcb5fd98fe93016164f5f396b1bb567a4d0985a/vcdb-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e899a065b605991780eb952945ffc89", "sha256": "e686cc7d847e6014acaaab15c7cbec57df0577e6dd9228a221905419fe0604f3" }, "downloads": -1, "filename": "vcdb-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6e899a065b605991780eb952945ffc89", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 9338, "upload_time": "2016-07-01T08:16:08", "url": "https://files.pythonhosted.org/packages/89/0c/ab02b0e6c46645cc5b3a2fcb5fd98fe93016164f5f396b1bb567a4d0985a/vcdb-0.1-py3-none-any.whl" } ] }