Skip to content
/ bundler Public

A simple tool to bundle tarball package into a python script

Notifications You must be signed in to change notification settings

wcang/bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
------------
A simple tool to bundle package into a python script. The python script
execute command as specified in the manifest file.

bundler.py compresses a directory and manifest file and then embeds them into 
extract.py. extract.py extracts the embedded tarball and execute the command
as specified in the manifest file. The manifest file should be named
manifest.json.

The manifest file contains the following info:
- [directory]: informs bundler.py which directory to package
- [execute]: informs extract.py what to execute when tarball is extracted

Refer to manifest.json.sample and test folder to see how bundler is used.

License?
--------
Permission is granted to use, modify and redistribute this software. 
No warranty is provided.


Author:
Ang Way Chuang <wcang@sfc.wide.ad.jp>

About

A simple tool to bundle tarball package into a python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages