Jérôme Deuchnord f21c14c45e | 10 月之前 | |
---|---|---|
.github | 10 月之前 | |
kosmorrolib | 11 月之前 | |
.coveragerc | 3 年之前 | |
.editorconfig | 3 年之前 | |
.gitignore | 1 年之前 | |
.gitpod.yml | 2 年之前 | |
CHANGELOG.md | 11 月之前 | |
CONTRIBUTING.md | 2 年之前 | |
LICENSE.md | 3 年之前 | |
Makefile | 1 年之前 | |
README.md | 10 月之前 | |
SECURITY.md | 3 年之前 | |
pyproject.toml | 11 月之前 | |
tests.py | 2 年之前 |
Kosmorrolib is the Python library internally used in Kosmorro. It provides easy-to-use functions for your calculation needs.
The library is built on Skyfield, an excellent library designed to compute positions for any objects in the Solar system.
Take a look at the official documentation for the information about how to install this library.
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!
You can find all the documentation of the library on the website.