Python Packaging Metadata · Homepage of Hynek Schlawack
Since this topic keeps coming up, I’d like to briefly share my thoughts on Python package metadata because it’s – as always – more complex than it seems. (more…)
Read more »
Creating python binaries and updating those binaries is a vital part of a good application. When a user is required to go out of their way to download a seperate binary and install it (or worse, manually overwrite it), it worsens the experience. As such … Read more