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.

The idea of this package was inspired by Cristian Alfonso González Mora.

If you like it, please star it in github.

Status

https://img.shields.io/pypi/l/named-enum.svg Documentation Status https://travis-ci.com/KnightConan/named_enum.svg?branch=master https://ci.appveyor.com/api/projects/status/fi9ayfyo1w4oi2w8/branch/master?svg=true 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

About

Author: Zhiwei Zhang

Email: zhiwei2017@gmail.com

Github: named_enum