Contents

Faker 24.4.0

0

Faker is a Python package that generates fake data for you.

Faker is a Python package that generates fake data for you.

Stars: 16999, Watchers: 16999, Forks: 1857, Open Issues: 18

The joke2k/faker repo was created 11 years ago and the last code push was 21 hours ago.
The project is extremely popular with a mindblowing 16999 github stars!

How to Install faker

You can install faker using pip

pip install faker

or add it to a project with poetry

poetry add faker

Package Details

Author
joke2k
License
MIT License
Homepage
https://github.com/joke2k/faker
PyPi:
https://pypi.org/project/Faker/
Documentation:
http://faker.rtfd.org/
GitHub Repo:
https://github.com/joke2k/faker

Classifiers

  • Software Development/Libraries/Python Modules
  • Software Development/Testing
  • Utilities
No  faker  pypi packages just yet.

Errors

A list of common faker errors.

Code Examples

Here are some faker code examples and snippets.

GitHub Issues

The faker package has 18 open issues on GitHub

  • Incorrect language set on Provider during locale fallback
  • Initial creation of fr_CA locale for Address
  • Refactor the date_time provider
  • faker打包成exe执行报错
  • E.164 phone format
  • postal zip code not correctly related to address
  • 11.0.0: pytest warnings
  • 11.0.0: issue with faker.sphinx module
  • License
  • ro_RO
  • future_date doesn't seem to be using the tzinfo argument
  • Recursive dependency involving fixture 'faker' detected when running test cases using pytest
  • Feature request: length kwarg for all providers to limit the number of characters in the output
  • 8.7.0: pytest is failing
  • 8.4.0: sphinx watnings

See more issues on GitHub

Related Packages & Articles

tox 4.14.2

tox is a generic virtualenv management and test command line tool

pytest-xdist 3.5.0

pytest xdist plugin for distributed testing, most importantly across multiple CPUs

pytest-socket 0.7.0

A plugin to use with Pytest to disable or restrict socket calls during tests to ensure network calls are prevented.