Source: flufl.enum
Maintainer: Barry Warsaw <barry@python.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
X-Python-Version: >= 2.6
Priority: optional
Build-Depends: python, python-setuptools, debhelper (>= 7)
Standards-Version: 3.9.1

Package: python-flufl.enum
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Yet another Python enumeration package.
 This package provides a Python enumeration, with an emphasis on simple,
 specific, concise semantics in an easy to read and write syntax.
 ``flufl.enum`` has just enough of the features needed to make enumerations
 useful, but without a lot of extra baggage to weigh them down.
