| Paketname | python-enum | 
| Beschreibung | robust enumerated type support in Python | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.4.4-1 | 
| Sektion | python | 
| Priorität | optional | 
| Installierte Größe | 100 Byte | 
| Hängt ab von | python, python-support (>= 0.90.0) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Federico Ceratto  | 
| Quelle |  | 
| Paketgröße | 9066 Byte | 
| Prüfsumme MD5 | 89e7a758f9753b0833eacce92d32496f | 
| Prüfsumme SHA1 | be219e435fb69ae0a947662c775059e788631bd0 | 
| Prüfsumme SHA256 | d3fa6455e8162dd957f2768470cc7710be8438f3c789c15fc8874b9687d8939d | 
| Link zum Herunterladen | python-enum_0.4.4-1_all.deb | 
| Ausführliche Beschreibung | An enumeration object is an immutable sequence object built from a sequence
of strings. Each value is also available as an attribute.
Such values are constant. Comparisons and enumeration are
supported.
 |