From 5040a16497ff1247f77386dc5f46835ebe6d4c41 Mon Sep 17 00:00:00 2001 From: kmonsoor Date: Thu, 3 Jul 2014 01:58:01 +0600 Subject: [PATCH] ++ PyRun, a single-file based Python distro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from dev-site: "eGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as simple as copying a single file. eGenix PyRun's executable only needs 11MB for Python 2 and 13MB for Python 3, but still supports most Python applications and scripts - and it can be compressed to just 3-4MB using upx, if needed." --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1cd6097..a2b7af0f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. * [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments. * [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv +* [PyRun](https://www.egenix.com/products/python/PyRun/) - A open-source, one-file, no-installation-needed version of Python ## Package Management