Skip to main content

Mimesis: mock data for developers.

Project description

Mimesis is a fast and easy to use library for Python programming
language, which helps generate mock data for a variety of purposes in
a variety of languages. This data can be particularly useful during
software development and testing.

Installation
------------

To install mimesis, simply:

.. code:: bash
$ pip install mimesis


Documentation
-------------

Mimesis is very simple to use, and the below examples should help you
get started. Complete documentation for Mimesis is available on `Read
the Docs <http://mimesis.readthedocs.io/>`__.


Getting started
---------------

As we said above, this library is really easy to use. A simple usage
example is given below:

.. code:: python

>>> from mimesis import Personal
>>> from mimesis.enums import Gender
>>> person = Personal('en')
>>> person.full_name(gender=Gender.FEMALE)
'Antonetta Garrison'
>>> person.occupation()
'Backend Developer'

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page