https://github.com/astropy/astropy
Raw File
Tip revision: ca01b3bb62d07d938a526dbee6ff875d9917a9c9 authored by Brigitta Sipocz on 01 August 2018, 22:12:08 UTC
Preparing release v2.0.8
Tip revision: ca01b3b
README.rst
=======
Astropy
=======

.. image:: https://img.shields.io/pypi/v/astropy.svg
    :target: https://pypi.python.org/pypi/astropy

Astropy (http://www.astropy.org) is a package intended to contain much of
the core functionality and some common tools needed for performing
astronomy and astrophysics with Python.

Releases are `registered on PyPI <http://pypi.python.org/pypi/astropy>`_,
and development is occurring at the
`project's github page <http://github.com/astropy/astropy>`_.

For installation instructions, see the `online documentation <http://docs.astropy.org/>`_
or  ``docs/install.rst`` in this source distribution.

For system packagers: Please install Astropy with the command::

    $ python setup.py --offline install

This will prevent the astropy_helpers bootstrap script from attempting to
reach out to PyPI.

Project Status
--------------

.. image:: https://travis-ci.org/astropy/astropy.svg
    :target: https://travis-ci.org/astropy/astropy
    :alt: Astropy's Travis CI Status

.. image:: https://coveralls.io/repos/astropy/astropy/badge.svg
    :target: https://coveralls.io/r/astropy/astropy
    :alt: Astropy's Coveralls Status

.. image:: https://ci.appveyor.com/api/projects/status/ym7lxajcs5qwm31e/branch/master?svg=true
    :target: https://ci.appveyor.com/project/Astropy/astropy/branch/master
    :alt: Astropy's Appveyor Status

For an overview of the testing and build status of all packages associated
with the Astropy Project, see http://dashboard.astropy.org.

.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
    :target: http://numfocus.org
    :alt: Powered by NumFOCUS

License
-------
Astropy is licensed under a 3-clause BSD style license - see the
``LICENSE.rst`` file.
back to top