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.1 KiB

12345678910111213141516171819202122232425262728
  1. # Kosmorrolib - a library to compute your ephemerides!
  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. ## Installation
  4. ### Requirements
  5. Kosmorrolib requires the following software to work:
  6. - Python ≥ 3.7.0
  7. And that's all!
  8. ### Production environment
  9. Kosmorrolib is available [on PyPI](https://pypi.org/project/kosmorrolib/). To use it, invoke `pip install kosmorrolib`.
  10. ### Development environment
  11. To contribute to Kosmorrolib, you will need [Poetry](https://python-poetry.org), a software to manage the project from development to publishing.
  12. Clone this repository and run `poetry install` to install the dependencies.
  13. And that's all, your development environment is ready for the fight! 👏
  14. ## Documentation
  15. All the documentation can be found [on the website](https://kosmorro.space/lib/doc).