Module histastro
HistAstro module
HistAstro is a Python package for basic historical-astronomy calculations of Sun, Moon and planets, which can be used under the conditions of the GPLv3 licence. These pages contain the API documentation. For more information on the Python package, licence, source code and data files, see the HistAstro homepage.
Expand source code
# Copyright (c) 2019 Marc van der Sluys - marc.vandersluys.nl
#
# This file is part of the HistAstro Python package,
# see: https://astro.ru.nl/~sluys/HistAstro/
#
# This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
#
# This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this code. If not, see
# <https://www.gnu.org/licenses/>.
"""HistAstro module
HistAstro is a Python package for basic historical-astronomy calculations of Sun, Moon and planets, which can
be used under the conditions of the GPLv3 licence. These pages contain the API documentation. For more
information on the Python package, licence, source code and data files, see the [HistAstro
homepage](https://astro.ru.nl/~sluys/HistAstro/).
"""
name = "histastro"
Sub-modules
histastro.constants
-
Definition of constants for HistAstro.
histastro.coordinates
-
Coordinate transformations and related functions for HistAstro.
histastro.datetime
-
Date and time functions for HistAstro.
histastro.moon
-
Moon functions for HistAstro.
histastro.planets
-
Planet functions for HistAstro.
histastro.plot
-
Plot-related functions for HistAstro.