A library that computes the ephemerides.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
312 B

  1. #!/usr/bin/env python3
  2. __title__ = "kosmorrolib"
  3. __description__ = "A library that computes your ephemerides"
  4. __url__ = "http://kosmorro.space"
  5. __version__ = "0.11.2"
  6. __author__ = "Jérôme Deuchnord"
  7. __author_email__ = "jerome@deuchnord.fr"
  8. __license__ = "CeCILL-C"
  9. __copyright__ = "2021 - Jérôme Deuchnord"