Skip to main content

Web-related Provider for the Faker Python package.

Project description

Latest version released on PyPi Build status of the master branch on Mac/Linux Test coverage Apache license version 2.0

faker_web is a provider for the Faker Python package.

It provides web-related fake data for testing purposes.

Usage

Install with pip:

pip install faker_web

Or install with setup.py

git clone https://github.com/thiagofigueiro/faker_web.git
cd faker_web && python setup.py install

Add the WebProvider to your Faker instance:

from faker import Faker
from faker_web import WebProvider

fake = Faker()
fake.add_provider(WebProvider)

fake.mime_type()
# application/mxf
fake.mime_type_popular()
# text/html
fake.server_token()
# Apache/2.0.51 (Ubuntu)

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

faker_web-0.2.0.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

faker_web-0.2.0-py2.py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 2 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