Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adrn/pyia
- Owner: adrn
- License: mit
- Created: 2017-12-18T20:35:18.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T06:29:29.000Z (6 months ago)
- Last Synced: 2024-12-10T15:34:31.959Z (14 days ago)
- Topics: astronomy, data-structures, gaia, python
- Language: Python
- Homepage:
- Size: 3.38 MB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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.