Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrn/pyia

a Python package for working with data from the Gaia mission
https://github.com/adrn/pyia

astronomy data-structures gaia python

Last synced: 4 days ago
JSON representation

a Python package for working with data from the Gaia mission

Awesome Lists containing this project

README

        

# pyia

[![Zenodo][zenodo-badge]][zenodo-link]
[![Actions Status][actions-badge]][actions-link]

[actions-badge]: https://github.com/adrn/pyia/workflows/CI/badge.svg
[actions-link]: https://github.com/adrn/pyia/actions
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/pyia
[conda-link]: https://github.com/conda-forge/pyia-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]: https://github.com/adrn/pyia/discussions
[pypi-link]: https://pypi.org/project/pyia/
[pypi-platforms]: https://img.shields.io/pypi/pyversions/pyia
[pypi-version]: https://img.shields.io/pypi/v/pyia
[rtd-badge]: https://readthedocs.org/projects/pyia/badge/?version=latest
[rtd-link]: https://pyia.readthedocs.io/en/latest/?badge=latest
[zenodo-badge]: https://zenodo.org/badge/DOI/10.5281/zenodo.1228136.svg
[zenodo-link]: https://doi.org/10.5281/zenodo.1228136

## Documentation

[![Documentation Status][rtd-badge]][rtd-link]

The documentation for `pyia` is hosted on [Read the Docs](http://pyia.rtfd.io).

## Installation and Dependencies

[![PyPI version][pypi-version]][pypi-link]

The recommended way to install `pyia` is using `pip` to install the latest
development version:

pip install git+https://github.com/adrn/pyia

or, to install the latest stable version:

pip install pyia

See the [installation instructions](http://pyia.rtfd.io/en/latest/install.html)
in the [documentation](http://pyia.rtfd.io) for more information.

## Attribution

[![Zenodo record][zenodo-badge]][zenodo-link]

If you find this package useful, consider citing the Zenodo record:

@software{pyia:v1_3,
author = {Adrian Price-Whelan and
Gabe Brammer},
title = {pyia},
month = jul,
year = 2021,
publisher = {Zenodo},
version = {v1.3},
doi = {10.5281/zenodo.5057363},
url = {https://doi.org/10.5281/zenodo.5057363}
}

## License

Copyright 2017-2024 Adrian Price-Whelan and contributors.

`Pyia` is free software made available under the MIT License. For details see
the [LICENSE](https://github.com/adrn/pyia/blob/main/LICENSE) file.