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.5.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.5.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: check_depz-0.5.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.5.0.tar.gz
Algorithm Hash digest
SHA256 804192050bb3401e027650c18309210ac51a54d3cf567c21085adf1aa78cc3bd
MD5 0df23ebaf680b47b9a0dbe53fe50a890
BLAKE2b-256 c113d5219cf0262a5a307914f6ac206397e61feba9a2dc36e47e514cf3c1a906

See more details on using hashes here.

File details

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

File metadata

  • Download URL: check_depz-0.5.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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70657a93288f169bdf952f50dd9475adf801acae6b1b3f2dc8d9408bede50a24
MD5 1437613eddcaa8751469ab59c51c4d8d
BLAKE2b-256 31a357562cf9d19f58c81d3db4d2dabb1598ac4a67dd0568d86a7df285455122

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