------------------------------------------------------------------------------- simpleEnum - A really simple Enum class ------------------------------------------------------------------------------- example: > from simpleEnum import Enum > EDays = Enum ("SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY") > print EDays.TUESDAY This will print 0
Project description
UNKNOWN
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
simpleEnum-0.0.2-py2.7.egg
(2.2 kB
view hashes)