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

::

	fake.simple_profile()
	# {   'address': u'458 Botsford Heights\nMauryberg, MA 48352-8650',
	#     'birthdate': '2002-05-03',
	#     'mail': u'alvira.quigley@gmail.com',
	#     'name': u'Katherin Jacobi',
	#     'sex': 'M',
	#     'username': u'jaylan.kautzer'}

	fake.profile(fields=None)
	# {   'address': u'267 Hanna Locks Apt. 018\nNorth Babyboyside, NC 07983',
	#     'birthdate': '1970-02-05',
	#     'blood_group': '0-',
	#     'company': u'Lang Ltd',
	#     'current_location': (Decimal('36.026916'), Decimal('-78.708230')),
	#     'job': 'Engineer, maintenance',
	#     'mail': u'aleta46@hotmail.com',
	#     'name': u'Miss Effa Brown',
	#     'residence': u'27650 Joretta Neck Suite 126\nDorettafurt, WV 63754-6105',
	#     'sex': 'F',
	#     'ssn': u'267-21-0022',
	#     'username': u'daniele.mcglynn',
	#     'website': [   u'http://www.moore.com/',
	#                    u'http://www.dooleymurray.com/',
	#                    u'http://larkin.net/',
	#                    u'http://www.mosciski.com/']}
