win32netapi module -version 1.0beta1 (on Windows NT4/5)

Asang Dani asang@yahoo.com
Sun, 23 May 99 16:06:16 GMT


hi,
   I have written a module win32netapi to provide simplified access to
various networking APIs (Net* functions) on windows NT. The module can
be downloaded from

   http://members.tripod.com/asangdani/public/

It includes extensive documentation (html and ASCII) and examples.

Following are the contents of README included with the release :-

     This python module is inspired by 'Win32::Lanman' module for Perl
written by Jens Helberg (jens.helberg@bosch.com). I have made no changes
to the basic interface. It's a port from perl XS to python extensions. I
have also used SWIG (Simple Wrapper Interface Generator) to simplify
some of the type mappings. SWIG can be freely downloaded from
(http://www.swig.org).

It implements most of the commonly used Net API's. Documentation about
these can be found at MSDN (http://www.microsoft.com/msdn). It works on
Windows NT 4.0 and Windows NT 5 (Now Win2K).

This software is used under the terms of GPL.
    (http://www.gnu.org/copyleft/gpl.html).

First read the documentation in doc\win32netpi_doc.txt. It contains
information about building, installing and using the module. This file
was automatically generated by using SWIG's embeded documentation
facility. HTML documentation is also included with the distribution. The
sources are in "src" directory and the precompiled binaries for (NT 5)
are present in "bin" directory. I have not done much testing on NT4, but
all the APIs are supposed to be available on NT4 as well (according to
MSDN documentation!).

Most recent version is avaialable at:

	http://members.tripod.com/asangdani/public/

I will fix bugs and support this module. Any suggestions and bug reports
are welcome. I will post all patches at the above site.


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

<P><A HREF="http://members.tripod.com/asangdani/public/">win32netapi
1.0beta1</A> - simplified access to Windows NT 4/5 networking API
(Net* functions).  (21-May-99)

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------