< Home - < Back

ATpy


Information about the package, ATpy, which is shipped with common Linux distributions. The ATpy package is designed for, Astronomical Tables in Python.


Package Name:

ATpy

Summary:

Astronomical Tables in Python

Description:

ATpy is a high-level Python package providing a way to manipulate tables of astronomical data in a uniform way. It provides built-in support for NumPy recarrays and common astronomical file/database formats (FITS, VO, HDF5, and ASCII tables) with a very simple API.

Architecture:

noarch

Version:

0.9.6

Release:

1.el6

Size:

77 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for ATpy


Control the ATpy package with the following handy commands outlined below.


Command

Description of Command

yum install ATpy

This command will install ATpy on the server.

yum remove ATpy

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

yum -y remove ATpy

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

yum update ATpy

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

yum -y update ATpy

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

yum info ATpy

This command will show you core information about the ATpy package.

yum deplist ATpy

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

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