Skip to content

KASI (Korea Astronomy and Space Science Institute) Open API Python Wrapper

License

Notifications You must be signed in to change notification settings

elbakramer/kasi

Repository files navigation

KASI

KASI (Korea Astronomy and Space Science Institute) Open API Python Wrapper

Features

  • Provides simple python wrappers for KASI OpenAPIs described in this page.

Usage

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.

About

KASI (Korea Astronomy and Space Science Institute) Open API Python Wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published