
Language zh_CN
**************


"faker.providers.address"
=========================

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

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

   fake.address()
   # u'\u745c\u5e02\u7cb1\u8defV\u5ea7 903725'

   fake.street_address()
   # u'\u6881\u8defy\u5ea7'

   fake.postcode()
   # u'291099'

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

   fake.country()
   # u'\u57c3\u585e\u4fc4\u6bd4\u4e9a'

   fake.city_name()
   # u'\u90d1\u5dde'

   fake.street_suffix()
   # u'\u8857'

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

   fake.city_suffix()
   # u'\u5e02'

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

   fake.country_code()
   # u'AE'

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

   fake.state()
   # u'\u7fd4\u5b89\u533a'


"faker.providers.barcode"
=========================

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

   fake.ean13()
   # u'2763426150404'

   fake.ean8()
   # u'80655633'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(116,205,11)'

   fake.color_name()
   # u'DarkOliveGreen'

   fake.rgb_color_list()
   # (70, 181, 213)

   fake.rgb_color()
   # u'52,163,64'

   fake.safe_hex_color()
   # u'#bb3300'

   fake.safe_color_name()
   # u'fuchsia'

   fake.hex_color()
   # u'#d76d8a'


"faker.providers.company"
=========================

   fake.company_suffix()
   # u'\u4f20\u5a92\u6709\u9650\u516c\u53f8'

   fake.company()
   # u'\u6d66\u534e\u4f17\u57ce\u79d1\u6280\u6709\u9650\u516c\u53f8'

   fake.company_prefix()
   # u'\u5170\u91d1\u7535\u5b50'


"faker.providers.credit_card"
=============================

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

   fake.credit_card_provider(card_type=None)
   # u'American Express'

   fake.credit_card_full(card_type=None)
   # u'Discover\n\u971e \u675c\n6011016859103194 05/19\nCVC: 143\n'

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

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


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'JEP'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(764, 5, 30, 16, 18, 58)

   fake.month()
   # '07'

   fake.am_pm()
   # 'PM'

   fake.timezone()
   # u'Asia/Tehran'

   fake.iso8601()
   # '2005-05-06T09:38:57'

   fake.date_time()
   # datetime(1986, 5, 5, 7, 34, 41)

   fake.month_name()
   # 'April'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 1, 15, 22, 42, 48)

   fake.unix_time()
   # 149333707

   fake.day_of_week()
   # 'Tuesday'

   fake.day_of_month()
   # '23'

   fake.time(pattern="%H:%M:%S")
   # '21:14:10'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2013, 6, 2, 12, 31, 37)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 2, 19, 58, 3)

   fake.year()
   # '1998'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 33)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2010, 4, 13, 21, 27, 2)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2011, 12, 1, 12, 14, 55)

   fake.century()
   # u'XX'

   fake.date(pattern="%Y-%m-%d")
   # '2014-09-18'

   fake.time_delta()
   # datetime.timedelta(11467, 41708)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'video/quicktime'

   fake.file_name(category=None, extension=None)
   # u'adipisci.mp3'

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


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'212.180.27.45'

   fake.url()
   # u'http://www..org/'

   fake.company_email()
   # u'.@.info'

   fake.uri()
   # u'http://www..org/category/posts/about.php'

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

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

   fake.tld()
   # u'com'

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

   fake.slug(*args, **kwargs)
   # u'vero-et-voluptatem'

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

   fake.domain_name()
   # u'.com'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'9616:dc54:93bb:aebf:6059:93b7:4832:7c1b'

   fake.safe_email()
   # u'd@example.net'

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

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

   fake.email()
   # u'.@hotmail.com'

   fake.uri_page()
   # u'faq'

   fake.mac_address()
   # u'a8:ff:f5:06:20:7a'


"faker.providers.job"
=====================

   fake.job()
   # 'Biomedical scientist'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Ut sint alias sunt velit. Maxime consectetur consequatur placeat eius est accusamus atque. Sunt adipisci temporibus molestiae nostrum neque.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Ut quo quo possimus est.'

   fake.word()
   # u'et'

   fake.paragraphs(nb=3)
   # [   u'Aut minus molestiae nihil deleniti rerum minus. Sint eligendi eligendi et quia non aliquam et. Excepturi rerum facilis velit aut voluptate minima omnis. Tempore vel blanditiis deleniti quia praesentium qui ex.',
   #     u'Earum odio consequuntur eum optio qui. Incidunt porro voluptatum ipsam sed. Id autem sit labore temporibus dolorum cupiditate dolor ipsa. Voluptas qui nobis deserunt porro occaecati.',
   #     u'Assumenda nostrum quis voluptate autem incidunt rerum. Sit fugiat omnis est ut nesciunt eum autem. Ratione sint quaerat adipisci fugiat.']

   fake.words(nb=3)
   # [u'qui', u'alias', u'mollitia']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Necessitatibus perspiciatis odit tempora sequi vitae impedit et esse. Est quam eligendi est reprehenderit iste modi molestiae. Repudiandae voluptas esse qui dolorem. Neque consequatur omnis non aut reiciendis occaecati nemo.'

   fake.sentences(nb=3)
   # [   u'Et eius veniam voluptas vel amet.',
   #     u'Corporis mollitia voluptatum laborum ut inventore rerum.',
   #     u'Unde quasi ea mollitia nisi sequi minima perferendis.']


"faker.providers.misc"
======================

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'gsR%@0EyIi'

   fake.locale()
   # u'fr_ZA'

   fake.md5(raw_output=False)
   # '4aa809805bc71c5cad9bb77d2a3b14bd'

   fake.sha1(raw_output=False)
   # '8f25c2d7ca6fdf9812dd7827182bd8efce000475'

   fake.null_boolean()
   # True

   fake.sha256(raw_output=False)
   # '088d2da88d63083a00fc0302b47186acef5ffd4676b592af637f3fb6ac02a589'

   fake.uuid4()
   # '4f155f97-f669-4bae-bc7b-936d7be9a03f'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # True


"faker.providers.person"
========================

   fake.last_name_male()
   # u'\u6df3'

   fake.name_female()
   # u'\u53f8\u79c0\u5170'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'\u5b97\u5c0f\u7ea2'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'\u6bb5\u5a77'

   fake.first_name()
   # u'\u79c0\u5170'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'\u9759'

   fake.first_name_female()
   # u'\u6770'

   fake.last_name_female()
   # u'\u4ece'

   fake.last_name()
   # u'\u59dc'

   fake.prefix_female()
   # ''


"faker.providers.phone_number"
==============================

   fake.phone_number()
   # u'15047730416'

   fake.phonenumber_prefix()
   # 132


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'\u6ce2\u5e02\u90ac\u8857N\u5ea7 535306',
   #     'birthdate': '1979-04-28',
   #     'mail': u'.@hotmail.com',
   #     'name': u'\u7c73\u4e39',
   #     'sex': 'M',
   #     'username': u'52'}

   fake.profile(fields=None)
   # {   'address': u'\u6dd1\u73cd\u5e02\u5434\u8defR\u5ea7 373916',
   #     'birthdate': '2009-01-25',
   #     'blood_group': 'A+',
   #     'company': u'\u601d\u4f18\u79d1\u6280\u6709\u9650\u516c\u53f8',
   #     'current_location': (Decimal('-51.857765'), Decimal('-78.435013')),
   #     'job': 'Conference centre manager',
   #     'mail': u'.@yahoo.com',
   #     'name': u'\u6641\u7545',
   #     'residence': u'\u82b3\u5e02\u5c91\u8857B\u5ea7 635508',
   #     'sex': 'F',
   #     'ssn': u'237-76-7816',
   #     'username': u'92',
   #     'website': [u'http://www..net/', u'http://.com/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Perferendis est qui.', u'Quidem fugiat.', datetime(1986, 2, 28, 7, 10, 28), 1290, Decimal('-5607.64'), u'Qui quibusdam.', u'Asperiores fugit.', u'.@gmail.com', datetime(2008, 3, 8, 2, 16, 1)])

   fake.pystr(max_chars=20)
   # u'Consequatur est.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   4273,
   #         u'Qui et pariatur.',
   #         datetime(2002, 4, 29, 18, 1, 7),
   #         u'http://www..info/explore/app/category/',
   #         -6022209785.0,
   #         u'Blanditiis quam.',
   #         2962,
   #         u'.@.com',
   #         Decimal('6980143.7281'),
   #         u'.@.org'],
   #     {   u'aut': -1396983079.4,
   #         u'corporis': u'http://www..com/terms/',
   #         u'debitis': u'Mollitia et tenetur.',
   #         u'iste': u'.@yahoo.com',
   #         u'nam': u'.@.info',
   #         u'non': 6103,
   #         u'qui': 2097,
   #         u'sed': u'Qui labore.',
   #         u'tempora': 7092,
   #         u'tempore': Decimal('-1.6691373153E+14')},
   #     {   u'dignissimos': {   3: 956.336,
   #                             4: [2821, -7.1248, u'http://www..info/post.htm'],
   #                             5: {   3: Decimal('47837685584.0'),
   #                                    4: u'Numquam qui.',
   #                                    5: [   4746,
   #                                           datetime(2011, 10, 25, 21, 11, 59)]}},
   #         u'eos': {   5: 1136,
   #                     6: [   datetime(2004, 2, 28, 9, 35, 57),
   #                            1110.5867974,
   #                            u'Aliquam hic quam.'],
   #                     7: {   5: Decimal('-9.76124894972E+13'),
   #                            6: u'http://.net/login.html',
   #                            7: [u'Consequatur culpa.', 2903]}},
   #         u'fugiat': {   9: u'Quas deserunt.',
   #                        10: [1554, u'http://.com/homepage.html', -99586544.6],
   #                        11: {   9: u'Qui sed laudantium.',
   #                                10: u'Atque cum magnam.',
   #                                11: [u'Dolor error est id.', 9996]}},
   #         u'nulla': {   6: u'http://www..com/home/',
   #                       7: [   u'Inventore esse et.',
   #                              u'.@hotmail.com',
   #                              -27622213513447.6],
   #                       8: {   6: 56.7528,
   #                              7: Decimal('7142803296.48'),
   #                              8: [u'Unde fugiat non.', u'.@yahoo.com']}},
   #         u'quam': {   7: u'Aut repellendus sit.',
   #                      8: [   u'Vel ipsam facilis.',
   #                             u'48@.info',
   #                             datetime(1983, 2, 21, 14, 16, 18)],
   #                      9: {   7: 8491,
   #                             8: datetime(1970, 3, 24, 20, 53, 21),
   #                             9: [   u'Harum porro natus.',
   #                                    u'Quam facere rerum.']}},
   #         u'qui': {   8: u'Ut repellendus.',
   #                     9: [   u'Molestias beatae ut.',
   #                            u'Est eum quo maxime.',
   #                            9373],
   #                     10: {   8: 5985.32738,
   #                             9: Decimal('-6.95461754275E+14'),
   #                             10: [u'Minus id ut.', 8698]}},
   #         u'tenetur': {   4: 335572367704254.0,
   #                         5: [Decimal('-99.21'), 2792, 59755.16],
   #                         6: {   4: u'o@yahoo.com',
   #                                5: datetime(1978, 8, 31, 8, 36, 55),
   #                                6: [9544, 0.66451]}},
   #         u'ut': {   0: 929,
   #                    1: [   Decimal('2638195.2457'),
   #                           6967.189644951,
   #                           u'.@gmail.com'],
   #                    2: {   0: u'Dolorum quisquam.',
   #                           1: u'http://www..net/main.jsp',
   #                           2: [5420, u'o@gmail.com']}},
   #         u'voluptatem': {   2: 53040109701.1,
   #                            3: [   2047,
   #                                   66509.32646,
   #                                   datetime(1988, 1, 21, 5, 47, 47)],
   #                            4: {   2: 8923,
   #                                   3: u'Nisi numquam.',
   #                                   4: [   u'Dolores fugiat.',
   #                                          u'http://.com/terms.html']}},
   #         u'voluptates': {   1: 708775396633543.0,
   #                            2: [   u'http://.org/terms/',
   #                                   u'Dolorum omnis.',
   #                                   u'Voluptas cum saepe.'],
   #                            3: {   1: Decimal('-74.2528303019'),
   #                                   2: u'Totam ipsum dolorum.',
   #                                   3: [   u'http://www..info/privacy/',
   #                                          u'Rerum optio odio.']}}})

   fake.pydecimal(left_digits=None, right_digits=None, positive=False)
   # Decimal('-1.44895059308E+12')

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   9553,
   #     datetime(1980, 1, 13, 11, 52, 34),
   #     u'Exercitationem.',
   #     u'Assumenda et et eos.',
   #     u'Ea eligendi.',
   #     u'http://www..com/login/',
   #     datetime(1976, 4, 15, 18, 33, 6),
   #     -24466913.5296,
   #     u'In ipsa iste.',
   #     1703,
   #     u'b@.com',
   #     u'Dolorem a aut.',
   #     datetime(1997, 8, 4, 10, 48, 49)]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Id placeat.',
   #     582,
   #     u'66@gmail.com',
   #     datetime(1999, 2, 22, 22, 40, 49),
   #     u'Fugiat in quis.',
   #     2073,
   #     9080,
   #     9401)

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Omnis culpa hic.', u'http://www..info/home.php', u'http://www..com/main.html', u'.@.com', u'Id dignissimos.', 2322, u'Aliquam a.', Decimal('0.48521527592'), u'Facere eos aut.', u'Incidunt.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'aut': u'http://www..info/blog/tag/about.asp',
   #     u'debitis': u'Sunt ut assumenda.',
   #     u'ipsam': 5136,
   #     u'labore': u'Quo nulla.',
   #     u'libero': u'Id iure ratione.',
   #     u'numquam': datetime(1991, 7, 21, 23, 28, 49),
   #     u'omnis': u'http://www..biz/login/',
   #     u'rerum': u'Repellendus.',
   #     u'tenetur': 3521}

   fake.pyint()
   # 7952


"faker.providers.ssn"
=====================

   fake.ssn()
   # u'708-11-3475'


"faker.providers.user_agent"
============================

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 5.01; sl-SI; rv:1.9.2.20) Gecko/2011-12-15 02:36:45 Firefox/12.0'

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

   fake.opera()
   # u'Opera/8.36.(X11; Linux i686; en-US) Presto/2.9.171 Version/11.00'

   fake.windows_platform_token()
   # u'Windows 98'

   fake.internet_explorer()
   # u'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Win 9x 4.90; Trident/5.0)'

   fake.user_agent()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; en-US) AppleWebKit/532.33.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6532.33.1'

   fake.chrome()
   # u'Mozilla/5.0 (Windows 95) AppleWebKit/5352 (KHTML, like Gecko) Chrome/13.0.896.0 Safari/5352'

   fake.linux_processor()
   # u'x86_64'

   fake.mac_platform_token()
   # u'Macintosh; U; Intel Mac OS X 10_7_5'

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_6 rv:2.0; en-US) AppleWebKit/531.46.4 (KHTML, like Gecko) Version/4.1 Safari/531.46.4'
