Skip to main content

No project description provided

Project description

check-dependencies: Easy outdated dependencies check for Python projects

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

Usage

Add check-dependencies to your project:

$ poetry add --group=dev git+https://github.com/hekonsek/check-dependencies.git@v0.4.0 

Run dependencies check:

$ poetry run check-dependencies
Number of outdated dependencies: 0
Dependency check passed.

Outdated dependencies limit

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

Exit codes

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

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

...or...

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

check-dependencies
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.6.0.tar.gz (1.3 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.6.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: check_depz-0.6.0.tar.gz
  • Upload date:
  • Size: 1.3 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.6.0.tar.gz
Algorithm Hash digest
SHA256 9696b08451a05381ae8eb29e27ae3ffc388d3b16b212a3da26b950c769b7af2b
MD5 8081d82773e4a26bee2cce4624a5c33a
BLAKE2b-256 4a44e79350f0678cc007acf9356fa9f9a930bc2f7dfb22443531c136e5359e5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: check_depz-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 2.1 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.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0f4ec5418f7fb37711bd1379c657e2954111fb267b9ea79691d22b1a2088c55
MD5 17427491d73b3a5983d3db2f03f6d49d
BLAKE2b-256 69aad700347b2106fcb07951c4b5af0e3ef3e317314d4a96f4d58d952f03c34f

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