Binary package “python-roman” in ubuntu precise

module for generating/analyzing Roman numerals for Python 2

 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).
 .
 This module is part of "Dive Into Python", a free Python tutorial for
 experienced programmers. Visit http://diveintopython.org/ for the
 latest version.
 .
 This package includes Python 2 modules.