Spiff Integrator ----------------- This library is part of the Spiff platform. Spiff Integrator is the package manager of the Spiff platform. The library performs the following tasks: - Installing plugins. - Deleting plugins. - Ensuring that dependencies between plugins are consistent at any given time. - Loading packages when they are needed. - Provide a facility over which plugins can communicate. Spiff Integrator may also run plugins inside of a sandbox, and apply permission restrictions to them. This functionality will only be added at a later time, however. Dependencies ------------- - sqlalchemy - Spiff Guard Examples --------- For example packages please refer to the files in the samples/ directory. API documentation can be found at the following place: http://spiff.debain.org/static/docs/spiff_integrator/index.html The unit tests in the tests/ directory can also be a useful reference.