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).
Release files for hizzard 0.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hizzard-0.0.9.tar.gz | 19.0 kB | Details |
Release files / hizzard-0.0.9.tar.gz
| Download URL | hizzard-0.0.9.tar.gz |
|---|---|
| Size | 19.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
50b59b6cdc43a7d7df16ed0b2598ee4cd73fa0adba27e494283611371cf75b4a
|
|
BLAKE2b-256 checksum How to use checksums |
580382b493394010e7fb544ad7a1744d499c6fcf5d68eb536d46ec57af579506
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |