-
NiteoWeb attended a Pyramid sprint in Halle, Germany
Read more »: NiteoWeb attended a Pyramid sprint in Halle, GermanyGocept, a company based in Halle (Saale), Germany, organized a Pyramid sprint, which lasted from 15th to 17th August 2013. The sprint took place at their headquarters which, by the way, has a lovely garden perfectly suited for relaxation, eating, drinking and development (not necessarily in that order!). A bunch of NiteoWeb former and present…
-
Setuptools – run custom code in setup.py
Read more »: Setuptools – run custom code in setup.pyA week or so ago I started developing an experimental Python package for one of our projects. At some point I realized that it would be convenient to automatically execute some additional initialization code during the package installation process (i.e. when “python setup.py install” is run). This can be achived by subclassing the setuptools.command.install class…