< Home - < Back

python-peak-util-assembler


Information about the package, python-peak-util-assembler, which is shipped with common Linux distributions. The python-peak-util-assembler package is designed for, Generate Python code objects by "assembling" bytecode.


Package Name:

python-peak-util-assembler

Summary:

Generate Python code objects by "assembling" bytecode

Description:

peak.util.assembler is a simple bytecode assembler module that handles most low-level bytecode generation details like jump offsets, stack size tracking, line number table generation, constant and variable name index tracking, etc. That way, you can focus your attention on the desired semantics of your bytecode instead of on these mechanical issues. In addition to a low-level opcode-oriented API for directly generating specific Python bytecodes, this module also offers an extensible mini-AST framework for generating code from high-level specifications. This framework does most of the work needed to transform tree-like structures into linear bytecode instructions, and includes the ability to do compile-time constant folding.

Architecture:

noarch

Version:

0.5.1

Release:

1.el6

Size:

50 k

Repository:

base

From Repository:

Licence:

Python or ZPLv2.1



Handy Yum Commands for python-peak-util-assembler


Control the python-peak-util-assembler package with the following handy commands outlined below.


Command

Description of Command

yum install python-peak-util-assembler

This command will install python-peak-util-assembler on the server.

yum remove python-peak-util-assembler

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

yum -y remove python-peak-util-assembler

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

yum update python-peak-util-assembler

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

yum -y update python-peak-util-assembler

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

yum info python-peak-util-assembler

This command will show you core information about the python-peak-util-assembler package.

yum deplist python-peak-util-assembler

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

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