Checks which modules developer contributed using git history.
Project description
Venom
Checks which modules developer contributed using git history.
Installation
pip install we-are-venom
Usage
First, provide module structure configuration in setup.cfg
, venom
section:
[venom]
history_depth_years=2
min_lines_in_file=20
extensions_to_check=py,html,css,md,cfg,js,ts
min_new_lines_for_accumulated_module=50
modules=
apps/foo
apps/bar
scripts
core
modules
variable is required, others are optional.
Check total accumulation level:
$ venom check melevir@gmail.com .
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Module ┃ Total lines ┃ Touched lines ┃ Accumulated ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ opensource_watchman/pipelines/ │ 557 │ 120 │ ✅ │
│ opensource_watchman/utils/ │ 30 │ 30 │ ❌ │
│ opensource_watchman/templates/ │ 105 │ 127 │ ✅ │
│ opensource_watchman/api/ │ 218 │ 12 │ ❌ │
│ tests/ │ 8 │ 16 │ - │
│ opensource_watchman/api/ │ 218 │ 0 │ ❌ │
│ opensource_watchman/pipelines/ │ 557 │ 0 │ ❌ │
│ opensource_watchman/templates/ │ 105 │ 0 │ ❌ │
│ opensource_watchman/utils/ │ 30 │ 0 │ ❌ │
│ tests/ │ 8 │ 0 │ - │
└────────────────────────────────┴─────────────┴───────────────┴─────────────┘
Total accumulation rate: 25%
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
we_are_venom-0.0.1.tar.gz
(5.6 kB
view details)
File details
Details for the file we_are_venom-0.0.1.tar.gz
.
File metadata
- Download URL: we_are_venom-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598155f94cf1dd09466e6745f180f48705c24808b3c4d3a413757f1e444da731 |
|
MD5 | ac46b03983866be873390ed58df297f8 |
|
BLAKE2b-256 | 35bbd25c7bfc7ddac5733fb3a5b36e70f34e6ebfa26cc370e14145f3e637ec78 |