ForgeryPy
ForgeryPy copied to clipboard
An easy to use forged data generator for Python
https://github.com/tomekwojcik/ForgeryPy/issues/3
I have been using forgerypy as instructed in Flask Web Development book. However, when I use `paragraphs`, I get the following traceback. ``` Traceback (most recent call last): File "/home/crow/code/flask_ve/bin/burddy",...
Sphinx docs updated to reflect changes proposed in [this](https://github.com/tomekwojcik/ForgeryPy/pull/7) pull request.
CHANGELOG - Python 3 compatibility bug fixed (`xrange` put in the `try/except` clauses, so that it can be fallback to the `range` in `python3`) - Some new methods added to...
Hello. Are there some plans to allow internationalization ? For example, I would like to obtain adresses for France. Maybe the possibility use a country dictionary, or even a personal...