< Home - < Back

python-unicodenazi


Information about the package, python-unicodenazi, which is shipped with common Linux distributions. The python-unicodenazi package is designed for, Module that finds unicode/bytestring comparisons and other.


Package Name:

python-unicodenazi

Summary:

Module that finds unicode/bytestring comparisons and other

Description:

A common source of unicode issues in python2 is that code mixes str and unicode and is valid for the cases the author tests for (because they only test with ASCII) but then throws an error when the code is used with non-ASCII strings. If enabled unicodenazi will complain when this mixing of unicode and byte str occurs. It's annoying as hell, has a huge runtime impact on performance, and will also complain about most of the stuff in the Python standard library. But it will point out some areas of your code that may traceback in python2 when given different data and make it easier to migrate to python3 where unicode and bytes no longer interoperate.

Architecture:

noarch

Version:

1.1

Release:

1.el6

Size:

8.9 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-unicodenazi


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


Command

Description of Command

yum install python-unicodenazi

This command will install python-unicodenazi on the server.

yum remove python-unicodenazi

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

yum -y remove python-unicodenazi

This command will un-install python-unicodenazi 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-unicodenazi when using the -y flag.

yum update python-unicodenazi

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

yum -y update python-unicodenazi

This command will update python-unicodenazi 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-unicodenazi when using the -y flag.

yum info python-unicodenazi

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

yum deplist python-unicodenazi

This command will show you the dependencies for python-unicodenazi. 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-unicodenazi

This command will check if there is an update waiting on python-unicodenazi. 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.