benburkert / randexp

generate random data from a Regular Expression
MIT License
287 stars 43 forks source link

changing native dictionary to a included words resource #8

Closed douglasrodrigo closed 12 years ago

douglasrodrigo commented 12 years ago

I've been using randexp in several environments, so I think that would be a good approach include a word resource inside of project.

sr commented 12 years ago

I don't like bundling a word file. Allowing to override the detection logic would be best I think. Something like Randexp.dictionary_path = "/path/to/word/file" maybe.

douglasrodrigo commented 12 years ago

Configuration of dictionary path looks interesting, but considering Windows users, all of them would have to look for a wordlist resource or maybe create one, with the popularization of the Randexp, we could have more and more Windows users.