Great package.
Project description
Easy enums for Python.
>>> RGB = StringEnum(['Red', 'Green', 'Blue']) >>> RGB.Red 'Red'
Contents
2 Features
- Pure Python.
- Compatible with Python 3.5+.
- Easy creation of usefull enum objects.
- String enums with unified value and name attributes.
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.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).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for valve-0.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 495cabf86c20990078b2ad2a132a4ea4ff3bb4f45a85ed05aeb85e4610b3e4f4 |
|
MD5 | a15166b66014fe2879894d2b715d88b2 |
|
BLAKE2-256 | 0896cb4e29786c158988c7404bea48683449ce745b053e41143c015ba8e11af3 |