Metadata-Version: 2.1
Name: gala
Version: 1.3
Summary: Galactic dynamics in Python
Home-page: http://gala.adrian.pw/
Author: Adrian M. Price-Whelan
Author-email: adrianmpw@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: astropy (>=4.0)
Requires-Dist: pyyaml
Requires-Dist: cython
Requires-Dist: scipy
Provides-Extra: all
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: h5py ; extra == 'all'
Requires-Dist: sympy ; extra == 'all'
Requires-Dist: numexpr ; extra == 'all'
Requires-Dist: galpy ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx-astropy ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: h5py ; extra == 'docs'
Requires-Dist: sympy ; extra == 'docs'
Requires-Dist: numexpr ; extra == 'docs'
Requires-Dist: tqdm ; extra == 'docs'
Requires-Dist: IPython ; extra == 'docs'
Requires-Dist: jupyter-client ; extra == 'docs'
Requires-Dist: ipykernel ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-astropy ; extra == 'test'
Requires-Dist: matplotlib ; extra == 'test'
Requires-Dist: h5py ; extra == 'test'
Requires-Dist: sympy ; extra == 'test'
Requires-Dist: numexpr ; extra == 'test'

Gala
====

Gala is a Python package for Galactic and gravitational dynamics.

|Affiliated package| |Coverage Status| |Build status| |Windows 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 conda or pip. To install
with conda, use the conda-forge channel::

    conda install gala --channel conda-forge

To install with pip::

    pip install gala

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 consider citing the Zenodo DOI |DOI| as a software citation::

    @misc{gala:zenodo,
      author       = {Adrian Price-Whelan and
                      Brigitta Sipőcz and
                      Daniel Lenz and
                      Johnny Greco and
                      Syrtis Major and
                      Sergey Koposov and
                      Semyeong Oh and
                      P. L. Lim},
      title        = {adrn/gala: v1.1},
      month        = mar,
      year         = 2020,
      publisher    = {Zenodo},
      version      = {v1.1},
      doi          = {10.5281/zenodo.3700827},
      url          = {https://doi.org/10.5281/zenodo.3700827}
    }

License
-------

|License|

Copyright 2013-2020 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:: http://img.shields.io/travis/adrn/gala/main.svg?style=flat
   :target: http://travis-ci.org/adrn/gala
.. |Windows status| image:: https://github.com/adrn/gala/workflows/Windows-tests/badge.svg?branch=main
   :target: https://github.com/adrn/gala/workflows/Windows-tests
.. |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/astro-gala/badges/version.svg
   :target: https://anaconda.org/conda-forge/astro-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

Contributors
------------

See the `AUTHORS.rst <https://github.com/adrn/gala/blob/main/AUTHORS.rst>`_
file for a complete list of contributors to the project.


