Metadata-Version: 2.4
Name: AstroToolkit
Version: 2.0.2
Summary: A package for the gathering, plotting and analysis of astronomical data.
Author-email: Ethan Moorfield <ethan.moorfield@hotmail.co.uk>
Project-URL: Homepage, https://github.com/WD-planets/AstroToolkit
Project-URL: Issues, https://github.com/WD-planets/AstroToolkit/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: astroquery
Requires-Dist: beautifulsoup4
Requires-Dist: bokeh
Requires-Dist: lightkurve
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas>3.0.0
Requires-Dist: PyYAML
Requires-Dist: reproject
Requires-Dist: scipy
Requires-Dist: skypatrol
Requires-Dist: sparclclient
Dynamic: license-file

AstroToolkit
============
AstroToolkit (ATK) is a set of tools for fetching, plotting, and analysing astronomical data.

<br>

Installation
============
To install the package from PyPI, use:

```
pip install AstroToolkit
```

<br>

Documentation
=============
Full documentation for the package can be found [here](https://astrotoolkit.readthedocs.io/en/latest/).

<br> 

Acknowledgements
================
This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (Grant agreement No. 101020057).

<p align="center">
    <picture>
        <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/WD-planets/AstroToolkit/latest/docs/source/_static/erc_logo_dark.png">
        <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/WD-planets/AstroToolkit/latest/docs/source/_static/erc_logo_light.png">
        <img src="https://raw.githubusercontent.com/WD-planets/AstroToolkit/latest/docs/source/_static/erc_logo_light.png" width="200">
    </picture>
</p>
