Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instld #2552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add instld #2552

wants to merge 1 commit into from

Conversation

pomponchik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant