A library that computes the ephemerides.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12 righe
337 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.10.0"
  6. __build__ = 0x000900
  7. __author__ = "Jérôme Deuchnord"
  8. __author_email__ = "jerome@deuchnord.fr"
  9. __license__ = "AGPL"
  10. __copyright__ = "Copyright 2021 Jérôme Deuchnord"