comparison entry-points.txt @ 25:3c9e8c9816df

text, minor
author Jeff Hammel <k0scist@gmail.com>
date Wed, 12 Apr 2017 11:39:57 -0700
parents ec815b7cb142
children
comparison
equal deleted inserted replaced
24:b43cb919b1e4 25:3c9e8c9816df
1 Possible entry points for wsgintegrate 1 Possible entry points for wsgintegrate
2 ====================================== 2 ======================================
3
4 # XXX port of legacy wsgiblob documentation
5 3
6 wsgintegrate does any number of things by convention. By documenting 4 wsgintegrate does any number of things by convention. By documenting
7 what it does and the current conditions used, it may be seen how it 5 what it does and the current conditions used, it may be seen how it
8 may be extended in the future 6 may be extended in the future
9 7
10 * match conditions: [wsgintegrate.conditions] 8 * match conditions: [wsgintegrate.conditions]
11 * loader types: [wsgintegrate.loader] (EntryPointLoader, FileLoader, PathLoader) 9 * loader types: [wsgintegrate.loader] (EntryPointLoader, FileLoader, PathLoader)
12 * formats: JSON, .ini 10 * formats: JSON, .ini
13 * servers 11 * servers
14 12
15 Currently, IniFactory and JSONfactory handle transforming 13 Currently, IniFactory and JSONfactory handle transforming
16 configuration to and from a WSGIFactory. Ideally, these would be 14 configuration to and from a WSGIFactory. Ideally, these would be
17 pluggable. 15 pluggable.