Skip to main content

No project description provided

Project description

check-depz: Easy outdated dependencies check for Python projects

Project check-depz is a simple command line tool to easily check if your Python project contains too many outdated dependencies.

Usage

Add check-depz to your project:

$ poetry add --group=dev check-depz 

Run dependencies check:

$ poetry run check-depz
Outdated top level dependencies: 0/10
Outdated all dependencies: 1/20
        typing-extensions 4.12.2 4.13.0 Backported and Experimental Type Hints for P...
All dependency checks passed.

Outdated dependencies limit

By default check-depz allows up to 10 outdated dependencies for top level dependencies and 20 outdated dependencies for all dependencies in the project.

Exit codes

Please note check-depz returns exit code 0 on succesfull checks and code 1 on failure, so you can rely on this behavior:

check-depz && echo "Dependencies are up to date!"

...or...

#!/bin/bash
set -e  # Exit on command failure

check-depz
echo "This will NOT run if there are too many out of date dependencies."

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

check_depz-0.14.0.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

check_depz-0.14.0-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

Details for the file check_depz-0.14.0.tar.gz.

File metadata

  • Download URL: check_depz-0.14.0.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.10 Linux/6.11.0-1012-azure

File hashes

Hashes for check_depz-0.14.0.tar.gz
Algorithm Hash digest
SHA256 3f5bd9474b67ce49919c37f5db0fcc8ee1d8fd597f7220bd557b36c9dcaaa601
MD5 dc5bfc54ff1571f35c68c21b60ce82ef
BLAKE2b-256 ecd671f6b5dfb96bd325e50efe4d026e5cd05b0e365ccf2fa2d23179b7174eff

See more details on using hashes here.

File details

Details for the file check_depz-0.14.0-py3-none-any.whl.

File metadata

  • Download URL: check_depz-0.14.0-py3-none-any.whl
  • Upload date:
  • Size: 2.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.10 Linux/6.11.0-1012-azure

File hashes

Hashes for check_depz-0.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fad1af8cbef79466b8285fba682bb9b7b23df6d7ffcd93e383ed0f73b13c362a
MD5 1eff1c90b614eb51ee3aa50f6bcf4a09
BLAKE2b-256 d26852fb1ecf75f0e09a12d6108ea70a64ea591f71bbdb94cecec9a04ff1d07e

See more details on using hashes here.

Supported by

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