[vlc-commits] Update README

Olivier Aubert git at videolan.org
Thu Nov 5 23:55:14 CET 2015


vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Thu Nov  5 23:46:15 2015 +0100| [ecf6b031c90632a4cfd400ff7e26b7b0357b57ef] | committer: Olivier Aubert

Update README

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=ecf6b031c90632a4cfd400ff7e26b7b0357b57ef
---

 README |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README b/README
index d4b43d3..528f893 100644
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
 * Python ctypes-based bindings for libvlc
 
 The bindings use ctypes to directly call the libvlc dynamic lib, and
-the code is generated from the include files defining the public API.
+the code is generated from the include files defining the public
+API. The same module is compatible with various versions of libvlc
+2.*.
 
 ** License
 
@@ -24,8 +26,8 @@ preferably inside a virtualenv. You can uninstall it later with
 
     python setup.py develop --uninstall
 
-Documentation building needs epydoc. An online build is available at 
-http://advene.org/download/python-ctypes/
+Documentation building needs epydoc. An online build is available at
+http://olivieraubert.net/vlc/python-ctypes/
 
 ** Layout
 
@@ -34,7 +36,7 @@ exported methods, and more convenient wrapper classes :
 
 - Raw access: methods are available as attributes of the vlc
   module. Use their docstring (any introspective shell like ipython is
-  your friends) to explore them. 
+  your friends) to explore them.
 
 - Wrapper classes: most major structures of the libvlc API (Instance,
   Media, MediaPlayer, etc) are wrapped as classes, with shorter method



More information about the vlc-commits mailing list