Package pyhai :: Module pyhai
[hide private]
[frames] | no frames]

Module pyhai


Copyright: 2011 Mark LaPerriere

License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author: Mark LaPerriere

Contact: pyhai@mindmind.com

Organization: Mind Squared Design / www.mindmind.com

Version: 0.1.0

Date: Sep 11, 2011

Classes [hide private]
  Auditor
Auditor class
Functions [hide private]
 
audit(plugin_paths='d:\\MARKSA~1\\WORKSP~1\\plugins', **kwargs)
Instatiates a System object and executes it's profile method
Variables [hide private]
  DEFAULT_CUSTOM_PLUGIN_PATH = 'd:\\MARKSA~1\\WORKSP~1\\plugins'
  PACKAGE_PLUGIN_PATH = 'd:\\MARKSA~1\\WORKSP~1\\pyhai\\src\\pyh...
  PLUGIN_LOADER_EXCLUSIONS = ('.', '..', '__init__.py', '__init_...
  VERSION = '0.1.2'
  __VERSION__ = (0, 1, 2)
  __package__ = 'pyhai'
  _logger = <logging.Logger object at 0x0000000002B7BBE0>
Function Details [hide private]

audit(plugin_paths='d:\\MARKSA~1\\WORKSP~1\\plugins', **kwargs)

 

Instatiates a System object and executes it's profile method

Parameters:
  • plugin_paths (str|list) - A path (or list of paths) to a custom set of plugins
  • debug (bool) - Set the logging level to DEBUG

Variables Details [hide private]

PACKAGE_PLUGIN_PATH

Value:
'd:\\MARKSA~1\\WORKSP~1\\pyhai\\src\\pyhai\\plugins'

PLUGIN_LOADER_EXCLUSIONS

Value:
('.', '..', '__init__.py', '__init__.pyc', '__init__.pyo')