Metadata-Version: 2.1
Name: astropy
Version: 4.0
Summary: Community-developed python astronomy tools
Home-page: http://astropy.org
Author: The Astropy Developers
Author-email: astropy.team@gmail.com
License: BSD 3-Clause License
Description: =======
        Astropy
        =======
        
        |Travis Status| |CircleCI Status| |Coverage Status| |PyPI Status| |Documentation Status|
        
        The Astropy Project (http://astropy.org/) is a community effort to develop a
        single core package for Astronomy in Python and foster interoperability between
        Python astronomy packages. This repository contains the core package which is
        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 <docs/install.rst>`_ in this source distribution.
        
        Contributing Code, Documentation, or Feedback
        ---------------------------------------------
        
        The Astropy Project is made both by and for its users, so we welcome and
        encourage contributions of many kinds. Our goal is to keep this a positive,
        inclusive, successful, and growing community by abiding with the
        `Astropy Community Code of Conduct <http://www.astropy.org/about.html#codeofconduct>`_.
        
        More detailed information on contributing to the project or submitting feedback
        can be found on the `contributions <http://www.astropy.org/contribute.html>`_
        page. A `summary of contribution guidelines <CONTRIBUTING.md>`_ can also be
        used as a quick reference when you are ready to start writing or validating
        code for submission.
        
        Supporting the Project
        ----------------------
        
        |NumFOCUS| |Donate|
        
        The Astropy Project is sponsored by NumFOCUS, a 501(c)(3) nonprofit in the
        United States. You can donate to the project by using the link above, and this
        donation will support our mission to promote sustainable, high-level code base
        for the astronomy community, open code development, educational materials, and
        reproducible scientific research.
        
        License
        -------
        
        Astropy is licensed under a 3-clause BSD style license - see the
        `LICENSE.rst <LICENSE.rst>`_ file.
        
        Notes for Package Managers
        --------------------------
        
        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.
        
        .. |Travis Status| image:: https://travis-ci.org/astropy/astropy.svg
            :target: https://travis-ci.org/astropy/astropy
            :alt: Astropy's Travis CI Status
        
        .. |CircleCI Status| image:: https://circleci.com/gh/astropy/astropy.svg?style=svg
            :target: https://circleci.com/gh/astropy/astropy
            :alt: Astropy's CircleCI Status
        
        .. |Coverage Status| image:: https://codecov.io/gh/astropy/astropy/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/astropy/astropy
            :alt: Astropy's Coverage Status
        
        .. |PyPI Status| image:: https://img.shields.io/pypi/v/astropy.svg
            :target: https://pypi.python.org/pypi/astropy
            :alt: Astropy's PyPI Status
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/astropy/badge/?version=stable
            :target: http://docs.astropy.org/en/stable/?badge=stable
            :alt: Documentation Status
        
        .. |NumFOCUS| 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
        
        .. |Donate| image:: https://img.shields.io/badge/Donate-to%20Astropy-brightgreen.svg
            :target: https://numfocus.salsalabs.org/donate-to-astropy/index.html
        
Keywords: astronomy,astrophysics,cosmology,space,science,units,table,wcs,samp,coordinate,fits,modeling,models,fitting,ascii
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: astropy
Requires-Python: >=3.6
Provides-Extra: test
Provides-Extra: all
Provides-Extra: docs
