Jérôme Deuchnord
87206d7068
feat: use Kosmorrolib ( #162 )
3年前
Jérôme Deuchnord
8b723bfd22
refactor: use `enum` instead of `dict`s for the events and moon phase ( #129 )
BREAKING CHANGE: some methodes in Event and MoonPhase have been dropped
in favor of `enum.Enum`'s `name` and `value` properties.
3年前
Jérôme Deuchnord
75eba4977c
fix: avoid returning ephemerides for yesterday or tomorrow
4年前
brain_face
b9454be459
feat: add support for relative dates on --date argument
4年前
Jérôme Deuchnord
a7cb46e857
fix: handle KeyboardInterrupt exception
Using Ctrl+C to interrupt the program won't display a big ugly error
anymore.
4年前
Jérôme Deuchnord
c4f07a1d64
feat(i18n): make the strings translatable
4年前
Jérôme Deuchnord
467c8227df
feat(ephemerides): compute ephemerides if the position is set only
BREAKING CHANGE: invoking kosmorro command without --latitude and
--longitude arguments will now only output the Moon phase and,
eventually, the events for the given date (or today if date not given).
5年前
Jérôme Deuchnord
fa2da9e4a9
feat(events): add support for opposition events
5年前
Jérôme Deuchnord
d079fc7b20
fix(position): remove useless altitude argument
BREAKING CHANGE: invoking kosmorro command with the --altitude argument
will now fail with an "unrecognized arguments" error.
5年前
Jérôme Deuchnord
2511d31c37
fix(dumper): display the right date on output text
5年前
Jérôme Deuchnord
5f74b08d15
feat: add argument to get the current version
5年前
Jérôme Deuchnord
5c8d885707
Add --clear-cache option
5年前
Jérôme Deuchnord
da64382b3b
Add JSON output
5年前
Jérôme Deuchnord
afd2f94882
Bump version 0.1.0
5年前
Jérôme Deuchnord
392b2dd7dc
Refactorization of the computation functions
5年前
Jérôme Deuchnord
f545dfd0cd
Fix Python files header
5年前
Jérôme Deuchnord
15632cc9b3
Fix lint issues
5年前
Jérôme Deuchnord
d444e4e727
Return the ephemeris in a nice table 🤩
5年前
Jérôme Deuchnord
fda3c4fce0
Update config and docs
5年前
Jérôme Deuchnord
cb65bb99ab
Update branding
5年前
Jérôme Deuchnord
0e692e11fa
Compute planets' ephemeris
5年前
Jérôme Deuchnord
47b9297a78
Compute sunrise, sunset and phase moon
5年前
Jérôme Deuchnord
dc1b27dfbf
Init main program
5年前