Web-related Provider for the Faker Python package.
Project description
faker_web is a provider for the Faker Python package.
It provides web-related fake data for testing purposes:
- Content-type http header.
- Popular web server version tokens/signatures.
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.content_type() # application/mxf fake.content_type_popular() # text/html fake.server_token() # Apache/2.0.51 (Ubuntu)
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
faker_web-0.3.1-py2.py3-none-any.whl (16.6 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | |
faker_web-0.3.1.tar.gz (11.8 kB) Copy SHA256 hash SHA256 | Source | None |