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

::

	fake.simple_profile(sex=None)
	# {   'address': u'72373 Chambers Street Apt. 605\nThompsonberg, NE 84124-0524',
	#     'birthdate': datetime.date(1996, 7, 10),
	#     'mail': u'melissa46@gmail.com',
	#     'name': u'Steven Ross',
	#     'sex': 'M',
	#     'username': u'crystalmiles'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'47886 Carolyn Mount\nMichaelbury, GU 37839-9925',
	#     'birthdate': datetime.date(2001, 3, 7),
	#     'blood_group': 'B-',
	#     'company': u'Lowery and Sons',
	#     'current_location': (Decimal('-84.9355085'), Decimal('-92.218717')),
	#     'job': 'Conservator, museum/gallery',
	#     'mail': u'thomasmoses@hotmail.com',
	#     'name': u'Christopher Walls',
	#     'residence': u'00518 Alexander Parkways\nHarrisberg, FL 26674',
	#     'sex': 'M',
	#     'ssn': u'047-74-0924',
	#     'username': u'garciaruth',
	#     'website': [u'https://harper.com/']}
