Metadata-Version: 2.1
Name: StarlightProto
Version: 0.3.0
Summary: Default template for PDM package
Author-Email: cho6019 <j01040864205@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: astropy>=6.1.7
Requires-Dist: typer>=0.15.1
Requires-Dist: pytest>=8.3.4
Requires-Dist: pandas>=2.2.3
Description-Content-Type: text/markdown

# StarlightProto

Search for constellation's info.

# Use
```bash
for version 0.2


In Cli
$ cho-test search_c : 저장된 모든 국가명 검색
$ cho-test search_c --sub1 <검색어(eng)> : 일치 및 포함으로 국가명 검색

$ cho-test search_s : 저장된 모든 별자리명 검색
$ cho-test search_s --sub1 <검색어(eng)> : 일치 및 포함으로 별자리명 검색

$ cho-test find --sub1<국가명(eng)> --sub2<별자리명(eng)> : 두 검색어 모두 일치로 현재 위치정보 검색

```

# Dev
```bash
$ source .venv/bin/activate
$ pdm install
$ pdm add -dG eda jupyterlab

```

# EDA
```bash
$ jupyter lab

```
