Community Providers¶
Here’s a list of Providers written by the community:
Provider name | Description | URL |
---|---|---|
Airtravel | Airport names, airport codes, and flights. | faker_airtravel |
Biology | Fake data from biology and life-science domains for testing purposes | faker_biology |
Credit Score | Fake credit score data for testing purposes | faker_credit_score |
Datasets | Build providers based on datasets | faker-datasets |
Education | Public school name and info for testing purposes | faker_education |
Faker File | Generate files with fake content | faker-file |
Geoscience | Earth sciences-related fake-random data generators. | faker_geoscience |
Market Data | Fake market data identifiers (SEDOL, CUSIP, ISIN, etc.) | faker_marketdata |
Microservice | Fake microservice names | faker_microservice |
Music | Music genres, subgenres, and instruments. | faker_music |
Posts | Fake posts in markdown format | mdgen |
PySpark | Fake PySpark DataFrane and Schema generator | faker_pyspark |
Vehicle | Fake vehicle information includes Year Make Model | faker_vehicle |
WebProvider | Web-related data such as mime-type and web server versions. | faker_web |
Wi-Fi ESSID | Fake Wi-Fi ESSIDs. | faker_wifi_essid |
Optional | Small wrapper around faker, to make values optional! | optional_faker |
Presidio Sentence Faker | Create synthetic datasets for training Named Entity Recognition models using Faker. | presidio-evaluator |
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.