Changeset - bf7b5c344de1
[Not reviewed]
default
0 1 1
drewp@bigasterisk.com - 8 months ago 2024-05-14 21:39:46
drewp@bigasterisk.com
make pydeps for an import graph
2 files changed with 15 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -67,6 +67,11 @@ push_github:
 
pull_github:
 
	hg pull git+ssh://git@github.com/drewp/light9.git
 

	
 
pydeps:
 
	echo make sure src/light9/all_deps.py depends on all toplevel tools
 
	pdm run pydeps --only=light9 --reverse --rankdir=BT --max-bacon=0 -o=work/2024/pydeps_output.svg --no-show -T=svg src/light9/all_deps.py
 
	echo wrote https://bigasterisk.com/light9/work/2024/pydeps_output.svg
 
	
 
### show ###
 

	
 
qlc_artnet_dmx_proxy:
src/light9/all_deps.py
Show inline comments
 
new file 100644
 
# depends on the modules used in bin/
 

	
 
from light9 import showconfig
 
from light9.ascoltami.playlist import Playlist
 
import light9.homepage.write_config
 
import light9.midifade.midifade
 
import light9.ascoltami.main
 
import light9.collector.service
 
import light9.effect.sequencer.service
 
import light9.rdfdb.service
0 comments (0 inline, 0 general)