vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Add an entry for running pydeps #10

Closed vkottler closed 2 years ago

vkottler commented 3 years ago

https://pydeps.readthedocs.io/en/latest/#basic-usage

pretty useful

vkottler commented 2 years ago

Wanted to make an issue but I don't have access. Should look into these things as well:

We already have:

vkottler commented 2 years ago

Try and figure out what's going on here: https://github.com/PyCQA

Also we should look into what https://python-poetry.org/ is doing?

vkottler commented 2 years ago

Seems autoflake and bandit are probably not worth running. mccabe is probably low value but maybe at least worth it, having a way to invoke pydeps would be cool

we should switch things over to installing linters etc only when they're invoked too (i.e. concrete target)

vkottler commented 2 years ago

Since we did #15 and we want to generate documentation on https://github.com/vkottler/workspace/issues/7, we should maybe do this first (since it's probably pretty cheap)

vkottler commented 2 years ago

Adding this on https://github.com/vkottler/vmklib/pull/33, including example README integration

vkottler commented 2 years ago

We should make the dependency graph generation / inclusion in the README constant so we can have it at the end for all Python projects

vkottler commented 2 years ago

Closing now that all packages have the dependency graph readme snippet.