New Vanity Release

This release features the ability to display per package download statistics. With all the Python stats goodness going on recently, I got inspired to make a new vanity release. This release features the ability to display per package download statistics via the `-v` or `–verbose` command line argument. Here are some of my favorite results. […]

Read More

django-sphinx sorting

Unfortunately, the django-sphinx module is not very thoroughly documented. One thing which I could not figure out is how to do sorting. I thought that I had to set some kind of keyword argument on the SphinxSearch instance… (I have to admit though that the sorting is indeed demonstrated in the project README.rst, I simply […]

Read More

Introducing pythonpackages.com

The website for Python egoists™ I have this overwhelming desire to know how many times my favorite Python packages have been downloaded. Don’t you? If so, look no further than pythonpackages.com. Count downloads Where you can enter a package like Django and find out the number of downloads. Count favorites Or click on Count favorites […]

Read More

Plone: First Class Python Citizen

The Plone community and software fit nicely within the larger Python ecosystem. Here’s why. For almost as long as I have been involved in the Plone project, I’ve been interested in Plone’s role in the Python ecosystem. Today as I look across the current landscape, I’m proud to announce a new milestone the Plone community […]

Read More

Pillow: One Year Later

For anyone unfamiliar with Pillow, it is the friendly PIL fork: a fork of PIL that aims to remain a good citizen in the PIL community through its actions. Warm and fluffy history Pillow 1.0 was released on 2010-07-31, a little over a year later came Pillow 1.7.5 which features: Many packaging fixes (mostly to […]

Read More

Mozilla and PyPI

VM setup for kitsune The last time I wrote about PyPI some folks mistook the subject to be PyPy, so let me be clear: this article is about the Python Packaging Index. I recently began doing some volunteer work for Mozilla[1], working on a virtual machine setup to make kitsune development easier (kitsune is the […]

Read More