human-input-kit 0.2.1__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/CHANGELOG.md +6 -0
  2. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/PKG-INFO +3 -3
  3. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/README.md +2 -2
  4. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/docs/AFFILIATE.md +2 -2
  5. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/docs/FAQ.md +1 -1
  6. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/deal.py +1 -1
  7. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/pyproject.toml +1 -1
  8. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/.github/workflows/ci.yml +0 -0
  9. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/.github/workflows/release.yml +0 -0
  10. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/.gitignore +0 -0
  11. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/LICENSE +0 -0
  12. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/docs/assets/.gitkeep +0 -0
  13. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/examples/demo_warmup.py +0 -0
  14. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/examples/mlx_warmup_demo.py +0 -0
  15. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/__init__.py +0 -0
  16. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/async_.py +0 -0
  17. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/bezier.py +0 -0
  18. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/cli.py +0 -0
  19. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/gesture_schema.py +0 -0
  20. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/gestures.py +0 -0
  21. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/idle.py +0 -0
  22. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/keyboard.py +0 -0
  23. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/record.py +0 -0
  24. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/replay.py +0 -0
  25. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/rng.py +0 -0
  26. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/scroll.py +0 -0
  27. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/human_input_kit/sync_.py +0 -0
  28. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/recipes/scroll_news.py +0 -0
  29. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/recipes/youtube_idle.py +0 -0
  30. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/conftest.py +0 -0
  31. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_async_module.py +0 -0
  32. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_benchmark_bezier.py +0 -0
  33. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_bezier.py +0 -0
  34. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_cli.py +0 -0
  35. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_gesture_schema.py +0 -0
  36. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_gestures.py +0 -0
  37. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_mlx_warmup_demo.py +0 -0
  38. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_playwright_actions.py +0 -0
  39. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_record.py +0 -0
  40. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_replay.py +0 -0
  41. {human_input_kit-0.2.1 → human_input_kit-0.2.2}/tests/test_sync_api.py +0 -0
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.2.2 — 2026-06-12
4
+
5
+ ### Changed
6
+
7
+ - Affiliate checkout link → `https://multilogin.com?a_aid=saas` (README, FAQ, AFFILIATE, `--show-deal`)
8
+
3
9
  ## v0.2.1 — 2026-06-11
4
10
 
5
11
  ### Changed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: human-input-kit
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Human-like Playwright mouse, scroll, and typing — Bezier warmup with deterministic seeds. CLI: human-input.
5
5
  Project-URL: Homepage, https://github.com/human-input-kit/human-input-kit
6
6
  Project-URL: Documentation, https://github.com/human-input-kit/human-input-kit#readme
@@ -243,7 +243,7 @@ cdp-probe mlx --profile-id UUID --url https://example.com
243
243
 
244
244
  For **many profiles** (folder pool, cron, concurrency), use **`farm-runner`** (`automation-farm-runner`) with a warmup script that imports `human_input_kit` and reads `CDP_URL` / `PROFILE_ID`. This package is the gesture library; the farm runner owns MLX pool lifecycle.
245
245
 
246
- **Partner note (affiliate):** Human-like input pays off **inside** isolated Multilogin X profiles (proxy + fingerprint already matched) — not on leaky vanilla Chromium. If folder-scale warmup is your bottleneck, eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com/?ref=SAAS50) — verify terms before checkout. Demos and recipes work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `human-input --show-deal` (never printed by default).
246
+ **Partner note (affiliate):** Human-like input pays off **inside** isolated Multilogin X profiles (proxy + fingerprint already matched) — not on leaky vanilla Chromium. If folder-scale warmup is your bottleneck, eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com?a_aid=saas) — verify terms before checkout. Demos and recipes work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `human-input --show-deal` (never printed by default).
247
247
 
248
248
  **FAQ:** [docs/FAQ.md](docs/FAQ.md) — human-like mouse movement, Playwright scroll warmup, bot detection cadence.
249
249
 
@@ -268,5 +268,5 @@ MIT
268
268
 
269
269
  ---
270
270
 
271
- **Production antidetect:** [Multilogin X](https://multilogin.com/?ref=SAAS50) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
271
+ **Production antidetect:** [Multilogin X](https://multilogin.com?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
272
272
  More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [Coupons](https://anti-detect.github.io/)
@@ -209,7 +209,7 @@ cdp-probe mlx --profile-id UUID --url https://example.com
209
209
 
210
210
  For **many profiles** (folder pool, cron, concurrency), use **`farm-runner`** (`automation-farm-runner`) with a warmup script that imports `human_input_kit` and reads `CDP_URL` / `PROFILE_ID`. This package is the gesture library; the farm runner owns MLX pool lifecycle.
211
211
 
212
- **Partner note (affiliate):** Human-like input pays off **inside** isolated Multilogin X profiles (proxy + fingerprint already matched) — not on leaky vanilla Chromium. If folder-scale warmup is your bottleneck, eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com/?ref=SAAS50) — verify terms before checkout. Demos and recipes work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `human-input --show-deal` (never printed by default).
212
+ **Partner note (affiliate):** Human-like input pays off **inside** isolated Multilogin X profiles (proxy + fingerprint already matched) — not on leaky vanilla Chromium. If folder-scale warmup is your bottleneck, eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com?a_aid=saas) — verify terms before checkout. Demos and recipes work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `human-input --show-deal` (never printed by default).
213
213
 
214
214
  **FAQ:** [docs/FAQ.md](docs/FAQ.md) — human-like mouse movement, Playwright scroll warmup, bot detection cadence.
215
215
 
@@ -234,5 +234,5 @@ MIT
234
234
 
235
235
  ---
236
236
 
237
- **Production antidetect:** [Multilogin X](https://multilogin.com/?ref=SAAS50) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
237
+ **Production antidetect:** [Multilogin X](https://multilogin.com?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
238
238
  More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [Coupons](https://anti-detect.github.io/)
@@ -27,9 +27,9 @@ Do **not** push MLX in install paths, CLI defaults, or error messages. Core pack
27
27
  | `SAAS50` | Multilogin X (browser) | 50% off eligible **new** browser purchases |
28
28
  | `MIN50` | Multilogin Cloud Phone | 50% off eligible cloud phone purchases |
29
29
 
30
- **Eligibility disclaimer:** Codes, discounts, and product names are set by Multilogin and change without notice. "50% off" applies only to **eligible new purchases** per vendor terms — not renewals, upgrades, or all regions. Verify on [multilogin.com](https://multilogin.com/?ref=SAAS50) before paying. We do not guarantee any discount will apply to your order.
30
+ **Eligibility disclaimer:** Codes, discounts, and product names are set by Multilogin and change without notice. "50% off" applies only to **eligible new purchases** per vendor terms — not renewals, upgrades, or all regions. Verify on [multilogin.com](https://multilogin.com?a_aid=saas) before paying. We do not guarantee any discount will apply to your order.
31
31
 
32
- Checkout with referral: [Multilogin X — SAAS50](https://multilogin.com/?ref=SAAS50)
32
+ Checkout with referral: [Multilogin X — SAAS50](https://multilogin.com?a_aid=saas)
33
33
 
34
34
  ## Links
35
35
 
@@ -30,7 +30,7 @@ Both: import from `human_input_kit` for sync `Page` and `human_input_kit.async_`
30
30
 
31
31
  ## Do I need an antidetect browser?
32
32
 
33
- Not to demo scroll/replay on a local browser. For multi-account production, human-like input should run **inside** isolated profiles with consistent proxy and fingerprint. [Multilogin X](https://multilogin.com/?ref=SAAS50) is commonly paired with farm runners. `human-input-kit` works with any Playwright CDP session.
33
+ Not to demo scroll/replay on a local browser. For multi-account production, human-like input should run **inside** isolated profiles with consistent proxy and fingerprint. [Multilogin X](https://multilogin.com?a_aid=saas) is commonly paired with farm runners. `human-input-kit` works with any Playwright CDP session.
34
34
 
35
35
  ## Where is the affiliate coupon?
36
36
 
@@ -14,7 +14,7 @@ Multilogin X — antidetect browser & cloud phone (verify eligibility before che
14
14
  SAAS50 — browser plans (eligible new purchases)
15
15
  MIN50 — cloud phone (eligible new purchases)
16
16
 
17
- https://multilogin.com/?ref=SAAS50
17
+ https://multilogin.com?a_aid=saas
18
18
  Coupons: https://anti-detect.github.io/
19
19
  Scripts: https://t.me/Multilogin_Scripts_Bot
20
20
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "human-input-kit"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  description = "Human-like Playwright mouse, scroll, and typing — Bezier warmup with deterministic seeds. CLI: human-input."
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes