Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.66 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.66 KB

+++ title = "Kosmorrolib documentation" description = "All the features of Kosmorrolib are documented right here!" template = "doc/section.html" +++

Usage

All the functions and classes listed below are accessible under the kosmorrolib module:

import kosmorrolib

# Example call:
events = kosmorrolib.get_events()

Functions

Model

  • AsterEphemerides - an object representing ephemerides
  • Event - an object representing an event
  • MoonPhase - an object representing a moon phase
  • Position - an object representing a position on earth
  • Object - an object representing an astronomical object

Enums