This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced
2026-04-25 17:45:55 +02:00
Code
Activity
Actions
1da00283d1
jw-pkg
/
src
/
python
/
jw
/
pkg
/
cmds
/
__init__.py
2 lines
70 B
Python
Raw
Normal View
History
Unescape
Escape
jw.build.cmds: Move build.cmds -> cmds.projects Reorganize the Python module structure. Placing the command classes under jw.cmds.projects instead of jw.build.cmds will allow to add a nested command structure, with the current commands, being mostly related to building software, found below a "projects" toplevel command. Other conceivable commands could be "package" for packaging, or "distro" for commands wrapping the distribution's package manager. Signed-off-by: Jan Lindemann <jan@janware.com>
2026-01-20 15:49:53 +01:00
from
.
CmdProjects
import
CmdProjects
jw.pkg.cmds.distro: Add directory Add the subdirectory structure for the distro subcommand. Signed-off-by: Jan Lindemann <jan@janware.com>
2026-01-23 14:54:27 +01:00
from
.
CmdDistro
import
CmdDistro
Copy permalink