Metadata-Version: 1.0
Name: feather
Version: 0.9.1dev
Summary: A small framework for developing small plugin-based applications
Home-page: https://github.com/jdodds/feather
Author: Jeremiah Dodds
Author-email: jeremiah.dodds@gmail.com
License: BSD
Download-URL: https://github.com/jdodds/feather/downloads
Description: This is a small, process-based framework, intended for writing applications that
        are defined by plugin-based functionality.
        
        Applications are defined as a set of messages that will be generated and
        responded to by some plugin being run by an application. For instance, a music
        player might be defined by the commands "play, pause, skipsong, skipalbum". As
        long as a combination of plugins results in at least one generator of, and one
        listener to, each message required, the application will happily run (perhaps
        not with the behaviour you expect though.).
        
        This is currently very much in beta. There are probably massive ugly
        problems. Patches welcome.
        
        For an example of an application using this, checkout out Pyrana
        (https://github.com/jdodds/pyrana).
Keywords: framework plugins plugin frameworks multiprocessing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
