Metadata-Version: 2.1
Name: jacob-os-version-check
Version: 0.2.1
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 
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!

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


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