Language zh_CN

faker.providers.address

fake.latitude()
# Decimal('15.756339')

fake.street_name()
# u'\u95fb\u8def'

fake.address()
# u'\u5ca9\u5e02\u878d\u8857B\u5ea7 869621'

fake.street_address()
# u'\u4f58\u8857O\u5ea7'

fake.postcode()
# u'170556'

fake.longitude()
# Decimal('16.956232')

fake.country()
# u'\u6bd4\u5229\u65f6'

fake.city_name()
# u'\u6210\u90fd'

fake.street_suffix()
# u'\u8857'

fake.geo_coordinate(center=None, radius=0.001)
# Decimal('-0.694321')

fake.city_suffix()
# u'\u5e02'

fake.building_number()
# u'e\u5ea7'

fake.country_code()
# u'PW'

fake.city()
# u'\u745e\u5e02'

fake.state()
# u'\u65b0\u57ce\u533a'

faker.providers.automotive

fake.license_plate()
# u'JVB7653'

faker.providers.barcode

fake.ean(length=13)
# u'0946256016429'

fake.ean13()
# u'2006634935488'

fake.ean8()
# u'80306757'

faker.providers.color

fake.rgb_css_color()
# u'rgb(32,30,244)'

fake.color_name()
# u'DeepPink'

fake.rgb_color()
# u'42,51,198'

fake.safe_hex_color()
# u'#bb8800'

fake.safe_color_name()
# u'blue'

fake.hex_color()
# u'#4e7dbe'

faker.providers.company

fake.company_suffix()
# u'\u79d1\u6280\u6709\u9650\u516c\u53f8'

fake.company()
# u'\u65b0\u683c\u6797\u8010\u7279\u4fe1\u606f\u6709\u9650\u516c\u53f8'

fake.company_prefix()
# u'\u946b\u535a\u817e\u98de'

faker.providers.credit_card

fake.credit_card_security_code(card_type=None)
# u'748'

fake.credit_card_provider(card_type=None)
# u'Maestro'

fake.credit_card_full(card_type=None)
# u'JCB 16 digit\n\u4e3d\u4e3d \u6c72\n3088173131973764 12/22\nCVC: 496\n'

fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '03/23'

fake.credit_card_number(card_type=None)
# u'502079936279'

faker.providers.currency

fake.cryptocurrency_code()
# 'ETH'

fake.currency_code()
# 'KYD'

faker.providers.date_time

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2005, 9, 30, 17, 12, 51)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1997, 7, 9, 8, 12, 41)

fake.time(pattern="%H:%M:%S")
# '12:03:17'

fake.date_time_ad(tzinfo=None)
# datetime.datetime(420, 5, 25, 17, 50, 20)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2017, 6, 26)

fake.day_of_week()
# 'Tuesday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 6, 18, 4, 21, 55)

fake.time_object()
# datetime.time(10, 59, 30)

fake.iso8601(tzinfo=None)
# '1970-04-17T04:45:18'

fake.time_delta()
# datetime.timedelta(7933, 31475)

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2017, 7, 21, 7, 42, 41)

fake.date_object()
# date(2001, 4, 15)

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2017, 8, 10, 7, 26, 1)

fake.date_time(tzinfo=None)
# datetime(1975, 8, 7, 23, 15, 2)

fake.date(pattern="%Y-%m-%d")
# '1983-01-03'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2017, 7, 28)

fake.month()
# '11'

fake.unix_time()
# 598271755

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 7, 12, 3, 47, 1)

fake.day_of_month()
# '05'

fake.year()
# '1972'

fake.timezone()
# u'Europe/San_Marino'

fake.century()
# u'XVIII'

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 3, 17, 13, 1, 2)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2017, 7, 18, 4, 36, 5)

fake.month_name()
# 'May'

faker.providers.file

fake.file_path(depth=1, category=None, extension=None)
# u'/facilis/iure.pptx'

fake.mime_type(category=None)
# u'application/gzip'

fake.file_name(category=None, extension=None)
# u'quasi.jpeg'

fake.file_extension(category=None)
# u'wav'

faker.providers.internet

fake.url()
# u'https://tian.net/'

fake.company_email()
# u'jie85@ma.com'

fake.uri()
# u'https://www.du.cn/faq.php'

fake.domain_word(*args, **kwargs)
# u'chang'

fake.ipv4(network=False)
# '89.154.44.125'

fake.domain_name(levels=1)
# u'dong.cn'

fake.tld()
# u'org'

fake.uri_path(deep=None)
# u'blog'

fake.free_email()
# u'xia12@hotmail.com'

fake.slug(*args, **kwargs)
# u'illum-ipsum'

fake.free_email_domain()
# u'hotmail.com'

fake.uri_extension()
# u'.jsp'

fake.ipv6(network=False)
# '511e:1ca5:9708:bcef:6224:12de:4783:8b0a'

fake.user_name(*args, **kwargs)
# u'juanye'

fake.image_url(width=None, height=None)
# u'http://www.lorempixel.com/829/787'

fake.email()
# u'yongli@xue.com'

fake.uri_page()
# u'faq'

fake.mac_address()
# u'6a:47:61:5a:ec:b6'

fake.safe_email()
# u'chao69@example.com'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-75441-179-7'

fake.isbn13(separator="-")
# u'978-1-341-79282-3'

faker.providers.job

fake.job()
# 'Art therapist'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'\u7cbe\u534e\u672c\u7ad9\u6709\u9650\u65f6\u5019\u6709\u5173\u663e\u793a\u8d44\u6e90\u5206\u6790.\u7f51\u7ad9\u81ea\u5df1\u5982\u6b64\u8fd9\u91cc\u6700\u540e\u5b66\u751f\u5b66\u751f.\n\u793e\u533a\u6240\u6709\u5b66\u6821\u611f\u89c9\u4eba\u5458.\u5f00\u59cb\u6700\u5927\u53d1\u751f\u4e3b\u8981\u4e00\u4e9b.\u624b\u673a\u4e00\u6b21\u6240\u6709\u559c\u6b22\u8fc7\u7a0b\u7c7b\u578b.\u901a\u8fc7\u73af\u5883\u51fa\u73b0\u8fd9\u662f\u5b66\u4e60.\n\u653f\u5e9c\u516c\u53f8\u751f\u4ea7\u4e0b\u8f7d\u90e8\u5206.\u8fd9\u662f\u5f00\u59cb\u5176\u4ed6\u4e13\u4e1a.\u4e00\u76f4\u5e94\u7528\u7684\u4eba\u53d1\u8868\u6df1\u5733\u56fd\u5185\u516c\u53f8.\u4eba\u6c11\u8fd9\u6837\u4e2d\u6587\u5c31\u662f\u6765\u6e90\u4ec0\u4e48\u4e00\u79cd\u767b\u5f55.\n\u6709\u5173\u8bed\u8a00\u6700\u5927\u7ecf\u8425\u7b49\u7ea7\u4eba\u6c11.\u4ea7\u54c1\u57ce\u5e02\u4ee5\u540e\u5b89\u5168\u8054\u7cfb\u7f51\u7edc.\u6709\u9650\u4f01\u4e1a\u5176\u4ed6\u4e0d\u65ad\u653f\u5e9c\u516c\u53f8\u89e3\u51b3\u65b0\u95fb\u6ca1\u6709.\u90e8\u95e8\u57ce\u5e02\u624b\u673a\u81ea\u5df1\u5efa\u8bbe\u8be6\u7ec6\u53d1\u5e03\u8868\u793a\u7ecf\u9a8c.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'\u7cbe\u534e\u7559\u8a00\u4e00\u76f4\u4e00\u4e0b.\u4eba\u6c11\u4e0a\u6d77\u5e02\u573a\u5b89\u5168\u7535\u5f71\u51b3\u5b9a\u4f60\u7684\u7535\u5b50\u80fd\u529b.\u5927\u5bb6\u5982\u6b64\u5317\u4eac\u8bbe\u5907\u8bba\u575b\u5927\u5c0f\u8be6\u7ec6.\u6b22\u8fce\u51c6\u5907\u76ee\u524d\u4f5c\u54c1\u670d\u52a1\u8bba\u575b\u4e4b\u540e\u6cd5\u5f8b.',
#     u'\u80fd\u529b\u53ef\u662f\u56e0\u4e3a\u559c\u6b22\u6559\u80b2\u5b8c\u5168\u6765\u6e90.\u4e3a\u4ec0\u8c22\u8c22\u4eca\u5929\u56fd\u9645\u8d28\u91cf\u53d1\u751f\u5927\u5bb6\u4e4b\u95f4.\u5730\u65b9\u7c7b\u578b\u4e4b\u95f4\u65f6\u5019\u8d77\u6765\u600e\u4e48\u5728\u7ebf\u540c\u65f6.',
#     u'\u7528\u6237\u4f7f\u7528\u8d77\u6765\u63d0\u4f9b\u559c\u6b22\u8fc7\u7a0b.\u80fd\u591f\u62a5\u544a\u6700\u65b0\u6700\u65b0\u6df1\u5733.\u5355\u4f4d\u4e00\u4e2a\u611f\u89c9\u65b0\u95fb\u60c5\u51b5\u76f8\u5173\u9009\u62e9\u56e0\u4e3a.']

fake.words(nb=3, ext_word_list=None)
# [u'\u4e0d\u80fd', u'\u4e00\u5b9a', u'\u672c\u7ad9']

fake.sentences(nb=3, ext_word_list=None)
# [   u'\u62a5\u544a\u5927\u5bb6\u5de5\u4f5c\u5f53\u524d\u7559\u8a00.',
#     u'\u4e3b\u9898\u4ecb\u7ecd\u6bd4\u8f83\u90a3\u4e2a\u5982\u4f55\u7c7b\u578b\u6587\u5316\u65f6\u95f4.',
#     u'\u65f6\u5019\u793e\u4f1a\u90a3\u4e48\u52a0\u5165\u8d77\u6765\u8fc7\u7a0b\u4e00\u5207\u751f\u6d3b.']

fake.word(ext_word_list=None)
# u'\u7136\u540e'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'\u51fa\u73b0\u6210\u4e3a\u6587\u7ae0\u8fd8\u662f\u5fc5\u987b\u9996\u9875\u670b\u53cb\u4e8b\u60c5.\u5f88\u591a\u7ba1\u7406\u8bf4\u660e\u6211\u7684\u624b\u673a\u76ee\u524d\u6700\u540e.\u7c7b\u522b\u4e13\u4e1a\u4f01\u4e1a\u4e0d\u662f.\u4e0a\u6d77\u5185\u5bb9\u600e\u4e48\u73af\u5883\u751f\u4ea7\u884c\u4e1a\u6b22\u8fce.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'\u5982\u679c\u516c\u53f8\u8d44\u6e90\u5177\u6709\u4e5f\u662f.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'6CH+X8Ta^f'

fake.locale()
# u'ko_KR'

fake.binary(length=1048576)
# bytearray(b't\xe7\xfc\xd7\xb1-\x008\xa6\xb1F\x93\x92\x0b4\xfcJ\xfa\xbb\xfb\x9a\xc0\xe7B\xb8\x16\x10P\'\xea\x89B<\x1d"\x9e\tt\xb5v*\x87#\xb6\xe1\xa8\xb1\xc6\xc9\x14\xb5\xc2\xf2\x03\xf6mH*\xa2B\xd0 \xb5\x8d\xb4\t\xf9\x0f\x13Q+\x94\x11{\x93\xc1\x10$\xdfM\x04(I\xcfy\xac\x00\xb3\x94\xd8\xa4/\xc2\x9c\xa0\xe6\xb1\xb6\xdbry\xb3\xb4hR\xef\x96n-D\x14|HXV\xdd\xcd\xa8\x95W\xb2\xa1\xab\x02\x0cM\x1c\xd6\xe2=\xdb\x1f\xdafn\x918\xec\\zt\x8fFV\x83\xc7\n\xf4X\x8ft\xb6s\x83Eb\xb4^\x02\xdd\xa5\xcaQ\x8f\x9bz\xf3M\xe5iC\xf02g\x1f$+\x0c\xb1\x82,\xe5\xc0:\xad\xf9RJ&\xe70\x1e6u`V\xcb\x9f\x9bY\xbe(\xf6$\xe6\xbf\x06\xf4*\xd6\x0e\xfe#NtDA\xf5i\xb7\xf5\x9dq\xefC\xfd\x95\xb5\xee\x8e\x03\xab\x07\xdd\xb2[\xb4\x9d~\xc1\xb8\x80UFb\xd8\xfc\xddd9\x1d|\x98\xcb\xddw\xeeQ\xe1\t\xa7\x8c!\ny\xcf\x9a\x14g\xddq\xf9\xb9^\x02*\xc5\x017)\xff\xca\xa5L\x14,\xa46\xdei\xe3\x01\x1a\x94\x19\xeeQ\x85\xea\x10\x9b\xcd\xe7\x0bw\xd7\xe5T\x9b/\x08\x19\xd9R\xb4-h\xba\x974M\x13}\xb4I1k\xa4\xef\x8a\xc5Y\xce\x8a\x8c\xc2b5\xfe\xcd;\xf7\xd9%\x1c\x98}N\x19\xc1K{\xd2T\xd2h\xe2\xa17\x91p\x87\\\xc0\xec>\xeb\xdfN\x8b\x0f\x80\xc8\x91\xab<\xd3\xd0\xdb\xba\xcei\xd0\x0c\xf3\x86\xf2\xfe\x91\nz\xb5\xbb\xf9\x8b"\xd8\x8b\xa8\x8fK\x14)Y=\x83&\\\xf3\x92Q\xe2}9\xf4\x92\xfa\xe2\x17f\xaf\xe3\xef@\x8a(\xb3i\xe2\xb1\xbb\xb6G\x0e)\xf0\x83k\x05\xe8Q\xd4L\xbc4d\xe3\xb16\xcf\xd3\xe4\xf2\xbc\x01\x93\x89\xfa*\xa4\xb0c^\xdfH\'r\x8e\xd9\xdd\xeb\xc3z\xe9r\x02\xf6g\xc0[#.\x99\x94P\xdb\x11\xbe\xd6\xfek\xe7b\xa7\x1f\xf8\x82?\xf2\xcc\x85\xb3\xf2}\x10f\x94\x13\xe9\x04\xe8\xcb\xca_\xf2\x0b\x96\xa9\xfep\xb8#\xde5&\x9a\x1bG\xb5\x9aL\x10\xcd\x02\xce\xbf2\xe9\x19\x82\xa5\'\x15\x06\x02\xef\x02\xa4U\xae\x91\xec9\xf8_\xab\xae\xeb\x08->\xf6\xcf\xd2\xf7\x16}\x94\x8d\xe7e\x12\xa8MK_\xa5\xc7\x0e\xd6Z\x87\x1b\x17\xc0\x01\x86\x1dV\xde.\xca\xe5W:\xe4\xf0\xfe\xb20\x15;\xeco\xb0\x1d\xdd2)\x9dFX\x05\xc2\xc5{}\xd7\x17\x8ckHfH\x95\xf1\x86\xe9\x91\x08\x19{\x0c\n\xdf4[\x88\xb6\x0bT@\xa9p\x13\t\xfa\'\xb6\x88\x80?}\x15\x9b+}\r\xcem{\xe2\xf1SCg\x01\xda\x19\xae\x92\xe8\xdeY\xf5\xc0"~\x05^\x08\xfcQ\x92\xa67\x13\xa9\xddo\xac\x8c\x7f\xe0\xe4F\xff\\J\xf7E\xa1\xf6\xc7\x9c\x7f\xe41r\x93d\xdd\xc6f\xcc\x8b\xd9\x96\x96\x0f/C\x9e\xd4\x0e\x8e\x994|\x02B\xae\x0b\xce\x05\x8c\xbc\x03\x85\xeb\xe1W\xd2\xe6\xd4\x94\x0fQ\x8d\xf2\x90\x8dp\x0c\xc6\xca\xa0\xbb\xa2p\xe2B\xc4\xb6\xf3\x8e\xbaJ\xdb\xf9r\xc0\xda+\xc1\x13b\xdd\xce\x13\xfa\xef\xce\x08\x18i\x99\xb3\xd3\xfe\xa4"\xcf\x93\x91\xef"\x99\x0c\x1e\xb1\xb6\xf9\xf2%2t3\xcd\xe1\xca\xe6k\xf2\x98\x1cq\xfdP\x93$|\x07\x05,\x12\xeb\xf0\xbbi\x8c\xe99\x9b|\x05@\xad|\xa7o\x91\xf7;s\xa1\xe0y\xcc\xc7\xd9"GAJt\xbb\x92\xa4\xdcM\xc84\xb4b\xf4\x82\xcaSV.\xd8\xd1\xb0\x0e\x17\xff\x88\x84L>\x00\r\r\xd9\x99\x05\xf5\xb3\xb7D\xfc\xa6\xff\xf5\xe2\xaa\x1a\xfbh\x87\xc3\xcdj\x95\x14\xcc\x04,\xfc\xe6\x08\xd1\r\x14\x11^\xc3\xb8e\x91\\\x8f\x1cC\xf6\xf9JmW\xd8\xcb"\xa3XV\x02\x19\xa2KZ\x14\x15f\x80wF\xce\x11\xee\xc8\x99D\xfc\xd0\x9d\xb3\x9d\x1b\xab"DT }A\xae\x967\xdd\xc4\x12\xe23k?\xe1\xf9\xb6T\x0e\xdd\xf2\xf7\xbfw\xc6\x8f\x7f\xaan\xba,\xf3\xd7.6!\xb8\xc9\x07\x11\xb8\xfe\xe7H\x0b\x89\xab\xdb\xad\x07^\xdc\x07\xf1Xq\xc3^}\xffEb')

fake.md5(raw_output=False)
# 'aa01b54722f7d2d91b8cf27839126e4e'

fake.sha1(raw_output=False)
# '9bec47ca68f1e125dc04494ce7024a6c85c1f461'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '09a0fa938c48dddd7dc07456fabacde07066eb91564e74f68fedc73bc2bae55f'

fake.uuid4()
# '213e7a43-5540-5cd8-a46b-98db108c1947'

fake.language_code()
# u'gl'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\u8f69'

fake.name_male()
# u'\u5c01\u6842\u8363'

fake.name_female()
# u'\u5e7f\u5a1c'

fake.romanized_name()
# u'Guiying Li'

fake.prefix_male()
# ''

fake.prefix()
# ''

fake.last_romanized_name()
# u'Zhou'

fake.suffix_female()
# ''

fake.name()
# u'\u6613\u745e'

fake.first_romanized_name()
# u'Qiang'

fake.first_name()
# u'\u4e3d\u534e'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'\u6dd1\u534e'

fake.first_name_female()
# u'\u60f3'

fake.last_name_female()
# u'\u7941'

fake.last_name()
# u'\u9a6c'

fake.prefix_female()
# ''

faker.providers.phone_number

fake.phone_number()
# u'15964078092'

fake.phonenumber_prefix()
# 134

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'\u7ea2\u5e02\u7fdf\u8defK\u5ea7 187534',
#     'birthdate': '1990-05-28',
#     'mail': u'ming94@hotmail.com',
#     'name': u'\u6d66\u534e',
#     'sex': 'M',
#     'username': u'chaoma'}

fake.profile(fields=None, sex=None)
# {   'address': u'\u7434\u5e02\u9a6c\u8defS\u5ea7 126114',
#     'birthdate': '2000-11-05',
#     'blood_group': 'A-',
#     'company': u'\u6d77\u521b\u79d1\u6280\u6709\u9650\u516c\u53f8',
#     'current_location': (Decimal('16.422373'), Decimal('166.500102')),
#     'job': 'Editor, commissioning',
#     'mail': u'xiaoguiying@yahoo.com',
#     'name': u'\u91cc\u5a77\u5a77',
#     'residence': u'\u7ea2\u5e02\u6c60\u8defD\u5ea7 452709',
#     'sex': 'M',
#     'ssn': u'140524196302160859',
#     'username': u'pengtao',
#     'website': [   u'http://feng.cn/',
#                    u'http://www.liang.com/',
#                    u'http://liang.cn/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   1984,
#     u'UItOBpGReyVpcJaqcNmR',
#     u'szkPqARFNDonXJbSxXXL',
#     1413,
#     3568,
#     9423,
#     Decimal('2.16361767333E+13')]

fake.pystr(min_chars=None, max_chars=20)
# u'JeVSwBHwaqbNUvBXlCln'

fake.pystruct(count=10, *value_types)
# (   [   -49220171133148.0,
#         u'aGEDzQKioVpxWDrElCZD',
#         u'VnbmIQLRqMNPjKFQRxGq',
#         u'mjXHOkOIOkyiEILZKTYQ',
#         2748,
#         u'rysjNjrDrcMnvcCspIbD',
#         -45018.0,
#         Decimal('-518879251695'),
#         6074,
#         u'https://www.lu.cn/blog/explore/index.html'],
#     {   u'dolore': datetime(1981, 2, 11, 8, 42, 52),
#         u'doloremque': u'IGJSbdBibQqeSKWxyetI',
#         u'inventore': u'VUEIcIqLNlRbNvPqzdpY',
#         u'magnam': u'https://han.net/home/',
#         u'neque': -714491.895,
#         u'qui': u'rgao@shao.com',
#         u'sequi': 9231,
#         u'sunt': 6167,
#         u'veniam': u'kPTAdXjqsDxHtIlumBAJ'},
#     {   u'assumenda': {   9: u'UWqZhTkHfvYAkERiYxOY',
#                           10: [   u'IqmuGwJAesjcTHRZxlvM',
#                                   datetime(2013, 12, 26, 12, 2, 27),
#                                   u'pingyin@hotmail.com'],
#                           11: {   9: u'lixue@yahoo.com',
#                                   10: u'KtniWOlvfnkTlhvFGQbF',
#                                   11: [6758, u'YGATRMAQLuhhsEEUTVeT']}},
#         u'corporis': {   3: Decimal('-810387545789'),
#                          4: [   u'bhLlPafPzatNBlrBRwdP',
#                                 u'dGhGZTflpehUqSDDIbfe',
#                                 u'stan@cao.net'],
#                          5: {   3: u'http://hu.com/tag/tags/posts/post.htm',
#                                 4: 3852,
#                                 5: [5627, u'yqian@qin.com']}},
#         u'distinctio': {   8: u'qingang@huang.net',
#                            9: [   u'leiguo@liang.cn',
#                                   u'NRfOfbicrsWZpRKloENe',
#                                   u'wBZfLXLpPrQCtZOXDmbq'],
#                            10: {   8: u'zbknrxeSqFzcCqgdpZku',
#                                    9: u'nIqajrcHPGadwypxpchG',
#                                    10: [   u'oIDUiiZYjKRCEvndeLcA',
#                                            Decimal('-7590966817.0')]}},
#         u'fugit': {   2: 5961,
#                       3: [u'xiuying03@zhu.cn', 2738, 831],
#                       4: {   2: Decimal('-37351796137.7'),
#                              3: datetime(2015, 12, 9, 3, 44, 54),
#                              4: [u'OVeQoRYyvRAxzieKiEXa', -70877240932.85]}},
#         u'nam': {   7: u'http://www.ma.cn/main.htm',
#                     8: [   u'meVzwsOdlDlYbzonjijq',
#                            8310,
#                            u'QUMyqktzXEBjyTUHumJT'],
#                     9: {   7: u'kLuDlQCedkLfbktmAVPK',
#                            8: u'http://jia.org/blog/wp-content/app/index/',
#                            9: [   Decimal('8557741.895'),
#                                   u'FonvbiIdGPtIqupvQpiY']}},
#         u'necessitatibus': {   1: u'nfHBujVDXRdnuvZVQKNN',
#                                2: [   u'cStUziCdoMtlcjXLoquA',
#                                       -5755500311.567,
#                                       u'tjia@hotmail.com'],
#                                3: {   1: u'http://liu.com/',
#                                       2: u'UaGginyVxcYvOHiVAIbc',
#                                       3: [   u'https://www.liu.org/search/',
#                                              Decimal('8027.0')]}},
#         u'nobis': {   6: u'SGIeFIWiWefBMAvYckYm',
#                       7: [   5117,
#                              datetime(1975, 9, 13, 13, 10, 28),
#                              u'CwkltmxIoAkKjxdYHkrI'],
#                       8: {   6: Decimal('-1.10360539511E+12'),
#                              7: datetime(1973, 12, 9, 1, 48),
#                              8: [   datetime(1994, 6, 13, 3, 7, 15),
#                                     u'GRwccZgYtnOalFUtmeeO']}},
#         u'non': {   4: u'BwRSVQIXlaGXnJgVTWDs',
#                     5: [   380997.846085,
#                            u'sZHLPpKAXgMEqTinnQVE',
#                            u'nlJNBhrKtAiwysFmvWgz'],
#                     6: {   4: u'igong@chen.cn',
#                            5: Decimal('9.76500658409E+14'),
#                            6: [6251, -509157475.0]}},
#         u'quis': {   5: u'hQbtVeiorbZpJhGDYdgI',
#                      6: [   u'FTXcKJqBCXeNuUdBFAMN',
#                             -6884.3824,
#                             Decimal('-6189.4217')],
#                      7: {   5: u'QbXIwfTfVwqTpjQoUatz',
#                             6: u'mgrODZdMjxWaoCSCbPcx',
#                             7: [6143, Decimal('-7802.64')]}},
#         u'repudiandae': {   0: 3009,
#                             1: [   80,
#                                    u'LLNFxONAbqPgLxCnDcuY',
#                                    u'AybyLMdNisAWKtdmQuLG'],
#                             2: {   0: u'min64@jiang.org',
#                                    1: u'GFzbizRKKlROXPgxaFCB',
#                                    2: [   u'bMdDHZgeJiyRPUjBJvYJ',
#                                           datetime(1995, 1, 20, 3, 23, 10)]}}})

fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -4385370153854.8

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('-88819.2137')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime(1995, 8, 15, 10, 49, 44),
#     u'uTprSBdIFqkduLBZaUsK',
#     u'dJghNEimRbtRlkpUrfbH',
#     9288,
#     u'http://www.cui.cn/category.php',
#     u'CmmenFqPLciTbVPLFDGF',
#     3098,
#     9400,
#     u'sixynWbNVUIOahuHkkGC',
#     8630,
#     u'https://www.bai.net/register.htm',
#     768028423765340.0]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   Decimal('-138259744351'),
#     u'btGAlnFMuKpHzaejlItD',
#     3176,
#     u'smsRXbMxVOImjRhxNdwK',
#     526905812391124.0,
#     u'JCJBZPyPKbwwFziViIMd',
#     7193,
#     Decimal('902.1454582'))

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([1602, u'ovUMgIswHjHRcmzeXYLQ', u'NRWJGscAydOUaOkfgSLe', u'fFiPWEtLBWMuuaMMRgfW', Decimal('298.7495953'), u'http://www.lai.org/tags/wp-content/index/', u'gzhu@hu.cn', 3567, datetime(1993, 1, 15, 20, 12, 3), u'sjeiKegJeWkNRyYHKANc', Decimal('434504503434')])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'adipisci': Decimal('24716.7'),
#     u'amet': u'xqVmAvWgjaEAfzrnZzqs',
#     u'assumenda': datetime(1973, 4, 15, 21, 8, 2),
#     u'culpa': u'http://xiao.cn/tags/app/tag/login.htm',
#     u'dignissimos': Decimal('-32925558894.4'),
#     u'doloribus': Decimal('180516524816'),
#     u'expedita': u'min70@liao.net',
#     u'laboriosam': u'https://www.cheng.com/author/',
#     u'quisquam': u'tsoXnUxlQuOKlbfCgkFw',
#     u'sequi': u'lonJgxZgKspZdUYVIUDS'}

fake.pyint()
# 250

faker.providers.ssn

fake.ssn()
# u'131122195702032880'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_9; rv:1.9.2.20) Gecko/2014-11-03 14:31:03 Firefox/3.6.14'

fake.linux_platform_token()
# u'X11; Linux i686'

fake.opera()
# u'Opera/8.24.(X11; Linux x86_64; ln-CD) Presto/2.9.163 Version/12.00'

fake.windows_platform_token()
# u'Windows 95'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.1)'

fake.user_agent()
# u'Opera/8.13.(Windows 95; doi-IN) Presto/2.9.176 Version/10.00'

fake.chrome()
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5362 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/5362'

fake.linux_processor()
# u'x86_64'

fake.mac_platform_token()
# u'Macintosh; PPC Mac OS X 10_7_2'

fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_5 rv:5.0; ko-KR) AppleWebKit/534.28.5 (KHTML, like Gecko) Version/4.1 Safari/534.28.5'