Metadata-Version: 1.1
Name: python-ipmi
Version: 0.1.0
Summary: Pure python IPMI library
Home-page: https://github.com/kontron/python-ipmi
Author: UNKNOWN
Author-email: michael.walle@kontron.com
License: LGPLv2+
Description: Pure Python IPMI Library
        ========================
        
        |BuildStatus|
        
        Features
        --------
        * RMCP interface (using ipmitool)
        * IPMB interface (The `Total Phase`_ Aardvark)
        
        Requirements
        ------------
        
        You need an either the `ipmitool`_ for accessing RCMP interface or a
        `Total Phase`_ Aardvark for communication over the IPMB interface.
        
        Contributing
        ------------
        
        Contributions are always welcome. You may send patches directly (eg. ``git
        send-email``), do a github pull request or just file an issue.
        
        * respect the coding style (eg. PEP8),
        * provide well-formed commit message (see `this blog post
          <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html>`_.)
        * add a Signed-off-by line (eg. ``git commit -s``)
        
        License
        -------
        
        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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
        
        .. _Total Phase: http://www.totalphase.com
        .. _ipmitool: http://sourceforge.net/projects/ipmitool/
        .. |BuildStatus| image:: https://travis-ci.org/kontron/python-ipmi.png?branch=master
                         :target: https://travis-ci.org/kontron/python-ipmi
        .. |PyPiVersion| image:: https://badge.fury.io/py/python-ipmi.svg
                         :target: http://badge.fury.io/py/python-ipmi
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
