Grzegorz Słodkowicz <jergosh at wp.pl> writes: [...] > I'd also be grateful for pointers to a well designed Pythonic plugin > architecture but I'd much prefer a small project with a simple API. Google for setuptools and Python eggs. Search for "entry point" on the setuptools page. John