Articles

maildir-deduplicate 1.1.0 released

Just released maildir-deduplicate v1.1.0! Major change is, in addition of Python 2.7, support of Python 3.4 and 3.5. Because of the low unit-test coverage I’m not certain it is properly working on Python 3.x. So please send me pull-requests to improve the situation …
➟ Read more

Plumage 0.7 released

I just released version 0.7 of my Plumage theme for Pelican. This one come with a big new feature thanks to Renato Cunha, who made a huge contribution by integrating Tipue Search, providing fully static search over all content of a Pelican site. Some tiny adjustments were also made …
➟ Read more

maildir-deduplicate 1.0.2 released

The v1.0.2 release of maildir-deduplicate has just been released! This is the first announcement on my blog of the v1.0.x series, which has been heavily rewritten during the last past months. The project is now properly packaged and distributed, and the code is now more idiomatic …
➟ Read more


How to solve SSL errors on pip install

Was trying to install alembic in a virtualenv with pip , on an OS X El Capitan machine: 1 $ pip install alembic 2 Collecting alembic 3 (...) 4 Ended up with the following traceback: Traceback (most recent call last): File "/Users/kev/venvs/test/lib/python2.7/site-packages/pip/basecommand.py", line …
➟ Read more