mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-17 12:41:14 -05:00
[PR #2552] add instld #1870
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2552
Author: @pomponchik
Created: 1/18/2024
Status: 🔄 Open
Base:
master← Head: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
importin 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
instldhides 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.