Skip to content

A tool to make sure that all dependencies in a python project are version locked and up to date

License

Notifications You must be signed in to change notification settings

Cloudxtreme/python-dependency-verifier

 
 

Repository files navigation

python-dependency-verifier

A tool to make sure that all dependencies in a python project are version locked and up to date

How to use:

$ pip install https://github.com/cloudify-cosmo/python-dependency-verifier/archive/master.zip

and then in python:

from python_dependency_verifier import python_dependency_verifier
import json

path = '/Users/gilzellner/dev/git/cloudify-cosmo/'
regex_to_ignore = "cloudify.*"
print json.dumps(python_dependency_verifier.check_dependencies_dir(
    path, regex_to_ignore))

About

A tool to make sure that all dependencies in a python project are version locked and up to date

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%