faker.providers.profileΒΆ

fake.simple_profile(sex=None)
# {   'address': u'USS Blake\nFPO AE 73377',
#     'birthdate': datetime.date(1956, 11, 24),
#     'mail': u'amydoyle@gmail.com',
#     'name': u'Joseph Williams',
#     'sex': 'M',
#     'username': u'hallanna'}

fake.profile(fields=None, sex=None)
# {   'address': u'USCGC Hoffman\nFPO AP 24061',
#     'birthdate': datetime.date(1944, 12, 5),
#     'blood_group': 'AB-',
#     'company': u'Hernandez, Roberts and Hogan',
#     'current_location': (Decimal('21.940043'), Decimal('-72.512344')),
#     'job': 'Hydrologist',
#     'mail': u'carrollandrew@hotmail.com',
#     'name': u'Katrina Tucker',
#     'residence': u'112 Edward Hill Apt. 073\nBrownmouth, CT 68050-4506',
#     'sex': 'F',
#     'ssn': u'734-24-6934',
#     'username': u'mcclainanna',
#     'website': [   u'http://stein-lara.biz/',
#                    u'https://mitchell.com/',
#                    u'https://robinson-bennett.net/']}