Metadata-Version: 2.4
Name: hakimifr-scripts
Version: 0.1.1
Summary: Add your description here
Author-email: Firdaus Hakimi <hakimifirdaus944@gmail.com>
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: anyio>=4.12.1
Requires-Dist: kurigram>=2.2.19
Requires-Dist: psutil>=7.2.2
Requires-Dist: rich>=14.3.3
Requires-Dist: tgcrypto>=1.2.5
Description-Content-Type: text/markdown

# hakimifr-scripts

A collection of Python scripts that I use.

## Install

One of the script requires freethreaded Python build. It works without it,
but will be much slower than using freethreaded build. Therefore I recommend
using `uv` to install this scripts collection with the freethreaded Python:

```bash
UV_MANAGED_PYTHON=1 UV_PYTHON=3.14t uv tool install https://github.com/hakimifr/hakimifr-scripts.git
```

You can, install it via pip, but then the Python version is dependant with
the one installed in your system. Most likely it's the non-freethreaded build.

```bash
pip3 install git+https://github.com/hakimifr/hakimifr-scripts.git
```

