1
- `Documentation `_ | Blog _ | `View on Github `_ | `Download Stable ZIP `_ | ` Download Stable TAR `_
1
+ `Documentation `_ | `View on Github `_ | `Download Development ZIP `_
2
2
3
3
.. image :: https://img.shields.io/pypi/v/astroquery.svg
4
4
:target: https://pypi.org/project/astroquery/#history
9
9
:alt: Documentation Status
10
10
11
11
.. image :: https://github.com/astropy/astroquery/workflows/CI/badge.svg
12
- :target: https://github.com/astropy/astroquery/actions?query=workflow%3ACI
12
+ :target: https://github.com/astropy/astroquery/actions?query=workflow%37ACI
13
13
:alt: Github Actions CI Status
14
14
15
15
.. image :: https://codecov.io/gh/astropy/astroquery/branch/main/graph/badge.svg
@@ -35,26 +35,16 @@ website <https://simbad.cds.unistra.fr/simbad/>`_, use the ``simbad`` sub-packag
35
35
>> > from astroquery.simbad import Simbad
36
36
>> > theta1c = Simbad.query_object(' tet01 Ori C' )
37
37
>> > theta1c.pprint()
38
- main_id ra dec ... coo_wavelength coo_bibcode matched_id
39
- deg deg ...
38
+ main_id ra dec ... coo_wavelength coo_bibcode matched_id
39
+ deg deg ...
40
40
------------ - ------------ - ------------ - ... -------------- ------------------ - ------------ -
41
41
* tet01 Ori C 83.8186095697 - 5.3897005033 ... O 2020yCat .1350... .0G * tet01 Ori C
42
42
43
43
Installation and Requirements
44
44
-----------------------------
45
45
46
- Astroquery works with Python 3.7 or later.
47
- As an `astropy `_ affiliate, astroquery requires `astropy `_ version 4.2.1 or later.
48
-
49
- astroquery uses the `requests <https://requests.readthedocs.io/en/latest/ >`_
50
- module to communicate with the internet. `BeautifulSoup
51
- <https://www.crummy.com/software/BeautifulSoup/> `_ and `html5lib'
52
- <https://html5lib.readthedocs.io/en/latest/> `_ are needed for HTML parsing for
53
- some services. The `keyring <https://pypi.python.org/pypi/keyring >`_ module is
54
- also required for accessing services that require a login. These can all be
55
- installed using `pip <https://pypi.python.org/pypi/pip >`_ or `anaconda
56
- <https://www.anaconda.com/> `_. Running the tests requires `curl
57
- <https://curl.haxx.se/> `_ to be installed.
46
+ Astroquery works with Python 3.9 or later.
47
+ As an `astropy `_ affiliate, astroquery requires `astropy `_ version 5.0 or later.
58
48
59
49
The latest version of astroquery can be pip installed (note the ``--pre `` for
60
50
picking up released developer versions, and ``-U `` for upgrade):
@@ -124,18 +114,11 @@ looked up at the following `Zenodo page <https://doi.org/10.5281/zenodo.591669>`
124
114
Additional Links
125
115
----------------
126
116
127
- `Download Development ZIP `_ | `Download Development TAR `_
128
-
129
117
Maintained by `
Adam Ginsburg `_ and `
Brigitta Sipocz <
https://github.com/bsipocz >`_ (`
[email protected] `_)
130
118
131
119
132
120
.. _Download Development ZIP : https://github.com/astropy/astroquery/zipball/main
133
- .. _Download Development TAR : https://github.com/astropy/astroquery/tarball/main
134
- .. _Download Stable ZIP : https://github.com/astropy/astroquery/zipball/stable
135
- .. _Download Stable TAR : https://github.com/astropy/astroquery/tarball/stable
136
121
.. _View on Github : https://github.com/astropy/astroquery/
137
122
.. _Documentation : https://astroquery.readthedocs.io
138
-
139
123
.. _Adam Ginsburg : https://www.adamgginsburg.com
140
- .. _Blog : http://astropy.org/astroquery-blog
141
124
.. _API : https://astroquery.readthedocs.io/en/latest/api.html
0 commit comments