Contents

pur 7.3.1

0

Update packages in a requirements.txt file to latest versions.

Update packages in a requirements.txt file to latest versions.

Stars: 589, Watchers: 589, Forks: 22, Open Issues: 9

The alanhamlett/pip-update-requirements repo was created 7 years ago and the last code push was 6 months ago.
The project is popular with 589 github stars!

How to Install pur

You can install pur using pip

pip install pur

or add it to a project with poetry

poetry add pur

Package Details

Author
Alan Hamlett
License
BSD
Homepage
https://github.com/alanhamlett/pip-update-requirements
PyPi:
https://pypi.org/project/pur/
GitHub Repo:
https://github.com/alanhamlett/pip-update-requirements

Classifiers

  • Software Development/Build Tools
No  pur  pypi packages just yet.

Errors

A list of common pur errors.

Code Examples

Here are some pur code examples and snippets.

Related Packages & Articles

art 6.1

ASCII Art Library For Python

pip-audit 2.7.2

A tool for scanning Python environments for known vulnerabilities

pip 24.0

The PyPA recommended tool for installing Python packages.

poetry 1.8.2

Python dependency management and packaging made easy.

error: invalid command 'egg_info'

This error is encountered when running pip install Distribute has been merged into Setuptools as of version 0.7. If you are using a version <=0.6, upgrade using pip install --upgrade setuptools or easy_install -U setuptools. Reference: https://stackoverflow.com/questions/11425106/python-pip-install-fails-invalid-command-egg-info