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

Package pyhai

source code


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.3

Date: Jan 19, 2012

Submodules [hide private]

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
source code
Variables [hide private]
  _logger = logging.getLogger(__name__)
  __VERSION__ = (0, 1, 3)
  VERSION = '0.1.3'
  PACKAGE_PLUGIN_PATH = 'd:\\MARKSA~1\\WORKSP~1\\pyhai\\src\\pyh...
  DEFAULT_CUSTOM_PLUGIN_PATH = 'd:\\MARKSA~1\\WORKSP~1\\plugins'
  PLUGIN_LOADER_EXCLUSIONS = ('.', '..', '__init__.py', '__init_...
  __package__ = 'pyhai'
Function Details [hide private]

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

source code 

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')