caniusepython3 1.1.0  

I just released caniusepython3 1.1.0 to PyPI. Various tweaks and fixes as is usual with a N.1 release, but there is one neat, new feature:

python setup.py caniusepython3

If you use setuptools in your setup.py you now have a custom command available to you once you install caniusepython3. That means you can now specify your dependencies to caniusepython3 through:

I think that covers all of the major ways a project can specify their dependencies. If I missed a way or you have any other issues then please file an issue.

 
6
Kudos
 
6
Kudos

Now read this

My impressions of Scala

TL;DR # Scala is fine and I would definitely use it over vanilla Java, but I still prefer Go if I’m not able to use Python. My Impressions # Why did I even look at Scala? # Being on the development team for Python accurately suggests it’... Continue →