Jérôme Deuchnord c875786023 | hace 10 meses | |
---|---|---|
.github | hace 10 meses | |
kosmorro | hace 11 meses | |
manpage | hace 11 meses | |
tests | hace 11 meses | |
.all-contributorsrc | hace 1 año | |
.editorconfig | hace 3 años | |
.gitignore | hace 11 meses | |
.gitpod.yml | hace 2 años | |
CHANGELOG.md | hace 10 meses | |
CODE_OF_CONDUCT.md | hace 3 años | |
CONTRIBUTING.md | hace 2 años | |
CONTRIBUTORS.md | hace 1 año | |
LICENSE.md | hace 3 años | |
Makefile | hace 1 año | |
README.md | hace 10 meses | |
poetry.lock | hace 10 meses | |
pyproject.toml | hace 10 meses |
Kosmorro is a program that calculates your astronomical ephemerides.
Installing Kosmorro is documented on the official website. Just select your operating system and follow the instructions!
To contribute to Kosmorrolib, you will need Poetry, a software to manage the project from development to publishing.
Clone this repository and run poetry install
to install the dependencies.
And that’s all, your development environment is ready!
To run Kosmorro, invoke poetry run kosmorro
. For comfort, you may also want to invoke poetry shell
, which will expose the kosmorro
command directly.
Using Kosmorro is as simple as invoking kosmorro
in your terminal!
By default, it will give you the current Moon phase and, if any, the events that will occur today.
Kosmorro has a lot of available options to get exactly what you want, including the possibility to get planets rise and set. To get a list of them, run kosmorro --help
, or read its manual with man kosmorro
. You can also find usage examples in the tldr
manual with tldr kosmorro
.
Kosmorro is translated on Weblate, a popular free platform for crowd-sourced internationalization. If you speak a language that is not supported yet, feel free to contribute!