Metadata-Version: 2.1
Name: jacob-os-version-check
Version: 0.3.5
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 Windows and 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

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

# 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()

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



```
