Django commands for reporting code statistics (Classes, KLOCs, etc) from your django project.Reporting Ruby on Rails' rake stats like stats.
Project description
Django commands for reporting code statistics (Classes, KLOCs, etc) from your django project. Reporting Ruby on Rails’ rake stats like stats.
Feature
python manage.py matome
this command report something like this.
+----------------------+---------+---------+---------+---------+---------+---------+---------+ | Name | FILES | Lines | LOC | Classes | Methods | M/C | LOC/M | +----------------------+---------+---------+---------+---------+---------+---------+---------+ | View | 1 | 2 | 2 | 1 | 0 | 0.0 | 0.0 | | Model | 0 | 0 | 0 | 0 | 0 | 0.0 | 0.0 | | Route | 1 | 10 | 7 | 0 | 0 | 0.0 | 0.0 | | Other Modules | 4 | 108 | 95 | 0 | 0 | 0.0 | 0.0 | | JS | 0 | 0 | 0 | 0 | 0 | 0.0 | 0.0 | | Coffee | 0 | 0 | 0 | 0 | 0 | 0.0 | 0.0 | +----------------------+---------+---------+---------+---------+---------+---------+---------+ | Total | 6 | 120 | 104 | 1 | 0 | 0.0 | 0.0 | +----------------------+---------+---------+---------+---------+---------+---------+---------+
TODO
Many things.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-matome-0.0.1.tar.gz
(4.5 kB
view details)
File details
Details for the file django-matome-0.0.1.tar.gz
.
File metadata
- Download URL: django-matome-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6f5671e08ed8d3346c3c26a6e3a28478e88e55a0a6ab1476fad0b26211bf1c4 |
|
MD5 | 74a93c6c48fc6d748e1f33103c86b253 |
|
BLAKE2b-256 | 8297ee6eac7bcace9ca014112eecddf9c7071cd659f4f2cb36dff7eab0ab82a8 |