If you are like me, you want to release a new Python package to PyPi, every week.
Unfortunately, the standard packaging, testing and installation tools for Python kinda suck. They all have problems and when you ask around, the various experts tell you, don't use that standard crap, use this new thing. But nobody even agrees on what new stuff to use, and even the new stuff has problems.
In the end, the big loser is the Python community, because there is so much confusion on what to do. If it's hard on the experts, imagine the pain for newbie's.
In this talk, I(ngy döt Net) will talk about his new PyPi package called 'package'. It attempts to fix everything, without requiring the end users to install yet another fixit framework.