mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-09 23:43:46 -05:00
[PR #1053] [CLOSED] Add pipenv #950
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/1053
Author: @NCNecros
Created: 4/14/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
786124bAdd pypenv72d21caMerge pull request #1 from NCNecros/NCNecros-patch-1📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Pipenv — the officially recommended Python packaging tool from Python.org, free (as in freedom).
What's the difference between this Python project and similar ones?
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first-class citizen, in our world.
It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever-important Pipfile.lock, which is used to produce deterministic builds.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.