Checks for out-of-date package versions
Project description
luddite checks if pinned versions in your requirements.txt file have newer versions in the package index. It’s great to be near the cutting edge, but not so close that you get cut! This tool will help you keep things up to date manually.
There are many ways to specify requirements in those files, but luddite’s parsing is pretty dumb and simple: we’re only looking for package==version pins. It won’t break on lines that aren’t fitting this format, but you’ll have to check them manually.
luddite works on both Python 2 and Python 3.
Installation
pip install luddite
Usage
luddite /path/to/requirements.txt
If you are in the same directory as the requirements.txt file, you can just type luddite.
Example output
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for luddite-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6b66317a86e173257627a1fde0c7e6265f57a03fdf354d25e3ec8b13670c43 |
|
MD5 | 722fc556e269b1c2f0224af86385356f |
|
BLAKE2b-256 | d81d63007b9ca00d811785c83d2ae34776a1a1c015d6e58bd9e5fb5b3c4a4ae9 |