File: python-straight.plugin-doc.doc-base

package info (click to toggle)
straight.plugin 1.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 414; makefile: 132; sh: 8
file content (23 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Document: straight.plugin
Title: Debian straight.plugin Manual
Author: Calvin Spealman <ironfroggy@gmail.com>
Abstract: This is the manual for straight.plugin
 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
 - Fewer dependencies
 - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
Section: Programming/Python

Format: HTML
Index: /usr/share/doc/python-straight.plugin-doc/html/index.html
Files:
 /usr/share/doc/python-straight.plugin-doc/html/*.html
 /usr/share/doc/python-straight.plugin-doc/html/_sources/*
 /usr/share/doc/python-straight.plugin-doc/html/_static/*