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

# nunininu-check-os-ver
 - Detects and outputs the os version. 
 
### Development environment setting
```bash
$ install pdm
$ git clone

# pdm venv create (at different delvelopment environment)
$ 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
Username: __token__
# PR - Merge
# Tag - Release
```

### USE
``` 
$ pip install nunininu-check-os-ver
$ python
>>> from nunininu_check_os_ver.hi import hi
>>> hi()
```

### REF
```
- https://pdm-project.org/en/latest/
- https://packaging.python.org/en/latest/tutorials/packaging-projects/
- [console_scripts](https://packaging.python.org/en/latest/specifications/entry-points/#entry-points-specification)
```
