KASI¶
KASI (Korea Astronomy and Space Science Institute) Open API Python Wrapper
Free software: MIT License
Documentation: https://elbakramer.github.io/kasi/
Usage¶
Check this notebook for example usage.
Check Usage documentation.
Install¶
Use pip for install:
$ pip install kasi
If you want to setup a development environment, use poetry instead:
$ # Install poetry using pipx
$ python -m pip install pipx
$ python -m pipx ensurepath
$ pipx install poetry
$ # Clone repository
$ git clone https://github.com/elbakramer/kasi.git
$ cd kasi/
$ # Install dependencies and hooks
$ poetry install
$ poetry run pre-commit install
Credits¶
This package was created with Cookiecutter and the elbakramer/cookiecutter-poetry project template.