Metadata-Version: 2.0
Name: ilo-utils
Version: 0.3.0
Summary: ILO Utils
Home-page: https://github.com/jonstacks13/ilo-utils
Author: Jonathan Stacks
Author-email: jonstacks13@gmail.com
License: BSD
Keywords: ilo,utils
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: docopt (>=0.6)
Requires-Dist: netaddr (>=0.7)
Requires-Dist: prettytable (>=0.7)
Requires-Dist: requests (>=2.9)

=========
ilo-utils
=========

Utilities for interacting with ILO.

* Documentation: https://jonstacks13.github.io/ilo-utils/


Install
-------

`ilo-utils` is hosted on `PyPI <https://pypi.python.org/pypi>`_. You can
install it with pip::

    pip install ilo-utils




=======
History
=======

------------------
0.3.0 (2016-01-04)
------------------

Features
--------

* Added a `--skip-port-check` flag to the `ilo-sweep` command. This skips the
  initial check for the open ILO port and instead relies on whether or not
  the REST request itself was successfull.

------------------
0.2.0 (2016-01-03)
------------------

Features
--------

* Added more fields to `ilo-sweep` table.

------------------
0.1.1 (2016-01-01)
------------------

Fixes
-----

* Fixed pypi installation issues.

------------------
0.1.0 (2016-01-01)
------------------

Features
--------

* `ilo-sweep` command for sweeping a network for ILO devices.


