flufl.enum - A Python enumeration package#
This package is called flufl.enum
, a Python enumeration package.
The goals of flufl.enum
are to produce simple, specific, concise semantics
in an easy to read and write syntax. flufl.enum
has just enough of the
features needed to make enumerations useful, but without a lot of extra
baggage to weigh them down. This work grew out of the Mailman 3.0 project. This package was previously
called munepy
.
Since enums were added to Python in 3.4, why use this package instead of the
Python standard library enum
package? flufl.enum
is intentionally simpler, and thus potentially faster
and easier to maintain.
Requirements#
flufl.enum
requires Python 3.7 or newer.
Documentation#
A simple guide to using the library is available within this package, along with a detailed API reference.
Project details#
Project home: https://gitlab.com/warsaw/flufl.enum
Report bugs at: https://gitlab.com/warsaw/flufl.enum/issues
Code hosting: https://gitlab.com/warsaw/flufl.enum.git
Documentation: http://fluflenum.readthedocs.org/
You can install it with pip:
% pip install flufl.enum
You can grab the latest development copy of the code using git. The master repository is hosted on GitLab. If you have git installed, you can grab your own branch of the code like this:
$ git clone https://gitlab.com/warsaw/flufl.enum.git
You may contact the author via barry@python.org.
Copyright#
Copyright (C) 2004-2022 Barry A. Warsaw
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Table of Contents#
- Using the flufl.enum library
- API Reference
- flufl.enum change log
- 5.0.2 (2022-XX-XX)
- 5.0.1 (2022-09-03)
- 5.0 (2022-08-25)
- 4.1.1 (2017-01-24)
- 4.1 (2015-10-09)
- 4.0.1 (2014-06-11)
- 4.0 (2013-04-05)
- 3.3.2 (2012-04-19)
- 3.3.1 (2012-01-19)
- 3.3 (2012-01-19)
- 3.2 (2011-08-19)
- 3.1 (2011-03-01)
- 3.0.1 (2010-06-07)
- 3.0 (2010-04-24)
- 2.0.2 (2010-01-29)
- 2.0.1 (2010-01-08)
- 2.0 (2010-01-07)