session-bundle-kit 0.3.2__tar.gz → 0.3.5__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.2 → session_bundle_kit-0.3.5}/CHANGELOG.md +19 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/PKG-INFO +10 -4
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/README.md +9 -3
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/pyproject.toml +1 -1
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/deal.py +1 -1
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/.github/workflows/ci.yml +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/.github/workflows/release.yml +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/.gitignore +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/LICENSE +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/docs/AFFILIATE.md +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/docs/FAQ.md +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/__init__.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/bundle.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/cli.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/diff.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/export.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/import_bundle.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/mlx.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/models.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/session_bundle_kit/security.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/fixtures/state.json +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/fixtures/state_with_secret.json +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_bundle.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_cli.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_diff.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_import.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_mlx.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_mlx_cli.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_roundtrip.py +0 -0
- {session_bundle_kit-0.3.2 → session_bundle_kit-0.3.5}/tests/test_security.py +0 -0
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.5 — 2026-06-12
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Confirm unified affiliate URL `https://multilogin.com?a_aid=saas` across all docs
|
|
8
|
+
|
|
9
|
+
## v0.3.4 — 2026-06-12
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- README: [anti-detect.github.io](https://anti-detect.github.io/) coupon hub at top, playbook middle, partner note, and footer
|
|
14
|
+
- `--show-deal`: promo hub line for SAAS50 / MIN50
|
|
15
|
+
|
|
16
|
+
## v0.3.3 — 2026-06-12
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- README: affiliate placements at top, migration playbook middle, and production footer (`?a_aid=saas`)
|
|
21
|
+
|
|
3
22
|
## v0.3.2 — 2026-06-12
|
|
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.5
|
|
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?a_aid=saas) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `session-bundle --show-deal` (never printed by default).
|
|
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?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
|
|
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?a_aid=saas) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `session-bundle --show-deal` (never printed by default).
|
|
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?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
|
|
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/)
|
|
@@ -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.5"
|
|
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"
|
|
@@ -15,7 +15,7 @@ Multilogin X — antidetect browser & cloud phone (verify eligibility before che
|
|
|
15
15
|
MIN50 — cloud phone (eligible new purchases)
|
|
16
16
|
|
|
17
17
|
https://multilogin.com?a_aid=saas
|
|
18
|
-
|
|
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
|
|
File without changes
|
|
File without changes
|