The Python Oracle

Building a minimal plugin architecture in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Over a Mysterious Island

--

Chapters
00:00 Question
01:16 Accepted answer (Score 159)
02:01 Answer 2 (Score 66)
02:47 Answer 3 (Score 33)
03:06 Answer 4 (Score 25)
06:18 Thank you

--

Full question
https://stackoverflow.com/questions/9320...

Accepted answer links:
[imp.load_module]: https://docs.python.org/library/imp.html...

Answer 2 links:
[imp]: http://docs.python.org/library/imp.html

Answer 3 links:
[at this overview over existing plugin frameworks / libraries]: http://wehart.blogspot.com/2009/01/pytho...
[yapsy]: http://yapsy.sourceforge.net/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #architecture #plugins

#avk47