Generates scores for how many layers of local imports/exports are in a file
Reason this release was yanked:
Bug causing permanent hang when parsing JS files
Project description
codedepth
Generates scores for how many layers of local imports/exports are in a file
Dependencies
You will need Graphviz installed as an application - installation instructions can be found at https://graphviz.org/download/
Quickstart
From the command line (this will use default parameters and output a ranked directional graph as a PDF):
> python -m codedepth <path of the target directory>
The PDF will be generated in the working directory.
If <path of the target directory>
is omitted, the working directory will be used as the target.
In a python script:
from codedepth import Scorer
scorer = Scorer(r"<path of the target directory>") # Replace this path string with your own
# Calculates scores for all files in the target directory
scorer.parse_all()
"""
Generates a PDF saved in the working directory,
containing a ranked directional graph of the file dependencies for the target directory.
Once this is generated, it will be opened automatically.
Also generates and saves a file containing the DOT code required to create the graph
"""
scorer.plot_ranked()
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
codedepth-0.1.8.tar.gz
(11.3 kB
view details)
File details
Details for the file codedepth-0.1.8.tar.gz
.
File metadata
- Download URL: codedepth-0.1.8.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11c338000b07fcad5fb7e0b267b7c05e9d2c7203c7ef866bb847125316dc28ef |
|
MD5 | 203b3957fd958e3a6e7ccbeb27ca1ac2 |
|
BLAKE2b-256 | 2e3d73a0432f1fba30c56de7fc7b43b8d14712c0f09b88ea0faf2f7d8d0cde7c |