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

::

	fake.simple_profile(sex=None)
	# {   'address': u'122 Becky Fords Suite 204\nNew Ashley, NC 01503',
	#     'birthdate': datetime.date(1955, 1, 18),
	#     'mail': u'seth82@hotmail.com',
	#     'name': u'Marisa Meyers',
	#     'sex': 'F',
	#     'username': u'andrewsnicole'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'69053 Friedman Meadow Apt. 279\nEast Sandraview, DE 37387-9981',
	#     'birthdate': datetime.date(2010, 12, 22),
	#     'blood_group': 'B+',
	#     'company': u'Massey-Walker',
	#     'current_location': (Decimal('3.7555255'), Decimal('91.921273')),
	#     'job': 'Intelligence analyst',
	#     'mail': u'eatonsarah@yahoo.com',
	#     'name': u'Amy Garcia',
	#     'residence': u'PSC 5433, Box 2836\nAPO AE 46760-5926',
	#     'sex': 'F',
	#     'ssn': u'273-72-0276',
	#     'username': u'michael06',
	#     'website': [   u'http://west.com/',
	#                    u'http://www.brewer-phillips.org/',
	#                    u'http://www.newman-waller.com/',
	#                    u'http://www.armstrong.com/']}
