Robuta

https://pradyunsg.me/blog/2022/12/31/wheels-are-faster-pure-python/ Wheels are faster, even for pure Python packages | Pradyun Gedam Jan 1, 1 - When installing with pip (or from PyPI in general), wheels are much faster than source distributions, even for pure-Python projects. Packages with native code... packages pradyun gedamwheels https://pradyunsg.me/blog/2024/01/27/package-release-workflow/ Choreographing a release process for my PyPI packages | Pradyun Gedam Jan 1, 1 - I maintain quite a few Python packages and they all have development workflows as well as release processes that are different in various ways. This is... packages pradyun gedamrelease