A library that computes the ephemerides.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #!/usr/bin/env python3
-
- __title__ = "kosmorrolib"
- __description__ = "A library that computes your ephemerides"
- __url__ = "http://kosmorro.space"
- __version__ = "0.9.0"
- __build__ = 0x000900
- __author__ = "Jérôme Deuchnord"
- __author_email__ = "jerome@deuchnord.fr"
- __license__ = "AGPL"
- __copyright__ = "Copyright 2021 Jérôme Deuchnord"
|