{ "info": { "author": "John Benediktsson", "author_email": "mrjbq7@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Trac", "License :: OSI Approved :: BSD License" ], "description": "# TracStats\n\nThe TracStats project is a plugin for the [trac](https://trac.edgewall.org/)\nproject management tool.\n\nThe TracStats plugin adds a \"Stats\" tab to the trac project. Underneath this\ntab can be found statistics about changesets, wiki pages, and tickets.\n\nSome features include:\n\n* Recent activity (last 30 days) showing top 10 developers, projects, and paths\n within the repository.\n\n* Detailed statistics of source code development:\n\n * Total files by time\n * Commits by time, author, month, day of week, hour of day\n * Recent commits\n * Activity by time, author, project, filetype, change type\n * Most active paths, files\n * Commit cloud (built from checkin comments)\n\n* Detailed statistics of Trac wiki pages:\n\n * Total pages by time\n * Edits by author\n * Latest wiki pages changed\n * Most active wiki pages\n * Largest wiki pages\n\n* Detailed statistics of Trac tickets:\n\n * Open tickets by time\n * Tickets by author, component\n * Most active tickets\n * Oldest open tickets\n * Latest tickets reported, changed\n\n* Drill down by author or path within the repository for more information.\n\nThe TracStats plugin supports Trac installations with SQLite, MySQL, and\nPostgreSQL database backends.\n\nThe TracStats plugin has been tested with Subversion, Mercurial, and Git\nversion control systems.\n\n## Installation\n\nThe TracStats plugin can be installed using standard:\n\n```\n$ pip install tracstats\n```\n\nOr, grab the sources and build using:\n\n```\n$ python setup.py install\n```\n\n## Configuration\n\nIt is configured in the ``trac.ini`` file by enabling and configuring:\n\n```ini\n[components]\ntracstats.* = enabled\n```\n\nThe ``STATS_VIEW`` permission is used to control access to the statistics\npages.\n\nIn addition, an optional \"project root\" within your repository can be\nconfigured as the base for all projects and source code statistics:\n\n```ini\n[stats]\nroot = path/to/projects\n```\n\n## Troubleshooting\n\nIf you use Git (i.e. the GitPlugin for Trac) and are not able to see any of\nthe code statistics, you likely need to configure it to cache the repository\nto make it work:\n\n```ini\n[git]\ncached_repository = true\npersistent_cache = true\n```\n\nYou might need to run ``trac-admin repository resync\n`` after the change.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/trac-hacks/tracstats/zipball/master#egg=TracStats-0.6", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/trac-hacks/tracstats", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "TracStats", "package_url": "https://pypi.org/project/TracStats/", "platform": "", "project_url": "https://pypi.org/project/TracStats/", "project_urls": { "Download": "http://github.com/trac-hacks/tracstats/zipball/master#egg=TracStats-0.6", "Homepage": "http://github.com/trac-hacks/tracstats" }, "release_url": "https://pypi.org/project/TracStats/0.6.1/", "requires_dist": null, "requires_python": "", "summary": "A Trac plugin for project statistics", "version": "0.6.1" }, "last_serial": 2612154, "releases": { "0.4": [], "0.5": [ { "comment_text": "", "digests": { "md5": "c82e491ef4314c9581d44f2de146219e", "sha256": "b924445afa6d8434098d00feaa36b161ca7841af37703c0d83759e7468b42bcd" }, "downloads": -1, "filename": "TracStats-0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "c82e491ef4314c9581d44f2de146219e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 173905, "upload_time": "2017-01-11T15:13:14", "url": "https://files.pythonhosted.org/packages/61/e9/914e2020ac4806f718b4fd221b83b48df42c00564e8dd92594dcdab29aad/TracStats-0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e4ef604042d8d2e27676e9291c5e3a2", "sha256": "de4b277ebe9ae43df05f87b484b782caffbadf40ab88c2ed4fe393ca6f723751" }, "downloads": -1, "filename": "TracStats-0.5.tar.gz", "has_sig": false, "md5_digest": "8e4ef604042d8d2e27676e9291c5e3a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132650, "upload_time": "2017-01-11T15:10:50", "url": "https://files.pythonhosted.org/packages/7b/bc/75cdd397cdb69512194408b9addeb8b16b775e2b4acb4922693e0d545e72/TracStats-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "547253e1518023cc2a84e6bfd4d3ae2b", "sha256": "e5478e032fa8fdb7383d8b41ab18aaceaa67f31b34f3940736908c98e06f929b" }, "downloads": -1, "filename": "TracStats-0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "547253e1518023cc2a84e6bfd4d3ae2b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 180310, "upload_time": "2017-01-11T15:38:37", "url": "https://files.pythonhosted.org/packages/dc/b1/05646ae3bb44e0d89812b56568a1aa71ad14374a6847f1f330237fff364b/TracStats-0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "012808788d4e998e309b07b3723e0e32", "sha256": "d8b09dd53d3c06dc41563fa7b9cdbb34ec67b258cd0b80c8487cebfd39325cd6" }, "downloads": -1, "filename": "TracStats-0.6.tar.gz", "has_sig": false, "md5_digest": "012808788d4e998e309b07b3723e0e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 137952, "upload_time": "2017-01-11T15:38:39", "url": "https://files.pythonhosted.org/packages/16/51/4c65557d03282239c86ab37969d789d87823195e1ecd5fea6ec60733c179/TracStats-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "ef7078ed28b7c46ae1334ddd98669ce9", "sha256": "ae52f90f79a8a86cbb50aa5d6c54c9e833943402c24e11ef51d68f942807237d" }, "downloads": -1, "filename": "TracStats-0.6.1.tar.gz", "has_sig": false, "md5_digest": "ef7078ed28b7c46ae1334ddd98669ce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 137152, "upload_time": "2017-02-01T17:34:45", "url": "https://files.pythonhosted.org/packages/b4/a6/13a145f10eb9fcdb6566960ad5d258bdb37277870ae4c4a28e2d10b831ea/TracStats-0.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef7078ed28b7c46ae1334ddd98669ce9", "sha256": "ae52f90f79a8a86cbb50aa5d6c54c9e833943402c24e11ef51d68f942807237d" }, "downloads": -1, "filename": "TracStats-0.6.1.tar.gz", "has_sig": false, "md5_digest": "ef7078ed28b7c46ae1334ddd98669ce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 137152, "upload_time": "2017-02-01T17:34:45", "url": "https://files.pythonhosted.org/packages/b4/a6/13a145f10eb9fcdb6566960ad5d258bdb37277870ae4c4a28e2d10b831ea/TracStats-0.6.1.tar.gz" } ] }