From 7772d34fb24578662dd23e3b82b7d1faac2d2dc5 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 25 Oct 2022 10:37:01 +0200 Subject: Update to python3 While at that split out handle_pkg. This makes things easy to test locally via > import cl2vcs > cl2vcs.handle_pkg('multipath-tools', title='bla') --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9963a36..16ebdc6 100644 --- a/README +++ b/README @@ -2,4 +2,8 @@ For more information see: https://honk.sigxcpu.org/piki/projects/cl2vcs/ -Depends: python-lxml, python-urlgrabber, python-genshi, python-debian (>=0.1.11) +To test locally try + + python3 -c "import cl2vcs; cl2vcs.handle_pkg('multipath-tools', title='bla')" > out.html + +Depends: python3-lxml, python3-urlgrabber, python3-genshi, python3-debian -- cgit v1.2.3