named_enum’s documentation!

Introduction

This package provides several enumeration classes, which extends the default Enum class with various functionalities. For each enumeration class, its enumeration item’s value is a customised tuple type generated by namedtuple from collections package.

If you like it, please star it in github.

Status

https://img.shields.io/pypi/l/named-enum.svg Documentation Status https://github.com/KnightConan/named_enum/workflows/Unit%20Test%20&%20Build%20Test/badge.svg https://img.shields.io/pypi/v/named-enum.svg https://img.shields.io/pypi/status/named-enum.svg Python 3.6 | Python 3.7 https://img.shields.io/pypi/format/named-enum.svg https://codecov.io/gh/KnightConan/named_enum/branch/master/graph/badge.svg Updates https://pepy.tech/badge/named-enum https://img.shields.io/badge/saythanks.io-☼-1EAEDB.svg

Developers

Author: Zhiwei Zhang

Email: zhiwei.zhang@outlook.de

Github: named_enum

License

MIT

Acknowledgement