mimesis 1.0.2
pip install mimesis==1.0.2
Newer version available (18.0.0)
Released:
Mimesis: mock data for developers.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Likid Geimfari (Isaak Uchakaev)
- Tags fake, mock, data, populate, database, testing, generate, mimesis, dummy
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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'
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'
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Likid Geimfari (Isaak Uchakaev)
- Tags fake, mock, data, populate, database, testing, generate, mimesis, dummy
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mimesis-1.0.2.tar.gz
.
File metadata
- Download URL: mimesis-1.0.2.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77268f81799faa087fae084151e34c374cb1fd5abb00e481c0d7bececa01f52b |
|
MD5 | 32f1b371a9487bca47672d23343a2769 |
|
BLAKE2b-256 | cdd3f7f13b5908562695bcb1ba7f4c1c4b066853d1db14da34c44b867ab2cb91 |