Jérôme Deuchnord
6988e77838
fix: NoneType error on JSON output without position ( #199 )
3 年前
Jérôme Deuchnord
87206d7068
feat: use Kosmorrolib ( #162 )
3 年前
Jérôme Deuchnord
0b12e71da8
ci(compatibility): test on more Python versions and on macOS ( #131 )
BREAKING CHANGE: on Ubuntu 20.04+, the `texlive-latex-extra` package is needed to generate the PDF output
3 年前
Jérôme Deuchnord
c39cd3aefa
fix: handle out of range date error
4 年前
Jérôme Deuchnord
8bda2e1286
docs: add manpage to explain terms
4 年前
Jérôme Deuchnord
4ea148e8d1
feat: display a graph in the PDF output for the ephemerides
Show a graph instead of a table for the ephemerides in the PDF output
4 年前
brain_face
b9454be459
feat: add support for relative dates on --date argument
4 年前
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
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
adb62a17d3
docs: update readme, add manpage
4 年前
Jérôme Deuchnord
d7730bd2ad
feat: add support for timezones
4 年前
Jérôme Deuchnord
72527ae886
ci: add E2E tests
4 年前