Mercurial > hg > wsgintegrate
view entry-points.txt @ 33:b582d2e32d92 default tip
bump version for release
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 02 Jun 2024 16:17:49 -0700 |
parents | 3c9e8c9816df |
children |
line wrap: on
line source
Possible entry points for wsgintegrate ====================================== wsgintegrate does any number of things by convention. By documenting what it does and the current conditions used, it may be seen how it may be extended in the future * match conditions: [wsgintegrate.conditions] * loader types: [wsgintegrate.loader] (EntryPointLoader, FileLoader, PathLoader) * formats: JSON, .ini * servers Currently, IniFactory and JSONfactory handle transforming configuration to and from a WSGIFactory. Ideally, these would be pluggable.