Skip to content

oliciv/python-faker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faker

Faker makes fake data. It looks like this:

>>> import faker
>>> faker.name.name()
'Gregory Spinka III'
>>> faker.internet.email()
'jayne@miller.com'
>>> faker.company.name()
'Barton, Heller and Considine'
>>> faker.address.street_address()
'106810 Leannon Drive'

If you are a Django developer, you might also be interested in django-poseur, which provides some higher-level tools for Django built on this library.

About

Generate placeholder data. Port of Ruby port of Perl module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%