
"faker.providers.profile"
*************************

   fake.simple_profile()
   # {   'address': u'5542 Bauch Groves\nConnchester, FL 84827',
   #     'birthdate': '1977-05-05',
   #     'mail': u'adeline89@yahoo.com',
   #     'name': u'Chaz Ferry',
   #     'sex': 'F',
   #     'username': u'aarav98'}

   fake.profile(fields=None)
   # {   'address': u'7477 Casper Cove Suite 340\nWest Fanny, IN 69486',
   #     'birthdate': '2009-04-05',
   #     'blood_group': 'AB+',
   #     'company': u'King-Howell',
   #     'current_location': (Decimal('42.7857355'), Decimal('-139.544526')),
   #     'job': 'Science writer',
   #     'mail': u'dorla32@yahoo.com',
   #     'name': u'Brittany Tromp',
   #     'residence': u'46751 Jewess Falls\nLake Jaclyn, ME 39697',
   #     'sex': 'M',
   #     'ssn': u'848-74-6298',
   #     'username': u'jarred50',
   #     'website': [u'http://wiegand.net/']}
