[PR #1053] [CLOSED] Add pipenv #950

Closed
opened 2025-11-06 13:06:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1053
Author: @NCNecros
Created: 4/14/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 786124b Add pypenv
  • 72d21ca Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1053 **Author:** [@NCNecros](https://github.com/NCNecros) **Created:** 4/14/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`786124b`](https://github.com/vinta/awesome-python/commit/786124bcfd5e79f32fadb3722f78f7f3654dcb2a) Add pypenv - [`72d21ca`](https://github.com/vinta/awesome-python/commit/72d21ca7215d02351edf5675fb17d3c27c06b48d) Merge pull request #1 from NCNecros/NCNecros-patch-1 ### 📊 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? 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. --- <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:06:04 -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#950