Gavin Panella

Premolo packages available from PyPI

leave a comment

In the last few days I’ve posted the Premolo packages to the Python Package Index, or PyPI. Source distributions and Eggs are available.

The easiest way to install, say Alfie, is to use easy_install from setuptools:

easy_install premolo-alfie

I’ll be adding in script support for running Alfie from the command line, but in the meantime you can use this slightly unwieldy incantation:

python -c 'from premolo.alfie import template; from sys import argv; template.main(*argv[1:])'

I’m working mostly on Alfie at the moment, and hoping to get a 1.0 release out the door in the first quarter of 2007.

Written by Gavin Panella

January 6th, 2007 at 12:13 pm