# grad300-client A Python client library for the [GRAD300](https://grad300.lam.fr) backend API. It provides query and download helpers for astronomical scan data produced by the GRAD300 radio telescope, returning results as [`astropy.table.Table`](https://docs.astropy.org/en/stable/table/) or [`astropy.io.fits.HDUList`](https://docs.astropy.org/en/stable/io/fits/) objects. --- ::::{grid} 1 2 2 3 :gutter: 3 :::{grid-item-card} {fas}`rocket` Quick Start :link: quickstart :link-type: doc Access scan data in minutes — query by source, date, or filename and download FITS data directly to memory or disk. ::: :::{grid-item-card} {fas}`gear` Configuration :link: configuration :link-type: doc Customise the server URL, timeout, and page size through the `conf` object or environment variables. ::: :::{grid-item-card} {fas}`book` API Reference :link: api/index :link-type: doc Detailed reference for all public classes, methods, and exceptions. ::: :::: ```{toctree} :hidden: :maxdepth: 2 :caption: User Guide installation quickstart configuration ``` ```{toctree} :hidden: :maxdepth: 2 :caption: API Reference api/index ``` ```{toctree} :hidden: :maxdepth: 1 :caption: Development changelog ```