About Anaconda Help Download Anaconda

Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants

Installers

  • linux-64 v3.1.16
  • osx-arm64 v3.1.16
  • linux-aarch64 v3.1.16
  • osx-64 v3.1.5
  • win-64 v3.1.16
  • linux-32 v2.2.1
  • linux-ppc64le v3.1.5
  • win-32 v3.1.5

conda install

To install this package run one of the following:
conda install main::aenum

Description

An Enum is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy