< Home - < Back

python-construct


Information about the package, python-construct, which is shipped with common Linux distributions. The python-construct package is designed for, A powerful declarative parser/builder for binary data.


Package Name:

python-construct

Summary:

A powerful declarative parser/builder for binary data

Description:

Construct is a powerful declarative parser (and builder) for binary data. Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, convert (build) objects into binary data.

Architecture:

noarch

Version:

2.5.1

Release:

4.el6

Size:

129 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python-construct


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


Command

Description of Command

yum install python-construct

This command will install python-construct on the server.

yum remove python-construct

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

yum -y remove python-construct

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

yum update python-construct

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

yum -y update python-construct

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

yum info python-construct

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

yum deplist python-construct

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

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