Skip to content

Latest commit

Β 

History

History
77 lines (49 loc) Β· 2.68 KB

File metadata and controls

77 lines (49 loc) Β· 2.68 KB

πŸ—οΈ Pygantry

The ultra-lightweight Python container engine.

CI PyPI version Python 3.10+ License: MIT

Docker-like simplicity for Python projects β€” without the overhead.

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

git clone https://github.com/erabytse/Pygantry.git
cd Pygantry

:: Windows (no installation needed)
1. **Init:** `pyg init --name my_app`
2. **Build:** `pyg build`
3. **Run:** `pyg run`
4. **Ship:** `pyg 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.

⚠️ Honest Limitations

Feature Status

βœ… Works on same machine Fully supported

⚠️ Relocation to another machine Requires same Python version installed on target

❌ Full Docker replacement Not a security sandbox β€” use for deployment simplicity only

πŸ’‘ Philosophy: Pygantry solves deployment friction, not security isolation. Perfect for internal tools, prototypes, and edge devices where Docker is too heavy.

πŸ“¦ Installation (optional)

pip install pygantry
pyg --help

🌍 Community

⭐ Star if you like lightweight Python tools! 🐞 Issues welcome β€” we respond within 24h πŸ“œ MIT License β€” free for commercial use

Pygantry v1.2 β€” Simple by design Part of erabytse β€” a quiet rebellion against digital waste.


πŸ’™ Support

If you use and value this tool, consider supporting its development:
Sponsor

Python Flask TypeScript AI Founder