pvp VS pip-tools

Compare pvp vs pip-tools and see what are their differences.

pvp

PvP - The Ultimate Python Virtualenv and Package Manager (by senko)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pvp pip-tools
3 58
11 7,477
- 0.7%
0.0 8.9
over 2 years ago 6 days ago
Shell Python
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pvp

Posts with mentions or reviews of pvp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-20.
  • A not so unfortunate sharp edge in Pipenv
    8 projects | news.ycombinator.com | 20 Dec 2022
    I use a small shell script I wrote in jest a year ago (https://github.com/senko/pvp), it boils down to virtualenv and pip, and it basically solves all Python package management issues for me.

    I was burned by pipenv before (naively trying to use it because a certain prominent member of Python community hyped it up, and I hadn't known he'd gone off the rails). I can find no redeeming qualities to it whatsoever, and it scarred me enough that I don't want to touch other newer tools (poetry, pdm, whatever) with a 10ft pole.

    I find solace in pip and virtualenv just working and not trying to be too clever.

    I pin all my immediate reqs, and if there's a conflict with indirect deps (which happened maybe once or twice), I figure out the version I need and pin that manually.

    For packaging I rely on specialized tools that do just that (build, twine), and don't need one-with-everything spaceship of a tool.

    I also develop in Node and have suffered much more grief by npm. I lost count of the number of times where I had to rm-rf node modules and npm cache, rerun and hope for the best.

  • Pipenv or venv?
    4 projects | /r/Python | 17 May 2022
    I only use and swear by pvp.
  • Introducing PvP - the ultimate Python virtualenv and package manager
    1 project | /r/Python | 10 Dec 2021
    So I got y'all a little early Xmas present: PvP, the Python package manager to end all Python package managers!

pip-tools

Posts with mentions or reviews of pip-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-25.

What are some alternatives?

When comparing pvp and pip-tools you can also consider the following projects:

heroku-buildpack-python - Heroku's buildpack for Python applications.

Poetry - Python packaging and dependency management made easy

PDM - A modern Python package and dependency manager supporting the latest PEP standards

Pipenv - Python Development Workflow for Humans.

conda - A system-level, binary package and environment manager running on all major operating systems and platforms.

pip - The Python package installer

miniforge - A conda-forge distribution.

hatch - Modern, extensible Python project management

wheel - Adoption analysis of Python Wheels: https://pythonwheels.com/

dephell - :package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.

Curdling - Concurrent package manager for Python

conda-lock - Lightweight lockfile for conda environments