Peach 0.6

Posted up a new rev of Peach with some minor improvements, bug fixes, and some new generators.  Pick it up here.

For speeder generation of new generators just extend from SimpleGenerator and implement the __init__ method like this:

class MySpiffyGenerator(SimpleGenerator):
	def __init__(self, group = None):
		SimpleGenerator.__init__(self, group)
		self._generator = Statics(group, ['a', 'b', 'c'])

How easy was that?

~ by meddington on January 12, 2006.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.