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

::

	fake.simple_profile()
	# {   'address': u'PSC 5199, Box 3161\nAPO AP 69555-8595',
	#     'birthdate': '2004-08-20',
	#     'mail': u'nfeeney@hotmail.com',
	#     'name': u'Amiya Mann',
	#     'sex': 'F',
	#     'username': u'mckenzieuriel'}

	fake.profile(fields=None)
	# {   'address': u'083 Louie Lodge Suite 619\nWest Goldieborough, PA 40352-9525',
	#     'birthdate': '1982-10-29',
	#     'blood_group': 'AB+',
	#     'company': u'Hegmann-Langworth',
	#     'current_location': (Decimal('-62.5960875'), Decimal('-156.864376')),
	#     'job': 'Management consultant',
	#     'mail': u'botsfordalecia@yahoo.com',
	#     'name': u'Pedro Nicolas',
	#     'residence': u'061 Hermiston Trail Suite 181\nHahnfurt, ID 58279',
	#     'sex': 'M',
	#     'ssn': u'396-28-1813',
	#     'username': u'gibsonkeshia',
	#     'website': [u'http://www.romaguera-mclaughlin.com/']}
