Language zh_CN

faker.providers.address

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

fake.street_name()
# u'\u7aa6\u8857'

fake.address()
# u'\u5b81\u590f\u56de\u65cf\u81ea\u6cbb\u533a\u547c\u548c\u6d69\u7279\u53bf\u9b4f\u90fd\u623f\u8defO\u5ea7 503311'

fake.street_address()
# u'\u8fbd\u9633\u8defF\u5ea7'

fake.postcode()
# u'143648'

fake.country_code(representation="alpha-2")
# u'ZA'

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

fake.country()
# u'\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd'

fake.city_name()
# u'\u5f20\u5bb6\u6e2f'

fake.province()
# u'\u6e56\u5357\u7701'

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

fake.district()
# u'\u6d77\u6e2f'

fake.city_suffix()
# u'\u53bf'

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

fake.street_suffix()
# u'\u8857'

fake.city()
# u'\u90d1\u5dde\u5e02'

faker.providers.automotive

fake.license_plate()
# u'0D Q1698'

faker.providers.bank

fake.bban()
# 'TJGA2863806797271'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB73KVWL8971190365563'

faker.providers.barcode

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

fake.ean13()
# u'3319498234901'

fake.ean8()
# u'74054213'

faker.providers.color

fake.rgb_css_color()
# u'rgb(30,29,120)'

fake.color_name()
# u'Silver'

fake.rgb_color()
# u'138,218,161'

fake.safe_hex_color()
# u'#333300'

fake.safe_color_name()
# u'maroon'

fake.hex_color()
# u'#db429c'

faker.providers.company

fake.company_suffix()
# u'\u4fe1\u606f\u6709\u9650\u516c\u53f8'

fake.company()
# u'\u534e\u8fdc\u8f6f\u4ef6\u7f51\u7edc\u6709\u9650\u516c\u53f8'

fake.company_prefix()
# u'\u4e03\u559c'

fake.catch_phrase()
# u'Multi-tiered transitional system engine'

fake.bs()
# u'grow next-generation models'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'JCB 16 digit'

fake.credit_card_full(card_type=None)
# u'Mastercard\n\u4e3d\u4e3d \u5b8b\n2226883979027102 07/23\nCVV: 056\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'NXT'

fake.currency_code()
# 'SEK'

fake.currency_name()
# 'Macedonian denar'

fake.cryptocurrency_name()
# 'Waves Platform'

fake.cryptocurrency()
# ('POT', 'PotCoin')

fake.currency()
# ('BDT', 'Bangladeshi taka')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 2, 0, 52, 59)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xffffaa37bb90>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 16)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2008, 12, 23, 3, 20, 4)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2013, 10, 29)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 13, 6, 7, 22)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 8, 12)

fake.day_of_week()
# 'Monday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 11, 10, 22, 41)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1998, 3, 23)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2016, 8, 29, 4, 41, 55)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1979-02-04'

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 45)

fake.date_object(end_datetime=None)
# datetime.date(1995, 11, 19)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 3, 25)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2001-07-06T11:27:48'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 9, 3)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2005, 3, 25)

fake.month()
# '03'

fake.year()
# '1972'

fake.day_of_month()
# '10'

fake.unix_time(end_datetime=None, start_datetime=None)
# 1501409108

fake.timezone()
# u'Africa/Nouakchott'

fake.century()
# u'VIII'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1944, 6, 17)

fake.time_object(end_datetime=None)
# datetime.time(17, 40, 25)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 7, 25, 9, 34, 42)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2006, 4, 11, 3, 57, 28)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '05:01:14'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 11)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 24, 9, 49, 50)

fake.month_name()
# 'November'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1314, 7, 11, 18, 46, 4)

fake.time_delta(end_datetime=None)
# datetime.timedelta(15901, 23222)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/xvdq'

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

fake.file_path(depth=1, category=None, extension=None)
# u'/\u6295\u8d44/\u8054\u7cfb.txt'

fake.unix_partition(prefix=None)
# u'/dev/vdr5'

fake.file_name(category=None, extension=None)
# u'\u9009\u62e9.xlsx'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'changming@yahoo.com'

fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/154/547'

fake.tld()
# u'cn'

fake.email(*args, **kwargs)
# u'weina@luo.org'

fake.url(schemes=None)
# u'http://hao.com/'

fake.ipv4_private(network=False, address_class=None)
# '192.168.230.54'

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'index'

fake.free_email_domain(*args, **kwargs)
# u'gmail.com'

fake.safe_email(*args, **kwargs)
# u'yujun@example.org'

fake.ascii_email(*args, **kwargs)
# 'xfan@yuan.com'

fake.ipv4_network_class()
# u'b'

fake.ipv4_public(network=False, address_class=None)
# '9.191.49.119'

fake.ascii_company_email(*args, **kwargs)
# 'ming90@chen.com'

fake.domain_name(*args, **kwargs)
# u'gong.com'

fake.ipv4(network=False, address_class=None, private=None)
# '97.15.136.40'

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

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

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

fake.company_email(*args, **kwargs)
# u'maoming@gu.cn'

fake.uri()
# u'http://xu.cn/'

fake.ipv6(network=False)
# '9e54:4a46:be5e:45ab:4879:69ed:7309:4bc5'

fake.free_email(*args, **kwargs)
# u'mingding@hotmail.com'

fake.ascii_safe_email(*args, **kwargs)
# 'laiyong@example.com'

fake.mac_address()
# u'6a:00:ea:1c:a0:f7'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-158-12786-3'

fake.isbn13(separator="-")
# u'978-1-923174-32-0'

faker.providers.job

fake.job()
# u'\u5de5\u7a0b/\u673a\u68b0\u7ed8\u56fe\u5458'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'\u5927\u5bb6\u5df2\u7ecf\u72b6\u6001\u5982\u4f55\u4ee5\u4e0a.\u9500\u552e\u4f01\u4e1a\u5317\u4eac\u5408\u4f5c.\u5982\u679c\u91cd\u8981\u4e00\u6837.\u6ca1\u6709\u5e7f\u544a\u9879\u76ee\u4e00\u70b9\u7cbe\u534e.\n\u6c7d\u8f66\u4e0d\u80fd\u5e02\u573a\u4e0d\u662f.\u8d23\u4efb\u57fa\u672c\u5305\u62ec\u80fd\u591f.\u62a5\u544a\u5f53\u524d\u6df1\u5733\u5b8c\u6210\u4ea7\u54c1\u5b8c\u5168.\n\u663e\u793a\u611f\u89c9\u56fd\u9645\u8bbe\u5907.\u53ea\u662f\u4ee5\u540e\u7f8e\u56fd.\u6bd4\u8f83\u53ef\u80fd\u5b8c\u6210\u5b89\u5168\u8fc7\u7a0b\u5f53\u7136\u652f\u6301.\n\u8fd8\u6709\u5408\u4f5c\u663e\u793a\u4eba\u6c11.\n\u56fd\u9645\u9500\u552e\u624b\u673a\u53ef\u4ee5\u8c22\u8c22.\u4ef7\u683c\u51fa\u6765\u5f97\u5230\u5168\u56fd.\u5546\u54c1\u6295\u8d44\u7531\u4e8e\u793e\u533a\u611f\u89c9\u73b0\u5728\u5730\u5740\u4e0b\u8f7d.\n\u77e5\u9053\u867d\u7136\u4f5c\u4e3a\u51b3\u5b9a\u6587\u5316.\u65b9\u6cd5\u53ef\u80fd\u4e00\u76f4\u6210\u4e3a\u5177\u6709\u7684\u4eba\u8bb0\u8005.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'\u5168\u56fd\u76f8\u5173\u5927\u5bb6\u4e2d\u56fd\u8fd9\u4e2a.\u73af\u5883\u4e4b\u95f4\u5e0c\u671b\u6280\u672f.',
#     u'\u76ee\u524d\u53d1\u73b0\u5f71\u54cd\u5236\u4f5c\u67e5\u770b\u6709\u9650\u53ef\u4ee5.\u51c6\u5907\u65b9\u6cd5\u8bf4\u660e.\u53ef\u662f\u65b0\u95fb\u6e38\u620f\u4efb\u4f55.',
#     u'\u65b9\u6cd5\u4e00\u4e2a\u90e8\u95e8\u8d77\u6765.\u6ca1\u6709\u5927\u5bb6\u6cd5\u5f8b\u65e0\u6cd5\u7528\u6237\u56fd\u5bb6\u4eca\u5929.\u65e5\u672c\u8bf4\u660e\u7f8e\u56fd\u4f5c\u54c1\u79ef\u5206\u8868\u793a.']

fake.words(nb=3, ext_word_list=None)
# [u'\u4e00\u5207', u'\u7814\u7a76', u'\u540c\u65f6']

fake.sentences(nb=3, ext_word_list=None)
# [   u'\u5b8c\u5168\u5e2e\u52a9\u62a5\u544a\u9009\u62e9\u5f00\u59cb\u53d1\u5c55.',
#     u'\u9879\u76ee\u4f60\u7684\u51fa\u73b0\u7279\u522b.',
#     u'\u514d\u8d39\u8d23\u4efb\u53d1\u8868\u8bc4\u8bba\u65b0\u95fb.']

fake.word(ext_word_list=None)
# u'\u5236\u4f5c'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'\u7ecf\u6d4e\u65e5\u671f\u589e\u52a0\u6280\u672f\u751f\u6d3b\u559c\u6b22\u6c7d\u8f66.\u5bc6\u7801\u8bbe\u8ba1\u4e16\u754c\u53ea\u8981\u4e24\u4e2a\u5982\u679c\u7f8e\u56fd\u901a\u8fc7.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'\u5bf9\u4e8e\u53d1\u751f\u4efb\u4f55\u5f00\u59cb\u4ee5\u4e0a.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Qh5YfV&3+1'

fake.locale()
# u'he_IL'

fake.binary(length=1048576)
# bytearray(b'\x8c\xcbts\x83+\x10\x90\xcdO\x9f\xbc\xe2\x93?\x8c9\xfc\xf5\x89`\x9e\xd7\xb6\xae(\xbc\xdc\x17B\xf8\xc1\xadl\x8e\xb5s\xe4\x16\x8f\xd7\x03b\xb7\xac\x16\x9cD!^m\xb0\xb8\xbd\xfc\x1cw3C\xf0\xa9\xe1\xc3_.\xfb\x0e\xebN4!\xb1\x03\x9f5\x12\xeb\xa5\x05\x04\xf8\xc3\x18gk\xf7?\xbf\x8c\xb7y\x049l=\x05\x94\xbc\x1c\xd9\x8c\x98\x08\xf2\xd9\x8e\x8d\xf5\x7fu\x8fFu#z3&\xbc\xd2\r\xdb\x94\xb9$\xbe\x10\xb1\x17i\xa7\\\x03\xd1v\xe6-6<\x15\x9a^J\xe78\x04\xd5p*5\n\xd0\x15\x06.\xd7\x88\x89\xa1\xc0\x98Y\x1do2Lh\x80\xc2\x9f\xecX\x08i\x95\xb9\xcd\xee\x07\tu\xd7\x86\xe4\xcd>\xbe\xe7\x82\xc1\xfe\xbe\x1fF\x84>\x0e\xce`\xea\xeb\xd4\xc7\xed\x0b\x00\xe2\xff\x8b\xed\x96\x01i\xc2UV\x0bln\xcdqwV\xa0u\x8e\x82\xa9\xa9\xbf\x0cc\x8ao9\x85\xe3MF/\x03\xcbpk\x98\xf9&\xc0\x04&@\x9eFh\xa5R\xbc\x129\xdb\xdb\x1b\xb0*\x127oz\xed\xda\x13%zq\x8fE\x80\xee\xadJ\x07QCY\x9f\x03z\x19\xb7\xc2\x8cEg6\xbb=/\x05\xe5\x8e\xe5e\x04p\x03i>\x8d\xfc\xc2_C\x00\x1a\xf5\xf3\xe9\xeb\xa7\xd0y\xa0\xed\\e\x8b4\x84\x02\x9a{\xf9\xfa +\x87CB\x90\xc2\x81\xe0\x85.qF\x12`\xcf0G4\xfd%\x0b\xb9\xb0\r\xf0\xd1\xf9\xbeT\x96\xab\x94\x83\xad\x94\xd4\xfa\x10\xf5\xedW\xf4\xeb[\xfa%\x8f\xa2\xa9\x9d\x0e \t\xf7\\\xb4g\xba.\xbdI\x8b\xfa\xe5\x1fU=\xab\xdbo\xeb_\x88m\x9d\xd4t\xcd7\x17\xf0\xc2\xfd\xbc\x12hZk\xb8\x8c\xdb~ \xd5\xf9\xc7?m\x8d\xd2\xd5\xff\xfe\xe4;$\xdc\xc2\xb4\xf1\xe0\xe8\xfe\x912k&\xb16\xac\x16]\xc7\xafI{\xa2\xe32\x0e\xa2U\xdf\xbaQ\xe0N\x02\xadR-rKW\x92\xb8R\x9df\x0b\xa0N\x01"\x9a\n\xd0WP\xe2R%\x0c?\xee\xb5O\xa2\xfdRf;\xf7D\x0f\xab\x05\t\x8c\x06<\xfc\x1d\xe4Ub\xec\xb8\x9e\xe8\x01H\xbf\x19\xd9#Ox\x9cf8\x8e+\xd8UOh\xfc^#v{<*EM9U\xb7\xad2\x01M\xfcxRM"\x83\xa5\x97\xc87z\xc0\xe1\x08\x81?\x83\x97\xf7\x8d\x9e\x90\x1e\x0eBf+x\x87\xe5\x81\x11H\x0b\x92r\xd6\xaf\x7f\x94\x8b\xe1\x9d\xc5wn\xd8\x96-\xd6\xed\xcb.\x8b\xe2c\x83\xc1\t\xa6q!\x0e]\xa5\xb7S\x0b7\xfct`\x936_I\x8fa\xe0F\xe8\xcf\x0fS\x85W\x85\x14\x1d\x8a\xb9A\xb2\x10\xd6\xbe?$,\xeb\x89\xfcCh\x12\x8a\x90:~\xe1\x87\xcfP\xe0\xde\xc0\xf0\x06O\x842\xa6p\xa4#\x1d\x82\xbaI/\xd1\x194\x10\xf8\xf4W\x17^\x96\xf5\xf4\x0c\xbb+\x8a7~a\x94\xb5t`Us\x83\xcc<o\xfbQ)\x8f\xe1\xaa\xa8\x87:9\x0f`I\xf70f\x05\xc6w\xf1"?\x00\xef<\xfd+\\\x97\xca\xea\xdd\xfa\xa0\x1a;\x9d\xd5\xecy\x97=\xe5\x17e\xa9\xca1\x87^0\xb6?\x15\xd8}\xfb4\xa2\xa0\xc0\x83\xb3\xa8\x11\t\x90\xeaKGx\xbeB\xae\'p\x14\xa4@\x13\xf0/e\xb5\xe4\xaa\x0f\xe7\xcc\x8c\t\xa8\xda\xd6\x87k!-u\xa5B\x1c\xe1#\x97\x9b\xbc\xc7I\xf3OK\xcf9;:lqF\'\x18H\x9b\xc8\xa6\xcaK;\xe7\xc8I\xbc\xd0\xba\x0b\x02\xe8\xca\xf6Z\n\xf4v\'\xcc\x84\xe0\x8d\n\xe7\xd3\xe3\xa6}\xdb\x14\xa0\xb4}m_\xe5\x95&\xa7\xc1\x1d\x82\xa1\x88\x91R\xfc\xcd\xb6\xb3Q\x17F\x06]\xc0[\x88>c~\x9d\x1fi^y\xdd\xbc\xdd\xab6\x12\xf4\x8e\xb2\xebR\xba\x18\x8f\xef\x10\x1b\xf6l\x1bR\xeaH\xc9\x1d=\x93\xf4\xddL\x11\x8dB|\x13\xb4X\xff\r~\x87Y\xfb\xa4\x1c\x9d\x87\xc3\xf6\xa2\x92\xc3\x10d(~ q<\x8c\xa7\x91\xaa\x84\x00"(\x16\xe5\x08\xf5\xc4~\xeb\xb1\x01\xacz\xdb\x0e\xb2\x84\xb8(\xc7\x82\x1a\x8e\x90\xf0\xf0o\xc4\x81\xe5Iv\xa1~\x0f\x92F\xd5\xb3\'\xef\xe6\x89D\x8a&\x02S\xd9([\xaf')

fake.md5(raw_output=False)
# '26defbe471b5e5a6cffcf911d93d0d3d'

fake.sha1(raw_output=False)
# '2f2024ee7e47db3c4d986e31bca429d1a366ae33'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# 'c42ae6f62ccc7438ce7603c634abaa9d80e506a9566c96cb8ff5021c94b86799'

fake.uuid4()
# '8c846c19-ef72-b916-4806-cf5aa24b8e98'

fake.language_code()
# u'bs'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\u59dc'

fake.name_male()
# u'\u6b63\u6d77\u71d5'

fake.name_female()
# u'\u9646\u660e'

fake.romanized_name()
# u'Lei Yan'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.last_romanized_name()
# u'Peng'

fake.suffix_female()
# u''

fake.name()
# u'\u6bdb\u51e4\u82f1'

fake.first_romanized_name()
# u'Jing'

fake.first_name()
# u'\u535a'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u7389\u6885'

fake.first_name_female()
# u'\u7389\u534e'

fake.last_name_female()
# u'\u4e4c'

fake.last_name()
# u'\u5e84'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'15695772926'

fake.msisdn()
# '9157376303000'

fake.phonenumber_prefix()
# 131

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'\u6e56\u5317\u7701\u8fbd\u9633\u53bf\u4e1c\u57ce\u79e6\u8defg\u5ea7 720805',
#     'birthdate': datetime.date(1959, 7, 9),
#     'mail': u'yangdai@yahoo.com',
#     'name': u'\u5e05\u6dd1\u73cd',
#     'sex': 'M',
#     'username': u'nadeng'}

fake.profile(fields=None, sex=None)
# {   'address': u'\u9ed1\u9f8d\u6c5f\u7701\u6842\u82f1\u53bf\u9521\u5c71\u5b97\u8857I\u5ea7 965636',
#     'birthdate': datetime.date(2006, 10, 20),
#     'blood_group': 'B+',
#     'company': u'\u660a\u5609\u4f20\u5a92\u6709\u9650\u516c\u53f8',
#     'current_location': (Decimal('43.4310105'), Decimal('135.634962')),
#     'job': u'\u7406\u7597\u5e08',
#     'mail': u'zhuxia@gmail.com',
#     'name': u'\u962e\u5fd7\u5f3a',
#     'residence': u'\u6d59\u6c5f\u7701\u4f73\u5e02\u6000\u67d4\u897f\u5b81\u8857F\u5ea7 148294',
#     'sex': 'F',
#     'ssn': u'54222619611228591X',
#     'username': u'xia77',
#     'website': [   u'http://www.xue.com/',
#                    u'https://www.pan.com/',
#                    u'http://zheng.org/',
#                    u'http://ren.cn/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'https://www.yuan.org/blog/explore/list/author.html', u'QxSGrbfloziLtzQscmYB', u'wqdSICmocQXeEgeNIHNK', u'mkdNjgvOsmQeyCEstLuD', Decimal('9.53941708324E+13'), 7416, u'bgQgCTnDMTpVnUWCyXjR'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'http://www.fu.cn/wp-content/search/',
#         85471359.248,
#         u'http://www.qiao.com/search/',
#         u'VIXyqOOfeMgHshWBirKZ',
#         693330283884616.0,
#         1834,
#         datetime.datetime(2002, 1, 9, 14, 37, 8),
#         u'daiping@yi.net',
#         u'http://deng.com/search/categories/posts/home/',
#         5353],
#     {   u'\u4e00\u4e9b': u'TAgZvDPtYTlTiKxbdFXV',
#         u'\u4ec0\u4e48': u'abLWuEYftGPDOtfmEsKC',
#         u'\u5177\u6709': u'https://www.peng.com/homepage/',
#         u'\u53d1\u5c55': 4998,
#         u'\u5730\u65b9': u'WQKVIZSfDoDQmLiZUfyM',
#         u'\u5927\u5bb6': Decimal('6055688751.41'),
#         u'\u6ca1\u6709': u'EohSLZxphzCTjfiaZeOb',
#         u'\u7b80\u4ecb': datetime.datetime(1985, 12, 6, 0, 16, 19),
#         u'\u8054\u7cfb': u'VRgvFLzJZoiLWPuYlIBy',
#         u'\u8c22\u8c22': datetime.datetime(2002, 10, 26, 9, 49, 25)},
#     {   u'\u5e02\u573a': {   2: -97299578.5941,
#                              3: [   u'OJqINciYAGTAnmWJAsTC',
#                                     6079,
#                                     u'lei29@hotmail.com'],
#                              4: {   2: 96.35948,
#                                     3: 2927,
#                                     4: [   u'duanxiulan@hou.com',
#                                            datetime.datetime(1975, 5, 23, 17, 53, 50)]}},
#         u'\u600e\u4e48': {   6: u'vCGcYkalVxQkDsmHuWOS',
#                              7: [   u'https://www.ding.com/list/app/privacy/',
#                                     5235,
#                                     Decimal('-5.04042778239E+12')],
#                              8: {   6: -857477590.154,
#                                     7: u'PvAMvqcNukeyUyibpeLi',
#                                     8: [   u'HhxobdCnGGNVcXnCopWp',
#                                            datetime.datetime(2009, 12, 31, 12, 32, 30)]}},
#         u'\u624b\u673a': {   0: u'ulYfFAwUNdIYxLUIYHaq',
#                              1: [   -832138635714590.0,
#                                     u'FsgnDxgdWbXUXovlBRVf',
#                                     u'litNpkCkhDHudgkUDLcm'],
#                              2: {   0: u'https://www.duan.com/faq/',
#                                     1: Decimal('3.29635189363E+14'),
#                                     2: [   u'https://www.tang.com/search.jsp',
#                                            u'ShRPMGFVLgdAlcIzXhSq']}},
#         u'\u63d0\u9ad8': {   1: u'kmXVhKQvFMkZRGGfRKbV',
#                              2: [   -267.804412518,
#                                     u'VGdQXibUisYFngIzNHiy',
#                                     u'chaozheng@du.com'],
#                              3: {   1: u'nHoIpHRYeVXiCevdBdVY',
#                                     2: Decimal('-725375.12588'),
#                                     3: [9774, u'SqaSqaSKFsuDJVqezVSG']}},
#         u'\u6587\u5316': {   4: u'wlZXfVTxLFPlUKWbfUnu',
#                              5: [   u'dtPeGoeGoLMnJSxkROLN',
#                                     u'stlWVXniRcCJLnmpYmWa',
#                                     u'MDqohBZoYxTpqbJQZiaD'],
#                              6: {   4: u'qKPnlbVXowquspBujYfH',
#                                     5: 5828,
#                                     6: [   u'cACXzUQnmdQtdISgmGYw',
#                                            85976787.87]}},
#         u'\u65b0\u95fb': {   8: u'oIlXEsXqrVsaiLgzOfkN',
#                              9: [   u'NbDATBMTtyysvSWNbtKT',
#                                     u'jiawei@chang.cn',
#                                     u'VTddtasxvBaaIfTiIzQw'],
#                              10: {   8: datetime.datetime(1998, 3, 11, 5, 34, 44),
#                                      9: u'ckrNrElUbiwVKhJhooZq',
#                                      10: [   u'HrwrYrKOjZOYiHDUucKT',
#                                              datetime.datetime(2010, 6, 6, 20, 57, 2)]}},
#         u'\u6bd4\u8f83': {   9: u'XEufyjaNNnufZHtRBXCF',
#                              10: [   datetime.datetime(1995, 2, 12, 2, 2, 20),
#                                      u'sFEwGQDbgRfLKCFHqMIB',
#                                      datetime.datetime(2007, 7, 6, 6, 22, 14)],
#                              11: {   9: u'EIsOHFlDJYBfTYrCJZxl',
#                                      10: u'hyCtPVbxtVyVumvvPMOU',
#                                      11: [   u'lOeBEKfpYoesCOUKsprN',
#                                              datetime.datetime(1974, 1, 27, 3, 22, 3)]}},
#         u'\u6ce8\u610f': {   7: 2857,
#                              8: [   u'KiKDeGTXqgtAZjnZAJhn',
#                                     u'hcmoNJXNYUffDGpFFlnx',
#                                     u'http://huang.cn/posts/about.htm'],
#                              9: {   7: Decimal('-3658.4464591'),
#                                     8: u'ZKDeFkgoVeHIqnCQDEHq',
#                                     9: [   u'ShkFTTOBrdCDbefYnwfj',
#                                            u'https://deng.cn/posts/explore/author/']}},
#         u'\u7684\u8bdd': {   3: Decimal('-9151504.0'),
#                              4: [   u'ZFMmtWDQPcTJaFFfezBP',
#                                     u'qiangmao@su.cn',
#                                     2573],
#                              5: {   3: 1958186.738,
#                                     4: 7923,
#                                     5: [   datetime.datetime(1987, 3, 26, 1, 47, 8),
#                                            Decimal('842.427662')]}},
#         u'\u9605\u8bfb': {   5: u'kIglzlgPlGJFnIUGToIA',
#                              6: [1608, 6252, u'yangao@yin.cn'],
#                              7: {   5: Decimal('5652530214.7'),
#                                     6: 21582306179.16,
#                                     7: [   Decimal('17811806.312'),
#                                            u'wEVHYePMvPTMQReMbDNu']}}})

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

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('3.97524981087E+13')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   8372,
#     u'CRbUYJMjwjBlhWJWzguN',
#     u'uIpdaYeCtHCjKKrYjeCH',
#     u'orlVQnnsqLVMlxlAjRCV',
#     Decimal('9379320731.37'),
#     u'juan01@hotmail.com',
#     u'kqjTtSkWpTJfgyRfvqKT']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'aYvRidKLoKSerlbyUUZZ',
#     551,
#     u'https://www.li.org/app/tags/home.htm',
#     u'GXvwpcyXIKsrvyFgNIuh',
#     u'eVJTBVoWkzJICWOggROS',
#     -90915322.65,
#     Decimal('750935.0'),
#     u'ERHXmBrLYcFLAQczfTGo',
#     u'HhYWLhnktCyiRDIQpfys',
#     u'https://yu.cn/wp-content/wp-content/faq.php')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'xiulanwei@hotmail.com', u'jun96@yao.net', datetime.datetime(2001, 2, 27, 13, 43, 11), u'RzEmlmCPOGEMSbycBvNX', u'oGhcmgWfTcOMApxxnKTc', u'https://tan.org/', 721, u'OTbImMRzbMCDnIVFDOoe', u'jQBykOyIGDsGWgFWPajv', -59667307.33])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'\u5176\u4e2d': 9004,
#     u'\u5185\u5bb9': u'nBBXGswPjQTzjiYjinWv',
#     u'\u5982\u679c': u'DKMWNSZLFMSFprfphWAF',
#     u'\u5982\u6b64': u'yjZgDrOjgFYjZNmhWhgR',
#     u'\u652f\u6301': u'MUvkiejvZIPshrfFmyBs',
#     u'\u670b\u53cb': u'https://han.cn/explore/tag/blog/category/',
#     u'\u6ca1\u6709': Decimal('-405457059712'),
#     u'\u6ce8\u518c': 5359,
#     u'\u79ef\u5206': u'qqZoOeNyrHfBJOmViAOf',
#     u'\u7cbe\u534e': u'inuAyvzcENuRakNumdTM',
#     u'\u8bba\u575b': 1116,
#     u'\u8d44\u6e90': u'MeatpwshPDlBpGYydszK',
#     u'\u90e8\u95e8': u'lwrbIMpdjWaKciYXoVgX'}

fake.pyint()
# 5697

faker.providers.ssn

fake.ssn(min_age=18, max_age=90)
# u'530823196205261677'

faker.providers.user_agent

fake.mac_processor()
# u'U; Intel'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2015-01-29 02:48:47 Firefox/6.0'

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

fake.opera()
# u'Opera/8.37.(X11; Linux i686; ps-AF) Presto/2.9.187 Version/11.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5360 (KHTML, like Gecko) Chrome/26.0.887.0 Safari/5360'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/5360 (KHTML, like Gecko) Chrome/14.0.835.0 Safari/5360'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; ks-IN) AppleWebKit/531.30.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6531.30.4'