Metadata-Version: 2.1
Name: jacob-os-version-check
Version: 0.4.2
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
Requires-Dist: check-os-ver>=0.2.1
Requires-Dist: hj-check-os-version>=0.2.1
Requires-Dist: lucas-check-os-ver>=0.2.1
Requires-Dist: stundrg-check-os-ver>=0.2.3
Requires-Dist: cho-check-os-ver>=0.2.3
Requires-Dist: nunininu-check-os-ver>=0.3.0
Requires-Dist: seo-check-os-version>=0.2.0
Description-Content-Type: text/markdown

# jacob-os-version-check 
This package is designed for those who want to check their server version.                                              I will be updating this package to include features for Mac.                                                If anyone encounters issues with this package, please feel free to leave a message.
This version is clearer and more polished. Let me know if you need further adjustments!


##### Homer-Jay-Simpson

```
===========================+***+=======================================
====================#%*+#@#%#===+%#====================================
==================#*===%*==+*%#***#%*+=================================
=================#+===@%#*==--::::::-=+##+=============================
================**=+%%#::::::::::::::::::-#*===========================
================*%#-:=%::::::::::::::::::::=#*=========================
===============*%#-:::+-:::::::::::::::::::::+#========================
==============%=::::::::::::::::::::::::::::::+#=======================
============+#-::::::::::::::::::::::::::::::::+#======================
============*+::::::::::::::::::::::::::::::::::##=====================
============#-:::::::::::::::::::::::::::::::::::%+====================
===========+#-:::::::::::::::::::::::::::::::::::=#====================
============#-:::::::::::::::::::::::::::::::::::-*+===================
============#=::::::::::::::::::::::::::::::::::::+%+==================
============*+::::::::::::::::::::::::::::::::::::::**=================
============+*-:::::::::::::::+%%%%%%*-::::-+%%##%%%+#=================
=============#=::::::::::::+*:.........+*=#=.........**================
=============+#::::::::::-#:.............+=........  .=#===============
==============%=::+%::::-#................=-.......  ..**==============
===========+*=+%::@+*-::+-... ............-+....:-.  ..=#==============
===========*@%+%==#:*=::+:... %@-.    ....:+....#%-  ..**==============
============%+%@*+*:-#::==... ....    ....==..........=#===============
============#*=*%#+::**::*=.... ...   ...=%++--:::-**+#================
============*#==*#-:::-:::-#:......  ..-%=::::::::::+#=================
============+*==+%##=:::::::=%#-::::-%%=::::::::::::#*=================
===============%*=+=:::::::::::::::::::::--==+++***#+#*================
==============#*-#*=*=:::::::::::+%%#+==========------+%===============
==============+%-+-:::::::::-=%#=----------------------+%==============
===============+#*+*#*:::::=#=--------------------------#*=============
==================#*::::::**----------------------------=#=============
==================%=:::::+#-----------------------------=#+============
==================@-:::::%=------------------------------**============
=================+%:::::-#----+%=----------------------=%#=============
=================**:::::-%---=%#%###*++++++++++++*###%*================
=================#-::::::%=----------=============#+===================
================+*:::::::-@=------------------=*@#=====================
===========+#**#%+::::::::=#=----------------+#+=======================
==========+#.:#=#-:::::::::-*#-------------=%#=========================
=========+#....=#=::::::::::::+%*========+%*===========================
========+*:......-**=::::::::::::-=+***++@*============================
========*=..........:*#=::::::::::::::::*=.=%*=========================
=======#+....        ...=#*=-:::::::::::#-....=#*======================
=======%=....         ......-+**++-:::::*=......**=====================
=======+#*-..         ..........:%=*-:::=@*...*:.#+====================
======+%...*+-...            ..:*..-*-::::=*:%-..:#*===================
=+##*++**+:..:+*+:..  .      ..*:....+*-:::=@+*:..+*+==================
=:........:#*.....=##:.... ...%:......:*=:-#-.-*...#+==================
=............+*.......=*+-:.:#..........-#*=...+%**#*==================
```

# Usage

```
 # Print "Homer"
python
$ pip install jacob_os_version_check
$ python
>>> from jacob_os_version_check.hi import hi
>>> hi()

 # Random Print
>>> from jacob_os_version_check.hi import random_pic
>>> random_pic()

 # OS ver Print
>>> from jacob_os_version_check.osver import os_check_j
>>> os_check_j()

```

# Development enviroment setting

``` bash

# install PDM
# git clone ... 
$ pdm venv create
$ 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
```

### TEST
- https://docs.pytest.org/en/stable/
``` bash
# $ pdm add -dG test pytest pytest-cov
$ pytest
$ pytest -s
$ pytest --cov
```

### Ref
- https://pdm-project.org/en/latest/
- https://pdm-project.org/en/latest/usage/dependency/


