Metadata-Version: 2.1
Name: jacob-os-version-check
Version: 0.2.0
Summary: Detects and outputs the os vesion.
Author-Email: jacob53 <jacob8753@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Jacob-53/jacob-os-version-check
Project-URL: Issues, https://github.com/Jacob-53/jacob-os-version-check/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# jacob-os-version-check 
### Development enviroment setting
``` bash

# install PDM
# git clone ... 
$ source .venv/bin/activate
$ pdm install
# $ vi .... (coding)
# TEST
$ pdm install
$ pdm test
$ pip install . 
$ git add  <file_name>
$ git commit -a
$ git push
$ pdm publish
```

# Usage
```python
$ pip install jacob_os_version_check
$ python
>>> from jacob_os_version_check.hi import hi
>>> hi()
```
