Path: ...!fu-berlin.de!uni-berlin.de!not-for-mail From: eGenix Team Newsgroups: comp.lang.python Subject: ANN: eGenix PyRun - One file Python Runtime 2.5.0 Date: Mon, 1 Jul 2024 14:59:13 +0200 Organization: eGenix.com Lines: 84 Message-ID: References: <7afff6ed-505b-4915-bfae-059be2b3fabf@egenix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de G9aDbp9uJc5A9MoHzWiFUAoIDv5WXd5HTbAdai+hsUjA== Cancel-Lock: sha1:owdbiN5ESmfzkFqYSD5JhwEYjXA= sha256:lYCuLCi/qg82Ew6D3gfdub1slkaFbm7pXQFPHynW1k0= Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=egenix.com header.i=@egenix.com header.b=DXFXYPpH; dkim-adsp=pass; dkim-atps=neutral X-Spam-Status: OK 0.137 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.73; '*S*': 0.00; 'projects,': 0.03; 'url- ip:140.82/16': 0.03; 'jul': 0.04; '3.8': 0.05; '>>>': 0.07; 'germany.': 0.07; 'scripts.': 0.07; 'ui",': 0.07; '<>,': 0.09; 'announcing': 0.09; 'linux': 0.09; 'open-source': 0.09; 'skip:_ 70': 0.09; 'typically': 0.09; 'subject:Python': 0.12; 'url:github': 0.14; 'url-ip:140/8': 0.15; '2008': 0.16; '<>*.': 0.16; 'containers,': 0.16; 'disk,': 0.16; 'efficiently': 0.16; 'executable': 0.16; 'gmbh': 0.16; 'interpreter': 0.16; 'lemburg': 0.16; 'marc-andre': 0.16; 'run-time': 0.16; 'runtime': 0.16; 'subject:ANN': 0.16; 'url:contact': 0.16; 'url:malemburg': 0.16; 'url:trademarks': 0.16; 'python': 0.16; 'github': 0.17; 'applications': 0.17; 'implement': 0.19; 'to:addr:python-list': 0.20; 'subject:file': 0.22; 'version': 0.23; 'code': 0.23; 'run': 0.23; 'skip:- 10': 0.25; 'python,': 0.25; 'binary': 0.26; '>>>': 0.28; 'ideas': 0.28; '"segoe': 0.31; 'header:Organization:1': 0.31; 'but': 0.32; 'server': 0.33; 'release': 0.34; 'following': 0.35; 'source': 0.36; 'using': 0.37; 'directory': 0.37; 'file': 0.38; 'put': 0.38; 'added': 0.39; 'single': 0.39; 'list': 0.39; 'distributed': 0.39; 'still': 0.40; 'both': 0.40; 'font-family:': 0.60; 'provide': 0.60; 'services': 0.61; 'inline': 0.61; 'introduction': 0.61; 'color': 0.62; 'display:': 0.62; 'widows:': 0.62; 'none;': 0.62; 'arial,': 0.62; 'customers': 0.62; 'font- weight:': 0.62; 'internal': 0.63; 'great': 0.63; '0px;': 0.63; 'skip:b 10': 0.63; 'professional': 0.63; 'online': 0.63; 'our': 0.64; 'complete': 0.64; 'orphans:': 0.64; 'license': 0.64; 'your': 0.64; 'text-indent:': 0.64; 'news': 0.65; 'well': 0.65; 'normal;': 0.66; 'skip:t 20': 0.66; 'decided': 0.67; 'url:5': 0.67; 'helvetica,': 0.69; 'amtsgericht': 0.69; 'url:news': 0.69; 'url:products': 0.69; 'compared': 0.71; 'skip:* 10': 0.71; 'product': 0.71; 'success': 0.73; 'costs': 0.74; 'float:': 0.74; 'initial;': 0.74; '16px;': 0.75; 'skip:f 20': 0.75; ' List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <7afff6ed-505b-4915-bfae-059be2b3fabf@egenix.com> Bytes: 8065 *ANNOUNCING* eGenix PyRun - One file Python Runtime Version 2.5.0 Python runtime taking up just 4-6MB on disk This announcement is also available on our web-site for online reading: https://www.egenix.com/company/news/eGenix-PyRun-2.5.0-GA.html ------------------------------------------------------------------------ *INTRODUCTION* *eGenix PyRun*™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run Python based scripts and applications to Unix based systems simple and efficient. eGenix PyRun's executable only needs 4-6MB on disk, but still supports most Python applications and scripts. Compared to a regular Python installation of typically 100MB on disk, eGenix PyRun is ideal for applications and scripts that need to be distributed to containers, VMs, clusters, client installations, customers or end-users. It makes "installing" Python on a Unix based system as simple as copying a single file. eGenix has been using eGenix PyRun as run-time for the Linux version of mxODBC Connect Server product since 2008 with great success and decided to make it available as a stand-alone open-source product. We provide the source archive to build your own *eGenix PyRun on Github* , as well as a few binary distributions to get you started on Linux x86_64. In the future, we will set up automated builds for several other platforms. Please see the product page for more details: >>> eGenix PyRun - One file Python Runtime ------------------------------------------------------------------------ *NEWS* This major release of eGenix PyRun comes with the following enhancements: * Added support for *Python 3.8 - 3.11* * Removed support for Python 3.5-3.7 * Modernized the directory setup and build * Changed the license to the *Apache2 license* * Extracted the code from our internal mono-repo to put on Github * *Relaunched the project on Github* For a complete list of changes, please see the *eGenix PyRun Changelog *. Enjoy, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Jul 01 2024) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/