Import Python modules straight from the cloud (e.g. GitHub) at runtime!
- pip:
pip install cloud_import
- no pip: copy cloud_import.py into your project
This can be used to entirely skip the "deployment" step for internal tooling, that's not meant for distribution or public usage.
Originally by James Murphy - check out his video "You won't believe it! Import from the Cloud"
- No dependency handling
- Fixed URL structure: the source code for module
foo.bar
must be accessible at<url>/foo/bar/*.py
- Bad things will happen if the cloud source code changes while a package (with multiple modules) is being imported