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

2015-07-16 Thread ryexander
On Monday, June 22, 2015 at 1:18:08 PM UTC-6, Ian wrote: > On Mon, Jun 22, 2015 at 2:32 AM, Ben Powers wrote: > > on Tue, Jun 16, 2015 at 17:49 Ian Kelly wrote > > > >>On Mon, Jun 8, 2015 at 10:42 PM, Ben Powers wrote: > >>> #file.py > >>> from PyitectConsumes import foo > >>> > >>> class Bar(o

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

2015-06-22 Thread Ian Kelly
On Mon, Jun 22, 2015 at 2:32 AM, Ben Powers wrote: > on Tue, Jun 16, 2015 at 17:49 Ian Kelly wrote > >>On Mon, Jun 8, 2015 at 10:42 PM, Ben Powers wrote: >>> #file.py >>> from PyitectConsumes import foo >>> >>> class Bar(object): >>> def __init__(): >>> foo("it's a good day to be a

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. >> >> Pyitect has the ability to drop in comp

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

2015-06-16 Thread Ian Kelly
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. > > Pyitect has the ability to drop in components and resolve dependencies. Even > load different