Metadata-Version: 2.4
Name: pygantry
Version: 1.0.0
Summary: The ultra-lightweight Docker alternative for Python developers.
Author-email: erabytse <support@docudeeper.com>
Keywords: container,deployment,venv,lightweight,docker-alternative
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: pyyaml>=6.0.1
Dynamic: license-file

# 🏗️ Pygantry
**The ultra-lightweight Python container engine.**

Why ship a whole Linux OS with Docker when you only need a Python environment? 
**Pygantry** packages your app and its dependencies into a portable, relocatable "Gantry" that works anywhere.

## 🚀 Quick Start
1. **Init:** `python pyg.py init`
2. **Build:** `python pyg.py build`
3. **Run:** `python pyg.py run`
4. **Ship:** `python pyg.py ship` -> Get a lightweight ZIP and send it!

## 🌟 Why Pygantry?
- **Small:** 15MB vs 500MB+ for Docker.
- **Simple:** No daemon, no sudo, just Python.
- **Portable:** Move your folder anywhere, it just works.
