< Home - < Back

python-enum34


Information about the package, python-enum34, which is shipped with common Linux distributions. The python-enum34 package is designed for, Backport of Python 3.4 Enum.


Package Name:

python-enum34

Summary:

Backport of Python 3.4 Enum

Description:

Python 3.4 introduced official support for enumerations. This is a backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4. An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. This module defines two enumeration classes that can be used to define unique sets of names and values: Enum and IntEnum. It also defines one decorator, unique, that ensures only unique member names are present in an enumeration.

Architecture:

noarch

Version:

1.0

Release:

4.el6

Size:

52 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-enum34


Control the python-enum34 package with the following handy commands outlined below.


Command

Description of Command

yum install python-enum34

This command will install python-enum34 on the server.

yum remove python-enum34

This command will un-install python-enum34 on the server. When you run this command, you will be asked if you are sure that you want to remove python-enum34, so you have to manually confirm that you want to do this.

yum -y remove python-enum34

This command will un-install python-enum34 on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-enum34 when using the -y flag.

yum update python-enum34

This command will update python-enum34 to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-enum34, so you have to manually confirm that you want to do this.

yum -y update python-enum34

This command will update python-enum34 to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-enum34 when using the -y flag.

yum info python-enum34

This command will show you core information about the python-enum34 package.

yum deplist python-enum34

This command will show you the dependencies for python-enum34. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-enum34

This command will check if there is an update waiting on python-enum34. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.