Metadata-Version: 2.1
Name: check_os_ver
Version: 0.4.3
Summary: Default template for PDM package
Author-Email: vhzkclq0705 <vhzkclq0705@naver.com>, vhzkclq0705 <dhwns1513@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/vhzkclq0705/check_os_ver
Project-URL: Issues, https://github.com/vhzkclq0705/check_os_ver/issues
Requires-Python: >=3.10
Requires-Dist: check_os_ver
Requires-Dist: cho-check-os-ver
Requires-Dist: hj-check-os-version
Requires-Dist: jacob-os-version-check
Requires-Dist: lucas-check-os-ver
Requires-Dist: nunininu-check-os-ver
Requires-Dist: ppabam-check-os-ver>=0.2.0
Requires-Dist: seo-check-os-version
Requires-Dist: stundrg-check-os-ver
Description-Content-Type: text/markdown

# check_os_ver

```


                                                    #*###*#
                                                    **#***#
                                                  *=**#+#*
                                          *@##**#**%%%***#
                                  @@@@@@#++++++*%#*+%%+*++%
                                 @@@@@@@%+++++++++++++++++*
                                 @@@@@@@@+++++++++++++++++#
                                 @@@@@@@@*++++++++++++++++#
                                  @@@@@@%++++++++++++*+**+*
                                   @@@@#+++++++++++*#***++*
                                      %%#***++++*******+++*
                                           *#**+++*****###**
                                           *++*##*####+=====#
                                          +*++++++======+++=++
                                          *#============+*++=+
                                          ++#+++==+=====*+==+*
                                           *#*#%%%###%%%#+=+*
                                            *++**%#*+++=++++%
                                            %+===+++++====++*
                                             *=+==+*======++@
                                             *+=+==*+=++==+*#
                                              =+***+#**++++##
                                              +++======----=+
                                           %----*####@%#%#%*#
                                            =----###--=-+####
                                             @##%@#++=====+*


```
## Use

### Use - osver: Print OS version
```bash
$ pip install check_os_ver
$ python
>>> from check_os_ver.osver import get_os_version
>>> get_os_version()
```

### Use - hi: Print "Chill guy"
```python
$ pip install check_os_ver
$ python
>>> from check_os_ver.hi import hi
>>> hi()
```

### Use - random_pic: Print "Random pic"
```python
$ pip install check_os_ver
$ python
>>> from check_os_ver.hi import random_pic as rp
>>> rp()
```

## Development environment settings
```bash
# install PDM
# git clone ...
$ source .venv/bin/activate
$ pdm install
# $ vi ...

# TEST
$ pip install
$ pdm test
$ pip install .

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

View at:
https://pypi.org/project/check_os_ver/0.4.3/

# PR - Merge
# Tag - Release
```

## TEST
```bash
# $ pdm add -dG test pytest pytest-cov
$ pytest
$ pytest -s
$ pytest --cov
```

## Ref
- https://pdm-project.org/en/latest/
- https://packaging.python.org/en/latest/tutorials/packaging-projects/
- console_scripts
