Name | gala JSON |
Version |
1.10.1
JSON |
| download |
home_page | None |
Summary | Galactic dynamics in Python |
upload_time | 2025-08-22 00:18:11 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | The MIT License (MIT)
Copyright (c) 2012-2024 Adrian M. Price-Whelan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
astronomy
dynamics
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
|logo|
Gala is a Python package for Galactic and gravitational dynamics.
|Affiliated package| |Coverage Status| |Build status|
Documentation
-------------
|Documentation Status|
The documentation for ``Gala`` is hosted on `Read the docs
<http://gala.adrian.pw>`__.
Installation and Dependencies
-----------------------------
|conda| |PyPI|
The easiest way to get Gala is to install with pip or conda.
The recommended install method is to use ``pip``::
pip install gala
If you are on Linux or Mac, you can also install ``gala`` with conda using the
conda-forge channel::
conda install gala --channel conda-forge
See the `installation
instructions <http://gala.adrian.pw/en/latest/install.html>`_ in the
`documentation <http://gala.adrian.pw>`__ for more information.
Attribution
-----------
|JOSS| |DOI|
If you make use of this code, please cite the `JOSS <http://joss.theoj.org>`_
paper::
@article{gala,
doi = {10.21105/joss.00388},
url = {https://doi.org/10.21105%2Fjoss.00388},
year = 2017,
month = {oct},
publisher = {The Open Journal},
volume = {2},
number = {18},
author = {Adrian M. Price-Whelan},
title = {Gala: A Python package for galactic dynamics},
journal = {The Journal of Open Source Software}
}
Please also cite the Zenodo DOI |DOI| as a software citation - see the
`documentation
<http://gala.adrian.pw/en/latest/index.html#citation-and-attribution>`_ for up
to date citation information.
License
-------
|License|
Copyright 2013-2024 Adrian Price-Whelan and contributors.
``Gala`` is free software made available under the MIT License. For details see
the `LICENSE <https://github.com/adrn/gala/blob/main/LICENSE>`_ file.
.. |Coverage Status| image:: https://codecov.io/gh/adrn/gala/branch/main/graph/badge.svg
:target: https://codecov.io/gh/adrn/gala
.. |Build status| image:: https://github.com/adrn/gala/actions/workflows/tests.yml/badge.svg
:target: https://github.com/adrn/gala/actions/workflows/tests.yml
.. |License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
:target: https://github.com/adrn/gala/blob/main/LICENSE
.. |PyPI| image:: https://badge.fury.io/py/gala.svg
:target: https://badge.fury.io/py/gala
.. |conda| image:: https://anaconda.org/conda-forge/gala/badges/version.svg
:target: https://anaconda.org/conda-forge/gala
.. |Documentation Status| image:: https://readthedocs.org/projects/gala-astro/badge/?version=latest
:target: http://gala-astro.readthedocs.io/en/latest/?badge=latest
.. |Affiliated package| image:: https://img.shields.io/badge/astropy-affiliated%20package-orange.svg
:target: http://astropy.org/affiliated
.. |JOSS| image:: http://joss.theoj.org/papers/10.21105/joss.00388/status.svg
:target: http://joss.theoj.org/papers/10.21105/joss.00388
.. |DOI| image:: https://zenodo.org/badge/17577779.svg
:target: https://zenodo.org/badge/latestdoi/17577779
.. |ASCL| image:: https://img.shields.io/badge/ascl-1707.006-blue.svg?colorB=262255
:target: http://ascl.net/1707.006
.. |logo| image:: https://gala.adrian.pw/en/latest/_static/Gala_Logo_RGB.png
:target: https://github.com/adrn/gala
:width: 400
Contributors
------------
See the `AUTHORS.rst <https://github.com/adrn/gala/blob/main/AUTHORS.rst>`_
file for a complete list of contributors to the project.
Raw data
{
"_id": null,
"home_page": null,
"name": "gala",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "astronomy, dynamics",
"author": null,
"author_email": "Adrian Price-Whelan <adrianmpw@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1d/1c/39c0b03f1ab9a2cf8422a4b73f6bd599af0d3843ebbda97c7d3a660052e4/gala-1.10.1.tar.gz",
"platform": null,
"description": "|logo|\n\nGala is a Python package for Galactic and gravitational dynamics.\n\n|Affiliated package| |Coverage Status| |Build status|\n\nDocumentation\n-------------\n\n|Documentation Status|\n\nThe documentation for ``Gala`` is hosted on `Read the docs\n<http://gala.adrian.pw>`__.\n\nInstallation and Dependencies\n-----------------------------\n\n|conda| |PyPI|\n\nThe easiest way to get Gala is to install with pip or conda.\n\nThe recommended install method is to use ``pip``::\n\n pip install gala\n\nIf you are on Linux or Mac, you can also install ``gala`` with conda using the\nconda-forge channel::\n\n conda install gala --channel conda-forge\n\nSee the `installation\ninstructions <http://gala.adrian.pw/en/latest/install.html>`_ in the\n`documentation <http://gala.adrian.pw>`__ for more information.\n\nAttribution\n-----------\n\n|JOSS| |DOI|\n\nIf you make use of this code, please cite the `JOSS <http://joss.theoj.org>`_\npaper::\n\n @article{gala,\n doi = {10.21105/joss.00388},\n url = {https://doi.org/10.21105%2Fjoss.00388},\n year = 2017,\n month = {oct},\n publisher = {The Open Journal},\n volume = {2},\n number = {18},\n author = {Adrian M. Price-Whelan},\n title = {Gala: A Python package for galactic dynamics},\n journal = {The Journal of Open Source Software}\n }\n\nPlease also cite the Zenodo DOI |DOI| as a software citation - see the\n`documentation\n<http://gala.adrian.pw/en/latest/index.html#citation-and-attribution>`_ for up\nto date citation information.\n\nLicense\n-------\n\n|License|\n\nCopyright 2013-2024 Adrian Price-Whelan and contributors.\n\n``Gala`` is free software made available under the MIT License. For details see\nthe `LICENSE <https://github.com/adrn/gala/blob/main/LICENSE>`_ file.\n\n.. |Coverage Status| image:: https://codecov.io/gh/adrn/gala/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/adrn/gala\n.. |Build status| image:: https://github.com/adrn/gala/actions/workflows/tests.yml/badge.svg\n :target: https://github.com/adrn/gala/actions/workflows/tests.yml\n.. |License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n :target: https://github.com/adrn/gala/blob/main/LICENSE\n.. |PyPI| image:: https://badge.fury.io/py/gala.svg\n :target: https://badge.fury.io/py/gala\n.. |conda| image:: https://anaconda.org/conda-forge/gala/badges/version.svg\n :target: https://anaconda.org/conda-forge/gala\n.. |Documentation Status| image:: https://readthedocs.org/projects/gala-astro/badge/?version=latest\n :target: http://gala-astro.readthedocs.io/en/latest/?badge=latest\n.. |Affiliated package| image:: https://img.shields.io/badge/astropy-affiliated%20package-orange.svg\n :target: http://astropy.org/affiliated\n.. |JOSS| image:: http://joss.theoj.org/papers/10.21105/joss.00388/status.svg\n :target: http://joss.theoj.org/papers/10.21105/joss.00388\n.. |DOI| image:: https://zenodo.org/badge/17577779.svg\n :target: https://zenodo.org/badge/latestdoi/17577779\n.. |ASCL| image:: https://img.shields.io/badge/ascl-1707.006-blue.svg?colorB=262255\n :target: http://ascl.net/1707.006\n.. |logo| image:: https://gala.adrian.pw/en/latest/_static/Gala_Logo_RGB.png\n :target: https://github.com/adrn/gala\n :width: 400\n\nContributors\n------------\n\nSee the `AUTHORS.rst <https://github.com/adrn/gala/blob/main/AUTHORS.rst>`_\nfile for a complete list of contributors to the project.\n",
"bugtrack_url": null,
"license": "The MIT License (MIT)\n \n Copyright (c) 2012-2024 Adrian M. Price-Whelan\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Galactic dynamics in Python",
"version": "1.10.1",
"project_urls": {
"Documentation": "https://gala.adrian.pw",
"Repository": "https://github.com/adrn/gala.git"
},
"split_keywords": [
"astronomy",
" dynamics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8a6381e6c3f64f93291f976afff02611d3317e713e974ff7c586997c4092bbea",
"md5": "4d4d549cbec51fe755bd523ebe16f526",
"sha256": "ba5d18e7d2349c0009315f49441ccd1229c6b90b5a17fdbbabb97906b8f20308"
},
"downloads": -1,
"filename": "gala-1.10.1-cp311-cp311-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "4d4d549cbec51fe755bd523ebe16f526",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 8964102,
"upload_time": "2025-08-22T00:17:52",
"upload_time_iso_8601": "2025-08-22T00:17:52.476102Z",
"url": "https://files.pythonhosted.org/packages/8a/63/81e6c3f64f93291f976afff02611d3317e713e974ff7c586997c4092bbea/gala-1.10.1-cp311-cp311-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9e7cc600ffcf7bf94cc4bc505867f806fec13e9cc5e9f5027dd3fa96ac5a25fe",
"md5": "bb2150dc4a5823e79530e6e8b9324c38",
"sha256": "e50eb362ab38b266131985ba78614b67c9cbb5d6ef9d1b9a6e67051e3c02c8e4"
},
"downloads": -1,
"filename": "gala-1.10.1-cp311-cp311-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "bb2150dc4a5823e79530e6e8b9324c38",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 5265604,
"upload_time": "2025-08-22T00:17:54",
"upload_time_iso_8601": "2025-08-22T00:17:54.851575Z",
"url": "https://files.pythonhosted.org/packages/9e/7c/c600ffcf7bf94cc4bc505867f806fec13e9cc5e9f5027dd3fa96ac5a25fe/gala-1.10.1-cp311-cp311-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "168f9335e898b06ee3bfdc13c5313425a72d61c98dd905b003bca80c0b5dc6a7",
"md5": "15c3199d971328b7964919df19c076e7",
"sha256": "4b5b424e6e2d00d273101f4cc417ab13d1a3eb4b1ef960a2aa69dca854d3abfd"
},
"downloads": -1,
"filename": "gala-1.10.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "15c3199d971328b7964919df19c076e7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 15723581,
"upload_time": "2025-08-22T00:17:56",
"upload_time_iso_8601": "2025-08-22T00:17:56.602537Z",
"url": "https://files.pythonhosted.org/packages/16/8f/9335e898b06ee3bfdc13c5313425a72d61c98dd905b003bca80c0b5dc6a7/gala-1.10.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cb96be334c4a36c3bc9391ca131daf7b306ae844922d9c611481e64930d330f7",
"md5": "8d676934b5ee77839941b67f5fcd369c",
"sha256": "874b5d51a43471bd3aecdfeed63794e04e2386395505d5a1dadf32e1fa8a16e9"
},
"downloads": -1,
"filename": "gala-1.10.1-cp312-cp312-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "8d676934b5ee77839941b67f5fcd369c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 8957109,
"upload_time": "2025-08-22T00:17:58",
"upload_time_iso_8601": "2025-08-22T00:17:58.723825Z",
"url": "https://files.pythonhosted.org/packages/cb/96/be334c4a36c3bc9391ca131daf7b306ae844922d9c611481e64930d330f7/gala-1.10.1-cp312-cp312-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d761d8adc62ee466647ed3c38ad47e8cd13e96570b3cd529650deb76ced059c6",
"md5": "1ba115a668c82f355dd8c9e0cff93004",
"sha256": "813790caf4e2fe2dcc2967b7fc6e38a8dc558f95d8479ea09fd71b63f7784515"
},
"downloads": -1,
"filename": "gala-1.10.1-cp312-cp312-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "1ba115a668c82f355dd8c9e0cff93004",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 5270223,
"upload_time": "2025-08-22T00:18:01",
"upload_time_iso_8601": "2025-08-22T00:18:01.116268Z",
"url": "https://files.pythonhosted.org/packages/d7/61/d8adc62ee466647ed3c38ad47e8cd13e96570b3cd529650deb76ced059c6/gala-1.10.1-cp312-cp312-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e10deca9fab0a9f03cf774d41c40b2ed10ae8848ca9f612e1408b159516f2908",
"md5": "879c93e1c0d723998f88db24d56ba482",
"sha256": "b0f4f804c641d6dc3f2eb62abd64f295f532a76eadea87efef5ab1f35047c962"
},
"downloads": -1,
"filename": "gala-1.10.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "879c93e1c0d723998f88db24d56ba482",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 15730457,
"upload_time": "2025-08-22T00:18:02",
"upload_time_iso_8601": "2025-08-22T00:18:02.907335Z",
"url": "https://files.pythonhosted.org/packages/e1/0d/eca9fab0a9f03cf774d41c40b2ed10ae8848ca9f612e1408b159516f2908/gala-1.10.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "40536779490bd7e27bce2ac4442f0dcefb6d4a81a8f8cad02e050a634e9b61c4",
"md5": "514b24684da07b75a678f189a09e66e8",
"sha256": "73e340715b290650d320bff9b88fcd2b9c6603d0f4b467fd4b8db421a22ecf8d"
},
"downloads": -1,
"filename": "gala-1.10.1-cp313-cp313-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "514b24684da07b75a678f189a09e66e8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 8938070,
"upload_time": "2025-08-22T00:18:05",
"upload_time_iso_8601": "2025-08-22T00:18:05.259115Z",
"url": "https://files.pythonhosted.org/packages/40/53/6779490bd7e27bce2ac4442f0dcefb6d4a81a8f8cad02e050a634e9b61c4/gala-1.10.1-cp313-cp313-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "288b1fafad2656b95bf423094db02d56b96da8f2a92a6f16a6806b386acd6b3c",
"md5": "a7608af3318dbd86b44bf7d40c3e2359",
"sha256": "5816fb81c7b60ab448c2335b5358f66518ae23efc96b4b6fa03e234b428a52fe"
},
"downloads": -1,
"filename": "gala-1.10.1-cp313-cp313-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "a7608af3318dbd86b44bf7d40c3e2359",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 5247858,
"upload_time": "2025-08-22T00:18:07",
"upload_time_iso_8601": "2025-08-22T00:18:07.698610Z",
"url": "https://files.pythonhosted.org/packages/28/8b/1fafad2656b95bf423094db02d56b96da8f2a92a6f16a6806b386acd6b3c/gala-1.10.1-cp313-cp313-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e6e0f5e7b8e629d92d4c8911fbaf21f5d33f4576602a479ff2f596f71734df07",
"md5": "7924406c892be684db22546c2b968d77",
"sha256": "fd61947f6a65f1f5951f75d5258742674e4b4cc8372ed29074e4b3f7f140dc34"
},
"downloads": -1,
"filename": "gala-1.10.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7924406c892be684db22546c2b968d77",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 15661526,
"upload_time": "2025-08-22T00:18:09",
"upload_time_iso_8601": "2025-08-22T00:18:09.622547Z",
"url": "https://files.pythonhosted.org/packages/e6/e0/f5e7b8e629d92d4c8911fbaf21f5d33f4576602a479ff2f596f71734df07/gala-1.10.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d1c39c0b03f1ab9a2cf8422a4b73f6bd599af0d3843ebbda97c7d3a660052e4",
"md5": "879bd319293285fa37e807b3cd2d918a",
"sha256": "33df1914fbb19f0ea47abb1d077ae7a7d7ce6af7b90cab08073223ca4cf45387"
},
"downloads": -1,
"filename": "gala-1.10.1.tar.gz",
"has_sig": false,
"md5_digest": "879bd319293285fa37e807b3cd2d918a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 4800860,
"upload_time": "2025-08-22T00:18:11",
"upload_time_iso_8601": "2025-08-22T00:18:11.949846Z",
"url": "https://files.pythonhosted.org/packages/1d/1c/39c0b03f1ab9a2cf8422a4b73f6bd599af0d3843ebbda97c7d3a660052e4/gala-1.10.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-22 00:18:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adrn",
"github_project": "gala",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gala"
}