Main AstroPy repository
Python C CSS C++ PowerShell Shell
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 9047 commits behind astropy:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.continuous-integration Merge pull request #3649 from astrofrog/travis-numpy-dev Apr 25, 2015
astropy Fix documentation warnings Jul 14, 2015
astropy_helpers @ 591e301 Update astropy_helpers submodule to the latest master, so as to include Jul 13, 2015
cextern Close string on TPV CTYPE Jun 29, 2015
docs Minor doc fixes, including adding 0b0 to FlatLambdaCDM docstring Jul 12, 2015
licenses Updated some copyright dates Feb 18, 2015
static Fixed support on Python 3, and got rid of .astropy-root per astropy/a… Nov 24, 2014
.astropy-root Don't rely on .git to enable auto-build when importing from source tr… Jul 9, 2015
.gitattributes Use union merge for changelog Dec 16, 2014
.gitignore ignore .swo files generated by vim May 14, 2015
.gitmodules Update the astropy_helpers URL to the real astropy-helpers. May 19, 2014
.mailmap update .mailmap for impending release Jan 26, 2015
.travis.yml Use latest miniconda installer Jun 24, 2015
CHANGES.rst Added a changelog entry for this fix [skip ci] Jul 13, 2015
CITATION remove the "do not require" part Apr 24, 2015
CONTRIBUTING.md Fixing typos [skip ci] Jun 10, 2015
MANIFEST.in Don't rely on .git to enable auto-build when importing from source tr… Jul 9, 2015
README.rst Added AppVeyor badge Dec 31, 2014
ah_bootstrap.py Update to the latest development master branch of astroy-helpers (at … Apr 2, 2015
appveyor.yml Remove HDF5 tests marked to fail on appveyor because they now pass Jun 24, 2015
ez_setup.py Update ez_setup to that for the latest version of setuptools, 2.0 May 19, 2014
pip-requirements Update Numpy version in pip requirement file to 1.6.0 Nov 25, 2014
setup.cfg Enable �lite’ PEP8 testing Aug 13, 2014
setup.py Add fitsinfo script Jul 8, 2015
tox.ini Initial drop of support for Python 3.1 and 3.2, including removal of … Aug 13, 2014

README.rst

Astropy

https://pypip.in/v/astropy/badge.png https://pypip.in/d/astropy/badge.png

Astropy (http://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, and development is occurring at the project's github page.

For installation instructions, see the online documentation 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

https://travis-ci.org/astropy/astropy.png https://coveralls.io/repos/astropy/astropy/badge.png https://ci.appveyor.com/api/projects/status/ym7lxajcs5qwm31e/branch/master?svg=true

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

License

Astropy is licensed under a 3-clause BSD style license - see the licenses/LICENSE.rst file.