< Home - < Back

python-elixir


Information about the package, python-elixir, which is shipped with common Linux distributions. The python-elixir package is designed for, A declarative mapper for SQLAlchemy.


Package Name:

python-elixir

Summary:

A declarative mapper for SQLAlchemy

Description:

Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system. Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.

Architecture:

noarch

Version:

0.6.1

Release:

5.el6

Size:

83 k

Repository:

base

From Repository:

Licence:

MIT



Handy Yum Commands for python-elixir


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


Command

Description of Command

yum install python-elixir

This command will install python-elixir on the server.

yum remove python-elixir

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

yum -y remove python-elixir

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

yum update python-elixir

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

yum -y update python-elixir

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

yum info python-elixir

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

yum deplist python-elixir

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

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