Skip to content

NevercodeHQ/poetry-dependencies-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensure your Poetry dependencies are up to date

Check that the Poetry based Python project dependencies declared in pyproject.toml are up to date by comparing the used versions from poetry.lock to latest available versions available in PyPI.

The checks are carried out using pytest testing framework to generate reports that are easily usabe in CI environments.

asciicast

Usage

MacOS / Linux / Bash on Windows

curl -sSL https://raw.githubusercontent.com/NevercodeHQ/poetry-dependencies-checker/main/check-dependencies.py | python -

Windows PowerShell

(Invoke-WebRequest -Uri https://raw.githubusercontent.com/NevercodeHQ/poetry-dependencies-checker/main/check-dependencies.py -UseBasicParsing).Content | python -

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages