Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 470 Bytes

pyndler Build Status

Bundle Python packages into a single script.

A utility needed to build multiple files into a single script. It can be useful for distribution or for easy writing of code and bundle it (for example for www.codingame.com)

Installation

python setup.py install

Using

pyndler entry.py -o output.py