pkgsrc-wip/py-whelk
Leonardo Taccari 9e9a4bba84 py-whelk: Import py-whelk-2.7.1 as wip/py-whelk
We all like python for scripting, because it's so much more powerful
than a shell. But sometimes we really need to call a shell command
because it's so much easier than writing yet another library in
python or adding a dependency:

    from whelk import shell
    shell.zgrep("-r", "downloads", "/var/log/httpd")
    # Here goes code to process the log

You can even pipe commands together:

    from whelk import pipe
    pipe(pipe.getent("group") | pipe.grep(":1...:"))
2017-12-31 23:22:56 +01:00
..
DESCR
Makefile
PLIST
distinfo