debian-python-lml/debian/control

20 lines
736 B
Plaintext

Source: python-lml
Maintainer: tobald@debian.org <tobald@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/chfw/lml
Package: python-lml
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Load me later. A lazy plugin management system.
lml seamlessly finds the lml based plugins from your current python
environment but loads your plugins on demand. It is designed to support
plugins that have external dependencies, especially bulky and/or
memory hungry ones. lml provides the plugin management system only and the
plugin interface is on your shoulder.
.