Skip to content

Commit

Permalink
initial commit of latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
LumbaJack committed Mar 22, 2017
1 parent c6d437c commit a301534
Show file tree
Hide file tree
Showing 14 changed files with 6,394 additions and 253 deletions.
12 changes: 3 additions & 9 deletions src/redfish/__init__.py
@@ -1,17 +1,11 @@
###
# Copyright Notice:
# Copyright 2016 Distributed Management Task Force, Inc. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/python-redfish-library/blob/master/LICENSE.md
###

""" Redfish restful library """

__all__ = ['rest', 'ris']
__all__ = ['rest', 'ris', 'hpilo']
__version__ = "1.0.0"

from redfish.rest.v1 import redfish_client
from redfish.rest.v1 import AuthMethod
import logging
from redfish.rest.v1 import AuthMethod
from redfish.rest.v1 import redfish_client, rest_client

def redfish_logger(file_name, log_format, log_level=logging.ERROR):
formatter = logging.Formatter(log_format)
Expand Down
3 changes: 3 additions & 0 deletions src/redfish/hpilo/__init__.py
@@ -0,0 +1,3 @@
"""
Utilities to simplify communicating with iLO
"""

0 comments on commit a301534

Please sign in to comment.