KASI (Korea Astronomy and Space Science Institute) Open API Python Wrapper
- Free software: MIT License
- Documentation: https://elbakramer.github.io/kasi/
- Check this notebook for example usage.
- Check Usage documentation.
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
This package was created with Cookiecutter and the elbakramer/cookiecutter-poetry project template.