mimesis

Looked into mimesis an interesting python package to generate fake data. Per their instructions installed into a python virtual environment.

I may use this for my create customer program to do some of the work in an effort to speed up my program. They say it’s fast, it seems fast. They claim it’s much faster than a similar Python library called Faker. I can take a look at Faker also, nothing saying I can’t use both. I can let it generate names. The address look more varied than mine. I don’t know its full capabilities but perhaps the account number also. Dates are another possibility. With this library I could add occupation. I may have to do CSZ because I don’t know if it can create valid combinations of the three. CSZ as I do it shouldn’t be too slow because all 3 are in the same record. It can do phone numbers but are they valid for the location?