-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Make localstack an implicit namespace package #11190
New issue
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
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 3m 29s ⏱️ Results for commit bfe1a4e. ♻️ This comment has been updated with latest results. |
502f041
to
bfe1a4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Kudos to you and to @thrau for the great preparation leading to this super-small change which at the same time will have quite an impact on how we structure and build LocalStack in the future! 💯🦸🤩
Motivation
To allow us to introduce namespace packages downstream like
localstack.pro.core
orlocalstack.pro.aws
, we need to first makelocalstack
itself a namespace package.Changes
localstack/__init__.py
,localstack
will become an implicit namespace packageTODO
What's left to do: