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

   fake.simple_profile()
   # {   'address': u'15862 Donnell Village Suite 248\nDewardborough, AK 50012-7823',
   #     'birthdate': '1994-03-10',
   #     'mail': u'xmacejkovic@yahoo.com',
   #     'name': u'Justus Bruen',
   #     'sex': 'F',
   #     'username': u'marlo13'}

   fake.profile(fields=None)
   # {   'address': u'USCGC Feest\nFPO AA 53159-7288',
   #     'birthdate': '1994-04-04',
   #     'blood_group': 'B-',
   #     'company': u'Fisher Inc',
   #     'current_location': (Decimal('-59.977574'), Decimal('-139.365107')),
   #     'job': 'Speech and language therapist',
   #     'mail': u'myer.borer@hotmail.com',
   #     'name': u'Lane Boyer',
   #     'residence': u'34432 Kadin Divide\nDanaland, MN 99757-8743',
   #     'sex': 'M',
   #     'ssn': u'681-23-6809',
   #     'username': u'schmeler.earnestine',
   #     'website': [   u'http://hickle.com/',
   #                    u'http://rempel.net/',
   #                    u'http://www.fritsch.com/']}
