< Home - < Back

python-sqlparse


Information about the package, python-sqlparse, which is shipped with common Linux distributions. The python-sqlparse package is designed for, Non-validating SQL parser for Python.


Package Name:

python-sqlparse

Summary:

Non-validating SQL parser for Python

Description:

sqlparse is a tool for parsing SQL strings. It can generate pretty-printed renderings of SQL in various formats. It is a python module, together with a command-line tool.

Architecture:

noarch

Version:

0.1.11

Release:

2.el6

Size:

70 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-sqlparse


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


Command

Description of Command

yum install python-sqlparse

This command will install python-sqlparse on the server.

yum remove python-sqlparse

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

yum -y remove python-sqlparse

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

yum update python-sqlparse

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

yum -y update python-sqlparse

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

yum info python-sqlparse

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

yum deplist python-sqlparse

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

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