6 ms·
Awesome! I needed something just like this a couple of years ago. A couple of comments: - I wanted fake CC numbers and SSNs/other national IDs at the time (don
by akavlie 13y ago
Awesome! I needed something just like this a couple of years ago. A couple of comments:
- I wanted fake CC numbers and SSNs/other national IDs at the time (don't remember why). I see that Faker is missing those, so they might be useful additions to the library.
- Method names should be snake_case rather than camelCase (http://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables http://www.python.org/dev/peps/pep-0008/#method-names-and-in...).
- akavlie 13y agoActually, it looks like this doc is out of date. The README on Github shows that method naming has been corrected, and CC numbers have been added: https://github.com/joke2k/faker https://github.com/joke2k/faker