feat: q-buffer watcher akisini destekle

This commit is contained in:
2026-03-12 22:32:12 +03:00
parent 55459373e5
commit daf75166db
4 changed files with 50 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<a href="https://gitea.wisecolt-panda.net/wisecolt/Bookmark-Tracker">
<img src="https://img.shields.io/badge/Gitea-Repository-609926?logo=gitea&logoColor=white" alt="Gitea">
</a>
<img src="https://img.shields.io/badge/Python-3.12%2B-3776AB?logo=python&logoColor=white" alt="Python">
<img src="https://img.shields.io/badge/Python-3.11%2B-3776AB?logo=python&logoColor=white" alt="Python">
<img src="https://img.shields.io/badge/E2E_Tests-enabled-22c55e?logo=pytest&logoColor=white" alt="E2E Tests">
<img src="https://img.shields.io/badge/Platform-macOS%20%7C%20Linux%20%7C%20Windows-1f6feb" alt="Platform">
<img src="https://img.shields.io/badge/Layout-src%2F%20package-0A7B83" alt="Layout">
@@ -24,7 +24,7 @@ cd <REPO_FOLDER>
### macOS / Linux
```bash
python3.12 -m venv .venv
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -e .
@@ -34,7 +34,7 @@ scrapling install
### Windows (PowerShell)
```powershell
py -3.12 -m venv .venv
py -3.11 -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install -U pip
python -m pip install -e .
@@ -44,7 +44,7 @@ scrapling install
### Windows (CMD)
```bat
py -3.12 -m venv .venv
py -3.11 -m venv .venv
.venv\Scripts\activate.bat
python -m pip install -U pip
python -m pip install -e .