Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
215 views
in Technique[技术] by (71.8m points)

python packaging - Submodules of the same module in different PyPI packages: is it possible?

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?

question from:https://stackoverflow.com/questions/65846674/submodules-of-the-same-module-in-different-pypi-packages-is-it-possible

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...