Yup. Plone is still pretty active https://github.com/plone
Former professional Zope guy here! (I made a living building things with it in the early-mid 2000s). What happened to Zope? Well, Chris McDonough (creator of Pyramid, and Zope veteran) blogged about this in 2011 and…
Ideally, setup.py is for generic minimum-version-known-to-work dependencies of a package. Pip requirements files are for very specific known-good combinations of dependencies of an application.…
http://docs.python.org/2/using/cmdline.html#envvar-PYTHONHOM...
I’d put it a bit more broadly: The state of working with Python packages has been painful for many years, and despite recent improvements and ongoing heroic efforts to fix things (thanks Tarek in particular), it’s still…
Yup. Plone is still pretty active https://github.com/plone
Former professional Zope guy here! (I made a living building things with it in the early-mid 2000s). What happened to Zope? Well, Chris McDonough (creator of Pyramid, and Zope veteran) blogged about this in 2011 and…
Ideally, setup.py is for generic minimum-version-known-to-work dependencies of a package. Pip requirements files are for very specific known-good combinations of dependencies of an application.…
http://docs.python.org/2/using/cmdline.html#envvar-PYTHONHOM...
I’d put it a bit more broadly: The state of working with Python packages has been painful for many years, and despite recent improvements and ongoing heroic efforts to fix things (thanks Tarek in particular), it’s still…