components/python/pywbem/pywbem.3
branchs11-update
changeset 3827 0fa9cc47974d
equal deleted inserted replaced
3819:c58e744b5780 3827:0fa9cc47974d
       
     1 '\" t
       
     2 .\"
       
     3 .\" Copyright 2011 Oracle Inc.  All rights reserved.
       
     4 .\" Use is subject to license terms.
       
     5 .\"
       
     6 .\" ident	"@(#)pywbem.3	1.2	10/03/16 SMI"
       
     7 .\"
       
     8 .\" This man page created by Sun to provide a reference to the info pages 
       
     9 .\" for glib provided with the glib distribution.
       
    10 .\"
       
    11 .TH pywbem  "7 April 2009"
       
    12 .SH NAME
       
    13 pywbem \ 
       
    14 .SH SYNOPSIS
       
    15 \fI\fB
       
    16 
       
    17 \fBimport pywbem\fP
       
    18 
       
    19 .SH DESCRIPTION
       
    20 Pywbem is a Python library for making CIM operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM client should be easy to use and not necessarily require a large amount of programming knowlege. Pywbem is suitable for a large range of tasks from simply poking around to writing web and GUI applications.
       
    21 
       
    22 Pywbem also provides a Python provider interface, and is the fastest and easiest way to write providers.
       
    23 
       
    24 .IP
       
    25 info pywbem
       
    26 .LP
       
    27 For a more detailed description of the library contents see: 
       
    28 .IP
       
    29 .B http://pywbem.wiki.sourceforge.net/ 
       
    30 .LP
       
    31 and its use, see:
       
    32 .IP
       
    33 .B http://pywbem.sourceforge.net/docs/tutorial.shtml 
       
    34 .LP
       
    35 .SH LICENSE
       
    36 GNU Lesser General Public License (LGPLv2)
       
    37 .SH "SEE ALSO"
       
    38 http://pywbem.sourceforge.net/docs/apidocs.shtml