Re: Re: Pyitect - Plugin architectural system for Python 3.0+ (feedback?)

2015-06-22 Thread Ben Powers
on Tue, Jun 16, 2015 at 17:49 Ian Kelly wrote >On Mon, Jun 8, 2015 at 10:42 PM, Ben Powers wrote: >> As importlib has been added in python 3 and up I decided to use it's >> abilities to create a plugin system for truly modular development in python. >> >> Py

Pyitect - Plugin architectural system for Python 3.0+ (feedback?)

2015-06-08 Thread Ben Powers
As importlib has been added in python 3 and up I decided to use it's abilities to create a plugin system for truly modular development in python. Pyitect has the ability to drop in components and resolve dependencies. Even load different versions of a dependency if two different libraries require