Skip to main content

Coordinate conversion for SDSS-V

Project description

coordIO

Versions Documentation Status Test Coverage Status

Coordinate conversion for SDSS-V.

Installation

In general you should be able to install coordio by doing

pip install sdss-coordio

To build from source, use

git clone git@github.com:sdss/coordio
cd coordio
pip install .[docs]

Development

coordio uses poetry for dependency management and packaging. To work with an editable install it's recommended that you setup poetry and install coordio in a virtual environment by doing

poetry install

Pip does not support editable installs with PEP-517 yet. That means that running pip install -e . will fail because poetry doesn't use a setup.py file. As a workaround, you can use the create_setup.py file to generate a temporary setup.py file. To install coordio in editable mode without poetry, do

pip install --pre poetry
python create_setup.py
pip install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sdss-coordio-1.0.0.tar.gz (538.4 kB view hashes)

Uploaded Source

Built Distribution

sdss_coordio-1.0.0-cp38-cp38-macosx_10_16_x86_64.whl (399.3 kB view hashes)

Uploaded CPython 3.8 macOS 10.16+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page