|
|
Peppy Plugin Development
This is the homepage for plugin development for peppy.
Peppy is an extensible framework in Python that can support editing and viewing many different types of files. It features a multi-window, multi-tabbed user interface based on the emacs concept of "major modes". Like emacs, it supports viewing and editing of many different types of files, not just text files or source code. The primary target is still source code editing; however, unlike most other editors peppy is not limited to just editing text. Evidence of its flexibility are major modes for editing binary data, controlling a music player daemon, and viewing arbitrarily large (multi-gigabyte) hyperspectral images.
About Plugins
The peppy application is extensible through python distutils and eggs. This site is primarily used to host plugin development of those modules that are independent of the development of the main application, have dependencies that are beyond the scope of the main release, or use native code.
