/kasi

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

Primary LanguagePythonMIT LicenseMIT

KASI

PyPI Version

PyPI Python Versions

PyPI Status

CI Build Status

Documentation Build Status

Codecov Coverage

Requires.io Requirements Status

PyPI License

FOSSA Status

Gitter Chat

Code Style: Black

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.