Mimesis: Fake Data Generator

Mimesis is a Python library for generating fake but realistic data in multiple languages and locales. It can generate names, addresses, dates, phone numbers, emails, financial data, and many other types of values.

It is commonly used to populate test databases, mock API responses, generate JSON or XML fixtures, create sample datasets, and anonymize production data. Mimesis provides a simple, consistent API that makes it easy to generate realistic data for development and testing.

Contents

Mimesis provides configuration and conventions, with sensible defaults. This section of the documentation explains the different parts of Mimesis and how they can be used, customized, and extended.

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Information

Disclaimers, legal information, and other details are provided here for those interested.

Indices