diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/scripts/install.py | 1 | ||||
-rwxr-xr-x | src/scripts/show_dependencies.py | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/scripts/install.py b/src/scripts/install.py index 84d97ea53..b25ec42de 100755 --- a/src/scripts/install.py +++ b/src/scripts/install.py @@ -2,6 +2,7 @@ """ Botan install script + (C) 2014,2015 Jack Lloyd Botan is released under the Simplified BSD License (see license.txt) diff --git a/src/scripts/show_dependencies.py b/src/scripts/show_dependencies.py index cee46a277..37cb817d0 100755 --- a/src/scripts/show_dependencies.py +++ b/src/scripts/show_dependencies.py @@ -1,5 +1,16 @@ #!/usr/bin/env python +""" +Show Botan module dependencies as a list or graph. + +Requires graphviz from pip when graphical output is selected: +https://pypi.python.org/pypi/graphviz + +(C) 2015 Simon Warta (Kullo GmbH) + +Botan is released under the Simplified BSD License (see license.txt) +""" + # global import argparse import sys |