named_constants
This module offers an easy way to define named constants in Python, supporting some simple enum-like use case, as well as arbitrary value types like strings or floats.
This module offers an easy way to define named constants in Python, supporting some simple enum-like use case, as well as arbitrary value types like strings or floats.
To install this package, run one of the following:
Summary
This module offers an easy way to define named constants in Python, supporting some simple enum-like use case, as well as arbitrary value types like strings or floats.
Last Updated
Jun 30, 2015 at 10:56
License
Apache Software License
Total Downloads
63