[Twisted-Python] Twisted Plugins - Implementation Discussion

David david at silveregg.co.jp
Thu Apr 7 02:38:57 EDT 2011


On 04/07/2011 03:34 PM, Tim Allen wrote:

>
> Who'd have guessed it'd be so complicated to associate keys with values?

If that's the only thing you need, .ini would work fine. Another 
solution would be python files with only literals, parsed through the 
ast module for safety.

cheers,

David



More information about the Twisted-Python mailing list