Faker is a Python package that generates fake data for you. Whether
you need to bootstrap your database, create good-looking XML documents,
fill-in your persistence to stress test it, or anonymize data taken from
a production service, Faker is for you.
Faker is heavily inspired by PHP Faker, Perl Faker, and by Ruby Faker_.
::
____ _
_ ___ _ _ __ _ __
___ _ _ __ ____ __
_ _ _ _ _ _ _
_ ___ _ _ ___ _
pypi build coverage license
Compatibility
Starting from version 4.0.0, Faker dropped support for Python 2 and from version 5.0.0
only supports Python 3.8 and above. If you still need Python 2 compatibility, please install version 3.0.1 in the
meantime, and please consider updating your codebase to support Python 3 so you can enjoy the
latest features Faker has to offer. Please see the extended docs_ for more details, especially
if you are upgrading from version 2.0.4 and below as there might be breaking changes.
This package was also previously called fake-factory which was already deprecated by the end
of 2016, and much has changed since then, so please ensure that your project and its dependencies