faker.providers.profileΒΆ

fake.simple_profile(sex=None)
# {   'address': u'14292 Haley Port\nGarciafurt, TX 28252-0136',
#     'birthdate': datetime.date(1989, 2, 12),
#     'mail': u'jamesgarcia@yahoo.com',
#     'name': u'Barry Kelley',
#     'sex': 'M',
#     'username': u'christineevans'}

fake.profile(fields=None, sex=None)
# {   'address': u'USNS Clark\nFPO AP 56643',
#     'birthdate': datetime.date(1952, 6, 17),
#     'blood_group': 'B-',
#     'company': u'Wilson Group',
#     'current_location': (Decimal('-24.748060'), Decimal('175.818677')),
#     'job': 'Corporate treasurer',
#     'mail': u'staceythompson@gmail.com',
#     'name': u'Ryan Munoz',
#     'residence': u'016 Jennifer Well\nChristinachester, NJ 12691',
#     'sex': 'M',
#     'ssn': u'591-31-5447',
#     'username': u'derekbell',
#     'website': [u'https://schmidt.com/', u'http://scott-shaw.com/']}