Skip to main content

Data Bench Provider for the Faker Python package.

Project description

Latest version released on PyPi Apache license version 2.0 Python Versions

data_bench_faker is a provider for the Faker Python package which creates stable, scalable data for the Data Bench benchmark.

Install

Install with pip:

$ pip install data-bench-faker

Or install with setup.py:

$ git clone https://github.com/erikoshaughnessy/data-bench-faker.git
$ cd data-bench-faker && python3 setup.py install

Uninstall with pip:

$ pip uninstall data-bench-faker

Usage

Add the DataProvider to your Faker instance:

from faker import Faker
from data_bench_faker import DataProvider

fake = Faker()
fake.add_provider(DataProvider)

customer = fake.customer()
account = fake.customer_account(customer)
company = fake.Company() # note fake.company() creates a company name.

View the methods defined by DataProvider:

$ pydoc3 data_bench_faker.DataProvider

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data-bench-faker-0.5.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

data_bench_faker-0.5.0-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

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