Skip to content

sspreitzer/webegg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webegg

Python webegg, run code from URL

Usage

Loading and later reloading a webegg

import webegg

w = webegg.load('https://example.com/py/helloworld.py', globals())

w.reload()

Loading via xload

import webegg

webegg.load('https://example.com/py/helloworld.py', globals())
webegg.load('https://example.com/py/test.py', globals())

webegg.xload('https://example.com/py', ['helloworld', 'test'], globals())

About

Python webegg, run code from URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages