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

::

	fake.simple_profile()
	# {   'address': u'832 Kevin Streets Apt. 142\nWhiteborough, MN 73461',
	#     'birthdate': '1976-02-20',
	#     'mail': u'lramirez@gmail.com',
	#     'name': u'Craig Ferguson',
	#     'sex': 'M',
	#     'username': u'edward56'}

	fake.profile(fields=None)
	# {   'address': u'469 Aaron Plaza\nRoberttown, IL 18410',
	#     'birthdate': '2006-05-07',
	#     'blood_group': 'B+',
	#     'company': u'Phillips-Hall',
	#     'current_location': (Decimal('-30.137358'), Decimal('19.831758')),
	#     'job': 'Accountant, chartered public finance',
	#     'mail': u'briananelson@yahoo.com',
	#     'name': u'Paul Young',
	#     'residence': u'7484 Joshua Drive Apt. 608\nBrentshire, KY 78969',
	#     'sex': 'M',
	#     'ssn': u'115-56-7004',
	#     'username': u'pcarpenter',
	#     'website': [   u'http://www.cooper-harding.com/',
	#                    u'http://www.wagner-coleman.com/',
	#                    u'http://price.com/',
	#                    u'http://foley.net/']}
