Skip to content

Henri-J-Norden/py-cloud-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import Python modules straight from the cloud (e.g. GitHub) at runtime!

Installation

  • pip: pip install cloud_import
  • no pip: copy cloud_import.py into your project

Usage

See examples/example1.py

Why?

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"

Limitations

  • 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

About

Import Python modules straight from the cloud (e.g. GitHub) at runtime!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages