Metadata-Version: 2.1
Name: KUtil-jakubaugustyn
Version: 0.0.7
Summary: Kuba's Python Utilities
Author-email: Jakub Augustýn <kubik.augustyn@post.cz>, Radek Augustýn <raugustyn@post.cz>
Project-URL: Homepage, https://github.com/kubikaugustyn/KUtil
Project-URL: Issues, https://github.com/kubikaugustyn/KUtil/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# KUtil

Kuba's Python Utilities (kutil is intentional - a Czech word).
Made for Python 3.12 and newer

# Installation from PyPI

Sadly, the name `kutil` is already used, but I sneaked it to PyPI with a different name: `KUtil-jakubaugustyn`

```cmd
pip3 install KUtil-jakubaugustyn
```

# Installation

To manually install KUtil, download the repository [here](https://github.com/kubikaugustyn/KUtil) and copy
the `src/kutil` folder from the repo directly to your interpreter's `Lib` folder.

# Installation&development on the same machine

If you want to use and develop Kutil, you must clone github repository and link it inside of your interpreter's `Lib`
folder
using command like this:

```console
mklink /d C:\Python312\Lib\kutil "C:\Users\user\path\to\folder\KUtil\kutil"
```
