1 ezenum
Easy enums for Python.
>>> RGB = StringEnum(['Red', 'Green', 'Blue'])
>>> RGB.Red
'Red'
1.1 Installation
Install ezenum with:
pip install ezenum
1.2 Features
Pure Python.
Compatible with Python 3.5+.
Easy creation of usefull enum objects.
String enums with unified value and name attributes.
1.3 Use
1.3.1 StringEnum
Easilly get a string enum from a string list.
1.4 Contributing
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help.
1.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]"
1.4.2 Running the tests
To run the tests, use:
python -m pytest --cov=ezenum
1.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.
1.5 Credits
Created by Shay Palachy (shay.palachy@gmail.com).
Release files for valve 0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| valve-0.0.0.tar.gz | 19.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| valve-0.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 29.7 kB
Release files / valve-0.0.0.tar.gz
| Download URL | valve-0.0.0.tar.gz |
|---|---|
| Size | 19.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f3653a7821439776b463cce01855a9323499b3bdd3458332c7fba952dcbb2ba
|
|
BLAKE2b-256 checksum How to use checksums |
b3eb2dcf972c77f0d7b0226ff68daa736ebdf39031e004fdc9e3c7f67a3e0dd0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / valve-0.0.0-py2.py3-none-any.whl
| Download URL | valve-0.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 10.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
495cabf86c20990078b2ad2a132a4ea4ff3bb4f45a85ed05aeb85e4610b3e4f4
|
|
BLAKE2b-256 checksum How to use checksums |
0896cb4e29786c158988c7404bea48683449ce745b053e41143c015ba8e11af3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |