I think it would be super helpful to have some comments inside your example setup.py script which (briefly) explain how xontrib module registration works in terms of what xonsh will do to load such registered modules.
So for example here you could document what and (ideally how) modules under xontrib/ are processed and made available in some env to xontrib load <module_name>
I think it would be super helpful to have some comments inside your example
setup.pyscript which (briefly) explain howxontribmodule registration works in terms of whatxonshwill do to load such registered modules.So for example here you could document what and (ideally how) modules under
xontrib/are processed and made available in some env toxontrib load <module_name>