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

::

	fake.simple_profile(sex=None)
	# {   'address': u'8943 Matthew Unions\nNorth Elizabethfurt, SC 44852',
	#     'birthdate': datetime.date(1993, 5, 23),
	#     'mail': u'daniel61@gmail.com',
	#     'name': u'Donald Bryant',
	#     'sex': 'M',
	#     'username': u'timothysnyder'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'80052 Fletcher Via Suite 753\nVictoriashire, AK 99106',
	#     'birthdate': datetime.date(1967, 3, 29),
	#     'blood_group': 'A-',
	#     'company': u'Blair LLC',
	#     'current_location': (Decimal('13.6829195'), Decimal('59.352665')),
	#     'job': 'Insurance claims handler',
	#     'mail': u'timothysmith@gmail.com',
	#     'name': u'Dawn Schmidt',
	#     'residence': u'647 Adam Forks Suite 702\nEast Sandra, GU 10183-9830',
	#     'sex': 'F',
	#     'ssn': u'420-03-0340',
	#     'username': u'stacy84',
	#     'website': [   u'http://www.davis.net/',
	#                    u'https://www.carroll-ramirez.net/',
	#                    u'https://sanchez.org/']}
