Language

Package: python-aenum @ 2.2.4

Synopsis

Advanced enumerations, namedtuples and constants for Python

Description

The aenum library includes an Enum base class, a metaclass-based NamedTuple implementation and a NamedConstant class.

Home page
https://bitbucket.org/stoneleaf/aenum
Location
gnu/packages/python-xyz.scm (line: 1823, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?