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
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.3.1.tar.gz
(11.8 kB
view details)
Built Distribution
File details
Details for the file faker_web-0.3.1.tar.gz
.
File metadata
- Download URL: faker_web-0.3.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba3e6568544baa6fe5a81884c4751a345266db457a8a8cbede0afad253034784 |
|
MD5 | fd8991d2d8c7f14f84d33cca6cfe6428 |
|
BLAKE2b-256 | eceaaaf4f11f6dc723075b59b364664dc04a9cce687ec786e0241182e9b73461 |
File details
Details for the file faker_web-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: faker_web-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83924e631cd1a512f3ba6c336aaad16e0662544649791987e2de2920052f0f06 |
|
MD5 | 99cfc86f9c8b75a557d0d77a3e1860cb |
|
BLAKE2b-256 | c379d8aea6d35464daec6e46caccedbb4b4c31a5d19b16fa72b280ce9945f22f |