{ "info": { "author": "Keita Oouchi", "author_email": "keita.oouchi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "About this module\r\n-----------------\r\n\r\nDjango commands for reporting code statistics (Classes, KLOCs, etc) from\r\nyour django project. Reporting Ruby on Rails' rake stats like stats.\r\n\r\nFeature\r\n~~~~~~~\r\n\r\n::\r\n\r\n python manage.py matome\r\n\r\nthis command report something like this.\r\n\r\n::\r\n\r\n +----------------------+---------+---------+---------+---------+---------+---------+---------+\r\n | Name | FILES | Lines | LOC | Classes | Methods | M/C | LOC/M |\r\n +----------------------+---------+---------+---------+---------+---------+---------+---------+\r\n | View | 1 | 2 | 2 | 1 | 0 | 0.0 | 0.0 |\r\n | Model | 0 | 0 | 0 | 0 | 0 | 0.0 | 0.0 |\r\n | Route | 1 | 10 | 7 | 0 | 0 | 0.0 | 0.0 |\r\n | Other Modules | 4 | 108 | 95 | 0 | 0 | 0.0 | 0.0 |\r\n | JS | 0 | 0 | 0 | 0 | 0 | 0.0 | 0.0 |\r\n | Coffee | 0 | 0 | 0 | 0 | 0 | 0.0 | 0.0 |\r\n +----------------------+---------+---------+---------+---------+---------+---------+---------+\r\n | Total | 6 | 120 | 104 | 1 | 0 | 0.0 | 0.0 |\r\n +----------------------+---------+---------+---------+---------+---------+---------+---------+\r\n\r\nTODO\r\n~~~~\r\n\r\nMany things.", "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/keitaoouchi/django-matome", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-matome", "package_url": "https://pypi.org/project/django-matome/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-matome/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/keitaoouchi/django-matome" }, "release_url": "https://pypi.org/project/django-matome/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Django commands for reporting code statistics (Classes, KLOCs, etc) from your django project.Reporting Ruby on Rails' rake stats like stats.", "version": "0.0.1" }, "last_serial": 1289662, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "74a93c6c48fc6d748e1f33103c86b253", "sha256": "d6f5671e08ed8d3346c3c26a6e3a28478e88e55a0a6ab1476fad0b26211bf1c4" }, "downloads": -1, "filename": "django-matome-0.0.1.tar.gz", "has_sig": false, "md5_digest": "74a93c6c48fc6d748e1f33103c86b253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4460, "upload_time": "2014-10-31T09:19:41", "url": "https://files.pythonhosted.org/packages/82/97/ee6eac7bcace9ca014112eecddf9c7071cd659f4f2cb36dff7eab0ab82a8/django-matome-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74a93c6c48fc6d748e1f33103c86b253", "sha256": "d6f5671e08ed8d3346c3c26a6e3a28478e88e55a0a6ab1476fad0b26211bf1c4" }, "downloads": -1, "filename": "django-matome-0.0.1.tar.gz", "has_sig": false, "md5_digest": "74a93c6c48fc6d748e1f33103c86b253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4460, "upload_time": "2014-10-31T09:19:41", "url": "https://files.pythonhosted.org/packages/82/97/ee6eac7bcace9ca014112eecddf9c7071cd659f4f2cb36dff7eab0ab82a8/django-matome-0.0.1.tar.gz" } ] }