You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mimesis (/mɪˈmiːsɪs) is a robust data generator for
Python that can produce a wide range of fake data in various languages.
The key features are:
Multilingual: Supports 46 different locales.
Extensibility: Supports custom data providers and custom field handlers.
Ease of use: Features a simple design and clear documentation for straightforward data generation.
Performance: Widely recognized as the fastest data generator among Python solutions.
Data variety: Includes various data providers designed for different use cases.
Schema-based generators: Offers schema-based data generators to effortlessly produce data of any complexity.
Intuitive: Great editor support. Fully typed, thus autocompletion almost everywhere.
Installation
Important
To work with Mimesis on Python versions 3.8 and 3.9, the final compatible version is Mimesis 11.1.0. Install this specific version to ensure compatibility.
To install mimesis, use pip:
~ pip install mimesis
Documentation
You can find the complete documentation on the Read the Docs.