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.9.0.tar.gz (1.4 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.9.0-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: check_depz-0.9.0.tar.gz
  • Upload date:
  • Size: 1.4 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.9.0.tar.gz
Algorithm Hash digest
SHA256 b87824667f2bab2561aee319e8782307e89f2e9a888c1f23b178f308ec863d72
MD5 bb077c3635c554c8197e02ce89c1abbe
BLAKE2b-256 414df385f7872559a2453ea632db215d83ebe8c5d296121183f04726189a5f9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: check_depz-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 2.2 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.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d49582f82a00deb14fde0f80204f4ebecaf63a5f17c7df74d5ff97a8b3eb0a15
MD5 608a8460a0109e85bf0ca7934173ced9
BLAKE2b-256 22f3a9b17246c2ea044c833b5908db7737aac41e20a298303b019f0e7002faa4

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