< Home - < Back

python-tahrir-api


Information about the package, python-tahrir-api, which is shipped with common Linux distributions. The python-tahrir-api package is designed for, An API for interacting with the Tahrir database.


Package Name:

python-tahrir-api

Summary:

An API for interacting with the Tahrir database

Description:

API for interacting with the Tahrir database Based on the `Tahrir <https://github.com/fedora-infra/tahrir>`_ database model. There are two classes that can be used in this module. The first is TahrirDatabase class located in tahrir_api.dbapi and the second is the database model located in tahrir_api.model. The TahrirDatabase class is a high level way to interact with the database. The model is used for a slightly more low level way of interacting with the database. It allows for custom interactions with the database without having to use the TahrirDatabase class.

Architecture:

noarch

Version:

0.7.0

Release:

1.el6

Size:

55 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for python-tahrir-api


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


Command

Description of Command

yum install python-tahrir-api

This command will install python-tahrir-api on the server.

yum remove python-tahrir-api

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

yum -y remove python-tahrir-api

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

yum update python-tahrir-api

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

yum -y update python-tahrir-api

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

yum info python-tahrir-api

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

yum deplist python-tahrir-api

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

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