A library that computes the ephemerides.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.3 KiB

12345678910111213141516171819202122
  1. # ![Kosmorrolib](https://raw.githubusercontent.com/Kosmorro/logos/main/kosmorrolib/kosmorrolib-artwork.jpg)
  2. [![Coverage Status](https://coveralls.io/repos/github/Kosmorro/lib/badge.svg?branch=main)](https://coveralls.io/github/Kosmorro/lib?branch=main) [![Version on PyPI](https://img.shields.io/pypi/v/kosmorrolib)](https://pypi.org/project/kosmorrolib) [![IRC: #kosmorro on Libera.Chat](https://img.shields.io/badge/Libera.Chat-%23kosmorro-blueviolet)](https://web.libera.chat/?nick=Astronaut?#kosmorro)
  3. Kosmorrolib is the Python library internally used in Kosmorro. It provides easy-to-use functions for your calculation needs.
  4. The library is built on [Skyfield](https://rhodesmill.org/skyfield/), an excellent library designed to compute positions for any objects in the Solar system.
  5. ## Installation
  6. Take a look at [the official documentation](https://kosmorro.space/lib) for the information about how to install this library.
  7. ### Development environment
  8. To contribute to Kosmorrolib, you will need [Poetry](https://python-poetry.org), a software to manage the project from development to publishing.
  9. Clone this repository and run `poetry install` to install the dependencies.
  10. And that's all, your development environment is ready!
  11. ## Documentation
  12. You can find all the documentation of the library [on the website](https://kosmorro.space/lib/doc).