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

::

	fake.simple_profile(sex=None)
	# {   'address': u'99517 Lamb Square Suite 359\nWest Christopher, NM 29121-3275',
	#     'birthdate': datetime.date(2003, 6, 22),
	#     'mail': u'wallacesean@yahoo.com',
	#     'name': u'Sharon Tucker',
	#     'sex': 'F',
	#     'username': u'kirsten33'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'PSC 6562, Box 5932\nAPO AP 49734-9701',
	#     'birthdate': datetime.date(2004, 2, 11),
	#     'blood_group': 'AB+',
	#     'company': u'Lopez-Castillo',
	#     'current_location': (Decimal('85.2058255'), Decimal('173.782784')),
	#     'job': 'Licensed conveyancer',
	#     'mail': u'sandersthomas@yahoo.com',
	#     'name': u'Gerald Thompson',
	#     'residence': u'88715 Justin Rue Suite 410\nSabrinaborough, MI 53425-8476',
	#     'sex': 'M',
	#     'ssn': u'456-86-3448',
	#     'username': u'angelamahoney',
	#     'website': [   u'https://www.hood.biz/',
	#                    u'https://rice-jenkins.info/',
	#                    u'http://www.smith.biz/',
	#                    u'http://patel-nguyen.com/']}
