session-bundle-kit 0.3.1__tar.gz → 0.3.4__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.
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/CHANGELOG.md +19 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/PKG-INFO +10 -4
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/README.md +9 -3
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/docs/AFFILIATE.md +2 -2
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/docs/FAQ.md +1 -1
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/pyproject.toml +1 -1
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/deal.py +2 -2
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/.github/workflows/ci.yml +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/.github/workflows/release.yml +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/.gitignore +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/LICENSE +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/__init__.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/bundle.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/cli.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/diff.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/export.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/import_bundle.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/mlx.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/models.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/session_bundle_kit/security.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/fixtures/state.json +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/fixtures/state_with_secret.json +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_bundle.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_cli.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_diff.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_import.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_mlx.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_mlx_cli.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_roundtrip.py +0 -0
- {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.4}/tests/test_security.py +0 -0
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.4 — 2026-06-12
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- README: [anti-detect.github.io](https://anti-detect.github.io/) coupon hub at top, playbook middle, partner note, and footer
|
|
8
|
+
- `--show-deal`: promo hub line for SAAS50 / MIN50
|
|
9
|
+
|
|
10
|
+
## v0.3.3 — 2026-06-12
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- README: affiliate placements at top, migration playbook middle, and production footer (`?a_aid=saas`)
|
|
15
|
+
|
|
16
|
+
## v0.3.2 — 2026-06-12
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Affiliate checkout link → `https://multilogin.com?a_aid=saas` (README, FAQ, AFFILIATE, `--show-deal`)
|
|
21
|
+
|
|
3
22
|
## v0.3.1 — 2026-06-11
|
|
4
23
|
|
|
5
24
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: session-bundle-kit
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Playwright storage_state zip export — backup sessions, diff bundles, MLX cookie pull/push. CLI: session-bundle.
|
|
5
5
|
Project-URL: Homepage, https://github.com/session-bundle-kit/session-bundle-kit
|
|
6
6
|
Project-URL: Documentation, https://github.com/session-bundle-kit/session-bundle-kit#readme
|
|
@@ -48,6 +48,8 @@ session-bundle export state.json -o bundle.zip
|
|
|
48
48
|
|
|
49
49
|
CLI: **`session-bundle`** · Python **3.10+** · optional **`[mlx]`** for Launcher helpers
|
|
50
50
|
|
|
51
|
+
> **Partner (optional):** Restore sessions into **isolated MLX profiles** — not a shared Chrome `user-data-dir`. [Multilogin X](https://multilogin.com?a_aid=saas) · `SAAS50` / `MIN50` on eligible new purchases. Export/diff works offline without MLX. [Affiliate disclosure](docs/AFFILIATE.md) · [Multilogin promo codes](https://anti-detect.github.io/).
|
|
52
|
+
|
|
51
53
|
**Playwright session export & backup** — zip `storage_state` cookies and localStorage; MLX cookie pull/push for profile migration.
|
|
52
54
|
|
|
53
55
|
Export and compare **browser session bundles** — cookies, `localStorage`, `sessionStorage`, and IndexedDB metadata — from Playwright storage state JSON.
|
|
@@ -197,6 +199,10 @@ session-bundle mlx-push --profile-id TARGET_UUID --bundle bundle.zip
|
|
|
197
199
|
cdp-probe mlx --profile-id TARGET_UUID --url https://your-app.example # verify session + exposure
|
|
198
200
|
```
|
|
199
201
|
|
|
202
|
+
|
|
203
|
+
**Coupon hub:** [Multilogin promo codes](https://anti-detect.github.io/) — guides for `SAAS50` / `MIN50`, pricing comparisons, and workflow playbooks.
|
|
204
|
+
**Migration partner note:** Multi-account moves use `mlx-pull` / `mlx-push` on [Multilogin X](https://multilogin.com?a_aid=saas) Launcher. Code `SAAS50` (browser) — verify eligibility before checkout. Full coupons: `session-bundle --show-deal`.
|
|
205
|
+
|
|
200
206
|
Treat bundle zips as **secrets** — same sensitivity as password files.
|
|
201
207
|
|
|
202
208
|
## When Chrome `user-data-dir` fails in 2026
|
|
@@ -222,7 +228,7 @@ Enterprise admins can still control remote debugging via the [Allow remote debug
|
|
|
222
228
|
|
|
223
229
|
Export sessions to portable zips, validate with `mlx-push --dry-run`, then import cookies into MLX profiles after `antidetect-importer` migration or failed login on a new profile.
|
|
224
230
|
|
|
225
|
-
**Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com
|
|
231
|
+
**Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com?a_aid=saas) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Deals hub: [anti-detect.github.io](https://anti-detect.github.io/). Coupon details only via `session-bundle --show-deal` (never printed by default).
|
|
226
232
|
|
|
227
233
|
**FAQ:** [docs/FAQ.md](docs/FAQ.md) — Playwright storage_state export, Chrome 136 CDP, MLX cookie import.
|
|
228
234
|
|
|
@@ -244,5 +250,5 @@ MIT
|
|
|
244
250
|
|
|
245
251
|
---
|
|
246
252
|
|
|
247
|
-
**Production antidetect:** [Multilogin X](https://multilogin.com
|
|
248
|
-
More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [
|
|
253
|
+
**Production antidetect (partner):** [Multilogin X](https://multilogin.com?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
|
|
254
|
+
Affiliate disclosure — we may earn a commission; offers change on the vendor site. More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [Multilogin promo codes](https://anti-detect.github.io/)
|
|
@@ -13,6 +13,8 @@ session-bundle export state.json -o bundle.zip
|
|
|
13
13
|
|
|
14
14
|
CLI: **`session-bundle`** · Python **3.10+** · optional **`[mlx]`** for Launcher helpers
|
|
15
15
|
|
|
16
|
+
> **Partner (optional):** Restore sessions into **isolated MLX profiles** — not a shared Chrome `user-data-dir`. [Multilogin X](https://multilogin.com?a_aid=saas) · `SAAS50` / `MIN50` on eligible new purchases. Export/diff works offline without MLX. [Affiliate disclosure](docs/AFFILIATE.md) · [Multilogin promo codes](https://anti-detect.github.io/).
|
|
17
|
+
|
|
16
18
|
**Playwright session export & backup** — zip `storage_state` cookies and localStorage; MLX cookie pull/push for profile migration.
|
|
17
19
|
|
|
18
20
|
Export and compare **browser session bundles** — cookies, `localStorage`, `sessionStorage`, and IndexedDB metadata — from Playwright storage state JSON.
|
|
@@ -162,6 +164,10 @@ session-bundle mlx-push --profile-id TARGET_UUID --bundle bundle.zip
|
|
|
162
164
|
cdp-probe mlx --profile-id TARGET_UUID --url https://your-app.example # verify session + exposure
|
|
163
165
|
```
|
|
164
166
|
|
|
167
|
+
|
|
168
|
+
**Coupon hub:** [Multilogin promo codes](https://anti-detect.github.io/) — guides for `SAAS50` / `MIN50`, pricing comparisons, and workflow playbooks.
|
|
169
|
+
**Migration partner note:** Multi-account moves use `mlx-pull` / `mlx-push` on [Multilogin X](https://multilogin.com?a_aid=saas) Launcher. Code `SAAS50` (browser) — verify eligibility before checkout. Full coupons: `session-bundle --show-deal`.
|
|
170
|
+
|
|
165
171
|
Treat bundle zips as **secrets** — same sensitivity as password files.
|
|
166
172
|
|
|
167
173
|
## When Chrome `user-data-dir` fails in 2026
|
|
@@ -187,7 +193,7 @@ Enterprise admins can still control remote debugging via the [Allow remote debug
|
|
|
187
193
|
|
|
188
194
|
Export sessions to portable zips, validate with `mlx-push --dry-run`, then import cookies into MLX profiles after `antidetect-importer` migration or failed login on a new profile.
|
|
189
195
|
|
|
190
|
-
**Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com
|
|
196
|
+
**Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com?a_aid=saas) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Deals hub: [anti-detect.github.io](https://anti-detect.github.io/). Coupon details only via `session-bundle --show-deal` (never printed by default).
|
|
191
197
|
|
|
192
198
|
**FAQ:** [docs/FAQ.md](docs/FAQ.md) — Playwright storage_state export, Chrome 136 CDP, MLX cookie import.
|
|
193
199
|
|
|
@@ -209,5 +215,5 @@ MIT
|
|
|
209
215
|
|
|
210
216
|
---
|
|
211
217
|
|
|
212
|
-
**Production antidetect:** [Multilogin X](https://multilogin.com
|
|
213
|
-
More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [
|
|
218
|
+
**Production antidetect (partner):** [Multilogin X](https://multilogin.com?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
|
|
219
|
+
Affiliate disclosure — we may earn a commission; offers change on the vendor site. More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [Multilogin promo codes](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
|
|
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
|
|
32
|
+
Checkout with referral: [Multilogin X — SAAS50](https://multilogin.com?a_aid=saas)
|
|
33
33
|
|
|
34
34
|
## Links
|
|
35
35
|
|
|
@@ -30,7 +30,7 @@ No — `antidetect-importer` migrates competitor **profile metadata**; `_cookies
|
|
|
30
30
|
|
|
31
31
|
## Do I need an antidetect browser?
|
|
32
32
|
|
|
33
|
-
Not to export, diff, or validate zips locally. For production multi-account sessions, bundles are usually restored into **isolated profiles** with dedicated proxy/fingerprint — not a shared daily browser. [Multilogin X](https://multilogin.com
|
|
33
|
+
Not to export, diff, or validate zips locally. For production multi-account sessions, bundles are usually restored into **isolated profiles** with dedicated proxy/fingerprint — not a shared daily browser. [Multilogin X](https://multilogin.com?a_aid=saas) supports cookie import via Launcher. MLX push is optional in this package.
|
|
34
34
|
|
|
35
35
|
## Where is the affiliate coupon?
|
|
36
36
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "session-bundle-kit"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.4"
|
|
8
8
|
description = "Playwright storage_state zip export — backup sessions, diff bundles, MLX cookie pull/push. CLI: session-bundle."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -14,8 +14,8 @@ 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
|
|
18
|
-
|
|
17
|
+
https://multilogin.com?a_aid=saas
|
|
18
|
+
Promo hub: https://anti-detect.github.io/ (SAAS50 / MIN50)
|
|
19
19
|
Scripts: https://t.me/Multilogin_Scripts_Bot
|
|
20
20
|
|
|
21
21
|
Disclosure: we may earn a commission. Offers change; confirm on vendor site."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|