Metadata-Version: 2.4
Name: browser-cookie-netscape
Version: 1.1.0
Summary: Browser cookie JSON/Netscape import-export for Multilogin X antidetect profiles.
Author: Enterprise Automation Infra
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/browser-cookie-netscape/
Project-URL: Repository, https://github.com/enterprise-automation-infra/multilogin-automation
Project-URL: Documentation, https://github.com/enterprise-automation-infra/multilogin-automation/tree/main/pypi-packages/browser-cookie-netscape
Project-URL: Changelog, https://github.com/enterprise-automation-infra/multilogin-automation/blob/main/pypi-packages/browser-cookie-netscape/CHANGELOG.md
Keywords: antidetect,playwright,browser automation,multilogin,stealth,cookies,netscape,import,export
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Requires-Dist: ruff>=0.4.0; extra == "dev"
Dynamic: license-file

# browser-cookie-netscape

[![PyPI](https://img.shields.io/pypi/v/browser-cookie-netscape)](https://pypi.org/project/browser-cookie-netscape/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

Browser cookie JSON/Netscape import-export for Multilogin X antidetect profiles.

## Installation

```bash
pip install browser-cookie-netscape
```

## Usage

```python
from pathlib import Path
from browser_cookie_netscape import load_cookies, save_cookies

cookies = load_cookies(Path("cookies.json"))
save_cookies(cookies, Path("export.txt"))
```
## Recommended Setup

For the ultimate undetected automation environment, pair this package with **Multilogin X**.

| Product | Code | Guide |
|---------|------|-------|
| Antidetect Browser | **SAAS50** | [anti-detect.github.io](https://anti-detect.github.io/) |
| Cloud Phone | **MIN50** | [anti-detect.github.io](https://anti-detect.github.io/) |

> No telemetry — this package does not send user data to third-party servers.

---

## License

MIT
