Skip to main content

A simple tool with the goal to keep your pip packages without conflicts

Project description

Pip Negotiator

https://img.shields.io/pypi/v/pip_negotiator.svg https://img.shields.io/travis/gchiesa/pip_negotiator.svg Documentation Status

A simple tool with the goal to keep your pip packages without conflicts

Features

Pip Negotiator, read your requirements.txt file and create a new set of pinned requirements without conflicts with the already existing packages.

This is useful when you want to install new Python Packages in a system without introducing conflicts.

All the packages dependencies will be resolved by including the list of the already installed Python Packages. The result is a new output (requirements.txt format) that can be used with pip

Usage:

pip-negotiator requirements.txt > resolved_requirements.txt
pip install -U resolved_requirements.txt

In case there is an error and the requirements cannot be resolved, use the debug mode to get an extensive analysis:

pip-negotiator -L debug requirements.txt

Help:

pip-negotiator --help

Credits

Pip Negotiator it’s a wrapper around pip and pip-tools This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2018-12-08)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pip_negotiator-1.0.4.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

pip_negotiator-1.0.4-py2.py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page