We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I would like to a structure a project with uv. Lets say I have top level project foo defined in the pyproject toml.
foo
I would like to have subpackages and/or libraries such as cloud and app each in its own workspace that defines its own set of requirements
cloud
app
But from app I would like to import foo.cloud instead of just cloud. Is this possible to do?
foo.cloud
The altenative is to name the package foo_app and foo_cloud. I wiould like to know if the former is possible.
foo_app
foo_cloud
Thanks!
Ubuntu 24.04
Latest UV
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
Hi
I would like to a structure a project with uv. Lets say I have top level project
foo
defined in the pyproject toml.I would like to have subpackages and/or libraries such as
cloud
andapp
each in its own workspace that defines its own set of requirementsBut from
app
I would like to importfoo.cloud
instead of justcloud
. Is this possible to do?The altenative is to name the package
foo_app
andfoo_cloud
. I wiould like to know if the former is possible.Thanks!
Platform
Ubuntu 24.04
Version
Latest UV
The text was updated successfully, but these errors were encountered: