Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 475 Bytes

README.rst

File metadata and controls

19 lines (16 loc) · 475 Bytes

Overview

This is a simple system that does a bulk unpack of a directory of .w2p (web2py) packages.

Usage

The simplest approach is to run the following command from a directory containing .w2p files for example

cd mydirectorywith-w2p-files
python pathto/web2py-unpacker/unpackw2p.py

The result will be a new directory called 'unpacked' containing all the web2py code.

Author

David Bain "pigeonflight- [at] -gmail.com"