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
Number of outdated dependencies: 0
Dependency check passed.

Outdated dependencies limit

By default check-depz allow up to 10 outdated dependencies.

Exit codes

Please note check-depz returns exit code 0 on succesfull check 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.7.0.tar.gz (1.2 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.7.0-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: check_depz-0.7.0.tar.gz
  • Upload date:
  • Size: 1.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for check_depz-0.7.0.tar.gz
Algorithm Hash digest
SHA256 eeca8ae7d5050d6e708e8b0c17a8dd23d5798b2bdc1ae9d10eaeb26e1cf22f66
MD5 66ac150f08cbabda60bd7742e9c7da0b
BLAKE2b-256 e4d9b13b686b7159ea61c7d27e54e6a8fd7a511d9030e37ea1f495a78252df42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: check_depz-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for check_depz-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f52466c44d3bbadb940e6ee6ebf99da5c98479bc6eb465e1761f374b673c27bb
MD5 7a22f3ae38068e9c28a8f14e9d777b1f
BLAKE2b-256 7c70f8e44ab51f34f7dcbef9cd007331a48c5c51d76864659a38621d9879c477

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