I'm building a complex set of Python / PyPI packages and modules.
I would like to have modules hello.a
, hello.b
and hello.b.c
respectively in packages hello-a
, hello-b
and hello-b-c
. Package hello-b-c
would depend on hello-b
.
Is it possible? Would you suggest a different setup?