Hacker News new | ask | show | jobs
by simonw 108 days ago
I like the way each panel is its own separate package on PyPI and the system picks them up via setuptools entry points. It's a neat implementation of a plugin pattern.
1 comments

Thanks. Part of the reason this exists is simply wanting to toy around with the entrypoints system