components/python/pywbem/pywbem.3
author Rich Burridge <rich.burridge@oracle.com>
Tue, 03 Nov 2015 13:40:13 -0800
changeset 5054 91b97df27c58
parent 3499 78cfa87d42b8
permissions -rw-r--r--
22136498 GNU which really doesn't have any tests 22136700 xml-simple should have should master test results to compare against 22137750 gnupth should have should master test results to compare against 22139097 ilmbase should have should master test results to compare against 22139473 gd2 should have should master test results to compare against 22143550 libmemcached should have should master test results to compare against
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3499
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
'\" t
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
.\"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
.\" Copyright 2011 Oracle Inc.  All rights reserved.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
.\" Use is subject to license terms.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
.\"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
.\" ident	"@(#)pywbem.3	1.2	10/03/16 SMI"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
.\"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
.\" This man page created by Sun to provide a reference to the info pages 
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
.\" for glib provided with the glib distribution.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
.\"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
.TH pywbem  "7 April 2009"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
.SH NAME
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
pywbem \ 
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
.SH SYNOPSIS
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
\fI\fB
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
\fBimport pywbem\fP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
.SH DESCRIPTION
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    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.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
Pywbem also provides a Python provider interface, and is the fastest and easiest way to write providers.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
.IP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
info pywbem
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
.LP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
For a more detailed description of the library contents see: 
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
.IP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
.B http://pywbem.wiki.sourceforge.net/ 
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
.LP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
and its use, see:
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
.IP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
.B http://pywbem.sourceforge.net/docs/tutorial.shtml 
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
.LP
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
.SH LICENSE
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
GNU Lesser General Public License (LGPLv2)
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
.SH "SEE ALSO"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
http://pywbem.sourceforge.net/docs/apidocs.shtml