Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

luddite

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luddite

Checks for out-of-date package versions

  • 1.0.4
  • PyPI
  • Socket score

Maintainers
1

luddite

|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.

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

.. image:: https://user-images.githubusercontent.com/6615374/43939075-feec4530-9c2c-11e8-9770-6f7f762c72e4.png

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc