Skip to content

Commit

Permalink
Merge branch 'master' into u/yymao/bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao authored Dec 20, 2020
2 parents 0ab52ed + b6e3a02 commit 65b8a88
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Generic Catalog Reader (GCR)
[![PyPI version](https://img.shields.io/pypi/v/GCR.svg)](https://pypi.python.org/pypi/GCR)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/gcr.svg)](https://anaconda.org/conda-forge/gcr)
[![PyPIVversion](https://img.shields.io/pypi/v/GCR.svg)](https://pypi.python.org/pypi/GCR)

A ready-to-use, abstract base class for creating a common reader interface that accesses generic table-like catalogs.

This project was started in response to the need of the [DESCQA](https://github.com/LSSTDESC/descqa) framework. It is now used in the [LSST DESC GCR Catalogs](https://github.com/LSSTDESC/gcr-catalogs).

## Installation

pip install GCR
You can install `GCR` from conda-forge:

```bash
conda install gcr --channel conda-forge
```

Or from PyPI:

```bash
pip install GCR
```

## Concept

Expand Down

0 comments on commit 65b8a88

Please sign in to comment.