python-shbuf 0.0.4

Copyright 2003 Lennart Poettering <mzclfuohs (at) 0pointer (dot) de>

License

This program 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 program 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 program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

Fri Sep 12 2003:

Version 0.0.4 released; Changes include: Fixed some typos in the documentation

Thu Sep 11 2003:

Version 0.0.3 released; Changes include: documentaion update, port to Python's distutils

Overview

python-shbuf is a simple Python extension for accessing libshbuf shared buffers.

Please read the documentation of libshbuf for more information.

Status

Version 0.0.4 is stable, however far from being feature complete.

Documentation

Documentation of python-shbuf is rather limited at the moment. Use the native introspection facilities of Python to get an overview of the supported functions. The API is quite similar to the C API.

Requirements

python-shbuf was developed and tested on Debian GNU/Linux "testing" from September 2003, it should work on most other Linux distributions and may be POSIX implementations since it uses the Python distutils for source code configuration and installation.

python-shbuf 0.0.4 requires an installed development version of libshbuf 0.0.3 or newer.

Installation

This module is made with distutils, install the module by running:

python setup.py build
python setup.py install

There is also a classic Makefile supplied which you may use instead. It is just a wrapper around setup.py.

Download

The newest release is always available from http://0pointer.de/lennart/projects/python-shbuf/

The current release is 0.0.4

Get python-shbuf's development sources from the CVS repository.


Lennart Poettering <mzclfuohs (at) 0pointer (dot) de>, Sep 2003
$Id: README.html.in,v 1.3 2003/09/12 11:24:47 poettering Exp $