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.
hello.a
hello.b
hello.b.c
hello-a
hello-b
hello-b-c
Is it possible? Would you suggest a different setup?
2.1m questions
2.1m answers
60 comments
57.0k users