
``faker.providers.profile``
---------------------------

::

	fake.simple_profile()
	# {   'address': u'8548 Jeffrey Ramp Apt. 222\nNew Kathleen, TX 85673-5908',
	#     'birthdate': '2016-02-11',
	#     'mail': u'michealdelgado@yahoo.com',
	#     'name': u'Karen Holt',
	#     'sex': 'F',
	#     'username': u'hailey85'}

	fake.profile(fields=None)
	# {   'address': u'02099 Tina Forge Apt. 821\nMatthewborough, WI 32412-4340',
	#     'birthdate': '1984-02-05',
	#     'blood_group': 'A+',
	#     'company': u'Anderson, Hines and Estes',
	#     'current_location': (Decimal('-0.5226745'), Decimal('-29.763063')),
	#     'job': 'Chartered loss adjuster',
	#     'mail': u'xbrown@gmail.com',
	#     'name': u'Shaun Page',
	#     'residence': u'71916 Wade Branch\nEast Luis, CT 68136-4089',
	#     'sex': 'M',
	#     'ssn': u'583-32-8095',
	#     'username': u'watkinsjeremy',
	#     'website': [u'http://www.schmidt.com/']}
