LibVNCBinds Code
Native Python and Ruby bindings for LibVNCServer and LibVNCClient .
Brought to you by:
iankko
| File | Date | Author | Commit |
|---|---|---|---|
| examples | 2015-01-17 |
|
[159d93] Update Copyright's year |
| src | 2015-12-26 |
|
[072a05] [BugFix] Fix typo in PyRFBPixelFormat header fi... |
| windist | 2015-05-01 |
|
[fb38d5] Fix couple of build issues when building with M... |
| .gitignore | 2015-08-04 |
|
[b11e1f] Add .gitignore |
| AUTHORS | 2015-01-17 |
|
[159d93] Update Copyright's year |
| COPYING | 2012-09-06 |
|
[269f40] Initial commit. |
| INSTALL | 2012-09-06 |
|
[269f40] Initial commit. |
| MANIFEST.in | 2012-09-06 |
|
[269f40] Initial commit. |
| README | 2015-01-17 |
|
[159d93] Update Copyright's year |
| setup.py | 2015-01-29 |
|
[395c9c] Update project details |
/* * LibVNCBinds - Native Python and Ruby language bindings for LibVNCServer * and LibVNCClient libraries. * * Copyright (C) 2012-2015 Jan Lieskovsky * URL: http://sourceforge.net/projects/libvncbinds */ Dependencies: ------------- 1) For the library itself: LibVNCServer >= 0.9.8.2 Python >= 2.7.1 2) For the examples: GTK+ >= 2.24.7 Pycairo >= 1.8.8 Installation: ------------- See INSTALL for further details (more ways to come). License: -------- This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Contact: -------- Use <quadruple@email.cz> for email contact.