Metadata-Version: 2.1
Name: sdss-coordio
Version: 1.4.0
Summary: Coordinate conversion for SDSS-V
Home-page: https://github.com/sdss/coordio
Author: Conor Sayres
Author-email: csayres@uw.edu
License: BSD 3-Clause License
Project-URL: Repository, https://github.com/sdss/coordio
Project-URL: Documentation, https://sdss-coordio.readthedocs.org
Keywords: astronomy,software,coordinates
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.md

# coordIO

[![Versions](https://img.shields.io/pypi/pyversions/sdss-coordio)](https://docs.python.org/3/)
[![Documentation Status](https://readthedocs.org/projects/sdss-coordio/badge/?version=latest)](https://sdss-coordio.readthedocs.io/en/latest/?badge=latest)
[![Test](https://img.shields.io/github/workflow/status/sdss/coordio/Test)](https://github.com/sdss/coordio/actions)
[![Coverage Status](https://codecov.io/gh/sdss/coordio/branch/master/graph/badge.svg)](https://codecov.io/gh/sdss/coordio)


Coordinate conversion for SDSS-V.


## Installation

In general you should be able to install ``coordio`` by doing

```console
pip install sdss-coordio
```

To build from source, use

```console
git clone git@github.com:sdss/coordio
cd coordio
pip install .
```
