Metadata-Version: 2.1
Name: seo-check-os-version
Version: 0.2.2
Summary: Default template for PDM package
Author-Email: "<wminhyuk>" <<seoseo1998@gmail.com>>
License: MIT
Project-URL: Homepage, https://github.com/wminhyuk/seo-check-os-version
Project-URL: Issues, https://github.com/wminhyuk/seo-check-os-version/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# seo-check-os-version

### Development environment setting
```bash
# install PDM
# git clone ...
$ source .venv/bin/activate
$ pdm install
# $ vi ...
# TEST
$ pdm install
$ pdm test
$ pip install .

$ git add <FILE_NAME>
$ git commit -a
$ git push
$ git publish
```

### USE
```bash
$ pip install cho-check-os-ver
$ python
>>> from cho_check_os_ver.hi  import hi
>>> hi()
```
