Metadata-Version: 2.4
Name: AstroToolkit
Version: 1.7.1
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==6.0.1
Requires-Dist: astroquery==0.4.7
Requires-Dist: bokeh==3.4.1
Requires-Dist: cmasher==1.8.0
Requires-Dist: matplotlib==3.8.4
Requires-Dist: importlib_resources==6.4.0
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.2
Requires-Dist: Requests==2.31.0
Requires-Dist: beautifulsoup4==4.12.3
Requires-Dist: scipy==1.13.0
Requires-Dist: selenium==4.21.0
Requires-Dist: lightkurve==2.4.2
Requires-Dist: PyQt5==5.15.10
Requires-Dist: numba==0.60.0
Dynamic: license-file

AstroToolkit
============

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

<br>

Installation
------------

To install AstroToolkit from PyPi, use

```
pip install AstroToolkit
```

<br>

Documentation
-------------

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