https://github.com/boon-code/npyck
creates runable packet from python source files.
https://github.com/boon-code/npyck
Last synced: 20 days ago
JSON representation
creates runable packet from python source files.
- Host: GitHub
- URL: https://github.com/boon-code/npyck
- Owner: boon-code
- Created: 2010-03-30T20:37:07.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-08-08T00:14:51.000Z (almost 15 years ago)
- Last Synced: 2025-12-15T01:14:16.410Z (6 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
npyck creates a shell skript which loads a python project...
all python source files are appended to the shell skript
in a compressed zip file.
it's easy to use:
let's say we got 2 source files, main.py and other.py
just call ./npyck.py main.py other.py -o packet.sh
now ./packet.sh * should have the same effects as python main.py *
supports only unix like operating systems, (it would work on windows if you had a shell...)
things to check/fix
* ...