Metadata-Version: 2.1
Name: redfish_advantech
Version: 1.0.0
Summary: Advantech Redfish Python Library
Home-page: https://github.com/chhuang789/redfish_advantech
Author: C.H. Huang (Just for test so far)
Author-email: chhuang789@gmail.com
License: BSD 3-clause "New" or "Revised License"
Keywords: Redfish
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications
Description-Content-Type: text/x-rst
License-File: LICENSE.md
License-File: AUTHORS.md

# redfish_advantech

## Build package
- cd to the directory of setup.py
- Confirm the version number in setup.py and src/redfish_advantech/__init__.py

python setup.py sdist build
twine upload dist/*

## Uninstall the redfish_advantech
pip uninstall redfish_advantech -y

## Install the redfish_advantech
pip install redfish_advantech

or

pip install redfish_advantech==x.y.z
- where the x.y.z is the version number

## Test (Change to the directory which has logging.conf)
- Make sure the python is version 3.x
- Make sure the logging.conf is exist in the same directory as test sample code
- Add "-v", "-vv" or "-vvv" for more log

cd examples
python advantech.py
python acl_bmc.py
python acl_bmc_cm.py



