A package that provides ready-made objects of fake-data.
Project description
fakers
This creates the ready-made object's container of fake-data.
What goal this library achieved.
Faker library is more like the singular ones and if you require some real fake data with the groups of fields you need to invest the extra time. This library save that times of yours.
Usage example
At present there are two module you can use - Retail and Person. Retail consists of user, product, order and sale. Person provide fake person and address data.
from fakers.providers.retail import Retail
import pandas as pd
user = Retail.fake_user()
users = Retail.fake_users(5)
df = users.to_pandas()
Modules to use
Module | Function | Description |
---|---|---|
fakers.providers.person | Retail.fake_persons | This gets one person detail or many |
fakers.providers.person | Retail.fake_addresses | This gets person's fake address or addresses |
fakers.providers.retail | Retail.fake_user | One or more users |
fakers.providers.retail | Retail.fake_products | One or more fake products |
fakers.providers.retail | Retail.fake_orders | One or more fake orders |
fakers.providers.retail | Retail.fake_sales | One or more fake sales |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
fakers-0.2.0-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file fakers-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: fakers-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c47735549f37ca4fbb425f76bdb42f6018719a6fecdb8d4e94d690d5814c0ed |
|
MD5 | 4c2743eb070c54767b2f7d04f289c96d |
|
BLAKE2b-256 | 2ae4e947298e632a566274f835fa28ee77d9141191dad5b591e1ae986b4f9d33 |