Easy enums for Python.
>>> RGB = StringEnum(['Red', 'Green', 'Blue'])
>>> RGB.Red
'Red'
1 Installation
Install ezenum with:
pip install ezenum
2 Features
Pure Python.
Compatible with Python 3.5+.
Easy creation of usefull enum objects.
String enums with unified value and name attributes.
3 Use
StringEnum
Easilly get a string enum from a string list.
4 Contributing
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help.
4.1 Installing for development
Clone:
git clone git@github.com:shaypal5/ezenum.git
Install in development mode with test dependencies:
cd ezenum
pip install -e ".[test]"
4.2 Running the tests
To run the tests, use:
python -m pytest --cov=ezenum
4.3 Adding documentation
This project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings (in my personal opinion, of course). When documenting code you add to this project, please follow these conventions.
5 Credits
Created by Shay Palachy (shay.palachy@gmail.com).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file plumbus-0.0.2.tar.gz.
File metadata
- Download URL: plumbus-0.0.2.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4e7aad755a9b86f4df14ed955bf9af2fe377fd65264e7fadce670313d7dd026
|
|
| MD5 |
b9c9159ae96a7821277d53f8d32c6479
|
|
| BLAKE2b-256 |
7cdc8a0e0f026c856d87aaf0246039b59101e206143e358595d9d6e700128e80
|