When building a plugin system for an application, avoiding dependency conflicts is critical. To address this, I created Wetlands – a lightweight Conda environment manager.
Wetlands not only simplifies the creation of isolated Conda environments with specific dependencies, but also allows you to run arbitrary Python code within those environments and retrieve the results. It uses the multiprocessing.connection and pickle modules for inter-process communication. Additionally, one can easily use shared memory between the environments, making data exchange more efficient.
Docs: https://arthursw.github.io/wetlands/latest/ Source: https://github.com/arthursw/wetlands/
I’d really appreciate any feedback. Thanks!
Comments URL: https://news.ycombinator.com/item?id=44116643
Points: 10
# Comments: 14
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

Article URL: https://github.com/paloaltodatabases/sequor
Comments URL: http

Article URL: https://capjs.js.org/
Comments URL: https://news.ycombinator.com/item?id=44137867

I am making a open source overlay library.
Game overlay is for rendering contents on top of game screen. Representative examples are Discord and Steam in-game overlay. They are complicated becau
