Metadata-Version: 2.4
Name: browser-session-tool
Version: 0.2.0.post1
Summary: Backup and restore login sessions for Edge and Firefox on Linux.
Home-page: https://github.com/yourusername/browser-session-tool
Author: Your Name
Author-email: your@email.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# File README.md

# Browser Session Tool

Backup and restore login sessions for **Microsoft Edge** and **Firefox** on Linux. Avoid expensive "new device" registration charges from educational platforms (Canvas, Blackboard, ProctorU, etc.).

## Features

- Backs up cookies, LocalStorage, SessionStorage, saved passwords, and browser settings.
- Detects Firefox profiles automatically.
- Restores everything and automatically removes lock files.
- Supports individual browsers or both at once.

## Installation

```bash
git clone https://github.com/blee-design/browser-session-tool.git
cd browser-session-tool
pip install .
