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


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

   fake.latitude()
   # Decimal('-79.1956085')

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

   fake.address()
   # u'\u840d\u5e02\u7fdf\u8defn\u5ea7 214109'

   fake.street_address()
   # u'\u95fb\u8defA\u5ea7'

   fake.postcode()
   # u'159268'

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

   fake.country()
   # u'\u65b0\u897f\u5170'

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

   fake.street_suffix()
   # u'\u8857'

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

   fake.city_suffix()
   # u'\u5e02'

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

   fake.country_code()
   # u'CR'

   fake.city()
   # u'\u5fd7\u5f3a\u5e02'

   fake.state()
   # u'\u9521\u5c71\u533a'


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

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

   fake.ean13()
   # u'4862914298937'

   fake.ean8()
   # u'19515106'


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

   fake.rgb_css_color()
   # u'rgb(57,232,222)'

   fake.color_name()
   # u'OliveDrab'

   fake.rgb_color_list()
   # (60, 17, 236)

   fake.rgb_color()
   # u'77,5,144'

   fake.safe_hex_color()
   # u'#ee4400'

   fake.safe_color_name()
   # u'teal'

   fake.hex_color()
   # u'#e8d7ff'


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

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

   fake.company()
   # u'\u51cc\u9896\u4fe1\u606f\u4fe1\u606f\u6709\u9650\u516c\u53f8'

   fake.company_prefix()
   # u'\u4f73\u79be'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 16 digit\n\u5e73 \u5b50\n3158652886705922 11/16\nCVC: 213\n'

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

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


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

   fake.currency_code()
   # 'IRR'


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

   fake.date_time_ad()
   # datetime.datetime(1973, 3, 17, 22, 55, 36)

   fake.month()
   # '10'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'America/Port_of_Spain'

   fake.iso8601()
   # '1997-06-20T10:08:39'

   fake.date_time()
   # datetime(2015, 5, 23, 0, 50, 46)

   fake.month_name()
   # 'January'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 10, 18, 3, 36, 27)

   fake.unix_time()
   # 559741213

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '06'

   fake.time(pattern="%H:%M:%S")
   # '09:37:09'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1986, 4, 22, 0, 3, 17)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 19, 5, 26, 44)

   fake.year()
   # '2013'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 30, 15, 31, 36)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2010, 11, 4, 18, 5, 8)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 3, 24, 23, 32, 14)

   fake.century()
   # u'XIX'

   fake.date(pattern="%Y-%m-%d")
   # '1978-08-16'

   fake.time_delta()
   # datetime.timedelta(2296, 40965)


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

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

   fake.file_name(category=None, extension=None)
   # u'expedita.mov'

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


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

   fake.ipv4()
   # u'56.42.180.68'

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

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

   fake.uri()
   # u'http://www..com/privacy/'

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

   fake.image_url(width=None, height=None)
   # u'http://dummyimage.com/690x288'

   fake.tld()
   # u'com'

   fake.free_email()
   # u'n@gmail.com'

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

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

   fake.domain_name()
   # u'.com'

   fake.uri_extension()
   # u'.asp'

   fake.ipv6()
   # u'ac79:a794:0f6e:4527:d4f3:9110:bbfc:a424'

   fake.safe_email()
   # u'.@example.org'

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

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

   fake.email()
   # u'q@.info'

   fake.uri_page()
   # u'home'

   fake.mac_address()
   # u'4b:4d:49:3c:56:78'


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

   fake.job()
   # 'Architect'


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

   fake.text(max_nb_chars=200)
   # u'Vero sed dolore ullam ut odio ipsum. Placeat est quo rerum recusandae quasi rerum. Excepturi assumenda soluta consequuntur quia non illum.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Vel nihil rerum placeat enim exercitationem.'

   fake.word()
   # u'ut'

   fake.paragraphs(nb=3)
   # [   u'Excepturi aliquid iste alias occaecati sit nemo. Reiciendis voluptatem aut consequuntur. Dolor blanditiis voluptatem unde ut cum adipisci minima. Quia ut consectetur corrupti dolore. Nesciunt sequi quasi voluptatem magni eum.',
   #     u'Sunt est eveniet est et eaque vel aut. Veritatis excepturi incidunt a. Et dolorum ut et.',
   #     u'Harum et rem voluptas ut velit. Dolores velit sed vitae repudiandae. Laboriosam rerum eaque qui sint rerum dolores.']

   fake.words(nb=3)
   # [u'eligendi', u'inventore', u'et']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Dolorum ea dolorem dicta et quasi quo quis. Dolore doloremque ducimus qui omnis architecto et minima dolorum. Dolor modi ratione beatae ullam. Quas perspiciatis optio non est exercitationem. Repellendus repudiandae qui natus rem provident facilis veritatis saepe.'

   fake.sentences(nb=3)
   # [   u'Molestiae ab vel soluta.',
   #     u'Labore architecto iusto aut neque vero fugit delectus.',
   #     u'Explicabo ratione ea corrupti exercitationem.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'YD@jC%O2*H'

   fake.locale()
   # u'fr_ME'

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

   fake.sha1(raw_output=False)
   # 'f0f2b6e43677b0486265b43cf0727e19c0530921'

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '940e1d11e18b50eb2cafcce12a92227bc2445a77ec9524b805d144d266904347'

   fake.uuid4()
   # '95543e0b-e080-40c8-bae2-8fb2cd084353'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'\u58e4'

   fake.name_female()
   # u'\u65f6\u4e39\u4e39'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'\u6c34\u79c0\u5170'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'\u66f9\u946b'

   fake.first_name()
   # u'\u65ed'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'\u4f73'

   fake.first_name_female()
   # u'\u840d'

   fake.last_name_female()
   # u'\u9ebb'

   fake.last_name()
   # u'\u8fb9'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'18921993262'

   fake.phonenumber_prefix()
   # 139


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

   fake.simple_profile()
   # {   'address': u'\u4e39\u4e39\u5e02\u51b7\u8deft\u5ea7 867498',
   #     'birthdate': '1979-03-18',
   #     'mail': u'd@yahoo.com',
   #     'name': u'\u96d5\u96ea\u6885',
   #     'sex': 'M',
   #     'username': u'.'}

   fake.profile(fields=None)
   # {   'address': u'\u5b81\u5e02\u5371\u8defH\u5ea7 747922',
   #     'birthdate': '1982-08-10',
   #     'blood_group': 'B+',
   #     'company': u'\u6234\u7855\u7535\u5b50\u7f51\u7edc\u6709\u9650\u516c\u53f8',
   #     'current_location': (Decimal('18.194253'), Decimal('85.842018')),
   #     'job': 'English as a second language teacher',
   #     'mail': u'.@yahoo.com',
   #     'name': u'\u8346\u5ca9',
   #     'residence': u'\u5e73\u5e02\u59da\u8857n\u5ea7 395627',
   #     'sex': 'F',
   #     'ssn': u'037-52-1006',
   #     'username': u'48',
   #     'website': [u'http://www..biz/', u'http://.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Ut voluptates est.',
   #     2609,
   #     3312,
   #     269,
   #     Decimal('-57659066.195'),
   #     datetime(1975, 2, 26, 23, 55, 53),
   #     -8211040696.7]

   fake.pystr(max_chars=20)
   # u'Quo et corrupti.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'y@.com',
   #         u'Ut et eius sit.',
   #         u'http://www..info/',
   #         u'Ratione nobis eum.',
   #         datetime(1977, 5, 7, 13, 49, 47),
   #         u'Minus blanditiis.',
   #         Decimal('-1311104671.48'),
   #         -254696913.5,
   #         u'98@.org',
   #         u'56@.com'],
   #     {   u'aut': u'http://.com/author/',
   #         u'doloremque': u'Est dignissimos.',
   #         u'eius': datetime(1982, 10, 14, 1, 12, 57),
   #         u'eos': datetime(2008, 1, 5, 7, 31, 56),
   #         u'explicabo': u'http://.com/tags/tag/category/search/',
   #         u'fugiat': u'Beatae temporibus.',
   #         u'odit': datetime(2014, 2, 26, 14, 9, 28),
   #         u'omnis': u'Velit beatae in et.',
   #         u'sed': datetime(1975, 1, 10, 6, 53, 42)},
   #     {   u'ab': {   9: u'Aut repudiandae ea.',
   #                    10: [4411, u'http://.org/blog/tag/author/', 386],
   #                    11: {   9: 5416,
   #                            10: u'Nihil quae natus.',
   #                            11: [u'.@hotmail.com', u'Modi saepe deleniti.']}},
   #         u'aut': {   7: u'z@.com',
   #                     8: [   u'Minus animi quas.',
   #                            u'Quo deleniti ipsam.',
   #                            u'http://www..com/tags/list/tag/home/'],
   #                     9: {   7: u'Mollitia vero est.',
   #                            8: datetime(1977, 7, 19, 13, 42, 25),
   #                            9: [8322, u'.@.net']}},
   #         u'dolorem': {   4: u'Recusandae quidem.',
   #                         5: [   u'.@gmail.com',
   #                                u'Aspernatur.',
   #                                datetime(1990, 6, 1, 10, 5, 55)],
   #                         6: {   4: datetime(1987, 9, 11, 18, 0, 9),
   #                                5: u'Minus dolorum saepe.',
   #                                6: [u'Voluptas culpa est.', u'.@.info']}},
   #         u'ipsa': {   2: u'http://www..com/',
   #                      3: [   datetime(1980, 12, 11, 18, 53, 43),
   #                             8582,
   #                             -1966223.5],
   #                      4: {   2: u'Veritatis qui.',
   #                             3: datetime(1982, 6, 21, 6, 47, 26),
   #                             4: [u't@gmail.com', u'.@.info']}},
   #         u'molestias': {   6: Decimal('-232897.244862'),
   #                           7: [   u'Omnis cumque.',
   #                                  Decimal('255886.222118'),
   #                                  u'Eligendi et ea et.'],
   #                           8: {   6: Decimal('34842.886963'),
   #                                  7: u'Eaque dolorem.',
   #                                  8: [   u'Eos sunt magni.',
   #                                         u'Excepturi quos.']}},
   #         u'non': {   8: u'http://www..org/tag/tags/register/',
   #                     9: [4995, u'18@hotmail.com', u'Commodi eveniet sit.'],
   #                     10: {   8: u'Et asperiores.',
   #                             9: u'Hic hic et sequi.',
   #                             10: [Decimal('40983441834.6'), 6275]}},
   #         u'qui': {   5: u'n@.biz',
   #                     6: [524257632903135.0, 6176, 6478865414182.8],
   #                     7: {   5: datetime(1991, 7, 26, 21, 12, 19),
   #                            6: u'Officia laborum.',
   #                            7: [   u'.@yahoo.com',
   #                                   datetime(1979, 9, 12, 4, 53, 28)]}},
   #         u'reiciendis': {   3: u'http://.com/index/',
   #                            4: [   u'31@.com',
   #                                   u'Excepturi qui harum.',
   #                                   u'Neque explicabo qui.'],
   #                            5: {   3: u'Est quia quis totam.',
   #                                   4: datetime(1992, 3, 10, 7, 1, 54),
   #                                   5: [u'Ipsum dolores.', u'30@gmail.com']}},
   #         u'sed': {   1: -129.0,
   #                     2: [   u'Nisi officiis.',
   #                            datetime(2013, 11, 14, 13, 40, 42),
   #                            u'.@gmail.com'],
   #                     3: {   1: u'Voluptas a aut.',
   #                            2: u'Et ipsum dolor iste.',
   #                            3: [   u'http://.org/author/',
   #                                   u'Quasi voluptatem.']}},
   #         u'ut': {   0: 216080529836556.0,
   #                    1: [958, u'Et suscipit tenetur.', u'Eligendi dolorum.'],
   #                    2: {   0: u'http://.com/tag/search/explore/privacy.htm',
   #                           1: 2218,
   #                           2: [88.0, u'Non aut vel.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Omnis ipsum.',
   #     u'Et quod adipisci.',
   #     7178,
   #     datetime(1997, 12, 21, 5, 10, 37),
   #     Decimal('864067430.0'),
   #     u'.@gmail.com',
   #     u'.@.com',
   #     u'Et rerum numquam.',
   #     u'Est aut dignissimos.',
   #     u'Omnis aut.',
   #     datetime(2013, 6, 29, 4, 40, 50),
   #     -584873299.0,
   #     u'http://.com/category/wp-content/about.php']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   2213,
   #     u'Cum magnam.',
   #     1677,
   #     u'Quod tenetur et.',
   #     u'Qui mollitia quidem.',
   #     u'.@.com',
   #     8028)

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([4259, datetime(1983, 10, 6, 20, 42, 8), 4878, u'Rerum expedita in.', 644782385784594.0, u'Velit est vitae.', u'Iste sunt.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'animi': u'Porro ea quia sed.',
   #     u'autem': u'Iure dolores.',
   #     u'consectetur': 8986,
   #     u'culpa': u'http://www..com/tag/category.html',
   #     u'est': 9965555066209.9,
   #     u'mollitia': u'http://www..com/home.html',
   #     u'necessitatibus': 1437,
   #     u'odit': u'e@.com',
   #     u'omnis': u'Rerum ullam.',
   #     u'sit': 3240,
   #     u'ullam': 9430}

   fake.pyint()
   # 260


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

   fake.ssn()
   # u'706-60-9184'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2012-08-04 16:45:43 Firefox/12.0'

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

   fake.opera()
   # u'Opera/9.41.(X11; Linux i686; sl-SI) Presto/2.9.187 Version/11.00'

   fake.windows_platform_token()
   # u'Windows NT 6.2'

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

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

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/535.22.5 (KHTML, like Gecko) Version/4.0.2 Safari/535.22.5'
