faker.providers.profileΒΆ

fake.simple_profile()
# {   'address': u'501 Monahan Wall Suite 512\nSouth Jaedaport, MA 27354-7562',
#     'birthdate': '1991-06-08',
#     'mail': u'cweissnat@yahoo.com',
#     'name': u'Cordie Kemmer',
#     'sex': 'F',
#     'username': u'wylie.bode'}

fake.profile(fields=None)
# {   'address': u'168 Eola Summit Apt. 112\nNorth Deborrahport, SC 58908-7450',
#     'birthdate': '1978-05-11',
#     'blood_group': 'B+',
#     'company': u'Torphy Group',
#     'current_location': (Decimal('-33.077084'), Decimal('-96.565315')),
#     'job': 'Agricultural consultant',
#     'mail': u'buckridge.keifer@gmail.com',
#     'name': u'Dr. Jerome Ortiz',
#     'residence': u'4652 Eben Station Suite 695\nPort Rolandview, NM 99770-9747',
#     'sex': 'M',
#     'ssn': u'832-14-0245',
#     'username': u'ines.hessel',
#     'website': [u'http://waters.com/']}

Previous topic

faker.providers.phone_number

Next topic

faker.providers.python

This Page