Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
|actions|_ |codecov|_ |pypi|_ |pyversions|_
.. |actions| image:: https://github.com/jumptrading/luddite/actions/workflows/tests.yml/badge.svg .. _actions: https://github.com/jumptrading/luddite/actions/workflows/tests.yml/
.. |codecov| image:: https://codecov.io/gh/jumptrading/luddite/branch/master/graph/badge.svg .. _codecov: https://codecov.io/gh/jumptrading/luddite
.. |pypi| image:: https://img.shields.io/pypi/v/luddite.svg .. _pypi: https://pypi.org/project/luddite/
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/luddite.svg .. _pyversions:
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 <https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format>
_ 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.
pip install luddite
luddite /path/to/requirements.txt
If you are in the same directory as the requirements.txt
file, you can just type luddite
.
.. image:: https://user-images.githubusercontent.com/6615374/43939075-feec4530-9c2c-11e8-9770-6f7f762c72e4.png
FAQs
Checks for out-of-date package versions
We found that luddite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.