A library that computes the ephemerides.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #!/usr/bin/env python3
-
- __title__ = "kosmorrolib"
- __description__ = "A library that computes your ephemerides"
- __url__ = "http://kosmorro.space"
- __version__ = "0.10.0"
- __author__ = "Jérôme Deuchnord"
- __author_email__ = "jerome@deuchnord.fr"
- __license__ = "CeCILL-C"
- __copyright__ = "2021 - Jérôme Deuchnord"
|