From ad9400d46a95f593132c1c4ac44c6eaeb9eec659 Mon Sep 17 00:00:00 2001 From: Kedar Date: Sun, 21 Dec 2014 19:58:23 +0530 Subject: [PATCH] Add entry for Nuitka --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca33da..a7e127b 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [py2app](http://pythonhosted.org/py2app/) - Freezes Python scripts (Mac OS X). * [PyInstaller](http://www.pyinstaller.org/) - Converts Python programs into stand-alone executables (cross-platform). * [dh-virtualenv](http://dh-virtualenv.readthedocs.org/) - Build and distribute a virtualenv as a Debian package. +* [Nuitka](http://nuitka.net/) - Compile scripts, modules, packages to an executable or extension module. ## Build Tools