Jérôme Deuchnord
5dec0dcc4c
feat: add support for environment variables
The observer's position and timezone can now be set using the following
environment variables:
- `KOSMORRO_LATITUDE`: the observer's latitude
- `KOSMORRO_LONGITUDE`: the observer's longitude
- `KOSMORRO_TIMEZONE`: the observer's timezone
4 лет назад
Jérôme Deuchnord
1cd54f42bc
refactor: remove unused functions in ephemerides.py
4 лет назад
Jérôme Deuchnord
32489ae355
feat: move the date to a single argument
BREAKING CHANGE: the --day, --month and --year arguments have been removed in the
favor of a single one.
4 лет назад
Jérôme Deuchnord
d7730bd2ad
feat: add support for timezones
4 лет назад
Jérôme Deuchnord
72527ae886
ci: add E2E tests
4 лет назад
Jérôme Deuchnord
2fadc2a95e
feat: add ability to save PDF file
You can now use the `--format=pdf` argument to save the data computed by
Kosmorro to a PDF file. The new `--output` argument must be given with
the export file path.
4 лет назад
Jérôme Deuchnord
38fc06657f
feat: add colors in the text return
Colors can be disabled with the new `--no-colors` argument.
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 лет назад