Metadata-Version: 1.0
Name: PlugBoard
Version: 0.1.1
Summary: An application framework to create plugin-based applications
Home-page: http://developer.berlios.de/projects/plugboard/
Author: Italian Python User Group
Author-email: lethalman88@gmail.com
License: MIT
Description: PlugBoard is an Application Framework made in Python built on top of
        setuptools and zope interfaces which help the developer create a
        plugin-based application.
        The framework itself is very extensible and let the
        application be extensible too as well. An application is made up of a plugin
        resource (get all available plugins in the application), a context resource
        (organize plugins into different contexts) and an engine to let plugins
        communicate each other into different environments (such as PlugBoard, Gtk,
        Wx, Qt, Twisted, and so on) and provide some useful utilities.
Platform: UNKNOWN
