Metadata-Version: 2.4
Name: envtwin
Version: 1.1.1
Summary: Instant Environment Recreator: snapshot and share your dev environment.
Author: Syntax-XXX
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# EnvTwin
# Still In Active Development
# Its a Beta Version

EnvTwin is an instant environment re-creator. It snapshots your system setup (OS, packages, editors, databases, ports, etc.), converts it into a Dockerfile or setup script, and lets you share it with one click—like a dev VM twin for onboarding.

## Features
- Snapshots OS, installed packages (pip, apt, npm), editors, databases, open ports
- Captures environment variables and shell config files
- Generates a Dockerfile to reproduce your environment
- Exports snapshot to a JSON file

## Usage

Install locally for development:
https://pypi.org/project/envtwin/
```sh
pip install envtwin
```

Run the CLI:

```sh
envtwin --dockerfile
# or
python -m envtwin --export snapshot.json
```

## License
MIT
