Community Providers¶
Here’s a list of Providers written by the community:
Provider name |
Description |
URL |
---|---|---|
Airtravel |
Airport names, airport codes, and flights. |
|
Biology |
Fake data from biology and life-science domains for testing purposes |
|
Credit Score |
Fake credit score data for testing purposes |
|
Datasets |
Build providers based on datasets |
|
Education |
Public school name and info for testing purposes |
|
Faker File |
Generate files with fake content |
|
Geoscience |
Earth sciences-related fake-random data generators. |
|
Market Data |
Fake market data identifiers (SEDOL, CUSIP, ISIN, etc.) |
|
Microservice |
Fake microservice names |
|
Music |
Music genres, subgenres, and instruments. |
|
Posts |
Fake posts in markdown format |
|
PySpark |
Fake PySpark DataFrane and Schema generator |
|
Vehicle |
Fake vehicle information includes Year Make Model |
|
WebProvider |
Web-related data such as mime-type and web server versions. |
|
Wi-Fi ESSID |
Fake Wi-Fi ESSIDs. |
|
Optional |
Small wrapper around faker, to make values optional! |
|
Presidio Sentence Faker |
Create synthetic datasets for training Named Entity Recognition models using Faker. |
If you want to add your own provider to this list, please submit a Pull Request to our repo.
In order to be included, your provider must satisfy these requirement:
it must have tests.
it must be published on PyPI.
it must have an OSI-Approved License.
it must not duplicate any functionality already present in
Faker
.it must not contain any profanity, either in code or in documentation.
it must not contain any malicious nor any kind of telemetry code.