Community Providers

Here’s a list of Providers written by the community:

Provider name Description URL
WebProvider Web-related data such as mime-type and web server versions. faker_web
CloudProvider Cloud-related data generic or specialized by cloud. faker_cloud
Wi-Fi ESSID Fake Wi-Fi ESSIDs. faker_wifi_essid
Credit Score Fake credit score data for testing purposes faker_credit_score
Microservice Fake microservice names faker_microservice

If you want to add your own provider to this list, please submit a Pull Request to our repo.

In order to be inlcuded, 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.