Metadata-Version: 2.4
Name: flufl.enum
Version: 7.0.0
Summary: A Python enumeration package
Project-URL: Home Page, https://fluflenum.readthedocs.io
Project-URL: Documentation, https://fluflenum.readthedocs.io
Project-URL: Source Code, https://gitlab.com/warsaw/flufl.enum.git
Project-URL: Bug Tracker, https://gitlab.com/warsaw/flufl.enum/issues
Author-email: Barry Warsaw <barry@python.org>
License: Apache-2.0
License-File: LICENSE
Keywords: enum
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: atpublic
Requires-Dist: typing-extensions>=4.6.0; python_version < '3.11'
Description-Content-Type: text/x-rst

==========
flufl.enum
==========

A Python enumeration package.

The ``flufl.enum`` library is a Python enumeration package.  Its goal is to
provide 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.

Since enums were added to Python in 3.4, why use this package instead of the
Python standard library `enum <https://docs.python.org/3/library/enum.html>`_
package?  ``flufl.enum`` is intentionally simpler, and thus potentially faster
and easier to maintain.


Author
======

``flufl.enum`` is Copyright (C) 2004-2025 Barry Warsaw <barry@python.org>

Licensed under the terms of the Apache License Version 2.0.  See the LICENSE
file for details.


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/
 * PyPI: https://pypi.python.org/pypi/flufl.enum
