Skip to main content

Great package.

Project description

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).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barge-0.0.0.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

barge-0.0.0-py2.py3-none-any.whl (11.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for barge-0.0.0.tar.gz
Algorithm Hash digest
SHA256 d1e38f1857a2b16569c21a1b003d3cbc8a6ac9d7c74163d558df08f1390d9276
MD5 444a729a35f59f4f6147d7f128b313cf
BLAKE2b-256 ac867418b3d983d6d3d8c6e7f48e9b20891b63fc6bd15634865d3bc201961826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for barge-0.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d4b619ccc5baeaec836de3881faeba2a8e68566ab9b296348740fbb6e547c4bd
MD5 a91d1bfc4d35b5ec822cdb41ff8250f3
BLAKE2b-256 052e7c24d822ccfa7dac94b2d5875b4bc71db2995cdc57fdb8eb56d18f1e452b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page