Community Providers¶
Here’s a list of Providers written by the community:
Provider name |
Description |
URL |
---|---|---|
Airtravel |
Airport names, airport codes, and flights. |
|
Credit Score |
Fake credit score data for testing purposes |
|
Microservice |
Fake microservice names |
|
Music |
Music genres, subgenres, and instruments. |
|
Posts |
Fake posts in markdown format |
|
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 |
Wrap over other providers to return their value or None. |
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.