Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

README.rst

File metadata and controls

27 lines (20 loc) · 1.05 KB

A Python enumeration package.

flufl.enum

The flufl.enum library is yet another Python enumeration package. Its goal is to provide 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. This work grew out of the Mailman 3.0 project.