NattyNarwhal / pygale

Automatically exported from code.google.com/p/pygale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyGale 1.2
----------

This is a Python library providing an implementation of the Gale
instant-messaging protocol.

Documentation on how to use the API is contained in documentation.txt.

Two test programs (gsend.py, gsub.py) are included.  They implement
most of the functionality of the standard Gale clients gsend and gsub.

---------------------------------------------------------------------

To configure:
	Edit the file "setup.cfg" if openssl has not been installed into
	a standard system directory.

To build:
	python setup.py build

To install:
	python setup.py install

----------------------------------------------------------------------

PyGale: a library implementing the Gale protocol
Copyright (C) 2003 Tessa Lau

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
USA

About

Automatically exported from code.google.com/p/pygale

License:GNU Lesser General Public License v2.1


Languages

Language:Python 92.9%Language:SWIG 6.5%Language:C 0.6%