< Home - < Back

python-import-utils


Information about the package, python-import-utils, which is shipped with common Linux distributions. The python-import-utils package is designed for, A module that supports simple programmatic module imports.


Package Name:

python-import-utils

Summary:

A module that supports simple programmatic module imports

Description:

Utilities for loading modules, supporting programmatic imports of types: >>>from import_utils import import_module_from, import_module >>>import x as mod_x >>>mod_x = import_module('x') >>> >>>import x.y as mod_xy >>>mod_xy = import_module('x.y') >>> >>>from x.y import z >>>z = import_module_from('x.y.z')

Architecture:

noarch

Version:

0.0.1

Release:

1.el6

Size:

8.0 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-import-utils


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


Command

Description of Command

yum install python-import-utils

This command will install python-import-utils on the server.

yum remove python-import-utils

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

yum -y remove python-import-utils

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

yum update python-import-utils

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

yum -y update python-import-utils

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

yum info python-import-utils

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

yum deplist python-import-utils

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

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