Skip to main content

PyPI-Status PyPI-Versions Build-Status Codecov LICENCE

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

brazier-0.0.0.tar.gz (20.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brazier-0.0.0-py2.py3-none-any.whl (9.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file brazier-0.0.0.tar.gz.

File metadata

  • Download URL: brazier-0.0.0.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for brazier-0.0.0.tar.gz
Algorithm Hash digest
SHA256 4c8d6c59d9368a935f9b40f488d956b4613b359c441b1e1a25b32341de413293
MD5 45a9a3ca6bb0ded5451a127c2571bc39
BLAKE2b-256 318646eddba65711290b17d7e7a1e7f7cc802c15e29c3bdadc193c301185fd51

See more details on using hashes here.

File details

Details for the file brazier-0.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for brazier-0.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a25faf568556be1786ec032a095e181e60588b45a3b992ee973702a68497710d
MD5 342044a75c03fbdef1f1fd82ffa9c80b
BLAKE2b-256 0347876d44da5d557aef8085aac4d6a3239ab8f30176cdd25ca94bac67104e0b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page