Metadata-Version: 2.4
Name: astrotool
Version: 0.0.23
Summary: A Python package for astronomical calculations in Python or on the command line
Author-email: Marc van der Sluys <git@vandersluys.nl>
License-Expression: EUPL-1.2
Project-URL: GitHub, https://github.com/MarcvdSluys/AstroTool
Project-URL: ReadTheDocs, https://astrotool.readthedocs.io
Project-URL: Homepage, http://astro.ru.nl/~sluys/AstroTool
Keywords: astronomy,ephemeris,date,time,coordinates
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: astroconst
Requires-Dist: colored_traceback
Requires-Dist: numpy
Dynamic: license-file

# AstroTool #

A Python package for astronomical calculations in Python or on the command line.


## Installation ##

This package can be installed using `pip install astrotool`.  This should automatically install the dependency
packages `astroconst`, `colored_traceback` and `numpy` if they haven't been installed already.  If you are
installing by hand, you have to ensure these packages are installed as well.


## AstroTool pages ##

* [Pypi](https://pypi.org/project/astrotool/): AstroTool Python package
* [GitHub](https://github.com/MarcvdSluys/AstroTool): AstroTool source code
* [Read the Docs](https://astrotool.readthedocs.io): AstroTool documentation


## Author and licence ##

* Author: Marc van der Sluys
* Contact: http://astro.ru.nl/~sluys/
* Licence: [EUPL 1.2](https://www.eupl.eu/1.2/en/)


## See also ##

* [AstroConst](https://pypi.org/project/astroconst/): a Python package that provides astronomical constants.
* [SolTrack](https://pypi.org/project/soltrack/): a free, fast and accurate
  [Python](https://pypi.org/project/soltrack/) or [C/C++](http://soltrack.sourceforge.net/) routine to compute
  the position of the Sun.
* [elp-mpp02](https://pypi.org/project/elp-mpp02/): accurate Moon positions using the lunar solution ELP/MPP02
  in Python.
* [libTheSky](http://libthesky.sourceforge.net/): a Fortran library to compute the positions of celestial
  bodies (Sun, Moon, planets, stars, asteroids, comets) and events (e.g. lunar phases) with great accuracy.


## References ##

* Meeus, [Astronomical algorithms](https://www.willbell.com/math/MC1.HTM), 2nd Ed.
* [Celestial mechanics in a nutshell (CMiaNS)](https://cmians.sourceforge.io/): online living document.
* This Python code is being adapted from the Fortran implementation in
  [libTheSky](http://libthesky.sourceforge.net/)


<sub>Copyright (c) 2021-2022 Marc van der Sluys</sub>
