Metadata-Version: 2.1
Name: pymilia
Version: 1.0.0
Summary: Cosmological distances and ages
Home-page: https://guaix.fis.ucm.es/projects/pymilia/wiki
Download-URL: ftp://astrax.fis.ucm.es/pub/software/pymilia-1.0.0.tar.gz
Author: Sergio Pascual
Author-email: sergiopr@fis.ucm.es
License: GPLv3
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires: cython
License-File: LICENSE.txt
Requires-Dist: cython

This is PyMilia, a set of Python bindings for milia

Milia is library that provides distances and ages in cosmology

Pymilia requires a functional milia installation, and 
Cython (http://cython.org/), a C wrapping library.

This package is distributed under GPL , either version 3 of the License, or
(at your option) any later version. See the file LICENSE.txt for details.

Maintainer: sergiopr@fis.ucm.es
Webpage: https://guaix.fis.ucm.es/projects/pymilia/wiki

Installation
------------

1. Download pymilia-<version>.tar.gz.

2. Extract the archive to a temporary directory.

3. Install by changing to the directory and typing "python setup.py install"
