[PR #2552] add instld #1870

Open
opened 2025-11-06 13:24:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2552
Author: @pomponchik
Created: 1/18/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 0d8ad9b 'instld' added to the list

📊 Changes

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

View changed files

📝 README.md (+1 -1)

📄 Description

What is this Python project?

Imagine that all the libraries in the world are already installed on your computer. Just do an import in your code and the library will automatically pull up for use. You can distribute your scripts in a single file without the complex machinery around it that determines how to work with dependencies.

Other features:

You can use 2 different versions of the same library in the same program.
You can use incompatible libraries in the same project, as well as libraries with incompatible/conflicting dependencies.
The library does not leave behind "garbage". After the end of the program, no additional files remain in the system.

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

All other dependency management tools are difficult for the user. Only instld hides this complexity as if it doesn't exist at all.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 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/2552 **Author:** [@pomponchik](https://github.com/pomponchik) **Created:** 1/18/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0d8ad9b`](https://github.com/vinta/awesome-python/commit/0d8ad9b719c1411c273a12794edea0387cbbd00a) 'instld' added to the list ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description ## What is this Python project? Imagine that all the libraries in the world are already installed on your computer. Just do an `import` in your code and the library will automatically pull up for use. You can distribute your scripts in a single file without the complex machinery around it that determines how to work with dependencies. Other features: ⚡ You can use 2 different versions of the same library in the same program. ⚡ You can use incompatible libraries in the same project, as well as libraries with incompatible/conflicting dependencies. ⚡ The library does not leave behind "garbage". After the end of the program, no additional files remain in the system. ## What's the difference between this Python project and similar ones? All other dependency management tools are difficult for the user. Only [`instld`](https://github.com/pomponchik/instld) hides this complexity as if it doesn't exist at all. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <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:24:51 -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#1870