# bundler **Repository Path**: mirrors_tangrams/bundler ## Basic Information - **Project Name**: bundler - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](bundler.jpg) # Tangram Bundler Bundle a Tangram `.yaml` scene file (and the corresponding dependences and components) into a single `.zip` file. ## How to use it by installing it locally Just do: ```bash pip install tangram_bundler tangram-bundle scene.yaml ``` NOTE: The Tangram Bundler works with Python 2.x but is incompatible with Python 3.x. ## How to use it without installing locally First you need to install some Python dependences: ```bash pip install pyyaml ``` and the you can excecute the script directly from this repository by doing: ```bash python <(curl -s https://raw.githubusercontent.com/tangrams/bundler/master/tangram_bundler/__init__.py) ``` Once the script runs will ask you for the main scene YAML file (the one that "rules" them all). ## Development If you have the repo checked out and have made local modifications you'd like to test, run: ```bash python setup.py install ``` Similarly, if you'd like to remove the library: ```bash pip uninstall tangram_bundler ```