[PR #2649] Add Portable Python Bundles on MS Windows #1965

Open
opened 2025-11-06 13:26:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2649
Author: @christian-korneck
Created: 1/31/2025
Status: 🔄 Open

Base: masterHead: add-project-bundles


📝 Commits (1)

  • 0a3cef7 Add project-PortablePythonBundlesOnWindows

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

This is a technique for creating Portable Python Bundles on MS Windows. Bundles are like venvs - but are self-contained and path-independent. An alternative to venvs and executables created with PyInstaller.

What's the difference between this Python project and similar ones?

It's a convention that fills a gap for packaging and distributing Python environments and applications on MS Windows. Bundles have the advantages of being a full Python environments - similar to venvs - , so you can install packages with pip, use them in an IDE, etc. But Bundles are also self-contained, path-independent and portable to other Windows machines similar to PyInstaller-created single executables.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2649 **Author:** [@christian-korneck](https://github.com/christian-korneck) **Created:** 1/31/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-project-bundles` --- ### 📝 Commits (1) - [`0a3cef7`](https://github.com/vinta/awesome-python/commit/0a3cef7712ea688da24864b2688747fbe11f3c89) Add project-PortablePythonBundlesOnWindows ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? This is a technique for creating Portable Python Bundles on MS Windows. Bundles are like venvs - but are self-contained and path-independent. An alternative to venvs and executables created with PyInstaller. ## What's the difference between this Python project and similar ones? It's a convention that fills a gap for packaging and distributing Python environments and applications on MS Windows. Bundles have the advantages of being a full Python environments - similar to venvs - , so you can install packages with `pip`, use them in an IDE, etc. But Bundles are also self-contained, path-independent and portable to other Windows machines similar to PyInstaller-created single executables. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:26:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1965