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

::

	fake.simple_profile(sex=None)
	# {   'address': u'32938 Shane Forges\nEast Shellyborough, SC 10185-0904',
	#     'birthdate': '2015-09-05',
	#     'mail': u'glenn22@yahoo.com',
	#     'name': u'Jacob Johnson',
	#     'sex': 'M',
	#     'username': u'ghall'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'3472 Diane Islands Suite 549\nEast Kyle, MH 32372',
	#     'birthdate': '1976-08-07',
	#     'blood_group': '0+',
	#     'company': u'Hernandez LLC',
	#     'current_location': (Decimal('-39.599776'), Decimal('-49.079537')),
	#     'job': 'Haematologist',
	#     'mail': u'calvincooper@yahoo.com',
	#     'name': u'Michelle Cooper',
	#     'residence': u'0939 Obrien Avenue\nBrownshire, UT 80784-5809',
	#     'sex': 'F',
	#     'ssn': u'683-72-0404',
	#     'username': u'wrightkeith',
	#     'website': [   u'http://salas.net/',
	#                    u'http://chavez.com/',
	#                    u'http://www.deleon.com/']}
