
### faker.providers.address

	fake.random_digit_not_null()                                                                   # 7
	fake.building_number()                                                                         # 88401
	fake.lexify(text="????", letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")       # PYbs
	fake.zipcode()                                                                                 # 61506
	fake.postalcode_plus4()                                                                        # 05853-4229
	fake.random_digit_not_null_or_empty()                                                          # 5
	fake.random_lowercase_letter()                                                                 # m
	fake.city_prefix()                                                                             # New
	fake.military_ship()                                                                           # USNS
	fake.city()                                                                                    # Kellyshire
	fake.numerify(text="###")                                                                      # 633
	fake.zipcode_plus4()                                                                           # 81404-4917
	fake.random_elements(elements=('a', 'b', 'c'), length=None, unique=False)                      # ['c', 'b']
	fake.locale()                                                                                  # en_GB
	fake.postalcode_in_state(state_abbr=None)                                                      # 06389
	fake.state_abbr(include_territories=True)                                                      # MS
	fake.random_sample(elements=('a', 'b', 'c'), length=None)                                      # ['a', 'b']
	fake.street_address()                                                                          # 204 Anthony Springs Apt. 739
	fake.city_suffix()                                                                             # ville
	fake.random_int(min=0, max=9999)                                                               # 859
	fake.random_digit_or_empty()                                                                   # 7
	fake.military_dpo()                                                                            # Unit 4128 Box 6070
	fake.postcode_in_state(state_abbr=None)                                                        # 20331
	fake.hexify(text="^^^^", upper=False)                                                          # ee8a
	fake.randomize_nb_elements(number=10, le=False, ge=False, min=None, max=None)                  # 11
	fake.country_code(representation="alpha-2")                                                    # IR
	fake.country()                                                                                 # Nigeria
	fake.secondary_address()                                                                       # Suite 936
	fake.street_suffix()                                                                           # Village
	fake.random_element(elements=('a', 'b', 'c'))                                                  # b
	fake.postalcode()                                                                              # 39203
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 02402
	fake.state()                                                                                   # Kentucky
	fake.random_letters(length=16)                                                                 # ['n', 'z', 'O', 'i', 'b', 'g', 'E', 's', 'n', 'x', 'W',
	                                                                                                  'n', 'v', 'T', 'F', 'n']
	fake.military_state()                                                                          # AP
	fake.random_uppercase_letter()                                                                 # I
	fake.street_name()                                                                             # Brown Extension
	fake.random_letter()                                                                           # M
	fake.random_choices(elements=('a', 'b', 'c'), length=None)                                     # ['c']
	fake.random_digit()                                                                            # 8
	fake.language_code()                                                                           # os
	fake.random_number(digits=None, fix_len=False)                                                 # 1421
	fake.postcode()                                                                                # 74721
	fake.bothify(text="## ??", letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")     # 86 Rr
	fake.military_apo()                                                                            # PSC 5085, Box 1631

### faker.providers.automotive

	fake.license_plate()                                                                           # 16C J61

### faker.providers.bank

	fake.bban()                                                                                    # QCCQ4867180699846
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB74UDYX4742708929082

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 9490086501309
	fake.ean13()                                                                                   # 9797307154406
	fake.ean8()                                                                                    # 05051212

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(233,107,41)
	fake.color_name()                                                                              # Magenta
	fake.rgb_color()                                                                               # 57,56,144
	fake.safe_hex_color()                                                                          # #33dd00
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #63683c

### faker.providers.company

	fake.company()                                                                                 # Sanders-Bright
	fake.company_suffix()                                                                          # Group
	fake.catch_phrase()                                                                            # Digitized eco-centric function
	fake.bs()                                                                                      # incubate impactful interfaces

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 762
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # JCB 15 digit
	                                                                                                 Deanna Trujillo
	                                                                                                 213169163007178 03/20
	                                                                                                 CVC: 305
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 11/25
	fake.credit_card_number(card_type=None)                                                        # 3559247816119099

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # ETH
	fake.currency_code()                                                                           # SOS
	fake.currency_name()                                                                           # Czech koruna
	fake.cryptocurrency_name()                                                                     # Zclassic
	fake.cryptocurrency()                                                                          # ('TIT', 'Titcoin')
	fake.currency()                                                                                # ('SHP', 'Saint Helena pound')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-23 07:19:06
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505c00f0a0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2017-09-02 15:49:57
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-11-12
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-09 19:50:37
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-08
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2018-09-26 19:46:05
	fake.date_between(start_date="-30y", end_date="today")                                         # 2011-07-24
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2017-09-14 23:07:49
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2008-11-27
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:42
	fake.date_object(end_datetime=None)                                                            # 2004-11-08
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-03
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1970-02-16T09:14:02
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-22
	fake.date_this_century(before_today=True, after_today=False)                                   # 2014-12-06
	fake.month()                                                                                   # 10
	fake.year()                                                                                    # 1997
	fake.day_of_month()                                                                            # 19
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 922289729
	fake.timezone()                                                                                # Asia/Colombo
	fake.century()                                                                                 # VI
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1982-07-19
	fake.time_object(end_datetime=None)                                                            # 20:30:52
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-07 23:35:37
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1988-01-26 19:31:16
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 16:42:17
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-12
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-27 11:01:12
	fake.month_name()                                                                              # April
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0237-05-17 03:59:04
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdd
	fake.mime_type(category=None)                                                                  # video/x-ms-wmv
	fake.file_path(depth=1, category=None, extension=None)                                         # /office/space.mp3
	fake.unix_partition(prefix=None)                                                               # /dev/vdm8
	fake.file_name(category=None, extension=None)                                                  # thousand.bmp
	fake.file_extension(category=None)                                                             # html

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 11.086570
	fake.latitude()                                                                                # 34.9668345
	fake.longitude()                                                                               # -124.433959
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('34.95303', '-120.43572', 'Santa Maria', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('41.9001', '-71.08977', 'Taunton', 'US', 'America/New_
	                                                                                                 York')
	fake.latlng()                                                                                  # (Decimal('56.090926'), Decimal('-10.639582'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # kayla90@yahoo.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=757x
	                                                                                                 469&w=757&h=469
	fake.tld()                                                                                     # info
	fake.email(*args, **kwargs)                                                                    # eric51@hotmail.com
	fake.url(schemes=None)                                                                         # http://phillips.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.31.137.158
	fake.user_name(*args, **kwargs)                                                                # ahammond
	fake.uri_extension()                                                                           # .htm
	fake.uri_page()                                                                                # search
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # mrogers@example.net
	fake.ascii_email(*args, **kwargs)                                                              # adamtorres@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 172.40.196.72
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # skane@king-anderson.com
	fake.domain_name(*args, **kwargs)                                                              # camacho-banks.info
	fake.hostname(*args, **kwargs)                                                                 # desktop-17.thompson.net
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.19.164.252
	fake.domain_word(*args, **kwargs)                                                              # anderson
	fake.slug(*args, **kwargs)                                                                     # center-sense-have
	fake.uri_path(deep=None)                                                                       # explore/wp-content
	fake.company_email(*args, **kwargs)                                                            # omeyer@diaz-gamble.net
	fake.uri()                                                                                     # https://odom.net/main/categories/search/category/
	fake.ipv6(network=False)                                                                       # a781:9015:e1e5:31ef:fa5:1545:64:7ee4
	fake.free_email(*args, **kwargs)                                                               # ymiller@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # lozanomary@example.com
	fake.mac_address()                                                                             # 7a:a1:51:02:e4:19

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-9585283-8-1
	fake.isbn13(separator="-")                                                                     # 978-1-223-93710-6

### faker.providers.job

	fake.job()                                                                                     # Rural practice surveyor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Study take notice difficult. During work security. Alon
	                                                                                                 e fire sound population young job field modern.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Money minute policy guess skill see. Share increase 
	                                                                                                 poor visit. Mean stage word.', u'Article issue bed rath
	                                                                                                 er goal as.', u'Idea region strategy back boy. Land eit
	                                                                                                 her financial short TV simple my. Detail far prepare se
	                                                                                                 at activity.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Rock shake three child.', u'Soldier organization thr
	                                                                                                 oughout together little of later.', u'Law song mother d
	                                                                                                 etermine state hospital onto letter.']
	fake.word(ext_word_list=None)                                                                  # board
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Glass local police little three performance. Safe will 
	                                                                                                 approach three. Keep despite worker argue.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Which next all either.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'ask', u'its', u'arrive']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # 6#)60E%ta4
	fake.uuid4(cast_to=<type 'str'>)                                                               # 21ce36e1-30bc-41c2-a61e-179b3a342a48
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 08cbd7dab55d5acaefa3457efe46e2b8
	fake.sha1(raw_output=False)                                                                    # a56dd65838574f1d606e5581d14d0f1d96482256
	fake.null_boolean()                                                                            # None
	fake.sha256(raw_output=False)                                                                  # 625e090e3fd2fe9dd76150180270187beb5e6665f4c08d5fb02f87f
	                                                                                                 655d49947
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Wallace
	fake.name_female()                                                                             # Brianna Norman
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Lori Nunez
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Jason Morales
	fake.first_name()                                                                              # Blake
	fake.suffix_male()                                                                             # MD
	fake.suffix()                                                                                  # MD
	fake.first_name_male()                                                                         # Christopher
	fake.first_name_female()                                                                       # Kristina
	fake.last_name_female()                                                                        # Thomas
	fake.last_name()                                                                               # Williams
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 001-125-957-9618
	fake.msisdn()                                                                                  # 1721648130771

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'davidstewart', 'name': u'Jacob Carey', '
	                                                                                                 birthdate': datetime.date(2013, 9, 19), 'sex': 'M', 'ad
	                                                                                                 dress': u'9209 Sandra Crescent\nNorth Luis, IA 55037', 
	                                                                                                 'mail': u'eortiz@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.coleman-hoffman.org/', u'htt
	                                                                                                 p://williams.com/'], 'username': u'albertanderson', 'na
	                                                                                                 me': u'Brian Johnson', 'blood_group': 'AB+', 'residence
	                                                                                                 ': u'28476 Brad Route Suite 113\nEvansmouth, OR 93199',
	                                                                                                  'company': u'Simpson and Sons', 'address': u'2575 Stev
	                                                                                                 enson Bypass\nCookebury, AZ 62834', 'birthdate': dateti
	                                                                                                 me.date(1915, 11, 18), 'sex': 'M', 'job': 'Cabin crew',
	                                                                                                  'ssn': u'553-75-2116', 'current_location': (Decimal('-
	                                                                                                 80.4271625'), Decimal('144.604235')), 'mail': u'heather
	                                                                                                 49@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([3651, 1129138102723.5, datetime.datetime(1974, 10,
	                                                                                                  31, 15, 39), 843, Decimal('5142.87214588'), datetime.d
	                                                                                                 atetime(1971, 5, 19, 23, 2, 26), u'vfLBvpEYAUWuKcyBGRZL
	                                                                                                 ', u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # DEnHSqJRZdMNVMpfrfGK
	fake.pystruct(count=10, *value_types)                                                          # ([5.44198416912098, u'davepeck@chase.net', 9996, Decima
	                                                                                                 l('0.44761622999'), -3514818847.90172, u'http://www.dix
	                                                                                                 on-guerrero.com/homepage.html', 4305, u'LvAzdzIOMSjfaTV
	                                                                                                 gdeEs', u'http://www.williams-moreno.com/', datetime.da
	                                                                                                 tetime(2011, 12, 7, 22, 2, 14)], {u'major': 79689.54, u
	                                                                                                 'from': -8858432.435, u'business': 96632.0, u'avoid': u
	                                                                                                 'bVKdZPWVhTQAzuhibbkB', u'use': u'https://smith.com/', 
	                                                                                                 u'drive': 545454975.2811, u'economic': u'http://www.fox
	                                                                                                 .com/wp-content/categories/privacy.html', u'above': u'h
	                                                                                                 ttp://www.johnson.biz/search.asp', u'capital': u'ZpEtSQ
	                                                                                                 OXfZKKzekLzwSS', u'mean': Decimal('4978158211.76')}, {u
	                                                                                                 'test': {9: u'barbara99@hotmail.com', 10: [Decimal('-43
	                                                                                                 262346.869'), u'kjames@gmail.com', u'QPLaYMhQZnljhbqxZU
	                                                                                                 Lf'], 11: {9: datetime.datetime(2016, 12, 7, 5, 38, 21)
	                                                                                                 , 10: Decimal('8990.57567957'), 11: [2075, u'HdjnHHhyQb
	                                                                                                 MjYvThkYvo']}}, u'air': {8: [Decimal('-2.32615157'), u'
	                                                                                                 tJdefVODbJjetTxUSArV', u'NtSafSuiJsvoGPorHxmY'], 9: {8:
	                                                                                                  Decimal('926.55971'), 9: [u'https://www.rodriguez-tyle
	                                                                                                 r.com/', u'cSPsDiqilFyWOGJfZLlS'], 7: -82789545.0}, 7: 
	                                                                                                 u'knFVmYSWmrCnweeXvIhN'}, u'agreement': {5: u'https://h
	                                                                                                 offman.com/faq.php', 6: [u'VXoWbSIUIWtJDuYcIOcF', u'max
	                                                                                                 well61@lucero-hernandez.com', u'VgJLmHdGJmxPdymeLXlL'],
	                                                                                                  7: {5: u'kevinbenton@hotmail.com', 6: datetime.datetim
	                                                                                                 e(1977, 1, 7, 0, 27, 23), 7: [u'TJkBbrWtFqmjnyhYPJbV', 
	                                                                                                 u'daniel34@yahoo.com']}}, u'seat': {2: datetime.datetim
	                                                                                                 e(2006, 4, 19, 17, 20, 11), 3: [u'BejUgVxmVIEPctkMSPdV'
	                                                                                                 , u'wrichardson@smith.biz', u'lewiscarrie@flores.com'],
	                                                                                                  4: {2: u'wxtwpflXFKBczlhILrmu', 3: u'pFhMUpQVzgOVDDxrf
	                                                                                                 FhY', 4: [u'HYkbPsWFXWZSzAuKxguC', u'ZfcpXNMHyJcFAwdQCo
	                                                                                                 oU']}}, u'water': {8: {8: [u'https://johnson.com/tag/ta
	                                                                                                 gs/app/homepage.html', 577], 6: Decimal('10313918.1298'
	                                                                                                 ), 7: -360338126785667.0}, 6: u'rHyKMzMdnoblicSVBdIi', 
	                                                                                                 7: [datetime.datetime(2017, 6, 5, 2, 31, 21), datetime.
	                                                                                                 datetime(1978, 1, 8, 4, 43, 40), u'https://villa-hernan
	                                                                                                 dez.com/list/home.php']}, u'fund': {0: u'hcFeiGQOIntjMz
	                                                                                                 epnBDD', 1: [u'AIrWGkirAeMFsBKydkNe', 6904893733144.1, 
	                                                                                                 u'WhOnsucpZtBemlqHYtUP'], 2: {0: -5900633179538.4, 1: d
	                                                                                                 atetime.datetime(2012, 12, 7, 18, 42, 40), 2: [-3957324
	                                                                                                 783231.1, 8074]}}, u'continue': {3: u'http://nelson-dav
	                                                                                                 is.org/tags/categories/main.php', 4: [Decimal('-2361993
	                                                                                                 76594'), Decimal('7.19601982333E+12'), -9539866.8600347
	                                                                                                 ], 5: {3: u'EowhuXfBGtdZYQqDYbIH', 4: Decimal('-8763933
	                                                                                                 0.34'), 5: [u'hodgeamber@hotmail.com', Decimal('3.44960
	                                                                                                 5')]}}, u'understand': {4: u'robertsonmaureen@hotmail.c
	                                                                                                 om', 5: [u'nHpdcIKJVKITtLvRBmqr', 2121, Decimal('-36844
	                                                                                                 965.4806')], 6: {4: u'WWgiACAanQGVRVrGrRhr', 5: 1200380
	                                                                                                 743539.0, 6: [Decimal('12891.4075'), u'LqEEmNAyDKVtJIPP
	                                                                                                 fLTx']}}, u'catch': {8: datetime.datetime(1988, 7, 18, 
	                                                                                                 20, 13, 19), 9: [u'EHWjBKzLiZGUHOzHzadh', u'hpierce@yah
	                                                                                                 oo.com', 240], 10: {8: 806, 9: Decimal('-1.3485'), 10: 
	                                                                                                 [u'https://www.higgins.info/categories/home/', u'ZorqoJ
	                                                                                                 gpXcYZIopxtAnW']}}, u'argue': {1: u'chzGHSRBkPzwgNCkbnZ
	                                                                                                 y', 2: [4118, 1179, datetime.datetime(1994, 4, 29, 2, 1
	                                                                                                 3, 19)], 3: {1: Decimal('11037347570.2'), 2: u'okVcJuDO
	                                                                                                 busfdbAPIOxz', 3: [u'HHgRKSmEtsXIsKYeAbpE', u'DkQQQfsOG
	                                                                                                 jICAeEeROit']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 66.677963
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -68244661456.6
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'CjdlZQUppZpxKFSEgHgT', u'rGUEWqlWDCYiioEKvhRk', u'ZX
	                                                                                                 ZJzgpBTuJBAnEKVDOU', -193014096863120.0, 6065, u'sharis
	                                                                                                 tevens@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'https://www.griffith-koch.org/app/explore/category/'
	                                                                                                 , u'NZKoUrBMXBbJidpFbgjy', datetime.datetime(2018, 5, 3
	                                                                                                 1, 8, 25), u'leematthew@perez.info', u'kuVxMbklxymikfbj
	                                                                                                 SMDv', u'SUVEQCNQKDYhHSnqrRrs', u'colin15@gmail.com', u
	                                                                                                 'WnwnhJfyRzieThtNHVNq', u'https://www.morgan.com/login.
	                                                                                                 asp', 4724, u'cIdrCPqDmlzqlFFPqbTv', 4255)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'yxyNsxvwCLUAWhJvKHnn', 395946.10373, u'XNHFRfirs
	                                                                                                 AshHOhJEdAp', u'johnwilliams@yahoo.com', 599304.553, da
	                                                                                                 tetime.datetime(2001, 2, 20, 13, 42, 1), datetime.datet
	                                                                                                 ime(1973, 4, 29, 7, 15, 21), u'PzGDlQmffdyxMOASbnnI', 2
	                                                                                                 537, 8434277806929.1, u'aTCLSKwWBTqKueGBgvLA', 51337515
	                                                                                                 47727.4])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'short': datetime.datetime(1970, 1, 18, 6, 20, 52), u
	                                                                                                 'show': u'manderson@yahoo.com', u'over': 70796128832.3,
	                                                                                                  u'dog': 3784, u'focus': u'kqDUqIVIQVQakyTYxUce', u'set
	                                                                                                 ': u'UIGzSacfjofCnMOMVMuj', u'yes': u'pFlVqzEBMjeGkDkzw
	                                                                                                 xPN'}
	fake.pyint()                                                                                   # 3989

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 225-49-5173
	fake.ein()                                                                                     # 13-4851356
	fake.itin()                                                                                    # 936-90-4729

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2016-0
	                                                                                                 2-04 15:21:59 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.68.(Windows NT 6.2; kok-IN) Presto/2.9.186 Vers
	                                                                                                 ion/12.00
	fake.windows_platform_token()                                                                  # Windows 95
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/
	                                                                                                 3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/53
	                                                                                                 4.6.7 (KHTML, like Gecko) Version/4.1 Safari/534.6.7
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5331 (KHTML
	                                                                                                 , like Gecko) Chrome/26.0.840.0 Safari/5331
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_7
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2 rv:6.0; r
	                                                                                                 u-RU) AppleWebKit/535.50.6 (KHTML, like Gecko) Version/
	                                                                                                 4.0 Safari/535.50.6

## LANGUAGE dk_DK

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Meretheview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Andersen Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Clausen Springs Apt. 874
	                                                                                                 Ingerville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Overgaard Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Christensen, Toft and Koch
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Paula Mikkelsen
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:46
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bfca870>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:55
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:35
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:33
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:30
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:42
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:41
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408528
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:00
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:48
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:47
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:48
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:05
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:14:59
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # paulsenasger@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # lucaskristensen@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.mathiesen.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # yjakobsen
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # jimmy47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # sondergaardbenny@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # skovkare@danielsen.biz
	fake.domain_name(*args, **kwargs)                                                              # kristensen.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.frandsen-lind.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # simonsen
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # jensencarlo@dam.com
	fake.uri()                                                                                     # https://www.svendsen.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # jespersenmia@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rmogensen@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Ravn
	fake.name_female()                                                                             # Louise Schou
	fake.prefix_male()                                                                             # Prof.
	fake.prefix()                                                                                  # Hr
	fake.name()                                                                                    # Ruben Brandt
	fake.name_male()                                                                               # Asger Lauritsen
	fake.first_name()                                                                              # Camilla
	fake.first_name_male()                                                                         # Jeppe
	fake.first_name_female()                                                                       # Edith
	fake.last_name_female()                                                                        # Krogh
	fake.last_name()                                                                               # Kristensen
	fake.prefix_female()                                                                           # Fru

### faker.providers.phone_number

	fake.phone_number()                                                                            # +45(0)0062 475189
	fake.msisdn()                                                                                  # 8595201729128

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'vcarlsen', 'name': u'Prof. Villads Ander
	                                                                                                 sen', 'birthdate': datetime.date(1928, 11, 4), 'sex': '
	                                                                                                 M', 'address': u'4593 Krogh Camp\nNorth Kasparchester, 
	                                                                                                 CO 03999', 'mail': u'alexandermadsen@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.danielsen.com/'], 'username':
	                                                                                                  u'hkarlsen', 'name': u'Yrsa Skov', 'blood_group': 'O+'
	                                                                                                 , 'residence': u'3076 Jakobsen Manor\nNorth Gert, IL 18
	                                                                                                 174', 'company': u'Pedersen Group', 'address': u'24267 
	                                                                                                 Sam Turnpike Apt. 284\nBertelsentown, OK 92374', 'birth
	                                                                                                 date': datetime.date(1937, 10, 10), 'sex': 'F', 'job': 
	                                                                                                 'Curator', 'ssn': u'014-86-6617', 'current_location': (
	                                                                                                 Decimal('26.123275'), Decimal('-13.207050')), 'mail': u
	                                                                                                 'madsenpeder@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'qDUqIVIQVQakyTYxUced', 8424, u'http://lauridsen.biz/
	                                                                                                 explore/blog/tags/homepage.html', u'NfObvSDPfAdvfLBvpEY
	                                                                                                 A', u'lWZLQXUkeHpgAakXmmrJ', Decimal('30780598266.5'))
	fake.pystr(min_chars=None, max_chars=20)                                                       # cXNHFRfirsAshHOhJEdA
	fake.pystruct(count=10, *value_types)                                                          # ([u'svenning66@jakobsen.com', 914, Decimal('6963631355.
	                                                                                                 0'), u'muepFhMUpQVzgOVDDxrf', u'XSnEowhuXfBGtdZYQqDY', 
	                                                                                                 u'TQAzuhibbkBdRxlkCAId', 7476, 40.6, u'BKzLiZGUHOzHzadh
	                                                                                                 XPXC', datetime.datetime(2011, 4, 11, 2, 21, 55)], {u's
	                                                                                                 int': u'HdjnHHhyQbMjYvThkYvo', u'eveniet': Decimal('196
	                                                                                                 66.1643486'), u'repellendus': u'VAGBnHISgtbVJPmELaww', 
	                                                                                                 u'quam': u'goEgwxtwpflXFKBczlhI', u'quasi': u'sxsbUgZWl
	                                                                                                 aDqWCwsrHyK', u'tenetur': u'schultzjean@thygesen.org', 
	                                                                                                 u'ducimus': u'rjacobsen@yahoo.com', u'vel': 6520, u'eli
	                                                                                                 gendi': u'okVcJuDObusfdbAPIOxz', u'magnam': u'xRyNAwBnj
	                                                                                                 yxyNsxvwCLU'}, {u'ipsum': {4: u'IHIBngTrVTgSCPKavHsx', 
	                                                                                                 5: [u'LIPUzNAwHVysUVJaAROk', u'HpdcIKJVKITtLvRBmqrG', u
	                                                                                                 'IGQuaysWWgiACAanQGVR'], 6: {4: u'oliver81@nissen-mathi
	                                                                                                 asen.com', 5: datetime.datetime(1975, 11, 28, 20, 3, 42
	                                                                                                 ), 6: [u'HovQgvqLqEEmNAyDKVtJ', Decimal('-7.15840201176
	                                                                                                 E+12')]}}, u'doloribus': {8: {8: [4809, u'zIOMSjfaTVgde
	                                                                                                 EsdknFV'], 6: u'JibPxFewhzdXwxyhUwrb', 7: datetime.date
	                                                                                                 time(1990, 3, 31, 6, 43, 12)}, 6: u'noblicSVBdIiQYMiRVS
	                                                                                                 E', 7: [9340, u'yeTgNJCXYagwZpesIQQF', 9177]}, u'ad': {
	                                                                                                 1: datetime.datetime(2000, 1, 15, 6, 39, 43), 2: [u'BKy
	                                                                                                 dkNetSIPJhoWhOnsu', u'pZtBemlqHYtUPwQByEvL', u'https://
	                                                                                                 www.andreasen-poulsen.com/terms/'], 3: {1: u'RybeYbygJk
	                                                                                                 VaVlogWWSe', 2: u'TcchzGHSRBkPzwgNCkbn', 3: [u'stephan5
	                                                                                                 1@ostergaard.org', datetime.datetime(1975, 6, 8, 2, 27,
	                                                                                                  40)]}}, u'dignissimos': {8: u'GGbDeHcueisSNSsPLMxP', 9
	                                                                                                 : [u'BeqZorqoJgpXcYZIopxt', 2562, u'xhermansen@petersen
	                                                                                                 -carlsen.biz'], 10: {8: u'zlAUomMSWGHEYZULAxnw', 9: u'h
	                                                                                                 ttps://knudsen-frederiksen.com/posts/blog/app/author.ph
	                                                                                                 p', 10: [u'QZnljhbqxZULfMXJnUCU', 5373]}}, u'quia': {5:
	                                                                                                  8517.806981838, 6: [u'DMvJGgVXoWbSIUIWtJDu', u'margit0
	                                                                                                 6@jensen.biz', u'sZhBdVgJLmHdGJmxPdym'], 7: {5: u'LXlLY
	                                                                                                 XvpXTOhsTJkBbrW', 6: -1906925208.2, 7: [1532, u'andreas
	                                                                                                 99@hotmail.com']}}, u'dicta': {8: [85707235205098.0, u'
	                                                                                                 VbNtSafSuiJsvoGPorHx', u'YxyasRXImwPeDUjQuAfP'], 9: {8:
	                                                                                                  u'http://holst.com/', 9: [u'http://www.pedersen-vester
	                                                                                                 gaard.com/', datetime.datetime(1988, 7, 18, 20, 13, 19)
	                                                                                                 ], 7: u'rcSPsDiqilFyWOGJfZLl'}, 7: u'NJaRnmbltJdefVODbJ
	                                                                                                 je'}, u'vel': {2: u'EtsXIsKYeAbpEbDkQQQf', 3: [u'OGjICA
	                                                                                                 eEeROitcmZpEtS', datetime.datetime(2008, 2, 4, 17, 21, 
	                                                                                                 19), u'kbech@rasmussen-knudsen.info'], 4: {2: 4309, 3: 
	                                                                                                 u'http://danielsen.com/wp-content/privacy.html', 4: [u'
	                                                                                                 schultziben@winther-andersen.com', u'MSPdVYfStWSaSqGXxc
	                                                                                                 lF']}}, u'magnam': {0: u'PFCNGNdtsISufWRqmcFD', 1: [266
	                                                                                                 7, Decimal('8.28679667105E+12'), u'MNVMpfrfGKtpxLPaztbY
	                                                                                                 '], 2: {0: u'http://www.andersen.com/search.php', 1: u'
	                                                                                                 https://www.poulsen-mathiesen.com/search/main/', 2: [56
	                                                                                                 12, 578]}}, u'earum': {9: 6280, 10: [5759, Decimal('-1.
	                                                                                                 10542919023E+12'), -441.254369621544], 11: {9: u'JfyRzi
	                                                                                                 eThtNHVNqZUIfg', 10: 3177, 11: [u'kuVxMbklxymikfbjSMDv'
	                                                                                                 , u'https://www.eriksen.com/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -24371460841.5
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 5137.725515
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'https://frederiksen.com/wp-content/author.jsp', u'ht
	                                                                                                 tp://jespersen.biz/terms/', 1253, Decimal('-340.6277279
	                                                                                                 03'), u'https://www.karlsen.com/author.html', u'oEKvhRk
	                                                                                                 hZXZJzgpBTuJB', 2665]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), datetim
	                                                                                                 e.datetime(2005, 1, 4, 19, 7, 8), u'CPqDmlzqlFFPqbTvnSU
	                                                                                                 V', u'HSnqrRrsGwzsynzAvzCn', datetime.datetime(2016, 6,
	                                                                                                  11, 7, 9, 49), u'jyByNZXfbjrQlaXPacId', 7620, 282, u's
	                                                                                                 andraholm@yahoo.com')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'jimtoft@yahoo.com', u'mie08@lassen-dahl.com', da
	                                                                                                 tetime.datetime(1981, 12, 8, 13, 7, 58), datetime.datet
	                                                                                                 ime(1995, 5, 14, 8, 7, 11), u'https://mogensen.net/post
	                                                                                                 .php', u'fdyxMOASbnnIwStDRfea', Decimal('8.97134541261E
	                                                                                                 +13'), 9881, 4670, 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': 2032, u'occaecati': u'dagnyvestergaard@p
	                                                                                                 oulsen.com', u'voluptatum': u'qLamUIGzSacfjofCnMOM', u'
	                                                                                                 voluptate': datetime.datetime(2016, 4, 7, 8, 44, 22), u
	                                                                                                 'possimus': 4345, u'ipsam': 8047, u'in': u'janojeppesen
	                                                                                                 @hotmail.com', u'animi': 2150, u'voluptatibus': u'ypCXv
	                                                                                                 ekXeLxoJDhNNFZO', u'delectus': -14271049206.291, u'aliq
	                                                                                                 uam': u'fPttRpgqTtsVofWgVgwc'}
	fake.pyint()                                                                                   # 6304

### faker.providers.ssn

	fake.vat_id()                                                                                  # DK62949792
	fake.ssn()                                                                                     # 592-58-8962

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 5.0; eu-FR; rv:1.9.1.20) Gecko/
	                                                                                                 2015-03-17 07:38:42 Firefox/3.6.2
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.35.(Windows 98; Win 9x 4.90; fo-FO) Presto/2.9.
	                                                                                                 174 Version/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/
	                                                                                                 5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.2; Trid
	                                                                                                 ent/4.0)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5321 (KHTML, 
	                                                                                                 like Gecko) Chrome/41.0.823.0 Safari/5321
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_10_1
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/53
	                                                                                                 1.24.3 (KHTML, like Gecko) Version/4.0.3 Safari/531.24.
	                                                                                                 3

## LANGUAGE ar_SA

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake مريمview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 الحجار Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 آل العسكري Springs Apt. 874
	                                                                                                 نبراسville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # الخرافي Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # (u'7407 GLU', u'\u0648 \u0644 \u0642 \u0667\u0664\u0660
	                                                                                                 \u0667')
	fake.license_plate_en()                                                                        # 9248 RGL
	fake.license_plate_ar()                                                                        # ك ق ح ١٠١٥

### faker.providers.bank

	fake.bban()                                                                                    # MDJH8369936334792
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB60ALBA7173980196478

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 4413166160161
	fake.ean13()                                                                                   # 4867180699846
	fake.ean8()                                                                                    # 67199471

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(250,73,240)
	fake.color_name()                                                                              # LemonChiffon
	fake.rgb_color()                                                                               # 182,16,204
	fake.safe_hex_color()                                                                          # #ddbb00
	fake.safe_color_name()                                                                         # maroon
	fake.hex_color()                                                                               # #46c29d

### faker.providers.company

	fake.company()                                                                                 # آل عطفة, المغاولة and آل الشيخ
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Up-sized 4thgeneration architecture
	fake.bs()                                                                                      # morph compelling technologies

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 413
	fake.credit_card_provider(card_type=None)                                                      # Discover
	fake.credit_card_full(card_type=None)                                                          # Maestro
	                                                                                                 بارعة الدباغ
	                                                                                                 639073071545 02/24
	                                                                                                 CVV: 005
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 12/22
	fake.credit_card_number(card_type=None)                                                        # 630412153227

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # XRP
	fake.currency_code()                                                                           # COP
	fake.currency_name()                                                                           # Guatemalan quetzal
	fake.cryptocurrency_name()                                                                     # Decred
	fake.cryptocurrency()                                                                          # ('GRC', 'Gridcoin')
	fake.currency()                                                                                # ('MNT', 'Mongolian tugrik')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 05:27:56
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bff7eb0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2007-12-25 09:38:25
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2017-06-03
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 09:04:53
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-07
	fake.day_of_week()                                                                             # Friday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2010-05-15 05:13:32
	fake.date_between(start_date="-30y", end_date="today")                                         # 2019-02-21
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2001-03-04 15:31:37
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1989-07-25
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 2002-08-02
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-22
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1996-09-17T17:20:23
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-01
	fake.date_this_century(before_today=True, after_today=False)                                   # 2012-05-25
	fake.month()                                                                                   # 09
	fake.year()                                                                                    # 1975
	fake.day_of_month()                                                                            # 29
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1027188314
	fake.timezone()                                                                                # Africa/Bangui
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1986-04-25
	fake.time_object(end_datetime=None)                                                            # 11:31:40
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-10 01:59:18
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2017-11-13 09:40:12
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 23:59:39
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-18 22:20:09
	fake.month_name()                                                                              # February
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0332-04-01 10:53:42
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdu
	fake.mime_type(category=None)                                                                  # message/http
	fake.file_path(depth=1, category=None, extension=None)                                         # /enim/officiis.json
	fake.unix_partition(prefix=None)                                                               # /dev/xvdf5
	fake.file_name(category=None, extension=None)                                                  # quibusdam.wav
	fake.file_extension(category=None)                                                             # wav

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -88.220428
	fake.latitude()                                                                                # 52.2963245
	fake.longitude()                                                                               # 99.725775
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('44.27804', '-88.27205', 'Kaukauna', 'US', 'America/Ch
	                                                                                                 icago')
	fake.location_on_land(coords_only=False)                                                       # ('41.1053', '-7.32097', 'Custoias', 'PT', 'Europe/Lisbo
	                                                                                                 n')
	fake.latlng()                                                                                  # (Decimal('44.059477'), Decimal('178.240742'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # hjrhmyd@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=346x
	                                                                                                 258&w=346&h=258
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # alrshd@gmail.com
	fake.url(schemes=None)                                                                         # https://www.bqshn-lrshd.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.21.32.183
	fake.user_name(*args, **kwargs)                                                                # gbn-ldn
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # author
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # tbw-dwwd@example.org
	fake.ascii_email(*args, **kwargs)                                                              # rlmshwl@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 173.237.55.34
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # al-sfwnjml@al.com
	fake.domain_name(*args, **kwargs)                                                              # ljfly-al.net
	fake.hostname(*args, **kwargs)                                                                 # laptop-88.bw.net
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.175.118.184
	fake.domain_word(*args, **kwargs)                                                              # al
	fake.slug(*args, **kwargs)                                                                     # quae-harum-earum
	fake.uri_path(deep=None)                                                                       # posts
	fake.company_email(*args, **kwargs)                                                            # al-wdsjd@al.biz
	fake.uri()                                                                                     # http://lhkyr-lrshd.com/about/
	fake.ipv6(network=False)                                                                       # 696e:33d9:6162:1470:31b9:144f:16d7:903
	fake.free_email(*args, **kwargs)                                                               # fd85@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # ehnbwly@example.org
	fake.mac_address()                                                                             # c0:e9:25:ed:0c:86

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-671-91313-1
	fake.isbn13(separator="-")                                                                     # 978-1-70646-308-5

### faker.providers.job

	fake.job()                                                                                     # Biomedical scientist

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Illo provident rerum aspernatur beatae. Ipsum ducimus e
	                                                                                                 st quisquam ullam quod molestiae. Dolor eos officiis qu
	                                                                                                 ia accusamus.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Nam sunt quo magnam. Voluptates voluptas minima repe
	                                                                                                 llendus. Ducimus sapiente eum similique necessitatibus 
	                                                                                                 deleniti.', u'Esse voluptatem fugiat provident. A repel
	                                                                                                 lendus repudiandae neque.', u'Odit labore suscipit numq
	                                                                                                 uam commodi. Voluptas amet tempora dignissimos ipsa dol
	                                                                                                 or voluptates.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Odit facere ratione quibusdam atque quisquam.', u'Od
	                                                                                                 it vel aperiam magnam repellendus.', u'Animi pariatur a
	                                                                                                 periam inventore at placeat expedita aperiam.']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Qui similique consequuntur quidem fuga. Quia ratione ve
	                                                                                                 niam suscipit corrupti voluptates fuga. Velit consectet
	                                                                                                 ur mollitia eaque laboriosam id dicta. Voluptate cumque
	                                                                                                  ex reiciendis quod eos.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Optio magnam minima.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # الراشد
	fake.name_female()                                                                             # جلنار شربتلي
	fake.prefix_male()                                                                             # الدكتور
	fake.prefix()                                                                                  # السيد
	fake.name()                                                                                    # معن الدباغ
	fake.name_male()                                                                               # حازم الشايع
	fake.first_name()                                                                              # مُتوكّل
	fake.first_name_male()                                                                         # طائع
	fake.first_name_female()                                                                       # ميرا
	fake.last_name_female()                                                                        # الشايع
	fake.last_name()                                                                               # آل جعفر
	fake.prefix_female()                                                                           # السيدة

### faker.providers.phone_number

	fake.phone_number()                                                                            # 006-247-5189
	fake.msisdn()                                                                                  # 8595201729128

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'bd-lqdwws59', 'name': u'\u0627\u0644\u06
	                                                                                                 45\u0647\u0646\u062f\u0633 \u0645\u064a\u062b\u0627\u06
	                                                                                                 42 \u0627\u0644\u0645\u0634\u0627\u0648\u0644\u0629', '
	                                                                                                 birthdate': datetime.date(2019, 3, 9), 'sex': 'M', 'add
	                                                                                                 ress': u'011 \u0646\u0635\u0648\u062d Expressway Apt. 0
	                                                                                                 20\nWest \u0633\u064a\u0651\u062ffurt, MO 70286', 'mail
	                                                                                                 ': u'hny70@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://fsyl.info/', u'https://www.al.org
	                                                                                                 /', u'https://al.com/'], 'username': u'slymn38', 'name'
	                                                                                                 : u'\u0644\u062a\u064a\u0646 \u0622\u0644 \u0645\u062d\
	                                                                                                 u0645\u062f \u0628\u0646 \u0639\u0644\u064a \u0628\u064
	                                                                                                 6 \u062c\u0645\u0627\u0632', 'blood_group': 'A-', 'resi
	                                                                                                 dence': u'6617 \u0639\u0628\u062f \u0627\u0644\u0631\u0
	                                                                                                 651\u062d\u0645\u0646 Knoll Apt. 076\n\u0643\u0627\u064
	                                                                                                 6\u0648port, CT 14025', 'company': u'\u0622\u0644 \u062
	                                                                                                 7\u0644\u0634\u064a\u062e Group', 'address': u'476 \u06
	                                                                                                 2d\u0627\u062a\u0645 Route\n\u0622\u0644 \u0639\u0644\u
	                                                                                                 064aland, WY 30130', 'birthdate': datetime.date(1909, 5
	                                                                                                 , 21), 'sex': 'F', 'job': 'Curator', 'ssn': u'149-05-14
	                                                                                                 12', 'current_location': (Decimal('38.532080'), Decimal
	                                                                                                 ('-81.738123')), 'mail': u'mbw-dwwd@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [6304, -5.89, u'IVIQVQakyTYxUcedzRIJ', 84361269346.7, u
	                                                                                                 'ObvSDPfAdvfLBvpEYAUW', -52724714096.0, u'https://lhjr-
	                                                                                                 hjr.com/explore/blog/posts/author.asp']
	fake.pystr(min_chars=None, max_chars=20)                                                       # jyxyNsxvwCLUAWhJvKHn
	fake.pystruct(count=10, *value_types)                                                          # ([5583, datetime.datetime(2000, 1, 15, 6, 39, 44), 1947
	                                                                                                 , 9388, u'MAoeVAGBnHISgtbVJPmE', u'rxQePgmHovQgvqLqEEmN
	                                                                                                 ', u'ZhBdVgJLmHdGJmxPdyme', 43504498.3, 6811, u'HHhyQbM
	                                                                                                 jYvThkYvoTORF'], {u'incidunt': u'sIQQFEVbJibPxFewhzdX',
	                                                                                                  u'ad': u'HHgRKSmEtsXIsKYeAbpE', u'aliquid': u'ttsPFCNG
	                                                                                                 NdtsISufWRqm', u'rerum': u'gal-bn-lfy@gmail.com', u'at'
	                                                                                                 : u'b-lkhyldl@yahoo.com', u'deleniti': u'bqxZULfMXJnUCU
	                                                                                                 DBkcHd', u'iste': u'SPsDiqilFyWOGJfZLlSb', u'soluta': u
	                                                                                                 'QCooUMwpbCYAgLaPOcxU', u'distinctio': u'tkMSPdVYfStWSa
	                                                                                                 SqGXxc', u'consequatur': u'SIUIWtJDuYcIOcFZaDrJ'}, {u'n
	                                                                                                 umquam': {4: Decimal('-8.182545'), 5: [u'mzhrljfly@yaho
	                                                                                                 o.com', u'uXfBGtdZYQqDYbIHIBng', u'https://lqyl.info/fa
	                                                                                                 q/'], 6: {4: u'vHsxjLIPUzNAwHVysUVJ', 5: u'AROknHpdcIKJ
	                                                                                                 VKITtLvR', 6: [2364, u'rGlIGQuaysWWgiACAanQ']}}, u'unde
	                                                                                                 ': {5: 4631, 6: [7072, u'https://lrshd.net/category/', 
	                                                                                                 u'bw-dwwdnswh@lhkyr.org'], 7: {5: u'alrshd@al.com', 6: 
	                                                                                                 u'bkBdRxlkCAIdslQDSPqD', 7: [datetime.datetime(1990, 10
	                                                                                                 , 22, 0, 53, 5), Decimal('9512190703.0')]}}, u'ratione'
	                                                                                                 : {2: datetime.datetime(2009, 12, 12, 0, 45, 33), 3: [u
	                                                                                                 'http://lmhn-al.com/', 905, 941], 4: {2: u'http://www.b
	                                                                                                 n.com/category/list/terms/', 3: datetime.datetime(2016,
	                                                                                                  6, 24, 9, 41, 34), 4: [u'ZKKzekLzwSSgGZMMoBej', u'http
	                                                                                                 s://www.bw.com/']}}, u'eveniet': {0: 2667, 1: [Decimal(
	                                                                                                 '8.28679667105E+12'), u'MNVMpfrfGKtpxLPaztbY', u'http:/
	                                                                                                 /www.lhjr.com/search.php'], 2: {0: u'https://www.lmhn-b
	                                                                                                 w.com/search/main/', 1: 5612, 2: [578, 6685]}}, u'ipsa'
	                                                                                                 : {3: u'goEgwxtwpflXFKBczlhI', 4: [Decimal('-92949.29')
	                                                                                                 , 1514, datetime.datetime(2013, 9, 12, 11, 33, 17)], 5:
	                                                                                                  {3: u'QVzgOVDDxrfFhYcHYkbP', 4: u'WFXWZSzAuKxguCrZfcpX
	                                                                                                 ', 5: [datetime.datetime(2006, 6, 26, 5, 7, 1), Decimal
	                                                                                                 ('-60389257.5085')]}}, u'esse': {8: {8: [u'khtybshrbtly
	                                                                                                 @ldbg.com', u'al-lybd-lswlm@hotmail.com'], 6: u'UgZWlaD
	                                                                                                 qWCwsrHyKMzMd', 7: u'oblicSVBdIiQYMiRVSEE'}, 6: Decimal
	                                                                                                 ('9.62009740362E+14'), 7: [77860.1425779721, u'TJkBbrWt
	                                                                                                 FqmjnyhYPJbV', u'dhry34@yahoo.com']}, u'ex': {8: [u'knF
	                                                                                                 VmYSWmrCnweeXvIhN', Decimal('-2.32615157'), u'tJdefVODb
	                                                                                                 JjetTxUSArV'], 9: {8: -82789545.0, 9: [Decimal('926.559
	                                                                                                 71'), u'https://www.al.com/'], 7: u'NtSafSuiJsvoGPorHxm
	                                                                                                 Y'}, 7: u'LvAzdzIOMSjfaTVgdeEs'}, u'deleniti': {8: u'ht
	                                                                                                 tp://www.al.com/index.htm', 9: [u'PtkEHWjBKzLiZGUHOzHz'
	                                                                                                 , u'dhXPXChGGbDeHcueisSN', u'https://al.com/home/'], 10
	                                                                                                 : {8: u'ZorqoJgpXcYZIopxtAnW', 9: u'RYxufBIjzlAUomMSWGH
	                                                                                                 E', 10: [u'alshy@yahoo.com', u'wTWNVtkojQPLaYMhQZnl']}}
	                                                                                                 , u'laudantium': {1: u'BKydkNetSIPJhoWhOnsu', 2: [u'pZt
	                                                                                                 BemlqHYtUPwQByEvL', u'https://www.al.com/terms/', u'Ryb
	                                                                                                 eYbygJkVaVlogWWSe'], 3: {1: u'TcchzGHSRBkPzwgNCkbn', 2:
	                                                                                                  u'bd-lrwwwf51@al.org', 3: [datetime.datetime(1975, 6, 
	                                                                                                 8, 2, 27, 40), u'bokVcJuDObusfdbAPIOx']}}, u'dolore': {
	                                                                                                 9: 4611, 10: [7217, u'http://www.al.com/search/main/faq
	                                                                                                 .html', 8328], 11: {9: 1573, 10: u'ThtNHVNqZUIfgAqbkuVx
	                                                                                                 ', 11: [datetime.datetime(1971, 4, 22, 1, 22, 56), u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 9400376.71172
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 747.0
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'ht
	                                                                                                 tps://www.ljbr.com/author.html', u'oEKvhRkhZXZJzgpBTuJB
	                                                                                                 ', 2665, 7064, u'ulkhrfy@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (Decimal('9.8656121524E+14'), u'UrBMXBbJidpFbgjyByNZ', 
	                                                                                                 2501, -40170990.7703, u'lmhnrby@bn.info', u'SUVEQCNQKDY
	                                                                                                 hHSnqrRrs', 5173, u'cIdrCPqDmlzqlFFPqbTv', 3646, 4255)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([datetime.datetime(1981, 12, 8, 13, 7, 58), u'XNHFR
	                                                                                                 firsAshHOhJEdAp', 1930, u'fdyxMOASbnnIwStDRfea', u'http
	                                                                                                 s://lmshwl.net/post.php', 2537, 9881, datetime.datetime
	                                                                                                 (1995, 5, 14, 8, 7, 12), 5133751547727.4, u'ysr08@al.co
	                                                                                                 m', datetime.datetime(1994, 1, 12, 15, 9, 20), 4670, 12
	                                                                                                 .4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'fugiat': u'LamUIGzSacfjofCnMOMV', u'beatae': u'fyq26
	                                                                                                 @al.info', u'blanditiis': 4345, u'fuga': datetime.datet
	                                                                                                 ime(1989, 4, 27, 21, 2, 49), u'esse': 2032, u'recusanda
	                                                                                                 e': datetime.datetime(1981, 7, 28, 9, 58, 27), u'repudi
	                                                                                                 andae': u'wKtLKphpFlVqzEBMjeGk', u'voluptate': u'TtsVof
	                                                                                                 WgVgwcqypCXvek', u'autem': 9940}
	fake.pyint()                                                                                   # 9457

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 866-21-5908
	fake.ein()                                                                                     # 91-1172471
	fake.itin()                                                                                    # 979-88-7789

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2012
	                                                                                                 -09-09 02:42:29 Firefox/3.6.5
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.11.(Windows NT 4.0; sr-ME) Presto/2.9.186 Versi
	                                                                                                 on/11.00
	fake.windows_platform_token()                                                                  # Windows CE
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/
	                                                                                                 4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_7 rv:5.0; 
	                                                                                                 szl-PL) AppleWebKit/533.24.2 (KHTML, like Gecko) Versio
	                                                                                                 n/5.0.1 Safari/533.24.2
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_10_2) AppleWebK
	                                                                                                 it/5360 (KHTML, like Gecko) Chrome/59.0.847.0 Safari/53
	                                                                                                 60
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_7
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.39
	                                                                                                 .2 (KHTML, like Gecko) Version/4.0 Safari/533.39.2

## LANGUAGE en

## LANGUAGE tr_TR

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Mümtazeview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Yorulmaz Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Ergül Springs Apt. 874
	                                                                                                 Faizeville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Akdeniz Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Yorulmaz, İnönü and İhsanoğlu
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Refet Aslan
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:47
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bfb0a50>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:56
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:35
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:33
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:30
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408529
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:00
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:48
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:49
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:06
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:00
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # akcayakoz@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # korkmazalpyaman@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.gul.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ybilgin
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # feremez47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # durdualexandru@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # durdukaranbay@demirel.biz
	fake.domain_name(*args, **kwargs)                                                              # yaman.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.dumanli-alemdar.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # arsoy
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # yilmazaysan@cetin.com
	fake.uri()                                                                                     # https://www.arsoy.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # safakmugber@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rseven@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Öcalan
	fake.name_female()                                                                             # Nades Zeyno Manço Yorulmaz
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Bay
	fake.name()                                                                                    # Ulutay Korutürk
	fake.name_male()                                                                               # Bay Abdurrahman Erdoğan
	fake.first_name()                                                                              # İlim
	fake.first_name_male()                                                                         # Günşen
	fake.first_name_female()                                                                       # Enfes
	fake.last_name_female()                                                                        # Sezer
	fake.last_name()                                                                               # Yaman
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +90(624)7518921
	fake.msisdn()                                                                                  # 9520172912810

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'ulkerfahrullah', 'name': u'Berksay Sakar
	                                                                                                 ya', 'birthdate': datetime.date(1989, 12, 3), 'sex': 'M
	                                                                                                 ', 'address': u'01226 Z\xfclgarni Ridges\nG\xfcl\u015fa
	                                                                                                 mouth, WY 99923', 'mail': u'eryildizyorulmaz@yahoo.com'
	                                                                                                 }
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.tarhan.com/', u'https://www.d
	                                                                                                 urdu.com/', u'https://demir-sezgin.com/', u'http://www.
	                                                                                                 zengin.com/'], 'username': u'bzengin', 'name': u'Bayan 
	                                                                                                 Erg\xfcl \xc7etin G\xfclen', 'blood_group': 'B-', 'resi
	                                                                                                 dence': u'1734 Odkanl\u0131 Corner Suite 682\nWest Cant
	                                                                                                 ez, OK 27645', 'company': u'Aksu-T\xfcrk', 'address': u
	                                                                                                 '113 Arslan Skyway Suite 790\nSoylubury, MI 59003', 'bi
	                                                                                                 rthdate': datetime.date(1999, 12, 5), 'sex': 'F', 'job'
	                                                                                                 : 'Agricultural engineer', 'ssn': u'127-44-8336', 'curr
	                                                                                                 ent_location': (Decimal('-58.0114395'), Decimal('52.246
	                                                                                                 550')), 'mail': u'imamakcay@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([3651, 1129138102723.5, datetime.datetime(1974, 10,
	                                                                                                  31, 15, 39), 843, Decimal('5142.87214588'), datetime.d
	                                                                                                 atetime(1971, 5, 19, 23, 2, 26), u'vfLBvpEYAUWuKcyBGRZL
	                                                                                                 ', u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # DEnHSqJRZdMNVMpfrfGK
	fake.pystruct(count=10, *value_types)                                                          # ([5.44198416912098, u'canberkakgunduz@alemdar.net', 999
	                                                                                                 6, Decimal('0.44761622999'), -3514818847.90172, u'http:
	                                                                                                 //www.soylu-sener.com/homepage.html', 4305, u'LvAzdzIOM
	                                                                                                 SjfaTVgdeEs', u'http://www.turk-zorlu.com/', datetime.d
	                                                                                                 atetime(2011, 12, 7, 22, 2, 15)], {u'a': u'http://www.t
	                                                                                                 urk.biz/search.asp', u'dolorum': u'http://www.zorlu.com
	                                                                                                 /wp-content/categories/privacy.html', u'commodi': 96632
	                                                                                                 .0, u'ut': u'https://yilmaz.com/', u'excepturi': -88584
	                                                                                                 32.435, u'laborum': 79689.54, u'dolores': 545454975.281
	                                                                                                 1, u'consectetur': u'ZpEtSQOXfZKKzekLzwSS', u'magnam': 
	                                                                                                 Decimal('4978158211.76'), u'asperiores': u'bVKdZPWVhTQA
	                                                                                                 zuhibbkB'}, {u'consequuntur': {8: datetime.datetime(198
	                                                                                                 8, 7, 18, 20, 13, 20), 9: [u'EHWjBKzLiZGUHOzHzadh', u'h
	                                                                                                 firat@yahoo.com', 240], 10: {8: 806, 9: Decimal('-1.348
	                                                                                                 5'), 10: [u'https://www.tarhan.info/categories/home/', 
	                                                                                                 u'ZorqoJgpXcYZIopxtAnW']}}, u'adipisci': {8: [Decimal('
	                                                                                                 -2.32615157'), u'tJdefVODbJjetTxUSArV', u'NtSafSuiJsvoG
	                                                                                                 PorHxmY'], 9: {8: Decimal('926.55971'), 9: [u'https://w
	                                                                                                 ww.sakarya-inonu.com/', u'cSPsDiqilFyWOGJfZLlS'], 7: -8
	                                                                                                 2789545.0}, 7: u'knFVmYSWmrCnweeXvIhN'}, u'quia': {2: d
	                                                                                                 atetime.datetime(2006, 4, 19, 17, 20, 12), 3: [u'BejUgV
	                                                                                                 xmVIEPctkMSPdV', u'wergul@yildirim.biz', u'akaratanur@h
	                                                                                                 ancer.com'], 4: {2: u'wxtwpflXFKBczlhILrmu', 3: u'pFhMU
	                                                                                                 pQVzgOVDDxrfFhY', 4: [u'HYkbPsWFXWZSzAuKxguC', u'ZfcpXN
	                                                                                                 MHyJcFAwdQCooU']}}, u'excepturi': {0: u'hcFeiGQOIntjMze
	                                                                                                 pnBDD', 1: [u'AIrWGkirAeMFsBKydkNe', 6904893733144.1, u
	                                                                                                 'WhOnsucpZtBemlqHYtUP'], 2: {0: -5900633179538.4, 1: da
	                                                                                                 tetime.datetime(2012, 12, 7, 18, 42, 41), 2: [-39573247
	                                                                                                 83231.1, 8074]}}, u'veniam': {8: {8: [u'https://yildiri
	                                                                                                 m.com/tag/tags/app/homepage.html', 577], 6: Decimal('10
	                                                                                                 313918.1298'), 7: -360338126785667.0}, 6: u'rHyKMzMdnob
	                                                                                                 licSVBdIi', 7: [datetime.datetime(2017, 6, 5, 2, 31, 22
	                                                                                                 ), datetime.datetime(1978, 1, 8, 4, 43, 40), u'https://
	                                                                                                 akgunduz-manco.com/list/home.php']}, u'unde': {4: u'soy
	                                                                                                 lunurtac@hotmail.com', 5: [u'nHpdcIKJVKITtLvRBmqr', 212
	                                                                                                 1, Decimal('-36844965.4806')], 6: {4: u'WWgiACAanQGVRVr
	                                                                                                 GrRhr', 5: 1200380743539.0, 6: [Decimal('12891.4075'), 
	                                                                                                 u'LqEEmNAyDKVtJIPPfLTx']}}, u'sint': {9: u'serafeddin99
	                                                                                                 @hotmail.com', 10: [Decimal('-43262346.869'), u'karsoy@
	                                                                                                 gmail.com', u'QPLaYMhQZnljhbqxZULf'], 11: {9: datetime.
	                                                                                                 datetime(2016, 12, 7, 5, 38, 22), 10: Decimal('8990.575
	                                                                                                 67957'), 11: [2075, u'HdjnHHhyQbMjYvThkYvo']}}, u'animi
	                                                                                                 ': {1: u'chzGHSRBkPzwgNCkbnZy', 2: [4118, 1179, datetim
	                                                                                                 e.datetime(1994, 4, 29, 2, 13, 20)], 3: {1: Decimal('11
	                                                                                                 037347570.2'), 2: u'okVcJuDObusfdbAPIOxz', 3: [u'HHgRKS
	                                                                                                 mEtsXIsKYeAbpE', u'DkQQQfsOGjICAeEeROit']}}, u'delectus
	                                                                                                 ': {3: u'http://eraslan-corlu.org/tags/categories/main.
	                                                                                                 php', 4: [Decimal('-236199376594'), Decimal('7.19601982
	                                                                                                 333E+12'), -9539866.8600347], 5: {3: u'EowhuXfBGtdZYQqD
	                                                                                                 YbIH', 4: Decimal('-87639330.34'), 5: [u'alemdarozlu@ho
	                                                                                                 tmail.com', Decimal('3.449605')]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 66.677963
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -1091719.79307
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'CjdlZQUppZpxKFSEgHgT', u'rGUEWqlWDCYiioEKvhRk', u'ZX
	                                                                                                 ZJzgpBTuJBAnEKVDOU', -193014096863120.0, 6065, u'yaseme
	                                                                                                 ndumanli@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'akcayonursu@bilir.info', u'https://www.hayrioglu.com
	                                                                                                 /login.asp', u'NZKoUrBMXBbJidpFbgjy', u'https://www.sez
	                                                                                                 er-karadeniz.org/app/explore/category/', datetime.datet
	                                                                                                 ime(2018, 5, 31, 8, 25, 1), u'kuVxMbklxymikfbjSMDv', u'
	                                                                                                 SUVEQCNQKDYhHSnqrRrs', u'WnwnhJfyRzieThtNHVNq', 4724, u
	                                                                                                 'cIdrCPqDmlzqlFFPqbTv', 4255, u'besin15@gmail.com')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'ilgiturk@yahoo.com', u'yxyNsxvwCLUAWhJvKHnn', 39
	                                                                                                 5946.10373, u'XNHFRfirsAshHOhJEdAp', 599304.553, dateti
	                                                                                                 me.datetime(1973, 4, 29, 7, 15, 21), datetime.datetime(
	                                                                                                 2001, 2, 20, 13, 42, 2), u'PzGDlQmffdyxMOASbnnI', 2537,
	                                                                                                  8434277806929.1, u'aTCLSKwWBTqKueGBgvLA', 513375154772
	                                                                                                 7.4])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': Decimal('760325976.6'), u'ullam': u'kq
	                                                                                                 DUqIVIQVQakyTYxUce', u'sunt': u'pFlVqzEBMjeGkDkzwxPN', 
	                                                                                                 u'facilis': u'myaman@yahoo.com', u'fuga': u'fWgVgwcqypC
	                                                                                                 XvekXeLxo', u'esse': u'hancergunsel@gmail.com', u'bland
	                                                                                                 itiis': u'UIGzSacfjofCnMOMVMuj', u'et': 70796128832.3, 
	                                                                                                 u'expedita': 3784}
	fake.pyint()                                                                                   # 3989

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 225-49-5173
	fake.ein()                                                                                     # 05-4851356
	fake.itin()                                                                                    # 936-98-4729

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2016-0
	                                                                                                 2-04 15:22:00 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.68.(Windows NT 6.2; kok-IN) Presto/2.9.186 Vers
	                                                                                                 ion/12.00
	fake.windows_platform_token()                                                                  # Windows 95
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/
	                                                                                                 3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/53
	                                                                                                 4.6.7 (KHTML, like Gecko) Version/4.1 Safari/534.6.7
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5331 (KHTML
	                                                                                                 , like Gecko) Chrome/26.0.840.0 Safari/5331
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_7
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2 rv:6.0; r
	                                                                                                 u-RU) AppleWebKit/535.50.6 (KHTML, like Gecko) Version/
	                                                                                                 4.0 Safari/535.50.6

## LANGUAGE fr_FR

### faker.providers.address

	fake.department_number()                                                                       # 29
	fake.address()                                                                                 # 12, chemin Marcelle Klein
	                                                                                                 28745 Fernandes-la-Forêt
	fake.department_name()                                                                         # Pyrénées-Atlantiques
	fake.street_address()                                                                          # 86, rue de Carre
	fake.postcode()                                                                                # 52639
	fake.country_code(representation="alpha-2")                                                    # BN
	fake.street_name()                                                                             # rue Corinne Muller
	fake.country()                                                                                 # Jordanie
	fake.street_prefix()                                                                           # boulevard
	fake.street_suffix()                                                                           # Street
	fake.city_prefix()                                                                             # Sainte
	fake.city_suffix()                                                                             # nec
	fake.building_number()                                                                         # 728
	fake.region()                                                                                  # Wallis-et-Futuna
	fake.city()                                                                                    # CharlesVille
	fake.department()                                                                              # (u'2A', u'Corse-du-Sud')

### faker.providers.automotive

	fake.license_plate()                                                                           # 631412

### faker.providers.bank

	fake.bban()                                                                                    # 860703963331904739298684
	fake.bank_country()                                                                            # FR
	fake.iban()                                                                                    # FR10875474072471015324924862

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 4413383699369
	fake.ean13()                                                                                   # 3347920400716
	fake.ean8()                                                                                    # 73980193

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(120,25,92)
	fake.color_name()                                                                              # Jaune vert
	fake.rgb_color()                                                                               # 200,208,125
	fake.safe_hex_color()                                                                          # #aa0000
	fake.safe_color_name()                                                                         # bordeaux
	fake.hex_color()                                                                               # #6c0f82

### faker.providers.company

	fake.company()                                                                                 # Gilles SA
	fake.company_suffix()                                                                          # S.A.R.L.
	fake.catch_phrase_verb()                                                                       # de louer
	fake.catch_phrase()                                                                            # Le plaisir de louer autrement
	fake.bs()                                                                                      # maximize intuitive e-commerce
	fake.catch_phrase_noun()                                                                       # le pouvoir
	fake.siren()                                                                                   # 998 467 199
	fake.siret(max_sequential_digits=2)                                                            # 742 708 929 00440
	fake.catch_phrase_attribute()                                                                  # de manière sûre

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 322
	fake.credit_card_provider(card_type=None)                                                      # Mastercard
	fake.credit_card_full(card_type=None)                                                          # VISA 13 digit
	                                                                                                 Valérie Marques
	                                                                                                 4008650130973 09/28
	                                                                                                 CVC: 730
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 10/27
	fake.credit_card_number(card_type=None)                                                        # 213154400505127

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # EOS
	fake.currency_code()                                                                           # GMD
	fake.currency_name()                                                                           # Algerian dinar
	fake.cryptocurrency_name()                                                                     # Peercoin
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('CDF', 'Congolese franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-13 00:45:02
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bf7d190>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2013-05-17 10:24:15
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2019-03-12
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-04 07:48:53
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-01
	fake.day_of_week()                                                                             # Mardi
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2018-12-18 23:14:56
	fake.date_between(start_date="-30y", end_date="today")                                         # 1994-11-10
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2012-10-22 18:06:59
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1997-12-31
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 1988-10-03
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-22
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1975-08-22T22:34:54
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-23
	fake.date_this_century(before_today=True, after_today=False)                                   # 2007-08-22
	fake.month()                                                                                   # 12
	fake.year()                                                                                    # 1993
	fake.day_of_month()                                                                            # 07
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 455846379
	fake.timezone()                                                                                # Asia/Katmandu
	fake.century()                                                                                 # XVII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1954-05-14
	fake.time_object(end_datetime=None)                                                            # 01:18:20
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-19 13:49:05
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2005-04-04 16:45:49
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 17:20:23
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-12
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-20 05:27:55
	fake.month_name()                                                                              # Décembre
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1303-01-15 21:15:25
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdq
	fake.mime_type(category=None)                                                                  # text/plain
	fake.file_path(depth=1, category=None, extension=None)                                         # /théâtre/arracher.wav
	fake.unix_partition(prefix=None)                                                               # /dev/sdl2
	fake.file_name(category=None, extension=None)                                                  # cas.mp3
	fake.file_extension(category=None)                                                             # txt

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 129.337170
	fake.latitude()                                                                                # 50.185977
	fake.longitude()                                                                               # 104.592649
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('40.57788', '-73.95958', 'Brighton Beach', 'US', 'Amer
	                                                                                                 ica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('38.38479', '-0.76773', 'Novelda', 'ES', 'Europe/Madri
	                                                                                                 d')
	fake.latlng()                                                                                  # (Decimal('51.757765'), Decimal('-102.975014'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # hfournier@voila.fr
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=346x
	                                                                                                 258&w=346&h=258
	fake.tld()                                                                                     # fr
	fake.email(*args, **kwargs)                                                                    # xlebreton@marechal.com
	fake.url(schemes=None)                                                                         # http://www.riou.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.21.32.183
	fake.user_name(*args, **kwargs)                                                                # gschmitt
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # noos.fr
	fake.safe_email(*args, **kwargs)                                                               # tfouquet@example.net
	fake.ascii_email(*args, **kwargs)                                                              # eugenetraore@fouquet.net
	fake.ipv4_public(network=False, address_class=None)                                            # 173.237.55.34
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # claude76@legrand.org
	fake.domain_name(*args, **kwargs)                                                              # camus.net
	fake.hostname(*args, **kwargs)                                                                 # laptop-88.wagner.fr
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.175.118.184
	fake.domain_word(*args, **kwargs)                                                              # gautier
	fake.slug(*args, **kwargs)                                                                     # preter-fleur-donner
	fake.uri_path(deep=None)                                                                       # main/posts/posts
	fake.company_email(*args, **kwargs)                                                            # noel14@ledoux.org
	fake.uri()                                                                                     # http://leleu.fr/register/
	fake.ipv6(network=False)                                                                       # 696e:33d9:6162:1470:31b9:144f:16d7:903
	fake.free_email(*args, **kwargs)                                                               # anouk85@live.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # bernardmathilde@example.com
	fake.mac_address()                                                                             # c0:e9:25:ed:0c:86

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-671-91313-1
	fake.isbn13(separator="-")                                                                     # 978-1-70646-308-5

### faker.providers.job

	fake.job()                                                                                     # Assistant de gestion en PME

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Français prendre savoir avec calmer. Honneur deviner en
	                                                                                                 core refuser toi remettre médecin. Dangereux écouter pé
	                                                                                                 nétrer quelqu'un acte.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Milieu sourd regretter l\xe8vre. Voici vide mal roug
	                                                                                                 e. Devant sens ensuite silence morceau contenter.', u'\
	                                                                                                 xc9loigner visite femme pr\xe9sent. Abri rond sans mur.
	                                                                                                 ', u'Passage jamais succ\xe8s palais ce. Vide article s
	                                                                                                 ueur courant haut dame vivant.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Pass\xe9 exposer repousser race bien r\xe9el.', u'Pa
	                                                                                                 tron tranquille attendre lieu rouge.', u'Assez pierre a
	                                                                                                 tteindre gros beaucoup port \xe9troit attitude.']
	fake.word(ext_word_list=None)                                                                  # véritable
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Quant À silence chanter rapport fatigue. Quelque représ
	                                                                                                 enter troisième spectacle cheval voie faveur. Trente ce
	                                                                                                 ntre mesure discussion je fort coucher. Vieux commencem
	                                                                                                 ent époque rêve remettre écouter.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Peur lieu mal.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'ignorer', u'r\xe9ussir', u'manquer']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Couturier
	fake.name_female()                                                                             # Lorraine Torres
	fake.prefix_male()                                                                             # de
	fake.prefix()                                                                                  # de la
	fake.name()                                                                                    # Richard Texier
	fake.name_male()                                                                               # Alfred Colas
	fake.first_name()                                                                              # Christiane
	fake.first_name_male()                                                                         # Gilles
	fake.first_name_female()                                                                       # Cécile
	fake.last_name_female()                                                                        # Thibault
	fake.last_name()                                                                               # Gautier
	fake.prefix_female()                                                                           # de

### faker.providers.phone_number

	fake.phone_number()                                                                            # 04 10 06 24 75
	fake.msisdn()                                                                                  # 9859520172912

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'ggauthier', 'name': u'Alexandre Duhamel'
	                                                                                                 , 'birthdate': datetime.date(1907, 12, 2), 'sex': 'M', 
	                                                                                                 'address': u'97, boulevard de Dupont\n54845 Navarro', '
	                                                                                                 mail': u'rjacquet@ifrance.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.lucas.com/'], 'username': u'
	                                                                                                 rochedanielle', 'name': u'Michelle Chevalier-Colas', 'b
	                                                                                                 lood_group': 'B+', 'residence': u'8, chemin Ad\xe9la\xe
	                                                                                                 fde Poirier\n76824 Gauthier', 'company': u'Auger', 'add
	                                                                                                 ress': u'69, boulevard Gauthier\n42672 Boutin', 'birthd
	                                                                                                 ate': datetime.date(1991, 10, 26), 'sex': 'F', 'job': u
	                                                                                                 'Attach\xe9 de recherche clinique', 'ssn': u'105-10-148
	                                                                                                 6', 'current_location': (Decimal('-65.521271'), Decimal
	                                                                                                 ('77.064160')), 'mail': u'giraudmaryse@orange.fr'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([datetime.datetime(1978, 11, 14, 21, 36, 43), 84361
	                                                                                                 269346.7, u'GkDkzwxPNWLXgmyGtakq', u'MOMVMujwKtLKphpFlV
	                                                                                                 qz', 4809, u'IVIQVQakyTYxUcedzRIJ', 5291, u'ObvSDPfAdvf
	                                                                                                 LBvpEYAUW', -52724714096.0, u'http://www.jean.org/', 89
	                                                                                                 88])
	fake.pystr(min_chars=None, max_chars=20)                                                       # DEnHSqJRZdMNVMpfrfGK
	fake.pystruct(count=10, *value_types)                                                          # ([5.44198416912098, u'oschmitt@chauveau.fr', u'http://b
	                                                                                                 lin.fr/categories/home.html', 34.98229, Decimal('497815
	                                                                                                 8211.76'), u'hmendes@tele2.fr', u'nyhYPJbVZYMfsxsbUgZW'
	                                                                                                 , 165, u'ueisSNSsPLMxPbBeqZor', 6280], {u'conscience': 
	                                                                                                 Decimal('3.449605'), u'premier': u'fFhYcHYkbPsWFXWZSzAu
	                                                                                                 ', u'secret': u'jnHHhyQbMjYvThkYvoTO', u'demi': 3080, u
	                                                                                                 'juger': 79689.54, u'courage': u'http://www.michel.net/
	                                                                                                 home.php', u'pauvre': 806, u'gros': u'https://becker.fr
	                                                                                                 /main/wp-content/about.htm', u'id\xe9e': u'NtSafSuiJsvo
	                                                                                                 GPorHxmY', u'avance': -91528686819754.0}, {u'ainsi': {8
	                                                                                                 : [u'DiqilFyWOGJfZLlSbxEJ', u'http://www.perrin.com/mai
	                                                                                                 n.htm', u'BsPtkEHWjBKzLiZGUHOz'], 9: {8: datetime.datet
	                                                                                                 ime(2016, 11, 23, 14, 25, 27), 9: [1372, 6159], 7: Deci
	                                                                                                 mal('-13672575.0')}, 7: u'RXImwPeDUjQuAfPsrcSP'}, u'dom
	                                                                                                 iner': {9: 5759, 10: [Decimal('-1.10542919023E+12'), -4
	                                                                                                 41.254369621544, u'JfyRzieThtNHVNqZUIfg'], 11: {9: 3177
	                                                                                                 , 10: u'kuVxMbklxymikfbjSMDv', 11: [u'https://www.aubry
	                                                                                                 .net/main.php', Decimal('9.8656121524E+14')]}}, u'fier'
	                                                                                                 : {5: datetime.datetime(1994, 9, 18, 9, 33, 30), 6: [38
	                                                                                                 95, u'ibbkBdRxlkCAIdslQDSP', u'DMvJGgVXoWbSIUIWtJDu'], 
	                                                                                                 7: {5: u'margot06@petit.org', 6: u'JgsZhBdVgJLmHdGJmxPd
	                                                                                                 ', 7: [2432, u'LXlLYXvpXTOhsTJkBbrW']}}, u'\xe9tablir':
	                                                                                                  {0: u'hcFeiGQOIntjMzepnBDD', 1: [u'AIrWGkirAeMFsBKydkN
	                                                                                                 e', 6904893733144.1, u'WhOnsucpZtBemlqHYtUP'], 2: {0: -
	                                                                                                 5900633179538.4, 1: datetime.datetime(2012, 12, 7, 18, 
	                                                                                                 42, 41), 2: [-3957324783231.1, 8074]}}, u'passage': {8:
	                                                                                                  u'oJgpXcYZIopxtAnWhRYx', 9: [19.4972649, u'AUomMSWGHEY
	                                                                                                 ZULAxnwTW', datetime.datetime(2015, 5, 21, 17, 14, 6)],
	                                                                                                  10: {8: -810.801, 9: datetime.datetime(1970, 7, 11, 2,
	                                                                                                  50, 41), 10: [u'bousquetdominique@laposte.net', u'jhbq
	                                                                                                 xZULfMXJnUCUDBkc']}}, u'faute': {1: u'aTcchzGHSRBkPzwgN
	                                                                                                 Ckb', 2: [u'ZyFvDgNzIIVMfbbokVcJ', -401492070.36155, u'
	                                                                                                 dbAPIOxzoHHgRKSmEtsX'], 3: {1: Decimal('92222.5078637')
	                                                                                                 , 2: u'pEbDkQQQfsOGjICAeEeR', 3: [datetime.datetime(197
	                                                                                                 7, 11, 1, 20, 36, 1), 2.593]}}, u'immense': {2: u'https
	                                                                                                 ://www.delannoy.org/', 3: [datetime.datetime(1972, 8, 1
	                                                                                                 6, 9, 10, 6), 8050.7599732, u'duprethomas@tiscali.fr'],
	                                                                                                  4: {2: u'https://www.rousset.net/', 3: u'lFWqgoEgwxtwp
	                                                                                                 flXFKBc', 4: [2270, u'ILrmuepFhMUpQVzgOVDD']}}, u'respe
	                                                                                                 ct': {3: u'cpXNMHyJcFAwdQCooUMw', 4: [u'bCYAgLaPOcxUTcM
	                                                                                                 AoeVA', 5243, u'HISgtbVJPmELawwQjXSn'], 5: {3: 2746, 4:
	                                                                                                  106.5325, 5: [3804, u'ZYQqDYbIHIBngTrVTgSC']}}, u'te':
	                                                                                                  {8: {8: [u'YSWmrCnweeXvIhNJaRnm', u'ltJdefVODbJjetTxUS
	                                                                                                 Ar'], 6: 4809, 7: u'zIOMSjfaTVgdeEsdknFV'}, 6: u'aDqWCw
	                                                                                                 srHyKMzMdnobli', 7: [u'SVBdIiQYMiRVSEEWhyeT', u'NJCXYag
	                                                                                                 wZpesIQQFEVbJ', u'bPxFewhzdXwxyhUwrbLv']}, u'sombre': {
	                                                                                                 4: 4271, 5: [Decimal('-9.01727708405E+13'), Decimal('7.
	                                                                                                 1973574'), u'HpdcIKJVKITtLvRBmqrG'], 6: {4: u'IGQuaysWW
	                                                                                                 giACAanQGVR', 5: u'roland81@monnier.fr', 6: [u'mHovQgvq
	                                                                                                 LqEEmNAyDKVt', Decimal('992714324.716')]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 18.113
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'thomas00@yahoo.fr', u'martine98@yahoo.fr', u'HpgAakX
	                                                                                                 mmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'https://www.
	                                                                                                 guyon.org/author.html', u'oEKvhRkhZXZJzgpBTuJB', 2665, 
	                                                                                                 7064, u'ubonnin@wanadoo.fr', u'ferrandastrid@leleu.org'
	                                                                                                 , 9357, 6843]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'sGwzsynzAvzCnuOgPOYk', u'jrQlaXPacIdrCPqDmlzq', u'It
	                                                                                                 unFkwYoSIaNeHAXeTB', u'BMXBbJidpFbgjyByNZXf', 9675, u'B
	                                                                                                 TSWImvJnVyVMWpkrlDm', Decimal('-3.2743530956E+12'), u'l
	                                                                                                 aurelegendre@free.fr', u'GfPfrnWfVezuUIfUmFkR', u'oopSD
	                                                                                                 yiElWRjJjXUxzng', u'hTqDouLleGDdIxFGvvPe', u'FFPqbTvnSU
	                                                                                                 VEQCNQKDYh', 4123)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'yxyNsxvwCLUAWhJvKHnn', 395946.10373, u'XNHFRfirs
	                                                                                                 AshHOhJEdAp', u'marcda-silva@dbmail.com', 599304.553, d
	                                                                                                 atetime.datetime(1973, 4, 29, 7, 15, 21), datetime.date
	                                                                                                 time(2001, 2, 20, 13, 42, 2), u'PzGDlQmffdyxMOASbnnI', 
	                                                                                                 2537, 8434277806929.1, u'aTCLSKwWBTqKueGBgvLA', 5133751
	                                                                                                 547727.4])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'danser': datetime.datetime(2007, 6, 3, 19, 39, 38), 
	                                                                                                 u'devenir': u'AKALMcZZvjcGMKxYffPt', u'centre': -96748.
	                                                                                                 932877878, u'personne': 9940, u'\xe9crire': u'VgwcqypCX
	                                                                                                 vekXeLxoJDh', u'accrocher': -3168283911559.0}
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.vat_id()                                                                                  # FRA4 881999060
	fake.ssn()                                                                                     # 439-16-4000

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_11_8; rv:1.9
	                                                                                                 .3.20) Gecko/2014-01-08 06:45:17 Firefox/13.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.83.(Windows NT 5.2; hi-IN) Presto/2.9.175 Versi
	                                                                                                 on/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4
	                                                                                                 .90; Trident/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; 
	                                                                                                 iu-CA) AppleWebKit/533.20.2 (KHTML, like Gecko) Version
	                                                                                                 /4.0.5 Mobile/8B119 Safari/6533.20.2
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 6.0) AppleWebKit/5311 (KHTML, l
	                                                                                                 ike Gecko) Chrome/28.0.886.0 Safari/5311
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_8_5
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/5
	                                                                                                 32.34.6 (KHTML, like Gecko) Version/4.0.3 Safari/532.34
	                                                                                                 .6

## LANGUAGE ar_EG

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:47
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bff65f0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:56
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:35
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # الأحد
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:33
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:30
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # ص
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408529
	fake.timezone()                                                                                # أمريكا/الأرجنتين/لا_ريوخا
	fake.century()                                                                                 # الرابع
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:00
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:48
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:49
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:06
	fake.month_name()                                                                              # ديسمبر
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:00
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (475)189-2105
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'nevans', 'name': u'Cameron Reed', 'birth
	                                                                                                 date': datetime.date(1907, 12, 2), 'sex': 'M', 'address
	                                                                                                 ': u'PSC 7909, Box 5484\nAPO AA 42775', 'mail': u'sharo
	                                                                                                 n38@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.jackson.info/'], 'username':
	                                                                                                  u'vargastara', 'name': u'Nicholas Rodriguez', 'blood_g
	                                                                                                 roup': 'B+', 'residence': u'344 Colin Square\nMelissabe
	                                                                                                 rg, IA 12450', 'company': u'Thomas LLC', 'address': u'6
	                                                                                                 18 Jason Mews Apt. 672\nPort Alex, TN 42883', 'birthdat
	                                                                                                 e': datetime.date(1987, 5, 14), 'sex': 'M', 'job': 'Civ
	                                                                                                 il engineer, contracting', 'ssn': u'750-63-6732', 'curr
	                                                                                                 ent_location': (Decimal('-65.521271'), Decimal('77.0641
	                                                                                                 60')), 'mail': u'blynch@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([datetime.datetime(1978, 11, 14, 21, 36, 43), 84361
	                                                                                                 269346.7, u'http://www.roberts.com/', u'GkDkzwxPNWLXgmy
	                                                                                                 Gtakq', u'MOMVMujwKtLKphpFlVqz', 4809, u'IVIQVQakyTYxUc
	                                                                                                 edzRIJ', 5291, u'ObvSDPfAdvfLBvpEYAUW', -52724714096.0,
	                                                                                                  8988])
	fake.pystr(min_chars=None, max_chars=20)                                                       # xRyNAwBnjyxyNsxvwCLU
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('2656935.25046'), datetime.datetime(2003, 2, 
	                                                                                                 9, 5, 38, 56), 2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJ
	                                                                                                 cFAwdQCooUMwp', Decimal('7.1973574'), u'slQDSPqDMvJGgVX
	                                                                                                 oWbSI', 907, u'fSuiJsvoGPorHxmYxyas', Decimal('32575767
	                                                                                                 72.53')], {u'reprehenderit': u'http://www.williams.com/
	                                                                                                 search.php', u'optio': 5107, u'sapiente': u'http://www.
	                                                                                                 sims-day.net/', u'sed': datetime.datetime(1988, 1, 19, 
	                                                                                                 12, 48, 41), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'
	                                                                                                 corporis': 9389, u'totam': -3514818847.90172, u'atque':
	                                                                                                  34.98229, u'corrupti': u'blicSVBdIiQYMiRVSEEW'}, {u'ab
	                                                                                                 ': {1: u'tjMzepnBDDdAIrWGkirA', 2: [u'MFsBKydkNetSIPJho
	                                                                                                 WhO', u'sucpZtBemlqHYtUPwQBy', 4113], 3: {1: datetime.d
	                                                                                                 atetime(2012, 12, 7, 18, 42, 41), 2: -3957324783231.1, 
	                                                                                                 3: [8074, u'RybeYbygJkVaVlogWWSe']}}, u'adipisci': {8: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.whitehead.com/'], 9: {8: u'knFVmYSWmrCnweeXvIh
	                                                                                                 N', 9: [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV'
	                                                                                                 ], 7: 3615}, 7: u'https://chung-costa.com/'}, u'volupta
	                                                                                                 s': {0: 599304.553, 1: [datetime.datetime(2001, 2, 20, 
	                                                                                                 13, 42, 2), datetime.datetime(1973, 4, 29, 7, 15, 21), 
	                                                                                                 395946.10373], 2: {0: u'johnwilliams@yahoo.com', 1: 577
	                                                                                                 8, 2: [u'HSqJRZdMNVMpfrfGKtpx', Decimal('-378611754108'
	                                                                                                 )]}}, u'eaque': {8: {8: [u'daniel34@yahoo.com', u'UgZWl
	                                                                                                 aDqWCwsrHyKMzMd'], 6: datetime.datetime(1977, 1, 7, 0, 
	                                                                                                 27, 24), 7: u'TJkBbrWtFqmjnyhYPJbV'}, 6: u'https://www.
	                                                                                                 bradley.com/posts/app/login/', 7: [u'maxwell61@lucero-h
	                                                                                                 ernandez.com', u'VgJLmHdGJmxPdymeLXlL', u'kevinbenton@h
	                                                                                                 otmail.com']}, u'fugit': {2: datetime.datetime(1994, 7,
	                                                                                                  31, 21, 37, 28), 3: [20.372559811, u'ZyFvDgNzIIVMfbbok
	                                                                                                 VcJ', -401492070.36155], 4: {2: u'dbAPIOxzoHHgRKSmEtsX'
	                                                                                                 , 3: Decimal('92222.5078637'), 4: [u'pEbDkQQQfsOGjICAeE
	                                                                                                 eR', datetime.datetime(1977, 11, 1, 20, 36, 1)]}}, u'di
	                                                                                                 gnissimos': {5: u'HpdcIKJVKITtLvRBmqrG', 6: [u'IGQuaysW
	                                                                                                 WgiACAanQGVR', u'mark81@chavez-cardenas.com', datetime.
	                                                                                                 datetime(1975, 11, 28, 20, 3, 42)], 7: {5: u'HovQgvqLqE
	                                                                                                 EmNAyDKVtJ', 6: Decimal('-7.15840201176E+12'), 7: [-915
	                                                                                                 28686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'praesentiu
	                                                                                                 m': {3: datetime.datetime(2012, 3, 3, 11, 8, 44), 4: [d
	                                                                                                 atetime.datetime(1973, 9, 28, 3, 32, 58), u'charlesmich
	                                                                                                 ael@hotmail.com', u'https://www.valentine-ellis.com/'],
	                                                                                                  5: {3: u'FWqgoEgwxtwpflXFKBcz', 4: u'hILrmuepFhMUpQVzg
	                                                                                                 OVD', 5: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'porro': {
	                                                                                                 9: u'qZorqoJgpXcYZIopxtAn', 10: [u'xhanna@garcia-fox.bi
	                                                                                                 z', u'zlAUomMSWGHEYZULAxnw', u'https://gonzalez-nelson.
	                                                                                                 com/posts/blog/app/author.php'], 11: {9: u'QZnljhbqxZUL
	                                                                                                 fMXJnUCU', 10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv', u'TO
	                                                                                                 RFGxDLTZtaYxhWnwnh']}}, u'aperiam': {8: u'https://www.r
	                                                                                                 obles-davis.com/wp-content/posts/category/register.html
	                                                                                                 ', 9: [datetime.datetime(1987, 8, 11, 6, 3), u'cSPsDiqi
	                                                                                                 lFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH'], 10: {8: u'jean
	                                                                                                 47@esparza.net', 9: 7706, 10: [6453, 99]}}, u'magnam': 
	                                                                                                 {4: u'CYAgLaPOcxUTcMAoeVAG', 5: [2601, Decimal('-382981
	                                                                                                 7231.24'), u'eallen@hotmail.com'], 6: {4: u'wwQjXSnEowh
	                                                                                                 uXfBGtdZY', 5: u'https://hopkins.biz/register/', 6: [u'
	                                                                                                 gTrVTgSCPKavHsxjLIPU', 7550]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 18.113
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'michael00@gmail.com', u'mackenzie98@gmail.com', u'Hp
	                                                                                                 gAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'https:/
	                                                                                                 /www.david.com/author.html', u'oEKvhRkhZXZJzgpBTuJB', 2
	                                                                                                 665, 7064, u'uprince@hotmail.com', u'lloydtracy@travis-
	                                                                                                 pierce.com', u'lisa08@welch-elliott.com', datetime.date
	                                                                                                 time(1981, 12, 8, 13, 7, 58)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([3011, 7172, u'vLAcXNHFRfirsAshHOhJ', u'http://wilk
	                                                                                                 erson-stewart.biz/app/tags/register/', 694, u'dyxMOASbn
	                                                                                                 nIwStDRfeaT'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eos': u'VgwcqypCXvekXeLxoJDh', u'ab': -3168283911559
	                                                                                                 .0, u'consectetur': -96748.932877878, u'dolore': dateti
	                                                                                                 me.datetime(2007, 6, 3, 19, 39, 38), u'ducimus': u'AKAL
	                                                                                                 McZZvjcGMKxYffPt', u'omnis': 9940}
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 431-52-4724
	fake.ein()                                                                                     # 02-0222402
	fake.itin()                                                                                    # 912-86-1922

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-0
	                                                                                                 2-24 21:20:00 Firefox/3.6.11
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.36.(X11; Linux i686; uz-UZ) Presto/2.9.160 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/18.0.802.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/532.34.4 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6532.34.4

## LANGUAGE fi_FI

### faker.providers.address

	fake.address()                                                                                 # Graniittitie 47
	                                                                                                 72874 Pyhäntä
	fake.street_address()                                                                          # Pyörökivenkatu 9
	fake.postcode()                                                                                # 40162
	fake.country_code(representation="alpha-2")                                                    # UY
	fake.street_name()                                                                             # Porinkuja
	fake.country()                                                                                 # Bhutan
	fake.city_name()                                                                               # Vaala
	fake.street_prefix()                                                                           # Tukkisillan
	fake.street_suffix()                                                                           # bulevardi
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 582
	fake.city()                                                                                    # Pyhäranta
	fake.state()                                                                                   # Etelä-Suomen lääni

### faker.providers.automotive

	fake.license_plate()                                                                           # 508 JPH

### faker.providers.bank

	fake.bban()                                                                                    # NDRI1412860703963
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB64JKDZ0473929868487

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5474072471016
	fake.ean13()                                                                                   # 5324924862441
	fake.ean8()                                                                                    # 13383695

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(124,203,239)
	fake.color_name()                                                                              # Tan
	fake.rgb_color()                                                                               # 154,81,101
	fake.safe_hex_color()                                                                          # #110000
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #604457

### faker.providers.company

	fake.company_business_id()                                                                     # 2964784-4
	fake.company()                                                                                 # Turunen Savolainen As Oy
	fake.company_suffix()                                                                          # Oyj
	fake.catch_phrase()                                                                            # Robust background paradigm
	fake.company_vat()                                                                             # FI13166165
	fake.bs()                                                                                      # deploy proactive web-readiness

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 865
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Helinä Laurila
	                                                                                                 2226718069984673 08/20
	                                                                                                 CVV: 994
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 03/20
	fake.credit_card_number(card_type=None)                                                        # 3527089290829499

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # EMC
	fake.currency_code()                                                                           # ZMW
	fake.currency_name()                                                                           # Swedish krona
	fake.cryptocurrency_name()                                                                     # Namecoin
	fake.cryptocurrency()                                                                          # ('AUR', 'Auroracoin')
	fake.currency()                                                                                # ('AWG', 'Aruban florin')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-17 13:54:48
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505beec4b0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2004-12-24 05:27:48
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2014-07-23
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-12 12:25:41
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-25
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2011-05-24 07:28:19
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-07-18
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2005-05-31 08:50:55
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1986-11-27
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 1975-08-12
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-06
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1990-08-18T09:51:00
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-07
	fake.date_this_century(before_today=True, after_today=False)                                   # 2008-12-01
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1989
	fake.day_of_month()                                                                            # 24
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 684850929
	fake.timezone()                                                                                # America/Tegucigalpa
	fake.century()                                                                                 # XV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1966-09-07
	fake.time_object(end_datetime=None)                                                            # 03:58:52
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-31 18:40:44
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1995-08-10 10:52:09
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:37:21
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-02
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-08 10:23:48
	fake.month_name()                                                                              # July
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0062-07-04 19:34:08
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdb
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /voluptate/pariatur.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdt1
	fake.file_name(category=None, extension=None)                                                  # officia.json
	fake.file_extension(category=None)                                                             # mov

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 75.976152
	fake.latitude()                                                                                # -71.9736705
	fake.longitude()                                                                               # -98.791818
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('44.73941', '-93.12577', 'Rosemount', 'US', 'America/C
	                                                                                                 hicago')
	fake.location_on_land(coords_only=False)                                                       # ('38.37255', '34.02537', 'Aksaray', 'TR', 'Europe/Istan
	                                                                                                 bul')
	fake.latlng()                                                                                  # (Decimal('-23.8292295'), Decimal('-168.414877'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # matias42@surffi.net
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/1001x393
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # tolonensofia@suomi24.fi
	fake.url(schemes=None)                                                                         # http://lindroos.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.227.87.34
	fake.user_name(*args, **kwargs)                                                                # maarit43
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # privacy
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # marjotaskinen@example.org
	fake.ascii_email(*args, **kwargs)                                                              # velo@ojala.net
	fake.ipv4_public(network=False, address_class=None)                                            # 101.206.241.94
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # sari24@seppanen.com
	fake.domain_name(*args, **kwargs)                                                              # hamalainen.fi
	fake.hostname(*args, **kwargs)                                                                 # db-80.karjalainen.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.168.30
	fake.domain_word(*args, **kwargs)                                                              # korpela
	fake.slug(*args, **kwargs)                                                                     # ullam-sit-sequi
	fake.uri_path(deep=None)                                                                       # category
	fake.company_email(*args, **kwargs)                                                            # mariapulkkinen@pekkala.fi
	fake.uri()                                                                                     # http://aaltonen.fi/
	fake.ipv6(network=False)                                                                       # 1eb2:8a28:2914:52f9:8379:354b:a9:d5c5
	fake.free_email(*args, **kwargs)                                                               # heloranta@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # lriikonen@example.com
	fake.mac_address()                                                                             # 97:79:dc:87:b1:cf

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-586-70116-8
	fake.isbn13(separator="-")                                                                     # 978-1-5167-0961-8

### faker.providers.job

	fake.job()                                                                                     # Innoittaja

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Numquam tenetur earum a sunt adipisci voluptatibus i
	                                                                                                 ste. Earum quam fugit. Aut saepe fuga rerum corporis pa
	                                                                                                 riatur.', u'Accusantium minus saepe aut ipsum. Voluptat
	                                                                                                 ibus voluptas perspiciatis.', u'Commodi provident recus
	                                                                                                 andae. Similique ipsa ducimus molestiae exercitationem 
	                                                                                                 molestias sunt iste.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Cumque alias accusamus distinctio esse culpa.', u'Qu
	                                                                                                 as praesentium sunt.', u'Quas nisi at soluta.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Totam cupiditate delectus occaecati similique qui itaqu
	                                                                                                 e. Nostrum iste rem nemo.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Quaerat aliquid quia optio numquam a soluta libero.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Hämäläinen
	fake.name_female()                                                                             # Tuula Vuorinen
	fake.prefix_male()                                                                             # Rouva
	fake.prefix()                                                                                  # hra
	fake.name()                                                                                    # Maria Koskinen
	fake.suffix_female()                                                                           # PhD
	fake.name_male()                                                                               # Juha Mäkinen-Kortelainen
	fake.first_name()                                                                              # Irmeli
	fake.suffix_male()                                                                             # PhD
	fake.suffix()                                                                                  # BSc
	fake.first_name_male()                                                                         # Johannes
	fake.first_name_female()                                                                       # Pirkko
	fake.last_name_female()                                                                        # Makkonen
	fake.last_name()                                                                               # Korhonen
	fake.prefix_female()                                                                           # Herra

### faker.providers.phone_number

	fake.phone_number()                                                                            # 081 051 9160
	fake.msisdn()                                                                                  # 2889525233772

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'mikkonenkaarina', 'name': u'Onni Kemppai
	                                                                                                 nen', 'birthdate': datetime.date(1933, 9, 25), 'sex': '
	                                                                                                 M', 'address': u'Porinpolku 7\n89451 Kolari', 'mail': u
	                                                                                                 'viljanenantero@googlemail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://asikainen.fi/'], 'username': u'ma
	                                                                                                 ire06', 'name': u'Marjut Tolvanen', 'blood_group': 'O+'
	                                                                                                 , 'residence': u'Vellikellontie 193\n88433 Taivalkoski'
	                                                                                                 , 'company': u'Kainulainen Lehtinen Tmi', 'address': u'
	                                                                                                 Ylipalontie 215\n24859 Karvia', 'birthdate': datetime.d
	                                                                                                 ate(1928, 1, 19), 'sex': 'F', 'job': u'Ohjaaja', 'ssn':
	                                                                                                  u'040347-784D', 'current_location': (Decimal('-39.2284
	                                                                                                 30'), Decimal('160.711804')), 'mail': u'jussi11@luukku.
	                                                                                                 com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (-99580565860893.0, datetime.datetime(2007, 3, 8, 1, 31
	                                                                                                 , 13), u'IeigXBqIwuMEEWmnuorI', Decimal('592974252371')
	                                                                                                 , u'hGuCkYwuubWsNEzVswgE', u'https://www.makela.fi/priv
	                                                                                                 acy.php')
	fake.pystr(min_chars=None, max_chars=20)                                                       # ZpYBSPWSOoRHashDBQQC
	fake.pystruct(count=10, *value_types)                                                          # ([datetime.datetime(2016, 9, 15, 3, 14, 29), u'VePEQqfm
	                                                                                                 dIqroYNIzcdA', 9559, 31269972466887.0, u'yqMxRKblsBKGrN
	                                                                                                 JPCcUc', u'xqUKNBvmNOOvbufKyYsl', u'VZXDNbyYWArUSoJilxg
	                                                                                                 k', u'ggPyxFGwZCQIHvpjBDPg', u'mBsidMUBsRFtceeklSdI', u
	                                                                                                 'DABnSpqCoGbKzrQMGStw'], {u'a': u'gDQINhJCTgbYxuaiGGmt'
	                                                                                                 , u'consequuntur': u'OIYPfwmDDfwBaSoAGkRA', u'incidunt'
	                                                                                                 : 5270, u'perspiciatis': u'yylitalo@googlemail.com', u'
	                                                                                                 illo': u'ynnbQZROvFMXDLhZIMaB', u'ullam': 9868, u'nulla
	                                                                                                 ': -396417.1222, u'minus': 2937, u'veritatis': 4326}, {
	                                                                                                 u'sequi': {8: [5686769533276.6, 7493, Decimal('-92.2134
	                                                                                                 13')], 9: {8: u'OaBBQfKagHtApKOENZNz', 9: [u'IVoQHsgyIm
	                                                                                                 cACEqairvh', Decimal('-8.39')], 7: u'hWMYaIBpXtiRIRzUZH
	                                                                                                 jR'}, 7: Decimal('2.88178759896E+14')}, u'possimus': {4
	                                                                                                 : u'zabbTNStjfWUSHbIwScF', 5: [1686, u'ahXdUqUMjzdMqmOf
	                                                                                                 lqeH', 1247], 6: {4: -5081718416732.44, 5: u'juhani56@h
	                                                                                                 eikkila.com', 6: [u'SHCdTPCkRuDlYXgjltJl', 498550264080
	                                                                                                 .581]}}, u'fuga': {1: u'https://laakkonen.fi/blog/searc
	                                                                                                 h/register.htm', 2: [4400, u'https://laine.fi/main/main
	                                                                                                 /category/home/', u'zrTzYRzlpbcRwACFFbiu'], 3: {1: u'Ns
	                                                                                                 UPRHRkWijdKlnpoBeN', 2: u'HuabTJHPGStNEieCFLNQ', 3: [u'
	                                                                                                 tKphIpKJvEpCaaUhZWto', u'QZxIrvIqsxjFPQIWYeDf']}}, u'qu
	                                                                                                 ia': {8: 8838, 9: [6961, Decimal('-19.4'), Decimal('947
	                                                                                                 021.453016')], 10: {8: u'EqilpmRydiaLjAdlcVgZ', 9: u'ht
	                                                                                                 tp://salminen.com/wp-content/category/home/', 10: [9095
	                                                                                                 , 5464]}}, u'dolore': {5: 9207, 6: [datetime.datetime(1
	                                                                                                 999, 8, 8, 7, 2, 25), u'https://soininen.com/', u'TQjvU
	                                                                                                 qyCkmWgBUTVynIV'], 7: {5: u'saara24@lehtimaki.org', 6: 
	                                                                                                 datetime.datetime(1986, 7, 2, 0, 10, 48), 7: [datetime.
	                                                                                                 datetime(2013, 12, 8, 12, 7, 48), u'uFpbUnJpVAkPoNahoWR
	                                                                                                 C']}}, u'praesentium': {3: u'EOkrZpcZIGWowkcReVrI', 4: 
	                                                                                                 [u'mGulkjtZsXNosHVVVTxD', 7690, 3752], 5: {3: -2.74774,
	                                                                                                  4: 3135, 5: [u'juhanikarjalainen@kolumbus.fi', 4789]}}
	                                                                                                 , u'aperiam': {8: {8: [u'amPjWdsRopTjURtJXaKP', 7957], 
	                                                                                                 6: 9156, 7: u'oltyWhkVdonozBPxjZTJ'}, 6: 5368, 7: [u'va
	                                                                                                 limakiesko@kolumbus.fi', u'clehto@surffi.net', u'http:/
	                                                                                                 /hamalainen.fi/categories/list/faq/']}, u'officiis': {0
	                                                                                                 : datetime.datetime(1992, 9, 3, 15, 27, 43), 1: [u'GTxl
	                                                                                                 DqRuPjKdVivUPnHS', u'KvZyADxQkWvjUhdKJJwy', 82361428726
	                                                                                                 586.5], 2: {0: u'hzhbSKYfNICtGfENVKNJ', 1: u'MzhSRJzjBd
	                                                                                                 ibvDAyamdR', 2: [u'KvUChcXOqWgpQTsWPXhD', u'lmSphJbnxCx
	                                                                                                 ZIckupTAW']}}, u'magnam': {9: -571302.82, 10: [u'mpaakk
	                                                                                                 onen@googlemail.com', u'LwCVCiqVgvlcKbXNnVtT', 6759], 1
	                                                                                                 1: {9: datetime.datetime(1993, 1, 11, 14, 7, 21), 10: u
	                                                                                                 'xlatvala@surffi.net', 11: [u'PoNssDaFzNiMMYioYtoD', u'
	                                                                                                 ZAkFUQNmRpLSOwZLWsUe']}}, u'consequatur': {2: 1998, 3: 
	                                                                                                 [8671, 68758235113543.0, u'xmWWmNVPTNeIuVqtDEzO'], 4: {
	                                                                                                 2: u'HgpwcdTRWwvNlWzeMlyM', 3: 6155, 4: [Decimal('-4739
	                                                                                                 .74092668'), 37124311611.0]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -57445.82
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 4070.37097308
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [283491.26829714, u'xEEtfxWVPOWMwyVUbvtU', u'mRsJFmzhmW
	                                                                                                 VMNSCZJNTO', u'ciKIfkXKlTfKCqmnLBap', Decimal('3.466374
	                                                                                                 '), u'katariina41@koskela.com', u'http://www.makinen.co
	                                                                                                 m/', u'JOXtITNQVLPSwDOblIse', Decimal('8784967531.18'),
	                                                                                                  u'http://hanninen.net/explore/home.htm', Decimal('-5.3
	                                                                                                 2270378502E+14')]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (Decimal('31171211602.6'), u'tleinonen@lankinen.org', u
	                                                                                                 'ZrwPgroaNdMVGMqqRUXR', 9170, datetime.datetime(1990, 8
	                                                                                                 , 27, 13, 50, 55), 6909)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'UJWMTEUgUByDBuntjsSC', 2496, u'plaine@savolainen
	                                                                                                 .fi', u'hjarvinen@kolumbus.fi', Decimal('6893666.69929'
	                                                                                                 ), 911, u'ComGEMBFwOyrDVBfXfmC', Decimal('1436264832.22
	                                                                                                 '), 9653, 1655, u'tgDIGSTCrWLwGjsbFLkF', u'http://lahti
	                                                                                                 nen.org/explore/search/search/index/', 1950])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'veniam': u'thEyJmsuWuiNFgSkHdyj', u'eius': u'https:/
	                                                                                                 /harkonen.com/category/tags/wp-content/index.html', u'i
	                                                                                                 ure': u'cpqIjFEWFrCGbvHageQc', u'assumenda': Decimal('-
	                                                                                                 6.8142858834E+11'), u'quae': 9471768.7641347, u'delenit
	                                                                                                 i': u'SlJqTvQCgsxCZbeBlmvh', u'qui': u'qrDMqoREFYmwEpbo
	                                                                                                 rIWu', u'animi': u'WUEzlFcUIFXEMoGHQYmd', u'officiis': 
	                                                                                                 u'nnoFRvrtufkpOnZebjOf', u'consequatur': 1188}
	fake.pyint()                                                                                   # 9660

### faker.providers.ssn

	fake.vat_id()                                                                                  # FI79778482
	fake.ssn(min_age=0, max_age=105, artificial=False)                                             # 060931-167H

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2011-0
	                                                                                                 4-26 16:52:50 Firefox/3.6.2
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.58.(X11; Linux x86_64; kn-IN) Presto/2.9.178 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.0; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 4.0; Trid
	                                                                                                 ent/5.1)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_3) Apple
	                                                                                                 WebKit/5322 (KHTML, like Gecko) Chrome/58.0.844.0 Safar
	                                                                                                 i/5322
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_5_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; 
	                                                                                                 lzh-TW) AppleWebKit/535.43.7 (KHTML, like Gecko) Versio
	                                                                                                 n/3.0.5 Mobile/8B118 Safari/6535.43.7

## LANGUAGE id_ID

### faker.providers.address

	fake.state_abbr()                                                                              # MU
	fake.address()                                                                                 # Jl. Abdul Muis No. 47
	                                                                                                 Serang, JT 74561
	fake.street_address()                                                                          # Gg. Wonoayu No. 66
	fake.postcode()                                                                                # 40162
	fake.country_code(representation="alpha-2")                                                    # UY
	fake.street_name()                                                                             # Gang Asia Afrika
	fake.country()                                                                                 # Barbados
	fake.city_name()                                                                               # Sungai Penuh
	fake.street_suffix()                                                                           # Street
	fake.street()                                                                                  # HOS. Cokroaminoto
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 82
	fake.street_prefix_short()                                                                     # Gg.
	fake.city()                                                                                    # Pontianak
	fake.street_prefix_long()                                                                      # Jalan
	fake.state()                                                                                   # Sumatera Selatan

### faker.providers.automotive

	fake.license_plate()                                                                           # C 1631 WN

### faker.providers.bank

	fake.bban()                                                                                    # MDFW6070396333190
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB50KTKZ2986848754740

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 7247101532495
	fake.ean13()                                                                                   # 2486244133830
	fake.ean8()                                                                                    # 69936333

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(115,14,7)
	fake.color_name()                                                                              # LightGreen
	fake.rgb_color()                                                                               # 239,74,1
	fake.safe_hex_color()                                                                          # #11cc00
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #cb1ed1

### faker.providers.company

	fake.company_suffix()                                                                          # (Persero) Tbk
	fake.company()                                                                                 # PD Suwarno Nasyidah Tbk
	fake.company_prefix()                                                                          # UD
	fake.catch_phrase()                                                                            # Synchronized actuating complexity
	fake.bs()                                                                                      # innovate viral experiences

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 086
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 19 digit
	                                                                                                 Damar Aryani
	                                                                                                 4160164867180699847 02/26
	                                                                                                 CVC: 719
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 03/20
	fake.credit_card_number(card_type=None)                                                        # 4742708929082942

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # AUR
	fake.currency_code()                                                                           # AWG
	fake.currency_name()                                                                           # Zambian kwacha
	fake.cryptocurrency_name()                                                                     # Emercoin
	fake.cryptocurrency()                                                                          # ('XPM', 'Primecoin')
	fake.currency()                                                                                # ('IDR', 'Indonesian rupiah')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-07 04:25:00
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be9fd20>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1990-02-17 23:46:45
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2014-04-11
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-04 01:25:53
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-28
	fake.day_of_week()                                                                             # Kamis
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2012-08-06 07:06:55
	fake.date_between(start_date="-30y", end_date="today")                                         # 1999-07-09
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2002-11-20 23:57:05
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2004-06-26
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 2006-01-01
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-06
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2014-10-25T19:57:49
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-28
	fake.date_this_century(before_today=True, after_today=False)                                   # 2010-07-07
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1991
	fake.day_of_month()                                                                            # 10
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 591875650
	fake.timezone()                                                                                # Atlantic/Cape_Verde
	fake.century()                                                                                 # XX
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1916-06-11
	fake.time_object(end_datetime=None)                                                            # 23:19:22
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-15 01:20:05
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1973-08-22 17:21:31
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:50:57
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-10
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-26 11:20:07
	fake.month_name()                                                                              # Januari
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1051-01-05 13:58:11
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdk
	fake.mime_type(category=None)                                                                  # video/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /pariatur/fuga.json
	fake.unix_partition(prefix=None)                                                               # /dev/sdb7
	fake.file_name(category=None, extension=None)                                                  # quaerat.odp
	fake.file_extension(category=None)                                                             # tiff

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -138.746779
	fake.latitude()                                                                                # 37.988076
	fake.longitude()                                                                               # 103.106806
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('28.90054', '-81.26367', 'Deltona', 'US', 'America/New
	                                                                                                 _York')
	fake.location_on_land(coords_only=False)                                                       # ('6.84019', '79.87116', 'Dehiwala-Mount Lavinia', 'LK',
	                                                                                                  'Asia/Colombo')
	fake.latlng()                                                                                  # (Decimal('-71.9736705'), Decimal('-47.658459'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # jmulyani@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/1001x393
	fake.tld()                                                                                     # gov
	fake.email(*args, **kwargs)                                                                    # usamahtantri@yahoo.com
	fake.url(schemes=None)                                                                         # http://ud.biz.id/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.227.87.34
	fake.user_name(*args, **kwargs)                                                                # zizipermata
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # privacy
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # lintangsusanti@example.org
	fake.ascii_email(*args, **kwargs)                                                              # hutagalungyuni@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 101.206.241.94
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # winarnosadina@ud.int
	fake.domain_name(*args, **kwargs)                                                              # pd.desa.id
	fake.hostname(*args, **kwargs)                                                                 # db-80.cv.int
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.168.30
	fake.domain_word(*args, **kwargs)                                                              # cv
	fake.slug(*args, **kwargs)                                                                     # ullam-sit-sequi
	fake.uri_path(deep=None)                                                                       # category
	fake.company_email(*args, **kwargs)                                                            # lnasyiah@cv.web.id
	fake.uri()                                                                                     # http://pt.go.id/
	fake.ipv6(network=False)                                                                       # 1eb2:8a28:2914:52f9:8379:354b:a9:d5c5
	fake.free_email(*args, **kwargs)                                                               # hfirgantoro@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # himawan42@example.net
	fake.mac_address()                                                                             # 97:79:dc:87:b1:cf

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-670-11671-8
	fake.isbn13(separator="-")                                                                     # 978-1-67096-131-0

### faker.providers.job

	fake.job()                                                                                     # Programme researcher, broadcasting/film/video

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Molestias tempore cum eius officiis et optio magni. Bea
	                                                                                                 tae ipsa modi.
	                                                                                                 A eaque est harum. Sequi quaerat qui eligendi libero qu
	                                                                                                 as.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Corporis pariatur iusto illo accusantium minus saepe
	                                                                                                 . Ipsum accusamus voluptatibus voluptas.', u'Architecto
	                                                                                                  commodi provident recusandae voluptatibus. Ipsa ducimu
	                                                                                                 s molestiae exercitationem molestias sunt iste. Quaerat
	                                                                                                  aliquid quia optio numquam a soluta libero.', u'Alias 
	                                                                                                 accusamus distinctio esse. Animi quas praesentium sunt.
	                                                                                                  Quas nisi at soluta.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Facere omnis assumenda inventore nesciunt nulla.', u
	                                                                                                 'Earum odit voluptas laboriosam officia saepe.', u'Eaqu
	                                                                                                 e voluptas error incidunt.']
	fake.word(ext_word_list=None)                                                                  # laborum
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Delectus occaecati similique qui. Beatae nostrum iste r
	                                                                                                 em nemo. Voluptas numquam tenetur earum a sunt adipisci
	                                                                                                 . Iste aperiam earum quam fugit numquam aut saepe.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Delectus delectus unde dolore fugit.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'architecto', u'eius', u'cupiditate']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # +!3OCj)6r+
	fake.uuid4(cast_to=<type 'str'>)                                                               # 33138a41-440a-414f-9b35-89b8bad2ad95
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # b955ae6f318dba9b3c3c91e2df174ab0
	fake.sha1(raw_output=False)                                                                    # 2b831e819d80079bbbefc2d4c9845b33d199abf4
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # b4d2a5d532ddbfb210614862e9ea0d24180c4e178486d1b6ae57183
	                                                                                                 29a5008e5
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Hutagalung
	fake.name_female()                                                                             # Gasti Sinaga
	fake.prefix_male()                                                                             # H.
	fake.prefix()                                                                                  # T.
	fake.name()                                                                                    # R. Qori Halim, S.Sos
	fake.suffix_female()                                                                           # S.E.I
	fake.name_male()                                                                               # Mujur Riyanti
	fake.first_name()                                                                              # Lintang
	fake.suffix_male()                                                                             # S.IP
	fake.suffix()                                                                                  # S.Gz
	fake.first_name_male()                                                                         # Cakrawangsa
	fake.first_name_female()                                                                       # Uchita
	fake.last_name_female()                                                                        # Puspita
	fake.last_name()                                                                               # Hardiansyah
	fake.prefix_female()                                                                           # dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +62 (61) 034 3569
	fake.msisdn()                                                                                  # 3888433482981

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'rafid92', 'name': u'Hesti Permata', 'bir
	                                                                                                 thdate': datetime.date(1980, 1, 15), 'sex': 'M', 'addre
	                                                                                                 ss': u'Jl. Kiaracondong No. 69\nKupang, Kepulauan Riau 
	                                                                                                 70741', 'mail': u'firmansyahhasan@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://cv.go.id/', u'http://pd.co.id/'],
	                                                                                                  'username': u'jbudiyanto', 'name': u'Intan Budiman', '
	                                                                                                 blood_group': 'AB-', 'residence': u'Gg. Rumah Sakit No.
	                                                                                                  485\nSemarang, Jawa Barat 21172', 'company': u'PT Hasa
	                                                                                                 nah Sitompul (Persero) Tbk', 'address': u'Gg. W.R. Supr
	                                                                                                 atman No. 35\nPurwokerto, DI Yogyakarta 00612', 'birthd
	                                                                                                 ate': datetime.date(1969, 8, 20), 'sex': 'F', 'job': 'P
	                                                                                                 aramedic', 'ssn': u'017-95-1489', 'current_location': (
	                                                                                                 Decimal('78.2503805'), Decimal('-150.243877')), 'mail':
	                                                                                                  u'qhalim@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'uorItUnhZBTFYhdCwATH', u'http://pd.biz.id/', dat
	                                                                                                 etime.datetime(2007, 3, 8, 1, 31, 13), Decimal('9816736
	                                                                                                 .283'), u'hGuCkYwuubWsNEzVswgE', u'mWVMNSCZJNTOeciKIfkX
	                                                                                                 ', u'fxEEtfxWVPOWMwyVUbvt'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # wVCVQDshzhbSKYfNICtG
	fake.pystruct(count=10, *value_types)                                                          # ([4670, u'uqNsUPRHRkWijdKlnpoB', datetime.datetime(2012
	                                                                                                 , 12, 10, 15, 3, 42), datetime.datetime(1988, 2, 14, 0,
	                                                                                                  23, 31), u'XdUqUMjzdMqmOflqeHyg', u'puti89@cv.web.id',
	                                                                                                  u'nozBPxjZTJramPjWdsRo', 6556, u'bakiman55@cv.mil', u'
	                                                                                                 andrianiratih@hotmail.com'], {u'a': u'bTNStjfWUSHbIwScF
	                                                                                                 Bir', u'voluptatum': u'endah97@hotmail.com', u'nemo': u
	                                                                                                 'ENVKNJdMzhSRJzjBdibv', u'accusantium': u'veizrTzYRzlpb
	                                                                                                 cRwACFF', u'delectus': u'PoNssDaFzNiMMYioYtoD', u'bland
	                                                                                                 itiis': Decimal('6.51134308358E+13'), u'doloremque': -5
	                                                                                                 3997855963856.0, u'totam': 2431.75753394123, u'labore':
	                                                                                                  datetime.datetime(1981, 11, 3, 9, 34, 3), u'asperiores
	                                                                                                 ': u'galaksaptono@perum.sch.id'}, {u'reprehenderit': {9
	                                                                                                 : datetime.datetime(1982, 2, 6, 8, 46, 50), 10: [u'http
	                                                                                                 s://ud.id/privacy/', u'AaZlQztRxWEJxVoZrwPg', u'oaNdMVG
	                                                                                                 MqqRUXRLKZLqH'], 11: {9: datetime.datetime(1990, 8, 27,
	                                                                                                  13, 50, 55), 10: u'https://pd.ponpes.id/', 11: [u'kYTg
	                                                                                                 ujtDJytUxKEzhePK', u'DEpqJCofgYBHjwsmeGYa']}}, u'ab': {
	                                                                                                 3: Decimal('-8.13307834428'), 4: [9868, u'zanggriawan@p
	                                                                                                 d.net.id', u'rZpcZIGWowkcReVrIcmG'], 5: {3: -3756.98, 4
	                                                                                                 : u'XNosHVVVTxDyNAtwcwap', 5: [u'BqXXojoJDyKxFATWkXoy',
	                                                                                                  u'MxRKblsBKGrNJPCcUcpz']}}, u'excepturi': {1: u'NeHuab
	                                                                                                 TJHPGStNEieCFL', 2: [datetime.datetime(2010, 2, 18, 7, 
	                                                                                                 13, 1), u'tKphIpKJvEpCaaUhZWto', u'QZxIrvIqsxjFPQIWYeDf
	                                                                                                 '], 3: {1: 495393014.95, 2: 1998, 3: [8671, 68758235113
	                                                                                                 543.0]}}, u'corporis': {0: u'mdRbKvUChcXOqWgpQTsW', 1: 
	                                                                                                 [datetime.datetime(2017, 2, 9, 19, 6, 17), u'DclmSphJbn
	                                                                                                 xCxZIckupT', 9374], 2: {0: Decimal('-28151001.92'), 1: 
	                                                                                                 u'PEQqfmdIqroYNIzcdATZ', 2: [datetime.datetime(2017, 10
	                                                                                                 , 12, 12, 37, 38), u'vjbKyLqCBzwROHOmwGAT']}}, u'aliqui
	                                                                                                 d': {8: {8: [u'hWMYaIBpXtiRIRzUZHjR', u'OaBBQfKagHtApKO
	                                                                                                 ENZNz'], 6: 56008.8, 7: u'IYrJoCwRDDDGzMHexgWl'}, 6: u'
	                                                                                                 TjURtJXaKPFPdrOIYPfw', 7: [u'DDfwBaSoAGkRAhlggPyx', 615
	                                                                                                 9, 659069250039754.0]}, u'ullam': {8: 2862, 9: [272, De
	                                                                                                 cimal('74926440.63'), u'http://www.cv.or.id/author/'], 
	                                                                                                 10: {8: Decimal('1.50904023603E+13'), 9: Decimal('54779
	                                                                                                 66.1554'), 10: [u'VgvlcKbXNnVtTCJMyZZT', 9512]}}, u'dol
	                                                                                                 orem': {2: datetime.datetime(1974, 8, 21, 2, 29, 22), 3
	                                                                                                 : [Decimal('-366978.558549'), 4874, datetime.datetime(1
	                                                                                                 971, 12, 2, 7, 46, 35)], 4: {2: Decimal('-4.737'), 3: u
	                                                                                                 'https://www.pd.biz.id/blog/main.htm', 4: [datetime.dat
	                                                                                                 etime(1994, 10, 13, 21, 52, 43), 7229]}}, u'nihil': {5:
	                                                                                                  u'HVozYyZOrNUguFpbUnJp', 6: [u'pudjiastutiharja@hotmai
	                                                                                                 l.com', u'hoWRClbgDQINhJCTgbYx', 6.23], 7: {5: 9.95, 6:
	                                                                                                  7623, 7: [u'yYWArUSoJilxgkEBYShX', u'JWNZyCXTJlCHeJlyC
	                                                                                                 DUJ']}}, u'molestias': {8: [u'bQZROvFMXDLhZIMaBuem', 34
	                                                                                                 88, u'dMUBsRFtceeklSdIBTBK'], 9: {8: Decimal('947021.45
	                                                                                                 3016'), 9: [u'EqilpmRydiaLjAdlcVgZ', u'http://perum.edu
	                                                                                                 /wp-content/category/home/'], 7: Decimal('-19.4')}, 7: 
	                                                                                                 u'cACEqairvhIaidRuSpyn'}, u'cupiditate': {4: -508171841
	                                                                                                 6732.44, 5: [u'enteng56@pt.mil', u'SHCdTPCkRuDlYXgjltJl
	                                                                                                 ', 498550264080.581], 6: {4: Decimal('8068397.449'), 5:
	                                                                                                  u'UKNBvmNOOvbufKyYslyV', 6: [datetime.datetime(1999, 8
	                                                                                                 , 8, 7, 2, 25), u'https://perum.or.id/']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -74308484857.6
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 6022645406.34
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'TfKCqmnLBapKdwFryVsD', Decimal('-3714512.0'), -21405
	                                                                                                 81269505.0, 1063, u'kJOXtITNQVLPSwDOblIs', u'LIuYTjQXoL
	                                                                                                 nfxSQlWevL', u'utamawirda@pd.gov', 62.86431091, u'http:
	                                                                                                 //ud.id/index.php', datetime.datetime(1979, 10, 10, 4, 
	                                                                                                 41, 6), 228]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (7360, u'estiono05@pd.web.id', u'bhidayanto@yahoo.com',
	                                                                                                  u'adenapitupulu@ud.sch.id', datetime.datetime(2010, 1,
	                                                                                                  13, 1, 30, 2), u'RXzpsKOEzxjfeWMtSSTH', -883720095344.
	                                                                                                 0, 391.2022115834, -208648097.7506, 3380, u'susantilint
	                                                                                                 ang@yahoo.com', u'XjazKTnNIUcHODpacYam')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([Decimal('3.15837497216E+13'), 4322, u'https://cv.m
	                                                                                                 il/categories/register/', u'KvZyADxQkWvjUhdKJJwy', u'GT
	                                                                                                 xlDqRuPjKdVivUPnHS', u'https://www.ud.net/blog/explore/
	                                                                                                 about.htm', Decimal('5.86015227901E+13'), u'UByDBuntjsS
	                                                                                                 CmComGEMB', 9110, u'DVBfXfmCAYXvZwPdSSwI', u'WLRlHFEmzk
	                                                                                                 LwPHJdZpYB', datetime.datetime(1993, 5, 14, 16, 52, 10)
	                                                                                                 , u'padmasariumay@ud.ac.id'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eius': u'http://www.pt.sch.id/register.html', u'adip
	                                                                                                 isci': u'https://pd.mil.id/explore/wp-content/app/faq/'
	                                                                                                 , u'accusamus': u'OflSlJqTvQCgsxCZbeBl', u'impedit': da
	                                                                                                 tetime.datetime(1970, 2, 16, 2, 53, 47), u'consectetur'
	                                                                                                 : u'vhQQYPMfIsvNuGmafkth', u'animi': u'NFgSkHdyjrnbDQYt
	                                                                                                 cINV', u'nulla': u'malik26@gmail.com', u'atque': 4628, 
	                                                                                                 u'officiis': u'JXlnnoFRvrtufkpOnZeb', u'repellat': Deci
	                                                                                                 mal('-9404.3962')}
	fake.pyint()                                                                                   # 5951

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 629-93-4178
	fake.ein()                                                                                     # 02-6726812
	fake.itin()                                                                                    # 960-94-4043

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2015
	                                                                                                 -05-21 18:16:16 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.43.(X11; Linux x86_64; nl-AW) Presto/2.9.184 Ve
	                                                                                                 rsion/11.00
	fake.windows_platform_token()                                                                  # Windows 95
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/
	                                                                                                 3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Trident/
	                                                                                                 4.0)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_5) AppleWeb
	                                                                                                 Kit/5330 (KHTML, like Gecko) Chrome/27.0.852.0 Safari/5
	                                                                                                 330
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_7_1
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/534.6.
	                                                                                                 7 (KHTML, like Gecko) Version/5.0.2 Safari/534.6.7

## LANGUAGE pt_PT

### faker.providers.address

	fake.freguesia()                                                                               # Angra do Heroísmo
	fake.address()                                                                                 # Avenida Adriana Mota, 47
	                                                                                                 2874-561 Sintra
	fake.street_address()                                                                          # Rua de Morais, 98
	fake.postcode()                                                                                # 6295-263
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # R. Melo
	fake.country()                                                                                 # Santa Lúcia
	fake.city_name()                                                                               # Guarda
	fake.street_prefix()                                                                           # Avenida
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 8
	fake.city()                                                                                    # Tomar
	fake.distrito()                                                                                # Guarda

### faker.providers.automotive

	fake.license_plate()                                                                           # 631-WND

### faker.providers.bank

	fake.bban()                                                                                    # MDFW6070396333190
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB50KTKZ2986848754740

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 7247101532495
	fake.ean13()                                                                                   # 2486244133830
	fake.ean8()                                                                                    # 69936333

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(115,14,7)
	fake.color_name()                                                                              # LightGreen
	fake.rgb_color()                                                                               # 239,74,1
	fake.safe_hex_color()                                                                          # #11cc00
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #cb1ed1

### faker.providers.company

	fake.company()                                                                                 # Mendes
	fake.company_suffix()                                                                          # S.A.
	fake.catch_phrase()                                                                            # Synchronized actuating complexity
	fake.bs()                                                                                      # innovate viral experiences

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 908
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Kyara Lima
	                                                                                                 3531661601648679 06/20
	                                                                                                 CVC: 806
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 01/27
	fake.credit_card_number(card_type=None)                                                        # 4846719947427089

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # TRX
	fake.currency_code()                                                                           # AOA
	fake.currency_name()                                                                           # Bahraini dinar
	fake.cryptocurrency_name()                                                                     # Peercoin
	fake.cryptocurrency()                                                                          # ('LTC', 'Litecoin')
	fake.currency()                                                                                # ('VEF', 'Venezuelan bol\xc3\xadvar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-06 00:36:00
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505beab690>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2011-03-01 11:19:31
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2017-01-19
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-11 00:29:17
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-07
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2014-04-12 02:49:13
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-13
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2010-07-07 10:01:24
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1996-05-10
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:43
	fake.date_object(end_datetime=None)                                                            # 1988-03-27
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-25
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1977-05-25T20:08:56
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-22
	fake.date_this_century(before_today=True, after_today=False)                                   # 2019-01-31
	fake.month()                                                                                   # 11
	fake.year()                                                                                    # 1985
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 253448915
	fake.timezone()                                                                                # Asia/Vientiane
	fake.century()                                                                                 # XIV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1909-04-03
	fake.time_object(end_datetime=None)                                                            # 15:21:15
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-06 23:01:02
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1986-11-27 10:51:49
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 04:26:18
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-19
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 21:52:40
	fake.month_name()                                                                              # June
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0157-08-09 02:29:20
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vds
	fake.mime_type(category=None)                                                                  # video/webm
	fake.file_path(depth=1, category=None, extension=None)                                         # /id/ipsam.jpeg
	fake.unix_partition(prefix=None)                                                               # /dev/vdu3
	fake.file_name(category=None, extension=None)                                                  # deleniti.js
	fake.file_extension(category=None)                                                             # jpg

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 59.961363
	fake.latitude()                                                                                # 85.064898
	fake.longitude()                                                                               # -165.646281
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55815', '-73.0515', 'Waterbury', 'US', 'America/Ne
	                                                                                                 w_York')
	fake.location_on_land(coords_only=False)                                                       # ('-23.44361', '-51.87389', 'Sarandi', 'BR', 'America/Sa
	                                                                                                 o_Paulo')
	fake.latlng()                                                                                  # (Decimal('-60.4568565'), Decimal('45.167212'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # nicolerodrigues@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=53x1
	                                                                                                 42&w=53&h=142
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # iris76@sapo.pt
	fake.url(schemes=None)                                                                         # http://goncalves.pt/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.69.242.89
	fake.user_name(*args, **kwargs)                                                                # tavaresandre
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # main
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # iabreu@example.com
	fake.ascii_email(*args, **kwargs)                                                              # martinsvera@hotmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 102.93.26.129
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # kbaptista@freitas.org
	fake.domain_name(*args, **kwargs)                                                              # cardoso.pt
	fake.hostname(*args, **kwargs)                                                                 # web-09.henriques.pt
	fake.ipv4(network=False, address_class=None, private=None)                                     # 203.4.2.164
	fake.domain_word(*args, **kwargs)                                                              # matos
	fake.slug(*args, **kwargs)                                                                     # hic-laborum-sit
	fake.uri_path(deep=None)                                                                       # wp-content/category/tags
	fake.company_email(*args, **kwargs)                                                            # jpaiva@moreira.com
	fake.uri()                                                                                     # http://pereira.com/search/search/login/
	fake.ipv6(network=False)                                                                       # 40cf:517d:4528:b339:edb4:9293:7afd:d002
	fake.free_email(*args, **kwargs)                                                               # meloalicia@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # barbara19@example.com
	fake.mac_address()                                                                             # 4c:08:c2:1a:2d:1b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-9837326-9-8
	fake.isbn13(separator="-")                                                                     # 978-1-56985-779-3

### faker.providers.job

	fake.job()                                                                                     # Audiological scientist

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Animi optio magnam minima maxime odit facere ratione. A
	                                                                                                 tque quisquam impedit odit vel aperiam magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Architecto quibusdam aperiam omnis. Occaecati et acc
	                                                                                                 usamus tempora aut.', u'Qui similique consequuntur quid
	                                                                                                 em fuga. Quia ratione veniam suscipit corrupti voluptat
	                                                                                                 es fuga. Velit consectetur mollitia eaque laboriosam id
	                                                                                                  dicta. Voluptate cumque ex reiciendis quod eos.', u'Na
	                                                                                                 m sunt quo magnam. Voluptates voluptas minima repellend
	                                                                                                 us. Ducimus sapiente eum similique necessitatibus delen
	                                                                                                 iti.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Cupiditate a repellendus repudiandae neque expedita 
	                                                                                                 labore.', u'Labore suscipit numquam commodi quasi volup
	                                                                                                 tas.', u'Tempora dignissimos ipsa.']
	fake.word(ext_word_list=None)                                                                  # molestiae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Dolor excepturi voluptate repellendus doloribus vitae d
	                                                                                                 olorem. Laboriosam unde numquam quas. Voluptas deserunt
	                                                                                                  fuga corporis.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum esse voluptatem fugiat.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'fugit', u'dolor', u'eos']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # (t6BcOc&b$
	fake.uuid4(cast_to=<type 'str'>)                                                               # 20370cb9-6e91-4fe4-b1f3-33095dafef0e
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 6b8a64f959ef642519eca3bf6bfae065
	fake.sha1(raw_output=False)                                                                    # 58945494a4b7efe63ed45d72f2e9bd7f4d0ad3c2
	fake.null_boolean()                                                                            # None
	fake.sha256(raw_output=False)                                                                  # fc6970083b1269381d4f88e6adce09bea953fc22bab46a8c5b5a6df
	                                                                                                 fabf6750a
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Baptista
	fake.name_female()                                                                             # Joaquim Andrade
	fake.prefix_male()                                                                             # de
	fake.prefix()                                                                                  # de
	fake.name()                                                                                    # Bernardo Guerreiro
	fake.name_male()                                                                               # Denis Melo-Marques
	fake.first_name()                                                                              # André
	fake.first_name_male()                                                                         # Cristiano
	fake.first_name_female()                                                                       # Cláudio
	fake.last_name_female()                                                                        # Ramos
	fake.last_name()                                                                               # Pires
	fake.prefix_female()                                                                           # da

### faker.providers.phone_number

	fake.phone_number()                                                                            # 933 581 073
	fake.msisdn()                                                                                  # 4659852317817

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'camila81', 'name': u'L\xfacia-Rafael Tei
	                                                                                                 xeira', 'birthdate': datetime.date(2019, 2, 3), 'sex': 
	                                                                                                 'M', 'address': u'Rua Pacheco, 4\n0284-760 Santa Cruz',
	                                                                                                  'mail': u'gbaptista@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.monteiro.pt/'], 'username': u
	                                                                                                 'irinafernandes', 'name': u'Rafaela Figueiredo', 'blood
	                                                                                                 _group': 'A-', 'residence': u'Av de Andrade, S/N\n2475-
	                                                                                                 189 C\xe2mara de Lobos', 'company': u'Monteiro e Filhos
	                                                                                                 ', 'address': u'Largo de Coelho, 23\n7216-481 Alverca d
	                                                                                                 o Ribatejo', 'birthdate': datetime.date(1931, 4, 10), '
	                                                                                                 sex': 'M', 'job': 'Accountant, chartered management', '
	                                                                                                 ssn': u'595-20-1729', 'current_location': (Decimal('-82
	                                                                                                 .6322425'), Decimal('22.091632')), 'mail': u'nuno17@gma
	                                                                                                 il.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'http://matos.pt/', 3651, Decimal('-506363.843612
	                                                                                                 '), 1129138102723.5, u'eamorim@lopes.pt', Decimal('5142
	                                                                                                 .87214588'), datetime.datetime(1974, 10, 31, 15, 39, 1)
	                                                                                                 , datetime.datetime(1971, 5, 19, 23, 2, 26), u'vfLBvpEY
	                                                                                                 AUWuKcyBGRZL', u'nCjdlZQUppZpxKFSEgHg', u'alWZLQXUkeHpg
	                                                                                                 AakXmmr', u'myGtakqDUqIVIQVQakyT', u'lWDCYiioEKvhRkhZXZ
	                                                                                                 Jz'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # KtpxLPaztbYTCwdhcFei
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('-7481.4816'), u'ocarvalho@tavares.pt', u'htt
	                                                                                                 p://pacheco.pt/categories/home.html', 34.98229, Decimal
	                                                                                                 ('4978158211.76'), u'hsousa@sapo.pt', u'nyhYPJbVZYMfsxs
	                                                                                                 bUgZW', 165, u'ueisSNSsPLMxPbBeqZor', 6280], {u'officia
	                                                                                                 ': 806, u'iste': u'NtSafSuiJsvoGPorHxmY', u'inventore':
	                                                                                                  u'https://vieira.pt/main/wp-content/about.htm', u'dolo
	                                                                                                 res': 3080, u'saepe': u'jnHHhyQbMjYvThkYvoTO', u'dicta'
	                                                                                                 : u'http://www.amaral.net/home.php', u'praesentium': u'
	                                                                                                 fFhYcHYkbPsWFXWZSzAu', u'quod': 8196, u'delectus': Deci
	                                                                                                 mal('3.449605'), u'asperiores': -91528686819754.0}, {u'
	                                                                                                 ad': {8: [u'DiqilFyWOGJfZLlSbxEJ', u'http://www.barbosa
	                                                                                                 .com/main.htm', u'BsPtkEHWjBKzLiZGUHOz'], 9: {8: dateti
	                                                                                                 me.datetime(2016, 11, 23, 14, 25, 28), 9: [1372, 6159],
	                                                                                                  7: Decimal('-13672575.0')}, 7: u'RXImwPeDUjQuAfPsrcSP'
	                                                                                                 }, u'odit': {8: u'oJgpXcYZIopxtAnWhRYx', 9: [19.4972649
	                                                                                                 , u'AUomMSWGHEYZULAxnwTW', datetime.datetime(2015, 5, 2
	                                                                                                 1, 17, 14, 7)], 10: {8: -810.801, 9: datetime.datetime(
	                                                                                                 1970, 7, 11, 2, 50, 41), 10: [u'ramosiris@hotmail.com',
	                                                                                                  u'jhbqxZULfMXJnUCUDBkc']}}, u'sit': {4: 4271, 5: [Deci
	                                                                                                 mal('-9.01727708405E+13'), Decimal('7.1973574'), u'Hpdc
	                                                                                                 IKJVKITtLvRBmqrG'], 6: {4: u'IGQuaysWWgiACAanQGVR', 5: 
	                                                                                                 u'frederico81@leal.pt', 6: [u'mHovQgvqLqEEmNAyDKVt', De
	                                                                                                 cimal('992714324.716')]}}, u'excepturi': {0: u'pnBDDdAI
	                                                                                                 rWGkirAeMFsB', 1: [Decimal('-75984438.0'), 690489373314
	                                                                                                 4.1, u'WhOnsucpZtBemlqHYtUP'], 2: {0: -5900633179538.4,
	                                                                                                  1: datetime.datetime(2012, 12, 7, 18, 42, 42), 2: [-39
	                                                                                                 57324783231.1, 8074]}}, u'fugit': {5: datetime.datetime
	                                                                                                 (1994, 9, 18, 9, 33, 31), 6: [3895, u'ibbkBdRxlkCAIdslQ
	                                                                                                 DSP', u'DMvJGgVXoWbSIUIWtJDu'], 7: {5: u'rafaela06@alme
	                                                                                                 ida.org', 6: u'JgsZhBdVgJLmHdGJmxPd', 7: [2432, u'LXlLY
	                                                                                                 XvpXTOhsTJkBbrW']}}, u'fuga': {1: u'aTcchzGHSRBkPzwgNCk
	                                                                                                 b', 2: [u'ZyFvDgNzIIVMfbbokVcJ', -401492070.36155, u'db
	                                                                                                 APIOxzoHHgRKSmEtsX'], 3: {1: Decimal('92222.5078637'), 
	                                                                                                 2: u'pEbDkQQQfsOGjICAeEeR', 3: [datetime.datetime(1977,
	                                                                                                  11, 1, 20, 36, 1), 2.593]}}, u'tenetur': {8: {8: [u'YS
	                                                                                                 WmrCnweeXvIhNJaRnm', u'ltJdefVODbJjetTxUSAr'], 6: 4809,
	                                                                                                  7: u'zIOMSjfaTVgdeEsdknFV'}, 6: u'aDqWCwsrHyKMzMdnobli
	                                                                                                 ', 7: [u'SVBdIiQYMiRVSEEWhyeT', u'NJCXYagwZpesIQQFEVbJ'
	                                                                                                 , u'bPxFewhzdXwxyhUwrbLv']}, u'recusandae': {3: u'cpXNM
	                                                                                                 HyJcFAwdQCooUMw', 4: [u'bCYAgLaPOcxUTcMAoeVA', 5243, u'
	                                                                                                 HISgtbVJPmELawwQjXSn'], 5: {3: 2746, 4: 106.5325, 5: [3
	                                                                                                 804, u'ZYQqDYbIHIBngTrVTgSC']}}, u'itaque': {2: u'https
	                                                                                                 ://www.sousa.org/', 3: [datetime.datetime(1972, 8, 16, 
	                                                                                                 9, 10, 6), 8050.7599732, u'rochagustavo@sapo.pt'], 4: {
	                                                                                                 2: u'https://www.teixeira.net/', 3: u'lFWqgoEgwxtwpflXF
	                                                                                                 KBc', 4: [2270, u'ILrmuepFhMUpQVzgOVDD']}}, u'earum': {
	                                                                                                 9: 5759, 10: [Decimal('-1.10542919023E+12'), -441.25436
	                                                                                                 9621544, u'JfyRzieThtNHVNqZUIfg'], 11: {9: 3177, 10: u'
	                                                                                                 kuVxMbklxymikfbjSMDv', 11: [u'https://www.ferreira.net/
	                                                                                                 main.php', Decimal('9.8656121524E+14')]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -80470263.759
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 932109291143
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'BTuJBAnEKVDOUuYYxkPz', 9881, 4670, u'rodrigo08@monte
	                                                                                                 iro.pt', u'ffdyxMOASbnnIwStDRfe', u'TCLSKwWBTqKueGBgvLA
	                                                                                                 c', u'manuel81@gmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'sGwzsynzAvzCnuOgPOYk', u'jrQlaXPacIdrCPqDmlzq', u'It
	                                                                                                 unFkwYoSIaNeHAXeTB', u'BMXBbJidpFbgjyByNZXf', 9675, u'n
	                                                                                                 elsonpinto@hotmail.com', u'BTSWImvJnVyVMWpkrlDm', Decim
	                                                                                                 al('-3.2743530956E+12'), u'GfPfrnWfVezuUIfUmFkR', u'oop
	                                                                                                 SDyiElWRjJjXUxzng', u'hTqDouLleGDdIxFGvvPe', u'FFPqbTvn
	                                                                                                 SUVEQCNQKDYh', 4123)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([7576, u'tsISufWRqmcFDEnHSqJR', 7665, 7512, u'paulo
	                                                                                                 97@assuncao.pt', u'AshHOhJEdApxRyNAwBnj', 4602, u'xvwCL
	                                                                                                 UAWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'incidunt': u'VgwcqypCXvekXeLxoJDh', u'ipsam': -31682
	                                                                                                 83911559.0, u'natus': datetime.datetime(2007, 6, 3, 19,
	                                                                                                  39, 39), u'quaerat': datetime.datetime(1989, 4, 27, 21
	                                                                                                 , 2, 49), u'illum': 747.0, u'sapiente': -79307336329535
	                                                                                                 2.0, u'facilis': datetime.datetime(1981, 7, 28, 9, 58, 
	                                                                                                 27), u'rerum': u'LamUIGzSacfjofCnMOMV', u'nihil': -9674
	                                                                                                 8.932877878, u'vel': 9940, u'maxime': u'lKjfbnagplImAKA
	                                                                                                 LMcZZ', u'cum': 2032, u'aliquam': u'wKtLKphpFlVqzEBMjeG
	                                                                                                 k'}
	fake.pyint()                                                                                   # 9400

### faker.providers.ssn

	fake.vat_id()                                                                                  # PT488199906
	fake.ssn()                                                                                     # 439-16-4000

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.1; bn-BD; rv:1.9.2.20) Gecko/
	                                                                                                 2013-05-22 10:58:54 Firefox/3.6.16
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.92.(X11; Linux i686; ro-RO) Presto/2.9.184 Vers
	                                                                                                 ion/10.00
	fake.windows_platform_token()                                                                  # Windows NT 4.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trid
	                                                                                                 ent/3.0)
	fake.user_agent()                                                                              # Opera/9.28.(Windows NT 6.0; gu-IN) Presto/2.9.165 Versi
	                                                                                                 on/12.00
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_9) AppleWebK
	                                                                                                 it/5311 (KHTML, like Gecko) Chrome/58.0.823.0 Safari/53
	                                                                                                 11
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_8_9
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; 
	                                                                                                 so-ET) AppleWebKit/534.42.2 (KHTML, like Gecko) Version
	                                                                                                 /4.0.5 Mobile/8B115 Safari/6534.42.2

## LANGUAGE ro_RO

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Janeview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Albu Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Georgescu Springs Apt. 874
	                                                                                                 Janeville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Tabacu Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Albu, Stancu and Voinea
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Jane Dumitrescu
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:48
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be57b90>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:57
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:36
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:34
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:31
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408530
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:48
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:07
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:01
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # tomescujohn@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # johndiaconescu@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.puscasu.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ydobre
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # john47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # nistorjohn@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # nistorjohn@preda.biz
	fake.domain_name(*args, **kwargs)                                                              # cristea.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.manole-stanescu.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # georgescu
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # aaneijohn@stoica.com
	fake.uri()                                                                                     # https://www.gheorghiu.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # ionitajane@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rionita@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Stancu
	fake.name_female()                                                                             # Leontina Suciu
	fake.name()                                                                                    # Jane Stan
	fake.name_male()                                                                               # Anatolie Preda
	fake.first_name()                                                                              # Jane
	fake.first_name_male()                                                                         # Florea
	fake.first_name_female()                                                                       # Clementina
	fake.last_name_female()                                                                        # Popescu
	fake.last_name()                                                                               # Diaconescu

### faker.providers.phone_number

	fake.phone_number()                                                                            # 001-128-100-6247x5189
	fake.msisdn()                                                                                  # 0069859520172

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'vmazilescu', 'name': u'Olimpian Toma Alb
	                                                                                                 u', 'birthdate': datetime.date(1928, 11, 4), 'sex': 'M'
	                                                                                                 , 'address': u'4593 Popescu Camp\nNorth Johnchester, CO
	                                                                                                  03999', 'mail': u'johncristea@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.preda.com/'], 'username': u'h
	                                                                                                 tomescu', 'name': u'Virginia Nistor', 'blood_group': 'O
	                                                                                                 +', 'residence': u'3076 Dobre Manor\nNorth John, IL 181
	                                                                                                 74', 'company': u'Ababei Group', 'address': u'24267 Joh
	                                                                                                 n Turnpike Apt. 284\nNistortown, OK 92374', 'birthdate'
	                                                                                                 : datetime.date(1937, 10, 10), 'sex': 'F', 'job': 'Cura
	                                                                                                 tor', 'ssn': u'014-86-6617', 'current_location': (Decim
	                                                                                                 al('26.123275'), Decimal('-13.207050')), 'mail': u'cris
	                                                                                                 teajohn@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'qDUqIVIQVQakyTYxUced', 8424, u'NfObvSDPfAdvfLBvpEYA'
	                                                                                                 , u'lWZLQXUkeHpgAakXmmrJ', u'http://manole.biz/explore/
	                                                                                                 blog/tags/homepage.html', Decimal('30780598266.5'))
	fake.pystr(min_chars=None, max_chars=20)                                                       # cXNHFRfirsAshHOhJEdA
	fake.pystruct(count=10, *value_types)                                                          # ([u'john66@dochioiu.com', 914, Decimal('6963631355.0'),
	                                                                                                  u'muepFhMUpQVzgOVDDxrf', u'XSnEowhuXfBGtdZYQqDY', u'TQ
	                                                                                                 AzuhibbkBdRxlkCAId', 7476, 40.6, u'BKzLiZGUHOzHzadhXPXC
	                                                                                                 ', datetime.datetime(2011, 4, 11, 2, 21, 56)], {u'sint'
	                                                                                                 : u'HdjnHHhyQbMjYvThkYvo', u'eveniet': Decimal('19666.1
	                                                                                                 643486'), u'repellendus': u'VAGBnHISgtbVJPmELaww', u'qu
	                                                                                                 am': u'goEgwxtwpflXFKBczlhI', u'quasi': u'sxsbUgZWlaDqW
	                                                                                                 CwsrHyK', u'tenetur': u'tomajane@voinea.org', u'ducimus
	                                                                                                 ': u'rdobre@yahoo.com', u'vel': 6520, u'eligendi': u'ok
	                                                                                                 VcJuDObusfdbAPIOxz', u'magnam': u'xRyNAwBnjyxyNsxvwCLU'
	                                                                                                 }, {u'ipsum': {4: u'IHIBngTrVTgSCPKavHsx', 5: [u'LIPUzN
	                                                                                                 AwHVysUVJaAROk', u'HpdcIKJVKITtLvRBmqrG', u'IGQuaysWWgi
	                                                                                                 ACAanQGVR'], 6: {4: u'john81@ionita-stoica.com', 5: dat
	                                                                                                 etime.datetime(1975, 11, 28, 20, 3, 42), 6: [u'HovQgvqL
	                                                                                                 qEEmNAyDKVtJ', Decimal('-7.15840201176E+12')]}}, u'dolo
	                                                                                                 ribus': {8: {8: [4809, u'zIOMSjfaTVgdeEsdknFV'], 6: u'J
	                                                                                                 ibPxFewhzdXwxyhUwrb', 7: datetime.datetime(1990, 3, 31,
	                                                                                                  6, 43, 13)}, 6: u'noblicSVBdIiQYMiRVSE', 7: [9340, u'y
	                                                                                                 eTgNJCXYagwZpesIQQF', 9177]}, u'ad': {1: datetime.datet
	                                                                                                 ime(2000, 1, 15, 6, 39, 45), 2: [u'BKydkNetSIPJhoWhOnsu
	                                                                                                 ', u'pZtBemlqHYtUPwQByEvL', u'https://www.gheorghiu-dia
	                                                                                                 conu.com/terms/'], 3: {1: u'RybeYbygJkVaVlogWWSe', 2: u
	                                                                                                 'TcchzGHSRBkPzwgNCkbn', 3: [u'john51@marin.org', dateti
	                                                                                                 me.datetime(1975, 6, 8, 2, 27, 40)]}}, u'dignissimos': 
	                                                                                                 {8: u'GGbDeHcueisSNSsPLMxP', 9: [u'BeqZorqoJgpXcYZIopxt
	                                                                                                 ', 2562, u'xtudor@barbu-mocanu.biz'], 10: {8: u'zlAUomM
	                                                                                                 SWGHEYZULAxnw', 9: u'https://dima-dumitrescu.com/posts/
	                                                                                                 blog/app/author.php', 10: [u'QZnljhbqxZULfMXJnUCU', 537
	                                                                                                 3]}}, u'quia': {5: 8517.806981838, 6: [u'DMvJGgVXoWbSIU
	                                                                                                 IWtJDu', u'jane06@aanei.biz', u'sZhBdVgJLmHdGJmxPdym'],
	                                                                                                  7: {5: u'LXlLYXvpXTOhsTJkBbrW', 6: -1906925208.2, 7: [
	                                                                                                 1532, u'john99@hotmail.com']}}, u'dicta': {8: [85707235
	                                                                                                 205098.0, u'VbNtSafSuiJsvoGPorHx', u'YxyasRXImwPeDUjQuA
	                                                                                                 fP'], 9: {8: u'http://stoica.com/', 9: [u'http://www.ab
	                                                                                                 abei-mocanu.com/', datetime.datetime(1988, 7, 18, 20, 1
	                                                                                                 3, 20)], 7: u'rcSPsDiqilFyWOGJfZLl'}, 7: u'NJaRnmbltJde
	                                                                                                 fVODbJje'}, u'vel': {2: u'EtsXIsKYeAbpEbDkQQQf', 3: [u'
	                                                                                                 OGjICAeEeROitcmZpEtS', datetime.datetime(2008, 2, 4, 17
	                                                                                                 , 21, 21), u'kpopescu@barbu-dinu.info'], 4: {2: 4309, 3
	                                                                                                 : u'http://preda.com/wp-content/privacy.html', 4: [u'to
	                                                                                                 majane@stan-albu.com', u'MSPdVYfStWSaSqGXxclF']}}, u'ma
	                                                                                                 gnam': {0: u'PFCNGNdtsISufWRqmcFD', 1: [2667, Decimal('
	                                                                                                 8.28679667105E+12'), u'MNVMpfrfGKtpxLPaztbY'], 2: {0: u
	                                                                                                 'http://www.albu.com/search.php', 1: u'https://www.dima
	                                                                                                 -preda.com/search/main/', 2: [5612, 578]}}, u'earum': {
	                                                                                                 9: 6280, 10: [5759, Decimal('-1.10542919023E+12'), -441
	                                                                                                 .254369621544], 11: {9: u'JfyRzieThtNHVNqZUIfg', 10: 31
	                                                                                                 77, 11: [u'kuVxMbklxymikfbjSMDv', u'https://www.ene.com
	                                                                                                 /login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -24371460841.5
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 5137.725515
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'https://dochioiu.com/wp-content/author.jsp', u'http:
	                                                                                                 //ionita.biz/terms/', 1253, Decimal('-340.627727903'), 
	                                                                                                 u'https://www.tomescu.com/author.html', u'oEKvhRkhZXZJz
	                                                                                                 gpBTuJB', 2665]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), datetim
	                                                                                                 e.datetime(2005, 1, 4, 19, 7, 8), datetime.datetime(201
	                                                                                                 6, 6, 11, 7, 9, 50), u'CPqDmlzqlFFPqbTvnSUV', u'HSnqrRr
	                                                                                                 sGwzsynzAvzCn', u'janeflorea@yahoo.com', u'jyByNZXfbjrQ
	                                                                                                 laXPacId', 7620, 282)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'https://ionita.net/post.php', datetime.datetime(
	                                                                                                 1981, 12, 8, 13, 7, 58), u'fdyxMOASbnnIwStDRfea', Decim
	                                                                                                 al('8.97134541261E+13'), u'johnstancu@yahoo.com', 9881,
	                                                                                                  datetime.datetime(1995, 5, 14, 8, 7, 12), u'jane08@nit
	                                                                                                 a-nemes.com', 4670, 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': 2032, u'occaecati': u'janemocanu@diaconu
	                                                                                                 .com', u'voluptatum': u'qLamUIGzSacfjofCnMOM', u'volupt
	                                                                                                 ate': datetime.datetime(2016, 4, 7, 8, 44, 24), u'possi
	                                                                                                 mus': 4345, u'ipsam': 8047, u'in': u'johnionescu@hotmai
	                                                                                                 l.com', u'animi': 2150, u'voluptatibus': u'ypCXvekXeLxo
	                                                                                                 JDhNNFZO', u'delectus': -14271049206.291, u'aliquam': u
	                                                                                                 'fPttRpgqTtsVofWgVgwc'}
	fake.pyint()                                                                                   # 6304

### faker.providers.ssn

	fake.vat_id()                                                                                  # RO62949
	fake.ssn()                                                                                     # 592-58-8962

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_1; rv:1.9.
	                                                                                                 5.20) Gecko/2014-04-26 07:34:49 Firefox/12.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.50.(X11; Linux x86_64; hsb-DE) Presto/2.9.166 V
	                                                                                                 ersion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 6.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows CE; Trident/
	                                                                                                 3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/
	                                                                                                 4.0)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5352 (KHTML, 
	                                                                                                 like Gecko) Chrome/23.0.834.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_8_3
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_8 rv:2.0; 
	                                                                                                 sk-SK) AppleWebKit/533.1.3 (KHTML, like Gecko) Version/
	                                                                                                 5.1 Safari/533.1.3

## LANGUAGE it_IT

### faker.providers.address

	fake.state_abbr()                                                                              # PO
	fake.address()                                                                                 # Via Aaron 47 Appartamento 72
	                                                                                                 Rossetti salentino, 61582 Savona (PZ)
	fake.street_address()                                                                          # Piazza Coppola 35 Appartamento 85
	fake.postcode()                                                                                # 52639
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.street_name()                                                                             # Viale Serse
	fake.country()                                                                                 # Nuova Caledonia
	fake.secondary_address()                                                                       # Piano 5
	fake.street_suffix()                                                                           # Via
	fake.city_prefix()                                                                             # San
	fake.city_suffix()                                                                             # ligure
	fake.building_number()                                                                         # 3
	fake.city()                                                                                    # Settimo Irene calabro
	fake.state()                                                                                   # Pescara

### faker.providers.automotive

	fake.license_plate()                                                                           # 607 DFW

### faker.providers.bank

	fake.bban()                                                                                    # A3963331904739298684875
	fake.bank_country()                                                                            # IT
	fake.iban()                                                                                    # IT07M7407247101532492486244

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 1338369936333
	fake.ean13()                                                                                   # 4792040071732
	fake.ean8()                                                                                    # 98019649

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(92,37,160)
	fake.color_name()                                                                              # Pink
	fake.rgb_color()                                                                               # 125,120,25
	fake.safe_hex_color()                                                                          # #224400
	fake.safe_color_name()                                                                         # silver
	fake.hex_color()                                                                               # #d04271

### faker.providers.company

	fake.company()                                                                                 # Benedetti-Conti s.r.l.
	fake.company_suffix()                                                                          # SPA
	fake.catch_phrase()                                                                            # Monitoraggio gestita stabile
	fake.bs()                                                                                      # modelli integrate rivoluzionari

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 071
	fake.credit_card_provider(card_type=None)                                                      # JCB 15 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 16 digit
	                                                                                                 Naomi Sartori
	                                                                                                 4671994742708922 08/28
	                                                                                                 CVC: 082
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/25
	fake.credit_card_number(card_type=None)                                                        # 3590086501309792

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # TIT
	fake.currency_code()                                                                           # BDT
	fake.currency_name()                                                                           # Lesotho loti
	fake.cryptocurrency_name()                                                                     # DigitalNote
	fake.cryptocurrency()                                                                          # ('XPM', 'Primecoin')
	fake.currency()                                                                                # ('BDT', 'Bangladeshi taka')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-02 04:30:14
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be7f550>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1998-09-18 00:03:56
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-01-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-12 12:39:40
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-11
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2017-04-01 06:57:23
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-31
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2010-12-31 13:37:42
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1977-05-25
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 1997-12-23
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-13
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2019-02-04T16:34:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-03
	fake.date_this_century(before_today=True, after_today=False)                                   # 2004-04-14
	fake.month()                                                                                   # 02
	fake.year()                                                                                    # 1988
	fake.day_of_month()                                                                            # 04
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 971439568
	fake.timezone()                                                                                # Europe/Madrid
	fake.century()                                                                                 # XII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1948-04-05
	fake.time_object(end_datetime=None)                                                            # 05:53:35
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-15 21:54:35
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1990-08-18 09:51:01
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 12:37:41
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-12
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-10 14:47:55
	fake.month_name()                                                                              # August
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0330-05-06 02:14:36
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdx
	fake.mime_type(category=None)                                                                  # text/css
	fake.file_path(depth=1, category=None, extension=None)                                         # /molestiae/adipisci.mp3
	fake.unix_partition(prefix=None)                                                               # /dev/sdm7
	fake.file_name(category=None, extension=None)                                                  # quae.css
	fake.file_extension(category=None)                                                             # flac

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 131.120263
	fake.latitude()                                                                                # -59.6498315
	fake.longitude()                                                                               # -161.995392
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('38.58894', '-89.99038', 'Fairview Heights', 'US', 'Am
	                                                                                                 erica/Chicago')
	fake.location_on_land(coords_only=False)                                                       # ('47.80527', '-122.24064', 'Bothell West', 'US', 'Ameri
	                                                                                                 ca/Los_Angeles')
	fake.latlng()                                                                                  # (Decimal('29.0445275'), Decimal('-136.778978'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # zmontanari@outlook.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/544/711/any
	fake.tld()                                                                                     # it
	fake.email(*args, **kwargs)                                                                    # orlandoantonio@sanna-amato.com
	fake.url(schemes=None)                                                                         # https://damico.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.222.167.138
	fake.user_name(*args, **kwargs)                                                                # orettaamato
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # home
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # tmilani@example.net
	fake.ascii_email(*args, **kwargs)                                                              # efontana@alice.it
	fake.ipv4_public(network=False, address_class=None)                                            # 198.4.7.119
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # jguerra@testa.it
	fake.domain_name(*args, **kwargs)                                                              # romano.com
	fake.hostname(*args, **kwargs)                                                                 # lt-98.gallo-monti.it
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.88.53.225
	fake.domain_word(*args, **kwargs)                                                              # marino
	fake.slug(*args, **kwargs)                                                                     # quae-harum-earum
	fake.uri_path(deep=None)                                                                       # posts/wp-content/category
	fake.company_email(*args, **kwargs)                                                            # ferdinandoruggiero@milani.org
	fake.uri()                                                                                     # http://damico-ferretti.it/about/
	fake.ipv6(network=False)                                                                       # 696e:33d9:6162:1470:31b9:144f:16d7:903
	fake.free_email(*args, **kwargs)                                                               # battagliakociss@fastwebnet.it
	fake.ascii_safe_email(*args, **kwargs)                                                         # genziana05@example.com
	fake.mac_address()                                                                             # c0:e9:25:ed:0c:86

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-913132-07-2
	fake.isbn13(separator="-")                                                                     # 978-0-463-08193-8

### faker.providers.job

	fake.job()                                                                                     # Psychiatrist

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Est quisquam ullam quod. Fugit dolor eos officiis quia 
	                                                                                                 accusamus.
	                                                                                                 Nam adipisci ducimus distinctio quas quisquam tempora c
	                                                                                                 orrupti. Recusandae nisi tempora tempore labore nemo is
	                                                                                                 te.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Voluptate cumque ex reiciendis quod eos. Earum nam s
	                                                                                                 unt quo magnam dolorum.', u'Minima repellendus nam duci
	                                                                                                 mus sapiente eum similique necessitatibus. Eius earum e
	                                                                                                 sse voluptatem. Provident cupiditate a repellendus repu
	                                                                                                 diandae. Expedita labore odit labore suscipit numquam.'
	                                                                                                 , u'Voluptas amet tempora dignissimos ipsa dolor volupt
	                                                                                                 ates. Optio magnam minima.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Odit vel aperiam magnam repellendus.', u'Animi paria
	                                                                                                 tur aperiam inventore at placeat expedita aperiam.', u'
	                                                                                                 Exercitationem illo provident rerum aspernatur beatae r
	                                                                                                 eiciendis.']
	fake.word(ext_word_list=None)                                                                  # nesciunt
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Quidem fuga quis quia. Veniam suscipit corrupti volupta
	                                                                                                 tes fuga tempora velit. Mollitia eaque laboriosam id.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Odit facere ratione quibusdam atque quisquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'nesciunt', u'animi', u'odit']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # SrU%fj!^#7
	fake.uuid4(cast_to=<type 'str'>)                                                               # 2ed5da90-408a-4989-aa13-7a19bf936f47
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 201a4886ea5bc86292eeaa87a95dfdda
	fake.sha1(raw_output=False)                                                                    # ec8954021b41e9dcf14f8f5480c927ddce141f88
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 33540b8c84398d8363f50293bcf340fbadb8dc3590f43a5bab4f47a
	                                                                                                 80e111b71
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Colombo
	fake.name_female()                                                                             # Donatella Monti
	fake.prefix_male()                                                                             # Dott.
	fake.prefix()                                                                                  # Dott.
	fake.name()                                                                                    # Teseo Santoro
	fake.name_male()                                                                               # Mietta Costantini
	fake.first_name()                                                                              # Ruth
	fake.first_name_male()                                                                         # Osea
	fake.first_name_female()                                                                       # Fulvio
	fake.last_name_female()                                                                        # Costa
	fake.last_name()                                                                               # Sartori
	fake.prefix_female()                                                                           # Dott.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +39 07 68243117
	fake.msisdn()                                                                                  # 1014866617344

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'eliziario91', 'name': u'Rosolino Montana
	                                                                                                 ri', 'birthdate': datetime.date(2013, 9, 19), 'sex': 'F
	                                                                                                 ', 'address': u'Contrada Kristel 138 Appartamento 39\nS
	                                                                                                 an Penelope, 91403 Macerata (FE)', 'mail': u'rita40@tim
	                                                                                                 .it'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.leone.it/'], 'username': u'od
	                                                                                                 oneconte', 'name': u'Sig. Carmelo Riva', 'blood_group':
	                                                                                                  'O-', 'residence': u'Strada Barbieri 26\nMaggiore sale
	                                                                                                 ntino, 02847 Parma (AR)', 'company': u'Mazza e figli', 
	                                                                                                 'address': u'Vicolo Damiana 112 Piano 1\nSan Osea a mar
	                                                                                                 e, 22625 Ragusa (MI)', 'birthdate': datetime.date(1951,
	                                                                                                  12, 8), 'sex': 'F', 'job': 'Doctor, hospital', 'ssn': 
	                                                                                                 u'LFMEYE81O30W771K', 'current_location': (Decimal('-82.
	                                                                                                 353833'), Decimal('81.151639')), 'mail': u'elda09@tele2
	                                                                                                 .it'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([3651, 1129138102723.5, 843, Decimal('5142.87214588
	                                                                                                 '), datetime.datetime(1974, 10, 31, 15, 39, 1), datetim
	                                                                                                 e.datetime(1971, 5, 19, 23, 2, 26), u'vfLBvpEYAUWuKcyBG
	                                                                                                 RZL', u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # DEnHSqJRZdMNVMpfrfGK
	fake.pystruct(count=10, *value_types)                                                          # ([5.44198416912098, u'ogWWSeaTcchzGHSRBkPz', u'http://m
	                                                                                                 ontanari.com/list/home.asp', u'YcHYkbPsWFXWZSzAuKxg', u
	                                                                                                 'xjLIPUzNAwHVysUVJaAR', u'RxlkCAIdslQDSPqDMvJG', 4305, 
	                                                                                                 Decimal('182396276211'), datetime.datetime(1993, 9, 23,
	                                                                                                  5, 32, 15), u'jQPLaYMhQZnljhbqxZUL'], {u'nisi': u'muep
	                                                                                                 FhMUpQVzgOVDDxrf', u'inventore': u'https://negri.it/mai
	                                                                                                 n/wp-content/about.htm', u'laborum': 79689.54, u'ullam'
	                                                                                                 : u'http://www.esposito.com/privacy.html', u'dicta': 92
	                                                                                                 214487334281.3, u'ut': u'https://russo.net/', u'modi': 
	                                                                                                 -23.2, u'laudantium': 608, u'officiis': u'DYbIHIBngTrVT
	                                                                                                 gSCPKav', u'odio': u'ozcBsPtkEHWjBKzLiZGU'}, {u'reprehe
	                                                                                                 nderit': {3: 97349445.4, 4: [u'XNMHyJcFAwdQCooUMwpb', 9
	                                                                                                 663, 1225], 5: {3: Decimal('0.44761622999'), 4: u'http:
	                                                                                                 //ferrara-marino.eu/categories/search/login.php', 5: [u
	                                                                                                 'http://www.carbone.it/', u'wwQjXSnEowhuXfBGtdZY']}}, u
	                                                                                                 'maiores': {8: {8: [577, u'folcocosta@ferraro.org'], 6:
	                                                                                                  u'ferraroursula@ricci.it', 7: u'https://ferrari.it/tag
	                                                                                                 s/app/homepage.html'}, 6: u'rHyKMzMdnoblicSVBdIi', 7: [
	                                                                                                 datetime.datetime(2017, 6, 5, 2, 31, 23), datetime.date
	                                                                                                 time(1978, 1, 8, 4, 43, 40), u'https://pagano-costa.com
	                                                                                                 /main/posts/blog/register.asp']}, u'adipisci': {5: u'VX
	                                                                                                 oWbSIUIWtJDuYcIOcF', 6: [u'vinicio61@damico-costa.com',
	                                                                                                  u'diana26@amato.com', -243244964779.0], 7: {5: Decimal
	                                                                                                 ('9.62009740362E+14'), 6: 77860.1425779721, 7: [u'TJkBb
	                                                                                                 rWtFqmjnyhYPJbV', u'ethan34@tiscali.it']}}, u'commodi':
	                                                                                                  {8: [40.6, u'NJaRnmbltJdefVODbJje', 85707235205098.0],
	                                                                                                  9: {8: u'YxyasRXImwPeDUjQuAfP', 9: [u'rcSPsDiqilFyWOGJ
	                                                                                                 fZLl', u'http://riva.it/'], 7: u'VbNtSafSuiJsvoGPorHx'}
	                                                                                                 , 7: u'TVgdeEsdknFVmYSWmrCn'}, u'excepturi': {0: u'hcFe
	                                                                                                 iGQOIntjMzepnBDD', 1: [u'AIrWGkirAeMFsBKydkNe', 6904893
	                                                                                                 733144.1, u'WhOnsucpZtBemlqHYtUP'], 2: {0: -59006331795
	                                                                                                 38.4, 1: datetime.datetime(2012, 12, 7, 18, 42, 42), 2:
	                                                                                                  [-3957324783231.1, 8074]}}, u'quam': {2: 2396, 3: [u'g
	                                                                                                 iulietta03@tin.it', datetime.datetime(2012, 3, 3, 11, 8
	                                                                                                 , 45), datetime.datetime(1973, 9, 28, 3, 32, 58)], 4: {
	                                                                                                 2: u'rivaalbino@yahoo.com', 3: u'https://www.ruggiero-f
	                                                                                                 abbri.com/', 4: [9388, u'goEgwxtwpflXFKBczlhI']}}, u'fu
	                                                                                                 ga': {1: 20.372559811, 2: [u'ZyFvDgNzIIVMfbbokVcJ', -40
	                                                                                                 1492070.36155, u'dbAPIOxzoHHgRKSmEtsX'], 3: {1: Decimal
	                                                                                                 ('92222.5078637'), 2: u'pEbDkQQQfsOGjICAeEeR', 3: [date
	                                                                                                 time.datetime(1977, 11, 1, 20, 36, 1), 2.593]}}, u'labo
	                                                                                                 riosam': {4: datetime.datetime(1979, 9, 18, 17, 58, 43)
	                                                                                                 , 5: [u'HpdcIKJVKITtLvRBmqrG', u'IGQuaysWWgiACAanQGVR',
	                                                                                                  u'tolomeo81@fabbri-ferretti.it'], 6: {4: u'mHovQgvqLqE
	                                                                                                 EmNAyDKVt', 5: Decimal('992714324.716'), 6: [u'https://
	                                                                                                 www.costantini.com/author.jsp', u'battagliaisabel@poste
	                                                                                                 .it']}}, u'ducimus': {8: Decimal('-13672575.0'), 9: [da
	                                                                                                 tetime.datetime(2016, 11, 23, 14, 25, 28), 1372, 6159],
	                                                                                                  10: {8: u'DeHcueisSNSsPLMxPbBe', 9: u'ZorqoJgpXcYZIopx
	                                                                                                 tAnW', 10: [u'RYxufBIjzlAUomMSWGHE', u'abarone@fastwebn
	                                                                                                 et.it']}}, u'cum': {9: u'MXJnUCUDBkcHdjnHHhyQ', 10: [u'
	                                                                                                 MjYvThkYvoTORFGxDLTZ', -1.93208753600202, u'wnhJfyRzieT
	                                                                                                 htNHVNqZU'], 11: {9: Decimal('31.0'), 10: u'uVxMbklxymi
	                                                                                                 kfbjSMDvR', 11: [6700, u'MrxlEHYoNZKoUrBMXBbJ']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 66.677963
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -68244661456.6
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'CjdlZQUppZpxKFSEgHgT', u'rGUEWqlWDCYiioEKvhRk', u'ZX
	                                                                                                 ZJzgpBTuJBAnEKVDOU', -193014096863120.0, 6065, u'piccar
	                                                                                                 dafabbri@gmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'sibilla25@riva.org', u'IdrCPqDmlzqlFFPqbTvn', u'RrsG
	                                                                                                 wzsynzAvzCnuOgPO', u'https://pellegrini.eu/main/tags/li
	                                                                                                 st/main.html', Decimal('-9051.7314598'), u'FbgjyByNZXfb
	                                                                                                 jrQlaXPa')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([datetime.datetime(1973, 4, 29, 7, 15, 22), u'yxyNs
	                                                                                                 xvwCLUAWhJvKHnn', 395946.10373, u'XNHFRfirsAshHOhJEdAp'
	                                                                                                 , 599304.553, u'nickbianchi@gmail.com', datetime.dateti
	                                                                                                 me(2001, 2, 20, 13, 42, 2), u'PzGDlQmffdyxMOASbnnI', 25
	                                                                                                 37, 8434277806929.1, u'aTCLSKwWBTqKueGBgvLA', 513375154
	                                                                                                 7727.4])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eum': u'kqDUqIVIQVQakyTYxUce', u'quis': u'UIGzSacfjo
	                                                                                                 fCnMOMVMuj', u'quisquam': datetime.datetime(1970, 1, 18
	                                                                                                 , 6, 20, 52), u'doloremque': 3784, u'voluptatibus': u'p
	                                                                                                 FlVqzEBMjeGkDkzwxPN', u'nobis': 70796128832.3, u'quo': 
	                                                                                                 u'mde-luca@vodafone.it'}
	fake.pyint()                                                                                   # 3989

### faker.providers.ssn

	fake.vat_id()                                                                                  # IT06506466447
	fake.ssn()                                                                                     # IHTQDO92U23L252V

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_1; rv:1.
	                                                                                                 9.4.20) Gecko/2018-05-15 09:44:07 Firefox/12.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.32.(Windows NT 5.01; mi-NZ) Presto/2.9.161 Vers
	                                                                                                 ion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4
	                                                                                                 .90; Trident/5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_5 rv:5.0; os-
	                                                                                                 RU) AppleWebKit/531.44.4 (KHTML, like Gecko) Version/5.
	                                                                                                 1 Safari/531.44.4
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows 98) AppleWebKit/5310 (KHTML, like 
	                                                                                                 Gecko) Chrome/29.0.826.0 Safari/5310
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_2
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_8 rv:5.0; 
	                                                                                                 eo-US) AppleWebKit/533.17.5 (KHTML, like Gecko) Version
	                                                                                                 /4.0.2 Safari/533.17.5

## LANGUAGE et_EE

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Ninaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Kurvits Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Lehtmets Springs Apt. 874
	                                                                                                 Andreiville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Luts Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Toomsalu, Remmel and Piir
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Ivan Erm
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:48
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bea9a50>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:57
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:36
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:34
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:31
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408530
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:48
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:07
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:01
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # oravmare@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # olgatamme@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.varik.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # yvillemson
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # viktoria47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # abramovmarko@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # novikovsvetlana@lokk.biz
	fake.domain_name(*args, **kwargs)                                                              # jogi.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.jaanus-lebedev.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # kiisk
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # kirsskristi@jakovlev.com
	fake.uri()                                                                                     # https://www.kudrjavtsev.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # pajunina@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rsepp@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.first_name_male_rus()                                                                     # Sergei
	fake.prefix_male()                                                                             # härra
	fake.suffix_female()                                                                           # BSc
	fake.name_male()                                                                               # Mihkel Viks
	fake.first_name_rus()                                                                          # Nadežda
	fake.first_name()                                                                              # Kristiina
	fake.suffix_male()                                                                             # PhD
	fake.first_name_est()                                                                          # Marko
	fake.first_name_female()                                                                       # Elena
	fake.first_name_male()                                                                         # Igor
	fake.prefix_female()                                                                           # pr
	fake.name()                                                                                    # Roman Abramov
	fake.last_name_rus()                                                                           # Baranov
	fake.first_name_male_est()                                                                     # Ants
	fake.suffix()                                                                                  # PhD
	fake.prefix()                                                                                  # proua
	fake.first_name_female_est()                                                                   # Anu
	fake.name_female()                                                                             # Natalia Štšerbakov
	fake.last_name_male()                                                                          # Alekseev
	fake.first_name_female_rus()                                                                   # Olga
	fake.last_name_est()                                                                           # Müür
	fake.last_name()                                                                               # Tammik
	fake.last_name_female()                                                                        # Raidma

### faker.providers.phone_number

	fake.phone_number()                                                                            # 001-210-510-1486x661
	fake.msisdn()                                                                                  # 1281006247518

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'voroninaleksei', 'name': u'Tiit Raudsepp
	                                                                                                 ', 'birthdate': datetime.date(1983, 11, 15), 'sex': 'M'
	                                                                                                 , 'address': u'10201 Jaan Ports Apt. 575\nDmitritown, W
	                                                                                                 Y 42267', 'mail': u'pollujaanus@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://krolov.com/', u'http://www.kalla
	                                                                                                 ste-urb.com/', u'https://www.lepp.info/', u'https://www
	                                                                                                 .rebane.com/'], 'username': u'msoon', 'name': u'\xdclle
	                                                                                                  Kr\xf5lov', 'blood_group': 'AB+', 'residence': u'43117
	                                                                                                  Juri Port Apt. 813\nLake Dmitriton, CO 24555', 'compan
	                                                                                                 y': u'Hanson-Raud', 'address': u'USS Petrov\nFPO AA 414
	                                                                                                 22', 'birthdate': datetime.date(1968, 5, 6), 'sex': 'F'
	                                                                                                 , 'job': 'Ranger/warden', 'ssn': u'37809187889', 'curre
	                                                                                                 nt_location': (Decimal('16.5397975'), Decimal('169.4793
	                                                                                                 28')), 'mail': u'eallas@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'ekilk@maesalu.biz', 3651, Decimal('-506363.84361
	                                                                                                 2'), 1129138102723.5, 8778, u'http://trei.com/', Decima
	                                                                                                 l('5142.87214588'), datetime.datetime(1974, 10, 31, 15,
	                                                                                                  39, 1), datetime.datetime(1971, 5, 19, 23, 2, 26), u'v
	                                                                                                 fLBvpEYAUWuKcyBGRZL', u'nCjdlZQUppZpxKFSEgHg', Decimal(
	                                                                                                 '167050146874'), u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # GKtpxLPaztbYTCwdhcFe
	fake.pystruct(count=10, *value_types)                                                          # ([u'irAeMFsBKydkNetSIPJh', 2818, u'VYfStWSaSqGXxclFWqgo
	                                                                                                 ', u'HYkbPsWFXWZSzAuKxguC', Decimal('2634624022.12'), D
	                                                                                                 ecimal('2.39615146132E+13'), u'laura94@teearu.info', 57
	                                                                                                 7, u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53')], 
	                                                                                                 {u'ipsum': u'bbokVcJuDObusfdbAPIO', u'numquam': u'GQOIn
	                                                                                                 tjMzepnBDDdAIrW', u'voluptas': 1524, u'corporis': u'tii
	                                                                                                 u07@sibul-kruglov.com', u'accusantium': u'dlember@hotma
	                                                                                                 il.com', u'quam': u'ZhBdVgJLmHdGJmxPdyme', u'sed': date
	                                                                                                 time.datetime(1988, 1, 19, 12, 48, 41), u'aut': datetim
	                                                                                                 e.datetime(2009, 8, 23, 5, 41, 54), u'rem': datetime.da
	                                                                                                 tetime(2012, 3, 3, 11, 8, 45), u'recusandae': u'XPXChGG
	                                                                                                 bDeHcueisSNSs'}, {u'adipisci': {8: [-49114745.655, date
	                                                                                                 time.datetime(2005, 12, 30, 3, 30, 19), u'http://www.uu
	                                                                                                 stalu.com/'], 9: {8: u'knFVmYSWmrCnweeXvIhN', 9: [Decim
	                                                                                                 al('-2.32615157'), u'tJdefVODbJjetTxUSArV'], 7: 3615}, 
	                                                                                                 7: u'marialang@sepp.info'}, u'optio': {4: u'https://kal
	                                                                                                 mus.info/faq/', 5: [u'vHsxjLIPUzNAwHVysUVJ', u'AROknHpd
	                                                                                                 cIKJVKITtLvR', 2364], 6: {4: u'rGlIGQuaysWWgiACAanQ', 5
	                                                                                                 : 9108, 6: [u'http://nommik.com/posts/main/terms.html',
	                                                                                                  u'HovQgvqLqEEmNAyDKVtJ']}}, u'porro': {9: u'qZorqoJgpX
	                                                                                                 cYZIopxtAn', 10: [u'xkase@klein-poom.biz', u'zlAUomMSWG
	                                                                                                 HEYZULAxnw', u'https://visnapuu-saar.com/posts/blog/app
	                                                                                                 /author.php'], 11: {9: u'QZnljhbqxZULfMXJnUCU', 10: 537
	                                                                                                 3, 11: [u'cHdjnHHhyQbMjYvThkYv', u'TORFGxDLTZtaYxhWnwnh
	                                                                                                 ']}}, u'dicta': {1: Decimal('6963631355.0'), 2: [u'EtsX
	                                                                                                 IsKYeAbpEbDkQQQf', u'OGjICAeEeROitcmZpEtS', datetime.da
	                                                                                                 tetime(2008, 2, 4, 17, 21, 21)], 3: {1: u'klillemets@ja
	                                                                                                 lakas-bondarenko.info', 2: 4309, 3: [u'http://kolk.com/
	                                                                                                 wp-content/privacy.html', u'mottusaleksander@jurisson-k
	                                                                                                 urvits.com']}}, u'nesciunt': {8: {8: [9340, u'yeTgNJCXY
	                                                                                                 agwZpesIQQF'], 6: Decimal('48875003.7476'), 7: u'noblic
	                                                                                                 SVBdIiQYMiRVSE'}, 6: u'sTJkBbrWtFqmjnyhYPJb', 7: [u'fan
	                                                                                                 tonov@yahoo.com', 134101.0, u'panovjuri@loginov.com']},
	                                                                                                  u'quia': {0: u'WhOnsucpZtBemlqHYtUP', 1: [-59006331795
	                                                                                                 38.4, datetime.datetime(2012, 12, 7, 18, 42, 42), -3957
	                                                                                                 324783231.1], 2: {0: 8074, 1: u'RybeYbygJkVaVlogWWSe', 
	                                                                                                 2: [u'TcchzGHSRBkPzwgNCkbn', u'ants51@gusev.org']}}, u'
	                                                                                                 aperiam': {8: u'https://www.aru-pulk.com/wp-content/pos
	                                                                                                 ts/category/register.html', 9: [datetime.datetime(1987,
	                                                                                                  8, 11, 6, 3), u'cSPsDiqilFyWOGJfZLlS', u'xEJRComQgmozc
	                                                                                                 BsPtkEH'], 10: {8: u'ljudmila47@mae.net', 9: 7706, 10: 
	                                                                                                 [6453, 99]}}, u'asperiores': {3: u'ZfcpXNMHyJcFAwdQCooU
	                                                                                                 ', 4: [datetime.datetime(1991, 6, 21, 22, 29, 2), u'bCY
	                                                                                                 AgLaPOcxUTcMAoeVA', 5243], 5: {3: u'HISgtbVJPmELawwQjXS
	                                                                                                 n', 4: 2746, 5: [106.5325, 3804]}}, u'autem': {2: 1168,
	                                                                                                  3: [-3020115.115, u'XFKBczlhILrmuepFhMUp', datetime.da
	                                                                                                 tetime(2014, 9, 13, 11, 22, 29)], 4: {2: 1164, 3: datet
	                                                                                                 ime.datetime(2015, 3, 11, 0, 7, 54), 4: [5726, 3277]}},
	                                                                                                  u'consequatur': {5: u'mitteve@hotmail.com', 6: [u'alum
	                                                                                                 iste@kudrjavtsev-kiil.com', u'bkBdRxlkCAIdslQDSPqD', da
	                                                                                                 tetime.datetime(1990, 10, 22, 0, 53, 5)], 7: {5: Decima
	                                                                                                 l('9512190703.0'), 6: u'ukaasik@ruus-madisson.biz', 7: 
	                                                                                                 [4033, u'anneli06@moor.biz']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -5.89
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -7.93073363295E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [5389, u'komarovmihhail@ott.com', u'ZXZJzgpBTuJBAnEKVDO
	                                                                                                 U', -193014096863120.0, 6065, u'tarmoanton@hotmail.com'
	                                                                                                 , datetime.datetime(1971, 11, 18, 21, 59, 5), datetime.
	                                                                                                 datetime(1993, 10, 1, 0, 45, 13), 5638, u'QmffdyxMOASbn
	                                                                                                 nIwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'marek81@gmail
	                                                                                                 .com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([7576, u'tsISufWRqmcFDEnHSqJR', u'natalia97@klein.c
	                                                                                                 om', 7665, 7512, u'AshHOhJEdApxRyNAwBnj', 4602, u'xvwCL
	                                                                                                 UAWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': u'fWgVgwcqypCXvekXeLxo', u'ullam': 378
	                                                                                                 4, u'sunt': 70796128832.3, u'facilis': u'pFlVqzEBMjeGkD
	                                                                                                 kzwxPN', u'esse': Decimal('760325976.6'), u'blanditiis'
	                                                                                                 : u'teraskatrin@gmail.com', u'et': u'UIGzSacfjofCnMOMVM
	                                                                                                 uj', u'expedita': u'mjogi@yahoo.com'}
	fake.pyint()                                                                                   # 3157

### faker.providers.ssn

	fake.vat_id()                                                                                  # EE547991013
	fake.ssn(min_age=16, max_age=90)                                                               # 50108021929

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2012
	                                                                                                 -11-26 03:50:06 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.97.(Windows CE; bs-BA) Presto/2.9.168 Version/1
	                                                                                                 0.00
	fake.windows_platform_token()                                                                  # Windows 98; Win 9x 4.90
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2016-0
	                                                                                                 2-04 15:22:00 Firefox/3.8
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows 95) AppleWebKit/5350 (KHTML, like 
	                                                                                                 Gecko) Chrome/15.0.866.0 Safari/5350
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_2
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/533.32.2 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B116 Safari/6533.32.2

## LANGUAGE en_IE

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:48
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be9e500>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:57
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:36
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:34
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:31
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408530
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:48
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:07
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:01
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (475)189-2105
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'meganramos', 'name': u'Steven Stone', 'b
	                                                                                                 irthdate': datetime.date(1930, 3, 22), 'sex': 'M', 'add
	                                                                                                 ress': u'9387 Frank Courts\nNew Jamesland, IL 01424', '
	                                                                                                 mail': u'phillipsjeffrey@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://chapman.biz/'], 'username': u'jua
	                                                                                                 nmendez', 'name': u'Barbara Clark', 'blood_group': 'AB-
	                                                                                                 ', 'residence': u'824 David Crest Suite 216\nPort Georg
	                                                                                                 e, AZ 71670', 'company': u'Thomas LLC', 'address': u'80
	                                                                                                 28 Kathryn Place\nNorth Jessicaside, CT 34936', 'birthd
	                                                                                                 ate': datetime.date(1989, 7, 20), 'sex': 'F', 'job': 'C
	                                                                                                 ivil engineer, contracting', 'ssn': u'666-17-3443', 'cu
	                                                                                                 rrent_location': (Decimal('43.296534'), Decimal('-143.2
	                                                                                                 40473')), 'mail': u'nevans@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (3651, 7716, u'http://lawrence.com/', -135.9976455981, 
	                                                                                                 8846, u'tara11@gmail.com', Decimal('5142.87214588'), 69
	                                                                                                 36, u'https://adams-aguilar.info/privacy/', u'bradley45
	                                                                                                 @randall-bolton.info', u'nCjdlZQUppZpxKFSEgHg', u'alWZL
	                                                                                                 QXUkeHpgAakXmmr', u'timothy12@yahoo.com')
	fake.pystr(min_chars=None, max_chars=20)                                                       # ybeYbygJkVaVlogWWSea
	fake.pystruct(count=10, *value_types)                                                          # ([2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJcFAwdQCooUMwp
	                                                                                                 ', Decimal('7.1973574'), u'slQDSPqDMvJGgVXoWbSI', 907, 
	                                                                                                 u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53'), u'uV
	                                                                                                 xMbklxymikfbjSMDvR', 2351], {u'ad': u'yRzieThtNHVNqZUIf
	                                                                                                 gAq', u'optio': 5107, u'sapiente': u'http://www.sims-da
	                                                                                                 y.net/', u'sed': datetime.datetime(1988, 1, 19, 12, 48,
	                                                                                                  41), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'totam':
	                                                                                                  -3514818847.90172, u'atque': 34.98229, u'corrupti': u'
	                                                                                                 blicSVBdIiQYMiRVSEEW', u'dolore': u'EYkBTSWImvJnVyVMWpk
	                                                                                                 r'}, {u'adipisci': {5: u'https://chung-costa.com/', 6: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.whitehead.com/'], 7: {5: 3615, 6: u'knFVmYSWmr
	                                                                                                 CnweeXvIhN', 7: [Decimal('-2.32615157'), u'tJdefVODbJje
	                                                                                                 tTxUSArV']}}, u'fugit': {0: datetime.datetime(1994, 7, 
	                                                                                                 31, 21, 37, 28), 1: [20.372559811, u'ZyFvDgNzIIVMfbbokV
	                                                                                                 cJ', -401492070.36155], 2: {0: u'dbAPIOxzoHHgRKSmEtsX',
	                                                                                                  1: Decimal('92222.5078637'), 2: [u'pEbDkQQQfsOGjICAeEe
	                                                                                                 R', datetime.datetime(1977, 11, 1, 20, 36, 1)]}}, u'eaq
	                                                                                                 ue': {4: u'https://www.bradley.com/posts/app/login/', 5
	                                                                                                 : [u'maxwell61@lucero-hernandez.com', u'VgJLmHdGJmxPdym
	                                                                                                 eLXlL', u'kevinbenton@hotmail.com'], 6: {4: datetime.da
	                                                                                                 tetime(1977, 1, 7, 0, 27, 24), 5: u'TJkBbrWtFqmjnyhYPJb
	                                                                                                 V', 6: [u'daniel34@yahoo.com', u'UgZWlaDqWCwsrHyKMzMd']
	                                                                                                 }}, u'dignissimos': {3: u'HpdcIKJVKITtLvRBmqrG', 4: [u'
	                                                                                                 IGQuaysWWgiACAanQGVR', u'mark81@chavez-cardenas.com', d
	                                                                                                 atetime.datetime(1975, 11, 28, 20, 3, 42)], 5: {3: u'Ho
	                                                                                                 vQgvqLqEEmNAyDKVtJ', 4: Decimal('-7.15840201176E+12'), 
	                                                                                                 5: [-91528686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'pr
	                                                                                                 aesentium': {1: datetime.datetime(2012, 3, 3, 11, 8, 45
	                                                                                                 ), 2: [datetime.datetime(1973, 9, 28, 3, 32, 58), u'cha
	                                                                                                 rlesmichael@hotmail.com', u'https://www.valentine-ellis
	                                                                                                 .com/'], 3: {1: u'FWqgoEgwxtwpflXFKBcz', 2: u'hILrmuepF
	                                                                                                 hMUpQVzgOVD', 3: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'p
	                                                                                                 orro': {8: [u'xhanna@garcia-fox.biz', u'zlAUomMSWGHEYZU
	                                                                                                 LAxnw', u'https://gonzalez-nelson.com/posts/blog/app/au
	                                                                                                 thor.php'], 9: {8: 5373, 9: [u'cHdjnHHhyQbMjYvThkYv', u
	                                                                                                 'TORFGxDLTZtaYxhWnwnh'], 7: u'QZnljhbqxZULfMXJnUCU'}, 7
	                                                                                                 : u'qZorqoJgpXcYZIopxtAn'}, u'aperiam': {8: {8: [6453, 
	                                                                                                 99], 6: u'jean47@esparza.net', 7: 7706}, 6: u'https://w
	                                                                                                 ww.robles-davis.com/wp-content/posts/category/register.
	                                                                                                 html', 7: [datetime.datetime(1987, 8, 11, 6, 3), u'cSPs
	                                                                                                 DiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH']}, u'aliquam
	                                                                                                 ': {9: u'hTqDouLleGDdIxFGvvPe', 10: [u'GfPfrnWfVezuUIfU
	                                                                                                 mFkR', u'oopSDyiElWRjJjXUxzng', 4123], 11: {9: u'jennif
	                                                                                                 ermcguire@yahoo.com', 10: u'ItunFkwYoSIaNeHAXeTB', 11: 
	                                                                                                 [1463957.67, 582]}}, u'magnam': {2: u'CYAgLaPOcxUTcMAoe
	                                                                                                 VAG', 3: [2601, Decimal('-3829817231.24'), u'eallen@hot
	                                                                                                 mail.com'], 4: {2: u'wwQjXSnEowhuXfBGtdZY', 3: u'https:
	                                                                                                 //hopkins.biz/register/', 4: [u'gTrVTgSCPKavHsxjLIPU', 
	                                                                                                 7550]}}, u'vitae': {8: 6700, 9: [u'MrxlEHYoNZKoUrBMXBbJ
	                                                                                                 ', u'dpFbgjyByNZXfbjrQlaX', datetime.datetime(1970, 3, 
	                                                                                                 6, 17, 22, 47)], 10: {8: u'IdrCPqDmlzqlFFPqbTvn', 9: u'
	                                                                                                 https://weaver.info/explore/main/faq.jsp', 10: [u'qrRrs
	                                                                                                 GwzsynzAvzCnuOg', datetime.datetime(2008, 5, 3, 6, 12, 
	                                                                                                 21)]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 5268163.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 73940304738.3
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [-193014096863120.0, 6065, u'sharistevens@hotmail.com',
	                                                                                                  datetime.datetime(1971, 11, 18, 21, 59, 5), datetime.d
	                                                                                                 atetime(1993, 10, 1, 0, 45, 13), 5638, u'QmffdyxMOASbnn
	                                                                                                 IwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'catherine81@gm
	                                                                                                 ail.com', u'sAshHOhJEdApxRyNAwBn', u'yxyNsxvwCLUAWhJvKH
	                                                                                                 nn', 599304.553]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (960171412463.8, u'PnmCrXzZxCvvnFRQfBGR', u'http://herm
	                                                                                                 an.com/main/tags/author.htm', 4652, u'tzufhBjJjdGzXFgYx
	                                                                                                 uiX', u'OtttNfSIbIIguHctQSRp')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([339.840088, u'tsISufWRqmcFDEnHSqJR', u'NetSIPJhoWh
	                                                                                                 OnsucpZtB', u'katherine97@garcia.com', 3786, 79689.54, 
	                                                                                                 u'nBDDdAIrWGkirAeMFsBK', 725, 7576, 7097, u'YTCwdhcFeiG
	                                                                                                 QOIntjMze', u'mlqHYtUPwQByEvLTuPyv'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': datetime.datetime(1999, 7, 28, 14, 1, 23
	                                                                                                 ), u'occaecati': 15197.7665305, u'fugiat': u'kqDUqIVIQV
	                                                                                                 QakyTYxUce', u'voluptatum': u'http://www.diaz.com/home/
	                                                                                                 ', u'voluptate': 70796128832.3, u'possimus': u'morrisje
	                                                                                                 ssica@gmail.com', u'beatae': u'pFlVqzEBMjeGkDkzwxPN', u
	                                                                                                 'ipsam': u'UIGzSacfjofCnMOMVMuj', u'autem': u'manderson
	                                                                                                 @yahoo.com', u'fuga': u'zRIJuPqAeNfObvSDPfAd', u'recusa
	                                                                                                 ndae': 3784, u'in': u'wanderson@flores.com', u'animi': 
	                                                                                                 8.72, u'delectus': 9443}
	fake.pyint()                                                                                   # 3058

### faker.providers.ssn

	fake.vat_id()                                                                                  # IE2y31032w
	fake.ssn()                                                                                     # 102-54-4013

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.0; sat-IN; rv:1.9.0.20) Gecko
	                                                                                                 /2016-04-17 23:44:03 Firefox/3.6.6
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.38.(X11; Linux x86_64; tl-PH) Presto/2.9.186 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trid
	                                                                                                 ent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 5.0; fi-FI; rv:1.9.2.20) Gecko/
	                                                                                                 2017-09-08 07:46:56 Firefox/3.8
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_4) Appl
	                                                                                                 eWebKit/5332 (KHTML, like Gecko) Chrome/13.0.820.0 Safa
	                                                                                                 ri/5332
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_11_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/53
	                                                                                                 5.38.2 (KHTML, like Gecko) Version/5.0 Safari/535.38.2

## LANGUAGE nl_BE

### faker.providers.address

	fake.address()                                                                                 # Josebaan 4
	                                                                                                 8372 Roclenge-sur-Geer
	fake.street_address()                                                                          # Jamesring 95
	fake.postcode()                                                                                # 8830
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # Dianalaan
	fake.country()                                                                                 # Fiji
	fake.province()                                                                                # Waals-Brabant
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 561
	fake.street_suffix()                                                                           # weg
	fake.city()                                                                                    # Membre

### faker.providers.automotive

	fake.license_plate()                                                                           # NQS8903

### faker.providers.bank

	fake.bban()                                                                                    # PHPC8516314128607
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB29AIXQ3331904739298

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 6848754740728
	fake.ean13()                                                                                   # 4710153249244
	fake.ean8()                                                                                    # 86244138

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(236,96,154)
	fake.color_name()                                                                              # FireBrick
	fake.rgb_color()                                                                               # 82,168,248
	fake.safe_hex_color()                                                                          # #665500
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #ce0381

### faker.providers.company

	fake.company()                                                                                 # Johnson PLC
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Focused 24hour hierarchy
	fake.bs()                                                                                      # target impactful experiences

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 474
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 19 digit
	                                                                                                 Sheena Castaneda
	                                                                                                 4196478441316616011 09/25
	                                                                                                 CVC: 486
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/26
	fake.credit_card_number(card_type=None)                                                        # 213180699846716

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NEM
	fake.currency_code()                                                                           # YER
	fake.currency_name()                                                                           # Pound sterling
	fake.cryptocurrency_name()                                                                     # BlackCoin
	fake.cryptocurrency()                                                                          # ('KOI', 'Coinye')
	fake.currency()                                                                                # ('SRD', 'Surinamese dollar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-12 04:59:24
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505c049e60>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1994-06-01 20:52:53
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 12:06:44
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-05
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2019-02-25 20:00:20
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-11
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2000-12-31 11:08:10
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2012-03-26
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 1991-03-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-20
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1975-08-12T22:09:34
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-11
	fake.month()                                                                                   # 12
	fake.year()                                                                                    # 1977
	fake.day_of_month()                                                                            # 26
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 437531496
	fake.timezone()                                                                                # Asia/Kuala_Lumpur
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2010-03-10
	fake.time_object(end_datetime=None)                                                            # 20:08:47
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-17 06:47:41
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1996-05-10 07:24:24
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 17:21:31
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-17
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-21 12:25:34
	fake.month_name()                                                                              # November
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0067-01-08 19:38:26
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdo
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /et/cum.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdi3
	fake.file_name(category=None, extension=None)                                                  # natus.gif
	fake.file_extension(category=None)                                                             # pptx

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -21.260353
	fake.latitude()                                                                                # -18.4479815
	fake.longitude()                                                                               # 52.251625
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55838', '-81.56929', 'Collinwood', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('54.03876', '43.91385', 'Kovylkino', 'RU', 'Europe/Mos
	                                                                                                 cow')
	fake.latlng()                                                                                  # (Decimal('89.553696'), Decimal('18.381183'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dperez@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/28/944/any
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # elewis@gmail.com
	fake.url(schemes=None)                                                                         # https://www.ellis.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.17.110.50
	fake.user_name(*args, **kwargs)                                                                # justinchapman
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # maria92@example.org
	fake.ascii_email(*args, **kwargs)                                                              # kwilson@richardson.com
	fake.ipv4_public(network=False, address_class=None)                                            # 1.22.103.201
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # iwatson@martin.com
	fake.domain_name(*args, **kwargs)                                                              # lowe.com
	fake.hostname(*args, **kwargs)                                                                 # email-05.richardson.org
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.86.168.227
	fake.domain_word(*args, **kwargs)                                                              # harris-villarreal
	fake.slug(*args, **kwargs)                                                                     # adipisci-quidem
	fake.uri_path(deep=None)                                                                       # posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # stanleydavid@lucero.org
	fake.uri()                                                                                     # https://www.hernandez.com/
	fake.ipv6(network=False)                                                                       # 3aef:ad90:45f2:59e7:9dbf:df8b:973a:6505
	fake.free_email(*args, **kwargs)                                                               # zgarner@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # thomasramsey@example.net
	fake.mac_address()                                                                             # 20:8b:3e:a9:fb:6d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-71462-614-8
	fake.isbn13(separator="-")                                                                     # 978-0-19-059983-6

### faker.providers.job

	fake.job()                                                                                     # Producer, television/film/video

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Dignissimos ipsa dolor voluptates animi optio magnam.
	                                                                                                 Odit facere ratione quibusdam atque quisquam. Odit vel 
	                                                                                                 aperiam magnam repellendus. Animi pariatur aperiam inve
	                                                                                                 ntore at placeat expedita aperiam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Rerum quidem dolor excepturi. Repellendus doloribus 
	                                                                                                 vitae dolorem commodi laboriosam unde numquam. Consequa
	                                                                                                 tur voluptas deserunt fuga corporis ex ea. Quibusdam ap
	                                                                                                 eriam omnis.', u'Et accusamus tempora aut ut excepturi.
	                                                                                                  Similique consequuntur quidem fuga quis quia ratione.'
	                                                                                                 , u'Corrupti voluptates fuga tempora velit consectetur 
	                                                                                                 mollitia. Laboriosam id dicta molestiae. Cumque ex reic
	                                                                                                 iendis quod eos porro earum nam. Quo magnam dolorum vol
	                                                                                                 uptates voluptas minima repellendus.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Earum esse voluptatem fugiat.', u'Cupiditate a repel
	                                                                                                 lendus repudiandae neque expedita labore.', u'Labore su
	                                                                                                 scipit numquam commodi quasi voluptas.']
	fake.word(ext_word_list=None)                                                                  # ea
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Optio vitae ea aliquam. Nostrum voluptatibus reprehende
	                                                                                                 rit magni quos quisquam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Ducimus sapiente eum similique necessitatibus deleniti.
	                                                                                                 
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'vero', u'nam', u'adipisci']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # #4D4MCHCrF
	fake.uuid4(cast_to=<type 'str'>)                                                               # 3c29c98a-16f8-4101-948e-166d86b18472
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 4f5d638a9084bea40583de4f028a6706
	fake.sha1(raw_output=False)                                                                    # 9b6ae2456898959562a9e2218e08d0147ac2fdc3
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 40be15b2444d5cf4fcfdb00e470c0eeb1214141a2d95711b92b3932
	                                                                                                 76fcf3b0f
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Gonzalez
	fake.name_female()                                                                             # Abigail Lewis
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Dr.
	fake.name()                                                                                    # Kristin Cook
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Michael Berry
	fake.first_name()                                                                              # Rodney
	fake.suffix_male()                                                                             # PhD
	fake.suffix()                                                                                  # Jr.
	fake.first_name_male()                                                                         # Jeremy
	fake.first_name_female()                                                                       # Brandy
	fake.last_name_female()                                                                        # Chase
	fake.last_name()                                                                               # Brown
	fake.prefix_female()                                                                           # Ms.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +32(0)59-5201729
	fake.msisdn()                                                                                  # 7735810730069

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'williamsjessica', 'name': u'Phillip Lync
	                                                                                                 h', 'birthdate': datetime.date(1968, 5, 6), 'sex': 'M',
	                                                                                                  'address': u'Michaelweg 79\n5909 Jauchelette', 'mail':
	                                                                                                  u'eramos@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://thomas-norman.com/', u'http://ww
	                                                                                                 w.davis.biz/', u'https://www.edwards-wilson.com/', u'ht
	                                                                                                 tps://www.brewer.net/'], 'username': u'curtis71', 'name
	                                                                                                 ': u'Amber Baldwin', 'blood_group': 'B-', 'residence': 
	                                                                                                 u'Jessicaring 8\n6210 Corenne', 'company': u'Woodard In
	                                                                                                 c', 'address': u'Briannasteeg 618\n6242\nRutten', 'birt
	                                                                                                 hdate': datetime.date(1928, 12, 30), 'sex': 'F', 'job':
	                                                                                                  'Careers information officer', 'ssn': u'72123001502', 
	                                                                                                 'current_location': (Decimal('-82.224682'), Decimal('-1
	                                                                                                 29.197963')), 'mail': u'longrachael@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (datetime.datetime(1978, 11, 14, 21, 36, 43), 843612693
	                                                                                                 46.7, u'http://www.roberts.com/', u'GkDkzwxPNWLXgmyGtak
	                                                                                                 q', u'MOMVMujwKtLKphpFlVqz', u'IVIQVQakyTYxUcedzRIJ', 5
	                                                                                                 291, u'ObvSDPfAdvfLBvpEYAUW', 8988)
	fake.pystr(min_chars=None, max_chars=20)                                                       # NGNdtsISufWRqmcFDEnH
	fake.pystruct(count=10, *value_types)                                                          # ([u'rfGKtpxLPaztbYTCwdhc', u'eYbygJkVaVlogWWSeaTc', u'V
	                                                                                                 xmVIEPctkMSPdVYfStW', datetime.datetime(1981, 11, 2, 12
	                                                                                                 , 45, 19), u'https://ramsey-ortiz.net/wp-content/search
	                                                                                                 /post/', Decimal('9512190703.0'), 7476, 40.6, u'BKzLiZG
	                                                                                                 UHOzHzadhXPXC', datetime.datetime(2011, 4, 11, 2, 21, 5
	                                                                                                 6)], {u'suscipit': u'ZKKzekLzwSSgGZMMoBej', u'placeat':
	                                                                                                  Decimal('-67254.0'), u'perspiciatis': u'xUTcMAoeVAGBnH
	                                                                                                 ISgtbV', u'sint': u'HdjnHHhyQbMjYvThkYvo', u'eos': u'ht
	                                                                                                 tps://brown.org/about/', u'quasi': u'sxsbUgZWlaDqWCwsrH
	                                                                                                 yK', u'in': u'kBdRxlkCAIdslQDSPqDM', u'ducimus': u'ryou
	                                                                                                 ng@yahoo.com', u'vel': 6520, u'labore': 339.840088}, {u
	                                                                                                 'doloribus': {8: {8: [4809, u'zIOMSjfaTVgdeEsdknFV'], 6
	                                                                                                 : u'JibPxFewhzdXwxyhUwrb', 7: datetime.datetime(1990, 3
	                                                                                                 , 31, 6, 43, 13)}, 6: u'noblicSVBdIiQYMiRVSE', 7: [9340
	                                                                                                 , u'yeTgNJCXYagwZpesIQQF', 9177]}, u'ratione': {2: u'ht
	                                                                                                 tps://www.valentine-ellis.com/', 3: [u'FWqgoEgwxtwpflXF
	                                                                                                 KBcz', u'hILrmuepFhMUpQVzgOVD', 4570], 4: {2: u'fFhYcHY
	                                                                                                 kbPsWFXWZSzAu', 3: Decimal('-5498952.3'), 4: [u'phillip
	                                                                                                 sstephanie@figueroa.biz', u'FAwdQCooUMwpbCYAgLaP']}}, u
	                                                                                                 'dicta': {8: [85707235205098.0, u'VbNtSafSuiJsvoGPorHx'
	                                                                                                 , u'YxyasRXImwPeDUjQuAfP'], 9: {8: u'http://pittman.com
	                                                                                                 /', 9: [u'http://www.williams-moreno.com/', datetime.da
	                                                                                                 tetime(1988, 7, 18, 20, 13, 20)], 7: u'rcSPsDiqilFyWOGJ
	                                                                                                 fZLl'}, 7: u'NJaRnmbltJdefVODbJje'}, u'in': {0: 781, 1:
	                                                                                                  [u'GQOIntjMzepnBDDdAIrW', 1966, u'rAeMFsBKydkNetSIPJho
	                                                                                                 '], 2: {0: u'sgreen@brown-evans.org', 1: -230400401.0, 
	                                                                                                 2: [Decimal('7.90661980892E+14'), u'http://luna-brennan
	                                                                                                 .com/terms.htm']}}, u'accusantium': {4: 2121, 5: [Decim
	                                                                                                 al('-36844965.4806'), u'WWgiACAanQGVRVrGrRhr', 12003807
	                                                                                                 43539.0], 6: {4: Decimal('12891.4075'), 5: u'LqEEmNAyDK
	                                                                                                 VtJIPPfLTx', 6: [u'hermanjackie@braun.org', u'astokes@p
	                                                                                                 rice-thomas.com']}}, u'quia': {5: u'upowers@pace-gray.b
	                                                                                                 iz', 6: [4033, u'kristen06@smith.biz', u'sZhBdVgJLmHdGJ
	                                                                                                 mxPdym'], 7: {5: u'LXlLYXvpXTOhsTJkBbrW', 6: -190692520
	                                                                                                 8.2, 7: [1532, u'andrew99@hotmail.com']}}, u'dignissimo
	                                                                                                 s': {8: u'GGbDeHcueisSNSsPLMxP', 9: [u'BeqZorqoJgpXcYZI
	                                                                                                 opxt', 2562, u'xhanna@garcia-fox.biz'], 10: {8: u'zlAUo
	                                                                                                 mMSWGHEYZULAxnw', 9: u'https://gonzalez-nelson.com/post
	                                                                                                 s/blog/app/author.php', 10: [u'QZnljhbqxZULfMXJnUCU', 5
	                                                                                                 373]}}, u'velit': {1: u'hzGHSRBkPzwgNCkbnZyF', 2: [4942
	                                                                                                 12447.0, Decimal('-2.40136427687E+12'), u'kVcJuDObusfdb
	                                                                                                 APIOxzo'], 3: {1: Decimal('6963631355.0'), 2: u'EtsXIsK
	                                                                                                 YeAbpEbDkQQQf', 3: [u'OGjICAeEeROitcmZpEtS', datetime.d
	                                                                                                 atetime(2008, 2, 4, 17, 21, 21)]}}, u'ducimus': {3: 719
	                                                                                                 6, 4: [u'wwQjXSnEowhuXfBGtdZY', u'https://hopkins.biz/r
	                                                                                                 egister/', u'gTrVTgSCPKavHsxjLIPU'], 5: {3: 7550, 4: 42
	                                                                                                 71, 5: [Decimal('-9.01727708405E+13'), Decimal('7.19735
	                                                                                                 74')]}}, u'earum': {9: 6280, 10: [5759, Decimal('-1.105
	                                                                                                 42919023E+12'), -441.254369621544], 11: {9: u'JfyRzieTh
	                                                                                                 tNHVNqZUIfg', 10: 3177, 11: [u'kuVxMbklxymikfbjSMDv', u
	                                                                                                 'https://www.morgan.com/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -24463.8854087
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 40526.1641334
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('6.841175'), u'michael00@gmail.com', u'mackenz
	                                                                                                 ie98@gmail.com', u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKF
	                                                                                                 SEgHgTarG', u'https://www.david.com/author.html', u'oEK
	                                                                                                 vhRkhZXZJzgpBTuJB', 2665, 7064]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, u'patriciareed@yahoo.com', 778930476407.0, 8164,
	                                                                                                  Decimal('-603.0'), datetime.datetime(2005, 1, 4, 19, 7
	                                                                                                 , 8), datetime.datetime(2016, 6, 11, 7, 9, 50), u'CPqDm
	                                                                                                 lzqlFFPqbTvnSUV', u'HSnqrRrsGwzsynzAvzCn', u'jyByNZXfbj
	                                                                                                 rQlaXPacId', 7620, 282)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'QmffdyxMOASbnnIwStDR', u'sAshHOhJEdApxRyNAwBn', 
	                                                                                                 7716, u'yxyNsxvwCLUAWhJvKHnn', 5638, datetime.datetime(
	                                                                                                 1993, 10, 1, 0, 45, 13), datetime.datetime(1971, 11, 18
	                                                                                                 , 21, 59, 5), 599304.553, u'https://lee-lloyd.com/login
	                                                                                                 /', u'eaTCLSKwWBTqKueGBgvL', u'sharistevens@hotmail.com
	                                                                                                 ', u'catherine81@gmail.com', 414])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'praesentium': u'mcguirenicholas@carey-turner.com', u
	                                                                                                 'beatae': u'shannon26@hernandez-miranda.info', u'alias'
	                                                                                                 : 9940, u'dolorem': u'gplImAKALMcZZvjcGMKx', u'deleniti
	                                                                                                 ': u'TtsVofWgVgwcqypCXvek', u'ducimus': datetime.dateti
	                                                                                                 me(1981, 7, 28, 9, 58, 27)}
	fake.pyint()                                                                                   # 6633

### faker.providers.ssn

	fake.vat_id()                                                                                  # BE2588962462
	fake.ssn()                                                                                     # 80022459093

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows 98; Win 9x 4.90; tg-TJ; rv:1.9.1.2
	                                                                                                 0) Gecko/2013-07-22 08:24:10 Firefox/10.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.28.(Windows NT 6.1; hne-IN) Presto/2.9.177 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Trident/
	                                                                                                 5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0 rv:3.0; 
	                                                                                                 fil-PH) AppleWebKit/535.23.4 (KHTML, like Gecko) Versio
	                                                                                                 n/5.1 Safari/535.23.4
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWeb
	                                                                                                 Kit/5361 (KHTML, like Gecko) Chrome/21.0.813.0 Safari/5
	                                                                                                 361
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_5_9
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/5
	                                                                                                 34.49.4 (KHTML, like Gecko) Version/4.0 Safari/534.49.4
	                                                                                                 

## LANGUAGE no_NO

### faker.providers.address

	fake.address()                                                                                 # Ellingsenalléen 7E, 7287 Audstrand
	fake.street_address()                                                                          # Thomassenmyra 39
	fake.postcode()                                                                                # 8401
	fake.country_code(representation="alpha-2")                                                    # BJ
	fake.street_name()                                                                             # Johansenringen
	fake.country()                                                                                 # Indonesia
	fake.street_suffix()                                                                           # skogen
	fake.city_suffix()                                                                             # vær
	fake.building_number()                                                                         # 82
	fake.city()                                                                                    # Moen

### faker.providers.automotive

	fake.license_plate()                                                                           # Z36-35A

### faker.providers.bank

	fake.bban()                                                                                    # 08516314128
	fake.bank_country()                                                                            # NO
	fake.iban()                                                                                    # NO2460703963331

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 9047392986841
	fake.ean13()                                                                                   # 8754740724710
	fake.ean8()                                                                                    # 01532494

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(121,122,36)
	fake.color_name()                                                                              # DarkSlateGray
	fake.rgb_color()                                                                               # 225,156,68
	fake.safe_hex_color()                                                                          # #44ee00
	fake.safe_color_name()                                                                         # purple
	fake.hex_color()                                                                               # #691b39

### faker.providers.company

	fake.company()                                                                                 # Gundersen-Haug BA
	fake.company_suffix()                                                                          # og Sønner
	fake.catch_phrase()                                                                            # Virtual upward-trending function
	fake.bs()                                                                                      # engineer frictionless bandwidth

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 806
	fake.credit_card_provider(card_type=None)                                                      # JCB 15 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 13 digit
	                                                                                                 Alexander Iversen
	                                                                                                 4071739801964 06/23
	                                                                                                 CVC: 784
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 343166160164864

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # EOS
	fake.currency_code()                                                                           # PKR
	fake.currency_name()                                                                           # Somali shilling
	fake.cryptocurrency_name()                                                                     # Ubiq
	fake.cryptocurrency()                                                                          # ('EOS', 'EOS.IO')
	fake.currency()                                                                                # ('KHR', 'Cambodian riel')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 10:04:05
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be14e10>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1991-09-23 23:31:18
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-08-03
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-09 17:26:45
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-01
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2018-11-27 13:14:41
	fake.date_between(start_date="-30y", end_date="today")                                         # 2002-06-11
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2005-05-18 01:05:04
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2014-09-23
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 1992-01-02
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-19
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1996-05-10T07:24:24
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-14
	fake.date_this_century(before_today=True, after_today=False)                                   # 2013-09-09
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 2006
	fake.day_of_month()                                                                            # 28
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 120516307
	fake.timezone()                                                                                # Europe/San_Marino
	fake.century()                                                                                 # XX
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1935-04-13
	fake.time_object(end_datetime=None)                                                            # 19:10:39
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-15 02:13:36
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1984-01-30 11:33:13
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 03:35:45
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-17
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-20 19:46:58
	fake.month_name()                                                                              # July
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1897-06-17 17:15:31
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdo
	fake.mime_type(category=None)                                                                  # audio/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /minima/adipisci.mp3
	fake.unix_partition(prefix=None)                                                               # /dev/vdf2
	fake.file_name(category=None, extension=None)                                                  # asperiores.odt
	fake.file_extension(category=None)                                                             # mp3

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 23.060584
	fake.latitude()                                                                                # 73.904469
	fake.longitude()                                                                               # 26.050773
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('32.5007', '-94.74049', 'Longview', 'US', 'America/Chi
	                                                                                                 cago')
	fake.location_on_land(coords_only=False)                                                       # ('35.21222', '2.31889', 'Ksar Chellala', 'DZ', 'Africa/
	                                                                                                 Algiers')
	fake.latlng()                                                                                  # (Decimal('-14.556404'), Decimal('-121.253798'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # helenetveit@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placekitten.com/725/700
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # geir19@strand.no
	fake.url(schemes=None)                                                                         # http://www.sivertsen.no/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.31.44.240
	fake.user_name(*args, **kwargs)                                                                # hdahl
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # privacy
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # eva21@example.com
	fake.ascii_email(*args, **kwargs)                                                              # heidi76@hotmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 9.229.80.244
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # jkristensen@hauge.net
	fake.domain_name(*args, **kwargs)                                                              # kristensen.com
	fake.hostname(*args, **kwargs)                                                                 # email-72.eliassen-paulsen.no
	fake.ipv4(network=False, address_class=None, private=None)                                     # 203.0.38.26
	fake.domain_word(*args, **kwargs)                                                              # nguyen
	fake.slug(*args, **kwargs)                                                                     # doloribus-optio
	fake.uri_path(deep=None)                                                                       # main
	fake.company_email(*args, **kwargs)                                                            # myhrefinn@ahmed.no
	fake.uri()                                                                                     # https://fredriksen.no/home.html
	fake.ipv6(network=False)                                                                       # f8a0:3880:d51c:685c:af88:a4d5:6f85:4e44
	fake.free_email(*args, **kwargs)                                                               # hanne24@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # sigurd00@example.net
	fake.mac_address()                                                                             # 58:07:56:7c:76:43

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-490-43256-5
	fake.isbn13(separator="-")                                                                     # 978-0-14-626147-3

### faker.providers.job

	fake.job()                                                                                     # Teacher, early years/pre

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Voluptatibus reprehenderit magni quos quisquam volup
	                                                                                                 tas. Rerum quidem dolor excepturi. Repellendus doloribu
	                                                                                                 s vitae dolorem commodi laboriosam unde numquam.', u'Vo
	                                                                                                 luptas deserunt fuga corporis. Ea architecto quibusdam 
	                                                                                                 aperiam omnis. Occaecati et accusamus tempora aut.', u'
	                                                                                                 Qui similique consequuntur quidem fuga. Quia ratione ve
	                                                                                                 niam suscipit corrupti voluptates fuga. Velit consectet
	                                                                                                 ur mollitia eaque laboriosam id dicta. Voluptate cumque
	                                                                                                  ex reiciendis quod eos.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Amet minima voluptas ullam sunt eveniet quae harum. Opt
	                                                                                                 io vitae ea aliquam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Halvorsen
	fake.name_female()                                                                             # Per Sørensen
	fake.prefix_male()                                                                             # Prof.
	fake.prefix()                                                                                  # Dr.
	fake.name()                                                                                    # Turid Hagen
	fake.name_male()                                                                               # Terje Amundsen
	fake.first_name()                                                                              # Thor
	fake.first_name_male()                                                                         # Roar
	fake.first_name_female()                                                                       # Kjersti
	fake.last_name_female()                                                                        # Mathisen
	fake.last_name()                                                                               # Antonsen
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +4724659852
	fake.msisdn()                                                                                  # 1504140815535

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'monicaboee', 'name': u'Harald-Erik Madse
	                                                                                                 n', 'birthdate': datetime.date(1935, 11, 20), 'sex': 'F
	                                                                                                 ', 'address': u'Nielseneggen 3, 9579 Bakke', 'mail': u'
	                                                                                                 kbakken@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.soerensen.com/', u'http://is
	                                                                                                 aksen.no/'], 'username': u'knutsenjan', 'name': u'Sisse
	                                                                                                 l Danielsen-Brekke', 'blood_group': 'AB-', 'residence':
	                                                                                                  u'Amundsenskrenten 1, 9859 Edvardsen', 'company': u'My
	                                                                                                 klebust og S\xf8nner', 'address': u'Ruudplassen 17, 443
	                                                                                                 0 Mikkelsen', 'birthdate': datetime.date(1917, 2, 25), 
	                                                                                                 'sex': 'F', 'job': 'Field trials officer', 'ssn': u'290
	                                                                                                 58837316', 'current_location': (Decimal('-77.6828655'),
	                                                                                                  Decimal('-118.145950')), 'mail': u'yeide@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([datetime.datetime(2016, 4, 7, 8, 44, 24), u'wKtLKp
	                                                                                                 hpFlVqzEBMjeGk', datetime.datetime(1989, 4, 27, 21, 2, 
	                                                                                                 49), 8047, 2032, 4345, u'LamUIGzSacfjofCnMOMV'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # ueGBgvLAcXNHFRfirsAs
	fake.pystruct(count=10, *value_types)                                                          # ([u'xvwCLUAWhJvKHnnttsPF', u'NetSIPJhoWhOnsucpZtB', Dec
	                                                                                                 imal('85.2455517933'), u'astrid04@gmail.com', u'TrVTgSC
	                                                                                                 PKavHsxjLIPUz', u'LTxWmbVKdZPWVhTQAzuh', u'rolfhalvorse
	                                                                                                 n@yahoo.com', datetime.datetime(2011, 10, 1, 7, 42, 42)
	                                                                                                 , u'BKzLiZGUHOzHzadhXPXC', datetime.datetime(2011, 4, 1
	                                                                                                 1, 2, 21, 56)], {u'eum': u'YPJbVZYMfsxsbUgZWlaD', u'qui
	                                                                                                 busdam': u'HOhJEdApxRyNAwBnjyxy', u'sint': u'HdjnHHhyQb
	                                                                                                 MjYvThkYvo', u'ea': u'whuXfBGtdZYQqDYbIHIB', u'dolore':
	                                                                                                  u'SqGXxclFWqgoEgwxtwpf', u'rem': u'vQgvqLqEEmNAyDKVtJI
	                                                                                                 P', u'vel': u'xEJRComQgmozcBsPtkEH', u'officiis': u'kVc
	                                                                                                 JuDObusfdbAPIOxzo', u'quo': -49114745.655, u'asperiores
	                                                                                                 ': u'BDDdAIrWGkirAeMFsBKy'}, {u'sequi': {2: 3705, 3: [u
	                                                                                                 'XIsKYeAbpEbDkQQQfsOG', u'ICAeEeROitcmZpEtSQOX', u'ZKKz
	                                                                                                 ekLzwSSgGZMMoBej'], 4: {2: u'https://www.strand.no/', 3
	                                                                                                 : datetime.datetime(1972, 8, 16, 9, 10, 6), 4: [8050.75
	                                                                                                 99732, u'sandvikrune@hotmail.com']}}, u'similique': {8:
	                                                                                                  [2540, 40.6, u'NJaRnmbltJdefVODbJje'], 9: {8: u'VbNtSa
	                                                                                                 fSuiJsvoGPorHx', 9: [u'YxyasRXImwPeDUjQuAfP', u'rcSPsDi
	                                                                                                 qilFyWOGJfZLl'], 7: 85707235205098.0}, 7: u'faTVgdeEsdk
	                                                                                                 nFVmYSWmr'}, u'officia': {4: datetime.datetime(1994, 10
	                                                                                                 , 22, 19, 18, 54), 5: [-3514818847.90172, u'johnsenmay@
	                                                                                                 hotmail.com', u'nHpdcIKJVKITtLvRBmqr'], 6: {4: 2121, 5:
	                                                                                                  Decimal('-36844965.4806'), 6: [u'WWgiACAanQGVRVrGrRhr'
	                                                                                                 , 1200380743539.0]}}, u'quas': {8: {8: [u'esIQQFEVbJibP
	                                                                                                 xFewhzd', u'torberg@holm-hagen.com'], 6: u'erlingsolber
	                                                                                                 g@naess.no', 7: u'bakketerje@hotmail.com'}, 6: 6945, 7:
	                                                                                                  [datetime.datetime(1994, 1, 20, 21, 34, 24), datetime.
	                                                                                                 datetime(1973, 8, 16, 10, 12, 3), u'oblicSVBdIiQYMiRVSE
	                                                                                                 E']}, u'eos': {0: 7665, 1: [7576, u'tsISufWRqmcFDEnHSqJ
	                                                                                                 R', u'kristin97@arnesen.com'], 2: {0: 7097, 1: 79689.54
	                                                                                                 , 2: [3786, u'YTCwdhcFeiGQOIntjMze']}}, u'alias': {1: u
	                                                                                                 'mlqHYtUPwQByEvLTuPyv', 2: [339.840088, 278, u'YbygJkVa
	                                                                                                 VlogWWSeaTcc'], 3: {1: u'zGHSRBkPzwgNCkbnZyFv', 2: 1179
	                                                                                                 , 3: [datetime.datetime(1994, 4, 29, 2, 13, 20), Decima
	                                                                                                 l('11037347570.2')]}}, u'dignissimos': {8: u'GGbDeHcuei
	                                                                                                 sSNSsPLMxP', 9: [u'BeqZorqoJgpXcYZIopxt', 2562, u'xthor
	                                                                                                 sen@arnesen.no'], 10: {8: u'zlAUomMSWGHEYZULAxnw', 9: u
	                                                                                                 'https://christensen.com/posts/blog/app/author.php', 10
	                                                                                                 : [u'QZnljhbqxZULfMXJnUCU', 5373]}}, u'nihil': {3: u'IL
	                                                                                                 rmuepFhMUpQVzgOVDD', 4: [3277, u'FhYcHYkbPsWFXWZSzAuK',
	                                                                                                  34.98229], 5: {3: u'cpXNMHyJcFAwdQCooUMw', 4: u'bCYAgL
	                                                                                                 aPOcxUTcMAoeVA', 5: [5243, u'HISgtbVJPmELawwQjXSn']}}, 
	                                                                                                 u'labore': {5: u'bbkBdRxlkCAIdslQDSPq', 6: [7386, -9119
	                                                                                                 4044059.951, u'WbSIUIWtJDuYcIOcFZaD'], 7: {5: u'JgsZhBd
	                                                                                                 VgJLmHdGJmxPd', 6: 2432, 7: [u'LXlLYXvpXTOhsTJkBbrW', -
	                                                                                                 1906925208.2]}}, u'earum': {9: 6280, 10: [5759, Decimal
	                                                                                                 ('-1.10542919023E+12'), -441.254369621544], 11: {9: u'J
	                                                                                                 fyRzieThtNHVNqZUIfg', 10: 3177, 11: [u'kuVxMbklxymikfbj
	                                                                                                 SMDv', u'https://www.halvorsen.no/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 760325976.6
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -897864640406
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'jacobsengrethe@aasen.net', 8988, u'IVIQVQakyTYxUcedz
	                                                                                                 RIJ', 84361269346.7, u'ObvSDPfAdvfLBvpEYAUW', -52724714
	                                                                                                 096.0, u'https://amundsen.com/explore/blog/posts/author
	                                                                                                 .asp', u'eHpgAakXmmrJlTWATenC', u'dlZQUppZpxKFSEgHgTar'
	                                                                                                 , 8901, 9405]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), datetim
	                                                                                                 e.datetime(2005, 1, 4, 19, 7, 8), datetime.datetime(201
	                                                                                                 6, 6, 11, 7, 9, 50), u'CPqDmlzqlFFPqbTvnSUV', u'HSnqrRr
	                                                                                                 sGwzsynzAvzCn', u'ruthhalvorsen@yahoo.com', u'jyByNZXfb
	                                                                                                 jrQlaXPacId', 7620, 282)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'maria08@lunde.com', datetime.datetime(1981, 12, 
	                                                                                                 8, 13, 7, 58), u'WDCYiioEKvhRkhZXZJzg', u'BTuJBAnEKVDOU
	                                                                                                 uYYxkPz', u'fdyxMOASbnnIwStDRfea', u'https://isaksen.no
	                                                                                                 /post.php', 9881, 4670])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'incidunt': u'vjohnsen@isaksen-kristoffersen.org', u'
	                                                                                                 non': -1641334163506.11, u'quas': u'WgVgwcqypCXvekXeLxo
	                                                                                                 J', u'alias': u'KjfbnagplImAKALMcZZv', u'quisquam': 936
	                                                                                                 9, u'repudiandae': u'halvorsenaase@naess.no', u'aliquam
	                                                                                                 ': u'cGMKxYffPttRpgqTtsVo'}
	fake.pyint()                                                                                   # 9940

### faker.providers.ssn

	fake.ssn(dob=None, gender=None)                                                                # 24058647361

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows 98; Win 9x 4.90; ast-ES; rv:1.9.2.
	                                                                                                 20) Gecko/2013-05-25 14:57:47 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.80.(Windows 98; an-ES) Presto/2.9.172 Version/1
	                                                                                                 0.00
	fake.windows_platform_token()                                                                  # Windows NT 6.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trid
	                                                                                                 ent/4.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.1; Trid
	                                                                                                 ent/3.1)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_4) AppleWebK
	                                                                                                 it/5342 (KHTML, like Gecko) Chrome/59.0.873.0 Safari/53
	                                                                                                 42
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_5_1
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8 rv:2.0
	                                                                                                 ; de-LU) AppleWebKit/531.1.7 (KHTML, like Gecko) Versio
	                                                                                                 n/5.0.4 Safari/531.1.7

## LANGUAGE en_NZ

### faker.providers.address

	fake.te_reo_part()                                                                             # moko
	fake.address()                                                                                 # Suite 620
	                                                                                                 47 Maunganui Concourse
	                                                                                                 Atkinsonhaven 2558
	fake.street_address()                                                                          # PO Box 5
	fake.postcode()                                                                                # 8129
	fake.country_code(representation="alpha-2")                                                    # CZ
	fake.street_name()                                                                             # Tanginui Track
	fake.country()                                                                                 # Benin
	fake.rd_number()                                                                               # 6
	fake.secondary_address()                                                                       # Flat 46
	fake.te_reo_ending()                                                                           # rongo
	fake.street_suffix()                                                                           # Avenue
	fake.city_prefix()                                                                             # Lower
	fake.city_suffix()                                                                             # port
	fake.building_number()                                                                         # 886
	fake.te_reo_first()                                                                            # Roto
	fake.city()                                                                                    # Scottgate

### faker.providers.automotive

	fake.license_plate()                                                                           # GCW651

### faker.providers.bank

	fake.bban()                                                                                    # IFMD2860703963331
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB49ZBKT3929868487547

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 4072471015322
	fake.ean13()                                                                                   # 4924862441336
	fake.ean8()                                                                                    # 83699368

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(74,1,115)
	fake.color_name()                                                                              # ForestGreen
	fake.rgb_color()                                                                               # 124,203,239
	fake.safe_hex_color()                                                                          # #770000
	fake.safe_color_name()                                                                         # black
	fake.hex_color()                                                                               # #65f5c8

### faker.providers.company

	fake.company()                                                                                 # Davis Ltd
	fake.company_suffix()                                                                          # Group
	fake.catch_phrase()                                                                            # Horizontal user-facing solution
	fake.bs()                                                                                      # drive leading-edge models

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 089
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Lisa Burns
	                                                                                                 3513166160164862 03/26
	                                                                                                 CVC: 180
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 06/23
	fake.credit_card_number(card_type=None)                                                        # 38984671994748

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # SRN
	fake.currency_code()                                                                           # FKP
	fake.currency_name()                                                                           # West African CFA franc
	fake.cryptocurrency_name()                                                                     # Bitcoin
	fake.cryptocurrency()                                                                          # ('LTC', 'Litecoin')
	fake.currency()                                                                                # ('TOP', 'Tongan pa\xca\xbbanga')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-23 12:25:35
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bd4c410>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2017-09-17 04:15:29
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2011-08-07
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-15 19:44:06
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-06
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2010-09-19 04:54:27
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-10-14
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2006-08-07 23:06:41
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1971-07-28
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:44
	fake.date_object(end_datetime=None)                                                            # 2001-06-06
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-05
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1973-08-22T17:21:31
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-05
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-17
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1997
	fake.day_of_month()                                                                            # 05
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 344171296
	fake.timezone()                                                                                # Asia/Tokyo
	fake.century()                                                                                 # XX
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1965-05-02
	fake.time_object(end_datetime=None)                                                            # 08:51:48
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-10 00:55:41
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2018-11-16 03:35:45
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 00:31:36
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-23 18:30:42
	fake.month_name()                                                                              # July
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1545-05-03 12:43:37
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdk
	fake.mime_type(category=None)                                                                  # image/pjpeg
	fake.file_path(depth=1, category=None, extension=None)                                         # /deleniti/necessitatibus.numbers
	fake.unix_partition(prefix=None)                                                               # /dev/xvdo6
	fake.file_name(category=None, extension=None)                                                  # dolores.flac
	fake.file_extension(category=None)                                                             # avi

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 77.894070
	fake.latitude()                                                                                # 26.1258125
	fake.longitude()                                                                               # -120.913713
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.48199', '-81.79819', 'Lakewood', 'US', 'America/Ne
	                                                                                                 w_York')
	fake.location_on_land(coords_only=False)                                                       # ('40.65995', '-111.99633', 'Kearns', 'US', 'America/Den
	                                                                                                 ver')
	fake.latlng()                                                                                  # (Decimal('54.9464115'), Decimal('-45.999342'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # beattiedaniel@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/849x89
	fake.tld()                                                                                     # geek.nz
	fake.email(*args, **kwargs)                                                                    # mackenzieangus@yahoo.com
	fake.url(schemes=None)                                                                         # http://ritchie.kiwi.nz/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.98.71.139
	fake.user_name(*args, **kwargs)                                                                # hlandon-lane
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # login
	fake.free_email_domain(*args, **kwargs)                                                        # xtra.co.nz
	fake.safe_email(*args, **kwargs)                                                               # ismith@example.org
	fake.ascii_email(*args, **kwargs)                                                              # kathryn25@morrison.ac.nz
	fake.ipv4_public(network=False, address_class=None)                                            # 169.250.129.234
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # nathan00@thomas.kiwi
	fake.domain_name(*args, **kwargs)                                                              # macdonald.school.nz
	fake.hostname(*args, **kwargs)                                                                 # laptop-80.smith.nz
	fake.ipv4(network=False, address_class=None, private=None)                                     # 198.25.15.29
	fake.domain_word(*args, **kwargs)                                                              # guard
	fake.slug(*args, **kwargs)                                                                     # hic-laborum-sit
	fake.uri_path(deep=None)                                                                       # wp-content/posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # isabella62@cameron-gleeson.school.nz
	fake.uri()                                                                                     # http://mcgill-holland.maori.nz/tag/post/
	fake.ipv6(network=False)                                                                       # 40cf:517d:4528:b339:edb4:9293:7afd:d002
	fake.free_email(*args, **kwargs)                                                               # jarvisandrew@xtra.co.nz
	fake.ascii_safe_email(*args, **kwargs)                                                         # vjones@example.net
	fake.mac_address()                                                                             # 4c:08:c2:1a:2d:1b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-59983-732-3
	fake.isbn13(separator="-")                                                                     # 978-0-205-69857-8

### faker.providers.job

	fake.job()                                                                                     # Purchasing manager

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Et accusamus tempora aut ut excepturi. Similique con
	                                                                                                 sequuntur quidem fuga quis quia ratione.', u'Corrupti v
	                                                                                                 oluptates fuga tempora velit consectetur mollitia. Labo
	                                                                                                 riosam id dicta molestiae. Cumque ex reiciendis quod eo
	                                                                                                 s porro earum nam. Quo magnam dolorum voluptates volupt
	                                                                                                 as minima repellendus.', u'Sapiente eum similique neces
	                                                                                                 sitatibus. Eius earum esse voluptatem. Provident cupidi
	                                                                                                 tate a repellendus repudiandae.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Rerum quidem dolor excepturi. Repellendus doloribus vit
	                                                                                                 ae dolorem commodi laboriosam unde numquam. Consequatur
	                                                                                                  voluptas deserunt fuga corporis ex ea. Quibusdam aperi
	                                                                                                 am omnis.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Expedita labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Hardy
	fake.name_female()                                                                             # Levi Bruce
	fake.name()                                                                                    # Robert Rayner
	fake.name_male()                                                                               # Andrew Miles
	fake.first_name()                                                                              # William
	fake.first_name_male()                                                                         # Jacob
	fake.first_name_female()                                                                       # Denise
	fake.last_name_female()                                                                        # Barr
	fake.last_name()                                                                               # Martin

### faker.providers.phone_number

	fake.area_code()                                                                               # 27
	fake.msisdn()                                                                                  # 0698595201729
	fake.phone_number()                                                                            # 228-1006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'forbessandra', 'name': u'Raymond Griffit
	                                                                                                 hs-Anderson', 'birthdate': datetime.date(1999, 12, 5), 
	                                                                                                 'sex': 'M', 'address': u'39 Whangamakau Quay\nRebeccamo
	                                                                                                 uth 5784', 'mail': u'peter59@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.martin.org.nz/'], 'username':
	                                                                                                  u'jenkinsbenjamin', 'name': u'Karen Gleeson', 'blood_g
	                                                                                                 roup': 'O+', 'residence': u'401 Tahihope Alley\nRD 2\nM
	                                                                                                 otutai 5730', 'company': u'Todd, Thomas and Strawbridge
	                                                                                                 ', 'address': u'Apt. 371\n69 Wharehanga Beach Road\nKaw
	                                                                                                 amanawatipu 5067', 'birthdate': datetime.date(1928, 12,
	                                                                                                  30), 'sex': 'F', 'job': 'Haematologist', 'ssn': u'823-
	                                                                                                 23-1904', 'current_location': (Decimal('52.045774'), De
	                                                                                                 cimal('64.526689')), 'mail': u'powellrachel@gmail.com'}
	                                                                                                 

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (9443, u'UIGzSacfjofCnMOMVMuj', 8.72, datetime.datetime
	                                                                                                 (1999, 7, 28, 14, 1, 24), 15197.7665305, 70796128832.3,
	                                                                                                  u'pFlVqzEBMjeGkDkzwxPN', u'marshallisabella@gmail.com'
	                                                                                                 )
	fake.pystr(min_chars=None, max_chars=20)                                                       # xRyNAwBnjyxyNsxvwCLU
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('2656935.25046'), datetime.datetime(2003, 2, 
	                                                                                                 9, 5, 38, 57), 2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJ
	                                                                                                 cFAwdQCooUMwp', Decimal('7.1973574'), u'slQDSPqDMvJGgVX
	                                                                                                 oWbSI', 907, u'fSuiJsvoGPorHxmYxyas', Decimal('32575767
	                                                                                                 72.53')], {u'reprehenderit': u'http://www.jones.nz/sear
	                                                                                                 ch.php', u'optio': 5107, u'sapiente': u'http://www.pool
	                                                                                                 e-alexander.ac.nz/', u'sed': datetime.datetime(1988, 1,
	                                                                                                  19, 12, 48, 41), u'recusandae': u'XPXChGGbDeHcueisSNSs
	                                                                                                 ', u'corporis': 9389, u'totam': -3514818847.90172, u'at
	                                                                                                 que': 34.98229, u'corrupti': u'blicSVBdIiQYMiRVSEEW'}, 
	                                                                                                 {u'ab': {1: u'tjMzepnBDDdAIrWGkirA', 2: [u'MFsBKydkNetS
	                                                                                                 IPJhoWhO', u'sucpZtBemlqHYtUPwQBy', 4113], 3: {1: datet
	                                                                                                 ime.datetime(2012, 12, 7, 18, 42, 42), 2: -395732478323
	                                                                                                 1.1, 3: [8074, u'RybeYbygJkVaVlogWWSe']}}, u'adipisci':
	                                                                                                  {8: [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM',
	                                                                                                  u'http://www.drew.nz/'], 9: {8: u'knFVmYSWmrCnweeXvIhN
	                                                                                                 ', 9: [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV']
	                                                                                                 , 7: 3615}, 7: u'https://vincent-foot.nz/'}, u'voluptas
	                                                                                                 ': {0: 599304.553, 1: [datetime.datetime(2001, 2, 20, 1
	                                                                                                 3, 42, 3), datetime.datetime(1973, 4, 29, 7, 15, 22), 3
	                                                                                                 95946.10373], 2: {0: u'jasonjones@inspire.net.nz', 1: 5
	                                                                                                 778, 2: [u'HSqJRZdMNVMpfrfGKtpx', Decimal('-37861175410
	                                                                                                 8')]}}, u'eaque': {8: {8: [u'connor34@yahoo.com', u'UgZ
	                                                                                                 WlaDqWCwsrHyKMzMd'], 6: datetime.datetime(1977, 1, 7, 0
	                                                                                                 , 27, 24), 7: u'TJkBbrWtFqmjnyhYPJbV'}, 6: u'https://ww
	                                                                                                 w.sutton.nz/posts/app/login/', 7: [u'mathew61@priest-si
	                                                                                                 mpson.geek.nz', u'VgJLmHdGJmxPdymeLXlL', u'kevinmudgway
	                                                                                                 @xtra.co.nz']}, u'fugit': {2: datetime.datetime(1994, 7
	                                                                                                 , 31, 21, 37, 29), 3: [20.372559811, u'ZyFvDgNzIIVMfbbo
	                                                                                                 kVcJ', -401492070.36155], 4: {2: u'dbAPIOxzoHHgRKSmEtsX
	                                                                                                 ', 3: Decimal('92222.5078637'), 4: [u'pEbDkQQQfsOGjICAe
	                                                                                                 EeR', datetime.datetime(1977, 11, 1, 20, 36, 1)]}}, u'd
	                                                                                                 ignissimos': {5: u'HpdcIKJVKITtLvRBmqrG', 6: [u'IGQuays
	                                                                                                 WWgiACAanQGVR', u'luke81@fowler-shailer.nz', datetime.d
	                                                                                                 atetime(1975, 11, 28, 20, 3, 43)], 7: {5: u'HovQgvqLqEE
	                                                                                                 mNAyDKVtJ', 6: Decimal('-7.15840201176E+12'), 7: [-9152
	                                                                                                 8686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'praesentium
	                                                                                                 ': {3: datetime.datetime(2012, 3, 3, 11, 8, 45), 4: [da
	                                                                                                 tetime.datetime(1973, 9, 28, 3, 32, 59), u'jefferiesmic
	                                                                                                 hael@xtra.co.nz', u'https://www.huddleston-holland.nz/'
	                                                                                                 ], 5: {3: u'FWqgoEgwxtwpflXFKBcz', 4: u'hILrmuepFhMUpQV
	                                                                                                 zgOVD', 5: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'porro':
	                                                                                                  {9: u'qZorqoJgpXcYZIopxtAn', 10: [u'xching@harris-berr
	                                                                                                 y.net.nz', u'zlAUomMSWGHEYZULAxnw', u'https://ward-morg
	                                                                                                 an.co.nz/posts/blog/app/author.php'], 11: {9: u'QZnljhb
	                                                                                                 qxZULfMXJnUCU', 10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv',
	                                                                                                  u'TORFGxDLTZtaYxhWnwnh']}}, u'aperiam': {8: u'https://
	                                                                                                 www.mcmahon-scott.geek.nz/wp-content/posts/category/reg
	                                                                                                 ister.html', 9: [datetime.datetime(1987, 8, 11, 6, 3, 1
	                                                                                                 ), u'cSPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH'], 1
	                                                                                                 0: {8: u'glenda47@corbett.ac.nz', 9: 7706, 10: [6453, 9
	                                                                                                 9]}}, u'magnam': {4: u'CYAgLaPOcxUTcMAoeVAG', 5: [2601,
	                                                                                                  Decimal('-3829817231.24'), u'egreen@inspire.net.nz'], 
	                                                                                                 6: {4: u'wwQjXSnEowhuXfBGtdZY', 5: u'https://herd.net.n
	                                                                                                 z/register/', 6: [u'gTrVTgSCPKavHsxjLIPU', 7550]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -42.5072608033
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -2.7
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('-4.64894619394E+14'), -5.89, u'IVIQVQakyTYxUc
	                                                                                                 edzRIJ', 84361269346.7, u'ObvSDPfAdvfLBvpEYAUW', -52724
	                                                                                                 714096.0, u'https://taylor-smith.org.nz/explore/blog/po
	                                                                                                 sts/author.asp', u'eHpgAakXmmrJlTWATenC', u'dlZQUppZpxK
	                                                                                                 FSEgHgTar', 8901, 9405, u'lWDCYiioEKvhRkhZXZJz', u'pBTu
	                                                                                                 JBAnEKVDOUuYYxkP']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'https://davidson.ac.nz/post.php', u'lisa08@verco
	                                                                                                 e-mcmillan.org.nz', datetime.datetime(1995, 5, 14, 8, 7
	                                                                                                 , 13), datetime.datetime(1981, 12, 8, 13, 7, 58), u'XNH
	                                                                                                 FRfirsAshHOhJEdAp', u'fdyxMOASbnnIwStDRfea', 9881, 4670
	                                                                                                 , 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eos': -3168283911559.0, u'ab': datetime.datetime(200
	                                                                                                 4, 3, 21, 22, 4, 15), u'beatae': Decimal('5137.725515')
	                                                                                                 , u'consectetur': -793073363295352.0, u'alias': datetim
	                                                                                                 e.datetime(1971, 11, 26, 23, 0, 58), u'dolore': -96748.
	                                                                                                 932877878, u'ducimus': u'gordontaylor@inspire.net.nz'}
	fake.pyint()                                                                                   # 3199

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 431-52-4724
	fake.ein()                                                                                     # 74-0222402
	fake.itin()                                                                                    # 912-75-1922

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-0
	                                                                                                 2-24 21:20:01 Firefox/3.6.11
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.36.(X11; Linux i686; uz-UZ) Presto/2.9.160 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/18.0.802.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/532.34.4 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6532.34.4

## LANGUAGE nl_NL

### faker.providers.address

	fake.address()                                                                                 # Lukabaan 4
	                                                                                                 8372 LV
	                                                                                                 Midlaren
	fake.street_address()                                                                          # Sophiaring 63
	fake.postcode()                                                                                # 8308 XE
	fake.country_code(representation="alpha-2")                                                    # SI
	fake.street_name()                                                                             # Puckpad
	fake.country()                                                                                 # Singapore
	fake.province()                                                                                # Friesland
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 15
	fake.street_suffix()                                                                           # singel
	fake.city()                                                                                    # Swalmen

### faker.providers.automotive

	fake.license_plate()                                                                           # 363 UZA

### faker.providers.bank

	fake.bban()                                                                                    # PCWN1631412860
	fake.bank_country()                                                                            # NL
	fake.iban()                                                                                    # NL65UAIX6333190473

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 9298684875477
	fake.ean13()                                                                                   # 4072471015322
	fake.ean8()                                                                                    # 49248623

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(206,82,168)
	fake.color_name()                                                                              # LightGoldenRodYellow
	fake.rgb_color()                                                                               # 36,96,78
	fake.safe_hex_color()                                                                          # #eecc00
	fake.safe_color_name()                                                                         # white
	fake.hex_color()                                                                               # #7a8188

### faker.providers.company

	fake.company()                                                                                 # Kloppert, Adriaense and Post
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Integrated human-resource project
	fake.bs()                                                                                      # seize seamless e-services

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 846
	fake.credit_card_provider(card_type=None)                                                      # VISA 16 digit
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Felix de Smit
	                                                                                                 3598019647844135 08/20
	                                                                                                 CVC: 661
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 07/19
	fake.credit_card_number(card_type=None)                                                        # 30016486718067

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # DASH
	fake.currency_code()                                                                           # KES
	fake.currency_name()                                                                           # Saint Helena pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('WAVES', 'Waves Platform')
	fake.currency()                                                                                # ('UYU', 'Uruguayan peso')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 19:47:00
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bd3e1e0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2016-11-18 09:17:00
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-09
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-13 22:32:07
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-11
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2017-07-11 02:54:16
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-02-15
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2001-08-24 03:41:18
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2005-01-24
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:45
	fake.date_object(end_datetime=None)                                                            # 2018-02-20
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-23
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2018-11-16T03:35:46
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-01
	fake.date_this_century(before_today=True, after_today=False)                                   # 2018-01-21
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1973
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 768079960
	fake.timezone()                                                                                # Africa/Lagos
	fake.century()                                                                                 # VI
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1936-05-26
	fake.time_object(end_datetime=None)                                                            # 22:09:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-12 10:40:54
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2017-07-22 00:49:22
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:45:07
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-18
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-01 13:36:00
	fake.month_name()                                                                              # September
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0870-03-29 00:39:39
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdx
	fake.mime_type(category=None)                                                                  # audio/L24
	fake.file_path(depth=1, category=None, extension=None)                                         # /harum/necessitatibus.bmp
	fake.unix_partition(prefix=None)                                                               # /dev/vde3
	fake.file_name(category=None, extension=None)                                                  # corrupti.mp3
	fake.file_extension(category=None)                                                             # mp3

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -93.479916
	fake.latitude()                                                                                # 13.0253865
	fake.longitude()                                                                               # -42.810828
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('39.09112', '-94.41551', 'Independence', 'US', 'Americ
	                                                                                                 a/Chicago')
	fake.location_on_land(coords_only=False)                                                       # ('51.40148', '-1.32471', 'Newbury', 'GB', 'Europe/Londo
	                                                                                                 n')
	fake.latlng()                                                                                  # (Decimal('51.5552705'), Decimal('24.809531'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # rowan00@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placekitten.com/1019/725
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # van-de-noordmarkkyara@hotmail.com
	fake.url(schemes=None)                                                                         # https://van.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.29.251.136
	fake.user_name(*args, **kwargs)                                                                # svan-parijs
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # login
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # hendrikoosterhout@example.org
	fake.ascii_email(*args, **kwargs)                                                              # helenavan-der-linden@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 202.235.219.105
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # sandervan-der-wal@wunderink-de.biz
	fake.domain_name(*args, **kwargs)                                                              # de.com
	fake.hostname(*args, **kwargs)                                                                 # email-72.jansen-van.info
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.0.1.23
	fake.domain_word(*args, **kwargs)                                                              # dijkstra-dachgelt
	fake.slug(*args, **kwargs)                                                                     # voluptate-fugit
	fake.uri_path(deep=None)                                                                       # list/categories
	fake.company_email(*args, **kwargs)                                                            # stamroodliv@thout.com
	fake.uri()                                                                                     # http://www.van.com/categories/explore/posts/register/
	fake.ipv6(network=False)                                                                       # 23af:acfe:5810:ea03:d3f:8235:f8a0:3880
	fake.free_email(*args, **kwargs)                                                               # floor24@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # de-moldylano@example.com
	fake.mac_address()                                                                             # 02:11:00:d4:16:97

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-138-30306-2
	fake.isbn13(separator="-")                                                                     # 978-0-03-198595-8

### faker.providers.job

	fake.job()                                                                                     # Radio producer

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Praesentium sunt dolor quas nisi at soluta.
	                                                                                                 Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Quod assumenda voluptatem pariatur commodi expedita.
	                                                                                                  Quas totam cupiditate delectus.', u'Qui itaque beatae 
	                                                                                                 nostrum iste rem nemo. Voluptas numquam tenetur earum a
	                                                                                                  sunt adipisci. Iste aperiam earum quam fugit numquam a
	                                                                                                 ut saepe.', u'Corporis pariatur iusto illo accusantium 
	                                                                                                 minus saepe. Ipsum accusamus voluptatibus voluptas.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Ipsa ducimus molestiae exercitationem molestias sunt
	                                                                                                  iste.', u'Quaerat aliquid quia optio numquam a soluta 
	                                                                                                 libero.', u'Cumque alias accusamus distinctio esse culp
	                                                                                                 a.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Voluptatibus sapiente nihil sint officiis. Architecto c
	                                                                                                 onsectetur autem nobis quaerat culpa magnam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Laboriosam architecto commodi provident recusandae volu
	                                                                                                 ptatibus.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Carnotte
	fake.name_female()                                                                             # Victoria van der Veiver
	fake.name()                                                                                    # Mika Melet
	fake.name_male()                                                                               # Inaya Tammerijn-Massa
	fake.first_name()                                                                              # Inaya
	fake.first_name_male()                                                                         # Jamie
	fake.first_name_female()                                                                       # Noëlle
	fake.last_name_female()                                                                        # Teunissen
	fake.last_name()                                                                               # Manne

### faker.providers.phone_number

	fake.phone_number()                                                                            # +3133 7728810
	fake.msisdn()                                                                                  # 0373412889525

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'crutten', 'name': u'Lynn van Laon', 'bir
	                                                                                                 thdate': datetime.date(1913, 4, 17), 'sex': 'M', 'addre
	                                                                                                 ss': u'Arieweg 1\n6829VT\nLuttenberg', 'mail': u'jet14@
	                                                                                                 gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://woutersz.biz/', u'http://www.van
	                                                                                                 .com/'], 'username': u'rubbenlynn', 'name': u'Maxim Rub
	                                                                                                 ben', 'blood_group': 'B-', 'residence': u'Myrthestraat 
	                                                                                                 334\n2298 MI\nDieren', 'company': u'van het Heerenveen 
	                                                                                                 and Sons', 'address': u'Lucapad 11\n7290 PH\nNoorden', 
	                                                                                                 'birthdate': datetime.date(1952, 2, 19), 'sex': 'F', 'j
	                                                                                                 ob': 'Land', 'ssn': u'823750462', 'current_location': (
	                                                                                                 Decimal('-82.928800'), Decimal('-51.095834')), 'mail': 
	                                                                                                 u'nick31@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([9218, -933664.355, datetime.datetime(1998, 6, 14, 
	                                                                                                 10, 52), u'INVREjlIeigXBqIwuMEE', u'hZBTFYhdCwATHfhGuCk
	                                                                                                 Y', u'uWuiNFgSkHdyjrnbDQYt', u'samkerkhof@woudenberg-ma
	                                                                                                 tthews.org'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # WLwGjsbFLkFbUJWMTEUg
	fake.pystruct(count=10, *value_types)                                                          # ([2393, u'hDBQQCttydugGMXNxeGT', Decimal('-9119110.5487
	                                                                                                 '), Decimal('-5393889.5207'), -55854895631525.0, -2.747
	                                                                                                 74, u'OflqeHygvPLpAxVbKkEG', 8740, u'VdonozBPxjZTJramPj
	                                                                                                 Wd', u'van-liendertcas@hotmail.com'], {u'ab': u'rkallen
	                                                                                                 @yahoo.com', u'adipisci': u'mdIqroYNIzcdATZQYsvj', u'fu
	                                                                                                 giat': datetime.datetime(1994, 11, 24, 23, 18, 17), u's
	                                                                                                 int': u'http://mol-joosten.com/search.htm', u'corporis'
	                                                                                                 : 9400, u'est': u'IwScFBirahXdUqUMjzdM', u'porro': u'ht
	                                                                                                 tp://www.tillmanno.biz/about.html', u'tempora': u'xgWlc
	                                                                                                 hWMYaIBpXtiRIRz', u'omnis': u'BTtVoRJQrxmWWmNVPTNe'}, {
	                                                                                                 u'officia': {5: 3135, 6: [u'jobkamp@hotmail.com', 4789,
	                                                                                                  Decimal('8736506.93134')], 7: {5: u'XoyqMxRKblsBKGrNJP
	                                                                                                 Cc', 6: u'http://www.bartels.net/', 7: [datetime.dateti
	                                                                                                 me(2011, 9, 6, 17, 42, 11), 890.8]}}, u'unde': {8: {8: 
	                                                                                                 [u'WgBUTVynIVXfHVozYyZO', u'NUguFpbUnJpVAkPoNaho'], 6: 
	                                                                                                 datetime.datetime(1978, 8, 8, 12, 32, 18), 7: -53997855
	                                                                                                 963856.0}, 6: u'gKqfSHCdTPCkRuDlYXgj', 7: [u'tJluNWFzEK
	                                                                                                 CwXaxqUKNB', 7739.412364508, u'ufKyYslyVLFThOHPTgqT']},
	                                                                                                  u'ratione': {0: 2697, 1: [u'GEMBFwOyrDVBfXfmCAYX', 672
	                                                                                                 18236166183.0, u'https://van.net/faq.html'], 2: {0: 158
	                                                                                                 6, 1: 9646793361.31583, 2: [u'aWLRlHFEmzkLwPHJdZpY', 84
	                                                                                                 91]}}, u'error': {9: u'BBQfKagHtApKOENZNzcI', 10: [u'sw
	                                                                                                 olffel@roessink.com', u'ACEqairvhIaidRuSpynn', u'QZROvF
	                                                                                                 MXDLhZIMaBuemB'], 11: {9: u'idMUBsRFtceeklSdIBTB', 10: 
	                                                                                                 Decimal('-1426740401.0'), 11: [75204667038.9, -16224.22
	                                                                                                 1773]}}, u'fugit': {8: [u'noravan-oosten@gmail.com', De
	                                                                                                 cimal('-132.2'), 5368], 9: {8: u'croodesteijn@hotmail.c
	                                                                                                 om', 9: [u'http://cammel-de.com/categories/categories/p
	                                                                                                 rivacy/', Decimal('-277439945.222')], 7: u'van-der-flaa
	                                                                                                 sdavid@hotmail.com'}, 7: u'bYxuaiGGmtakVZXDNbyY'}, u'iu
	                                                                                                 sto': {4: 7808, 5: [u'HgpwcdTRWwvNlWzeMlyM', 6155, Deci
	                                                                                                 mal('-4739.74092668')], 6: {4: 37124311611.0, 5: u'DZVv
	                                                                                                 VaZqHnEOkrZpcZIG', 6: [u'jonathanboetet@bruynzeels.biz'
	                                                                                                 , u'mGulkjtZsXNosHVVVTxD']}}, u'molestias': {3: 4400, 4
	                                                                                                 : [u'https://persijn.com/main/main/category/home/', u'z
	                                                                                                 rTzYRzlpbcRwACFFbiu', u'NsUPRHRkWijdKlnpoBeN'], 5: {3: 
	                                                                                                 u'HuabTJHPGStNEieCFLNQ', 4: u'tKphIpKJvEpCaaUhZWto', 5:
	                                                                                                  [u'QZxIrvIqsxjFPQIWYeDf', 495393014.95]}}, u'et': {2: 
	                                                                                                 u'quinn14@gmail.com', 3: [u'SKYfNICtGfENVKNJdMzh', u'ht
	                                                                                                 tps://www.shupe.com/category/login.htm', 116], 4: {2: u
	                                                                                                 'dRbKvUChcXOqWgpQTsWP', 3: u'bjorn22@knuf.com', 4: [u'x
	                                                                                                 CxZIckupTAWHzBwoVeP', 8241]}}, u'vel': {1: -8306.398367
	                                                                                                 , 2: [datetime.datetime(1979, 2, 17, 19, 6, 40), Decima
	                                                                                                 l('-41.8944082419'), datetime.datetime(1983, 3, 10, 2, 
	                                                                                                 37, 34)], 3: {1: Decimal('4.05853825782E+12'), 2: 5033,
	                                                                                                  3: [4491, datetime.datetime(1979, 8, 17, 5, 26, 49)]}}
	                                                                                                 , u'officiis': {8: u'RopTjURtJXaKPFPdrOIY', 9: [datetim
	                                                                                                 e.datetime(1975, 5, 22, 19, 34, 50), 1110.428692, 147],
	                                                                                                  10: {8: u'https://van.com/search/', 9: u'gPyxFGwZCQIHv
	                                                                                                 pjBDPgI', 10: [u'matthias54@tillmanno.biz', 7493]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -15.59
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 86.325
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [75.64838632, 283491.26829714, u'xEEtfxWVPOWMwyVUbvtU',
	                                                                                                  u'mRsJFmzhmWVMNSCZJNTO', u'ciKIfkXKlTfKCqmnLBap', Deci
	                                                                                                 mal('3.466374'), u'jolie41@mathol.com', u'http://www.st
	                                                                                                 rijker.com/']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'de-bontchris@yahoo.com', u'VgZSLbWKROMlDmtgCVFC', 82
	                                                                                                 30, u'SpqCoGbKzrQMGStwtsle', 5238, u'http://www.de.com/
	                                                                                                 index.html', datetime.datetime(2013, 8, 16, 16, 1, 16),
	                                                                                                  datetime.datetime(2018, 6, 19, 13, 35, 49))
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'wvan-oostendorp@yahoo.com', 3346, u'IseLIuYTjQXo
	                                                                                                 LnfxSQlW', u'vLZyjBYYGixeotgDIGST', Decimal('-657966022
	                                                                                                 822'), datetime.datetime(1971, 7, 19, 3, 9, 23), dateti
	                                                                                                 me.datetime(2010, 7, 2, 9, 8, 31)])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': u'IjFEWFrCGbvHageQcoWU', u'nisi': u'Zebj
	                                                                                                 OflSlJqTvQCgsxCZ', u'nemo': u'wEpborIWutBTMeNzgmcp', u'
	                                                                                                 eius': u'FcUIFXEMoGHQYmdJNaqJ', u'sapiente': u'loekkas@
	                                                                                                 van.com', u'nihil': -3062115.7, u'et': 4916, u'vitae': 
	                                                                                                 u'eBlmvhQQYPMfIsvNuGma'}
	fake.pyint()                                                                                   # 4628

### faker.providers.ssn

	fake.vat_id()                                                                                  # NL595139142B07
	fake.ssn()                                                                                     # 968470129

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows CE; hy-AM; rv:1.9.1.20) Gecko/2018
	                                                                                                 -06-25 00:51:26 Firefox/3.6.1
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.77.(X11; Linux i686; ca-AD) Presto/2.9.160 Vers
	                                                                                                 ion/10.00
	fake.windows_platform_token()                                                                  # Windows NT 6.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.2; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_6 rv:2.0; g
	                                                                                                 a-IE) AppleWebKit/533.35.4 (KHTML, like Gecko) Version/
	                                                                                                 5.0.3 Safari/533.35.4
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_4) Appl
	                                                                                                 eWebKit/5312 (KHTML, like Gecko) Chrome/63.0.899.0 Safa
	                                                                                                 ri/5312
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_9_1
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_9 rv:3.0
	                                                                                                 ; ia-FR) AppleWebKit/533.21.6 (KHTML, like Gecko) Versi
	                                                                                                 on/5.0.5 Safari/533.21.6

## LANGUAGE lv_LV

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lūcijaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Apinis Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Krastiņš Springs Apt. 874
	                                                                                                 Ingaville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Vītols Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Apinis, Strazdiņš and Zvaigzne
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Monika Eglītis
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:49
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bd47780>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:58
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:37
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:35
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:32
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:45
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408530
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:49
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:08
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:02
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # zeltinsaldis@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # kristapsbaltins@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.silins.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ydzenis
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # hermanis47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # podnieksaleksandrs@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # podnieksjuris@silins.biz
	fake.domain_name(*args, **kwargs)                                                              # baltins.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.lacis-vilks.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # krastins
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # abeleartis@vanags.com
	fake.uri()                                                                                     # https://www.kreslins.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # kruzemadara@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rkrumins@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Turiņš
	fake.name_female()                                                                             # Daiga Vītoliņš
	fake.name()                                                                                    # Līna Skujiņš
	fake.name_male()                                                                               # Armands Rudzītis
	fake.first_name()                                                                              # Diāna
	fake.first_name_male()                                                                         # Rihards
	fake.first_name_female()                                                                       # Jakobs
	fake.last_name_female()                                                                        # Rudzītis
	fake.last_name()                                                                               # Baltiņš

### faker.providers.phone_number

	fake.phone_number()                                                                            # +37112810062
	fake.msisdn()                                                                                  # 0069859520172

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'andris11', 'name': u'K\u013cavi\u0146\u0
	                                                                                                 161, Marija', 'birthdate': datetime.date(1983, 11, 15),
	                                                                                                  'sex': 'M', 'address': u'10201 Janis Ports Apt. 575\nK
	                                                                                                 ristatown, WY 42267', 'mail': u'apinisgenovefa@hotmail.
	                                                                                                 com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.rubenis.com/', u'https://www.
	                                                                                                 podnieks.com/', u'https://baltins-vilcins.com/', u'http
	                                                                                                 ://www.polis.com/'], 'username': u'nkrumins', 'name': u
	                                                                                                 '\u0100bele, Janis', 'blood_group': 'B-', 'residence': 
	                                                                                                 u'1734 Nikolajs Corner Suite 682\nWest Eduards, OK 2764
	                                                                                                 5', 'company': u'Podnieks, Avoti\u0146\u0161 and V\u012
	                                                                                                 btols', 'address': u'79113 Kal\u0113js Skyway\nSili\u01
	                                                                                                 46\u0161side, VT 52098', 'birthdate': datetime.date(195
	                                                                                                 2, 7, 11), 'sex': 'F', 'job': 'Haematologist', 'ssn': u
	                                                                                                 '210-51-0148', 'current_location': (Decimal('-58.011439
	                                                                                                 5'), Decimal('52.246550')), 'mail': u'mazakruze@yahoo.c
	                                                                                                 om'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'http://perkons.com/', 3651, Decimal('-506363.843
	                                                                                                 612'), 1129138102723.5, 8778, Decimal('5142.87214588'),
	                                                                                                  datetime.datetime(1974, 10, 31, 15, 39, 1), u'ealksnis
	                                                                                                 @lagzdins.biz', datetime.datetime(1971, 5, 19, 23, 2, 2
	                                                                                                 6), u'vfLBvpEYAUWuKcyBGRZL', u'nCjdlZQUppZpxKFSEgHg', D
	                                                                                                 ecimal('167050146874'), u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # GKtpxLPaztbYTCwdhcFe
	fake.pystruct(count=10, *value_types)                                                          # ([u'irAeMFsBKydkNetSIPJh', 2818, u'VYfStWSaSqGXxclFWqgo
	                                                                                                 ', u'HYkbPsWFXWZSzAuKxguC', Decimal('2634624022.12'), D
	                                                                                                 ecimal('2.39615146132E+13'), u'veneranda94@ziemelis.inf
	                                                                                                 o', 577, u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.5
	                                                                                                 3')], {u'ipsum': u'bbokVcJuDObusfdbAPIO', u'numquam': u
	                                                                                                 'GQOIntjMzepnBDDdAIrW', u'voluptas': 1524, u'corporis':
	                                                                                                  u'guntars07@polis-aunins.com', u'accusantium': u'dkaln
	                                                                                                 ins@hotmail.com', u'quam': u'ZhBdVgJLmHdGJmxPdyme', u's
	                                                                                                 ed': datetime.datetime(1988, 1, 19, 12, 48, 41), u'aut'
	                                                                                                 : datetime.datetime(2009, 8, 23, 5, 41, 55), u'rem': da
	                                                                                                 tetime.datetime(2012, 3, 3, 11, 8, 45), u'recusandae': 
	                                                                                                 u'XPXChGGbDeHcueisSNSs'}, {u'adipisci': {8: [-49114745.
	                                                                                                 655, datetime.datetime(2005, 12, 30, 3, 30, 20), u'http
	                                                                                                 ://www.zakis.com/'], 9: {8: u'knFVmYSWmrCnweeXvIhN', 9:
	                                                                                                  [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV'], 7: 
	                                                                                                 3615}, 7: u'alidaberzins@krumins.info'}, u'optio': {4: 
	                                                                                                 u'https://vilcins.info/faq/', 5: [u'vHsxjLIPUzNAwHVysUV
	                                                                                                 J', u'AROknHpdcIKJVKITtLvR', 2364], 6: {4: u'rGlIGQuays
	                                                                                                 WWgiACAanQ', 5: 9108, 6: [u'http://vanags.com/posts/mai
	                                                                                                 n/terms.html', u'HovQgvqLqEEmNAyDKVtJ']}}, u'porro': {9
	                                                                                                 : u'qZorqoJgpXcYZIopxtAn', 10: [u'xzirnis@auzins-liepa.
	                                                                                                 biz', u'zlAUomMSWGHEYZULAxnw', u'https://caune-eglitis.
	                                                                                                 com/posts/blog/app/author.php'], 11: {9: u'QZnljhbqxZUL
	                                                                                                 fMXJnUCU', 10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv', u'TO
	                                                                                                 RFGxDLTZtaYxhWnwnh']}}, u'dicta': {1: Decimal('69636313
	                                                                                                 55.0'), 2: [u'EtsXIsKYeAbpEbDkQQQf', u'OGjICAeEeROitcmZ
	                                                                                                 pEtS', datetime.datetime(2008, 2, 4, 17, 21, 21)], 3: {
	                                                                                                 1: u'krubenis@auzins-celmins.info', 2: 4309, 3: [u'http
	                                                                                                 ://saulitis.com/wp-content/privacy.html', u'zalitisindr
	                                                                                                 a@sprogis-apinis.com']}}, u'nesciunt': {8: {8: [9340, u
	                                                                                                 'yeTgNJCXYagwZpesIQQF'], 6: Decimal('48875003.7476'), 7
	                                                                                                 : u'noblicSVBdIiQYMiRVSE'}, 6: u'sTJkBbrWtFqmjnyhYPJb',
	                                                                                                  7: [u'fsilins@yahoo.com', 134101.0, u'paeglemihels@lus
	                                                                                                 is.com']}, u'quia': {0: u'WhOnsucpZtBemlqHYtUP', 1: [-5
	                                                                                                 900633179538.4, datetime.datetime(2012, 12, 7, 18, 42, 
	                                                                                                 42), -3957324783231.1], 2: {0: 8074, 1: u'RybeYbygJkVaV
	                                                                                                 logWWSe', 2: [u'TcchzGHSRBkPzwgNCkbn', u'uldis51@lapsa.
	                                                                                                 org']}}, u'aperiam': {8: u'https://www.strazdins-auzins
	                                                                                                 .com/wp-content/posts/category/register.html', 9: [date
	                                                                                                 time.datetime(1987, 8, 11, 6, 3, 1), u'cSPsDiqilFyWOGJf
	                                                                                                 ZLlS', u'xEJRComQgmozcBsPtkEH'], 10: {8: u'jana47@zvirb
	                                                                                                 ulis.net', 9: 7706, 10: [6453, 99]}}, u'asperiores': {3
	                                                                                                 : u'ZfcpXNMHyJcFAwdQCooU', 4: [datetime.datetime(1991, 
	                                                                                                 6, 21, 22, 29, 2), u'bCYAgLaPOcxUTcMAoeVA', 5243], 5: {
	                                                                                                 3: u'HISgtbVJPmELawwQjXSn', 4: 2746, 5: [106.5325, 3804
	                                                                                                 ]}}, u'autem': {2: 1168, 3: [-3020115.115, u'XFKBczlhIL
	                                                                                                 rmuepFhMUp', datetime.datetime(2014, 9, 13, 11, 22, 30)
	                                                                                                 ], 4: {2: 1164, 3: datetime.datetime(2015, 3, 11, 0, 7,
	                                                                                                  54), 4: [5726, 3277]}}, u'consequatur': {5: u'zvirbuli
	                                                                                                 sliza@hotmail.com', 6: [u'aturins@kreslins-berzins.com'
	                                                                                                 , u'bkBdRxlkCAIdslQDSPqD', datetime.datetime(1990, 10, 
	                                                                                                 22, 0, 53, 6)], 7: {5: Decimal('9512190703.0'), 6: u'ur
	                                                                                                 iekstins@zeltins-krastins.biz', 7: [4033, u'lilita06@ab
	                                                                                                 ele.biz']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -5.89
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -7.93073363295E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [5389, u'jaunzemselina@krievs.com', u'ZXZJzgpBTuJBAnEKV
	                                                                                                 DOU', -193014096863120.0, 6065, u'solvitakundzins@hotma
	                                                                                                 il.com', datetime.datetime(1971, 11, 18, 21, 59, 5), da
	                                                                                                 tetime.datetime(1993, 10, 1, 0, 45, 14), 5638, u'Qmffdy
	                                                                                                 xMOASbnnIwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'erika8
	                                                                                                 1@gmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'leontine97@auzins.com', 7576, u'tsISufWRqmcFDEnH
	                                                                                                 SqJR', 7665, 7512, u'AshHOhJEdApxRyNAwBnj', 4602, u'xvw
	                                                                                                 CLUAWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': u'fWgVgwcqypCXvekXeLxo', u'ullam': 378
	                                                                                                 4, u'sunt': 70796128832.3, u'facilis': u'pFlVqzEBMjeGkD
	                                                                                                 kzwxPN', u'esse': Decimal('760325976.6'), u'blanditiis'
	                                                                                                 : u'kanepskarlina@gmail.com', u'et': u'UIGzSacfjofCnMOM
	                                                                                                 VMuj', u'expedita': u'mbaltins@yahoo.com'}
	fake.pyint()                                                                                   # 3157

### faker.providers.ssn

	fake.vat_id()                                                                                  # LV13820970060
	fake.ssn()                                                                                     # 114-54-7991

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.1; ne-NP; rv:1.9.2.20) Gecko/
	                                                                                                 2013-09-30 08:43:21 Firefox/3.6.6
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.97.(Windows 98; Win 9x 4.90; niu-NU) Presto/2.9
	                                                                                                 .167 Version/10.00
	fake.windows_platform_token()                                                                  # Windows 98; Win 9x 4.90
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/
	                                                                                                 5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_5; rv:1.9.
	                                                                                                 3.20) Gecko/2018-05-06 00:46:03 Firefox/3.6.15
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5331 (KHTML
	                                                                                                 , like Gecko) Chrome/29.0.857.0 Safari/5331
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_3
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; 
	                                                                                                 ca-FR) AppleWebKit/531.42.6 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6531.42.6

## LANGUAGE el_GR

### faker.providers.address

	fake.address()                                                                                 # Διμηνιού 647,
	                                                                                                 72874 Κόρινθος
	fake.street_address()                                                                          # Εσωβάλτων 0
	fake.postcode()                                                                                # ΤΚ 95668
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # Μιχαλάρου
	fake.country()                                                                                 # Δανία
	fake.street_prefix()                                                                           # Πλ.
	fake.street_suffix()                                                                           # Street
	fake.street()                                                                                  # Αγίου Παύλου
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 1
	fake.line_address()                                                                            # Ανωγείων 84-01, ΤΚ 295 26 Καβάλα
	fake.region()                                                                                  # Χαλκιδική
	fake.city()                                                                                    # Λάρισα
	fake.street_prefix_long()                                                                      # Πάροδος
	fake.street_prefix_short()                                                                     # Πλ.

### faker.providers.automotive

	fake.license_plate()                                                                           # 607 DFW

### faker.providers.bank

	fake.bban()                                                                                    # AIXQ3331904739298
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB22RXLV7547407247101

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5324924862441
	fake.ean13()                                                                                   # 1338369936333
	fake.ean8()                                                                                    # 47920408

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(240,218,15)
	fake.color_name()                                                                              # Azure
	fake.rgb_color()                                                                               # 28,183,92
	fake.safe_hex_color()                                                                          # #ff2200
	fake.safe_color_name()                                                                         # green
	fake.hex_color()                                                                               # #c608df

### faker.providers.company

	fake.company()                                                                                 # Παπαδημητριάδης Inc
	fake.company_suffix()                                                                          # Group
	fake.catch_phrase()                                                                            # Sharable human-resource implementation
	fake.bs()                                                                                      # maximize killer users

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 086
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Ευθαλία Γρατσιάς
	                                                                                                 5164867180699848 02/26
	                                                                                                 CVV: 719
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 04/25
	fake.credit_card_number(card_type=None)                                                        # 4742708929082942

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # AUR
	fake.currency_code()                                                                           # AWG
	fake.currency_name()                                                                           # Zambian kwacha
	fake.cryptocurrency_name()                                                                     # Emercoin
	fake.cryptocurrency()                                                                          # ('XPM', 'Primecoin')
	fake.currency()                                                                                # ('IDR', 'Indonesian rupiah')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-07 04:25:02
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be1c780>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1990-02-17 23:46:47
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2014-04-11
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-04 01:25:53
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-28
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2012-08-06 07:06:56
	fake.date_between(start_date="-30y", end_date="today")                                         # 1999-07-09
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2002-11-20 23:57:06
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2004-06-26
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:45
	fake.date_object(end_datetime=None)                                                            # 2006-01-01
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-06
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2014-10-25T19:57:50
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-28
	fake.date_this_century(before_today=True, after_today=False)                                   # 2010-07-07
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1991
	fake.day_of_month()                                                                            # 10
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 591875651
	fake.timezone()                                                                                # Atlantic/Cape_Verde
	fake.century()                                                                                 # XX
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1916-06-11
	fake.time_object(end_datetime=None)                                                            # 23:19:23
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-15 01:20:06
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1973-08-22 17:21:31
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:50:58
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-10
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-26 11:20:09
	fake.month_name()                                                                              # January
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1051-01-05 13:58:12
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdk
	fake.mime_type(category=None)                                                                  # video/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /κύκλο/απαράδεκτη.json
	fake.unix_partition(prefix=None)                                                               # /dev/sdb7
	fake.file_name(category=None, extension=None)                                                  # μετράει.odp
	fake.file_extension(category=None)                                                             # tiff

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -138.746779
	fake.latitude()                                                                                # 37.988076
	fake.local_latitude()                                                                          # 34.413174
	fake.local_latlng()                                                                            # (38.529941, 27.19741)
	fake.longitude()                                                                               # 152.020384
	fake.local_longitude()                                                                         # 21.459227
	fake.location_on_land(coords_only=False)                                                       # ('17.30858', '97.01124', 'Kyaikto', 'MM', 'Asia/Yangon'
	                                                                                                 )
	fake.latlng()                                                                                  # (Decimal('-71.9736705'), Decimal('-47.658459'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # zafeiria24@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/276/140/any
	fake.tld()                                                                                     # gr
	fake.email(*args, **kwargs)                                                                    # hvaitsopoulos@gennimatas.gr
	fake.url(schemes=None)                                                                         # https://mpatzani-garyfalidis.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.28.243.216
	fake.user_name(*args, **kwargs)                                                                # georgakopoulou.kassiani
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # category
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.gr
	fake.safe_email(*args, **kwargs)                                                               # apapadopoulos@example.org
	fake.ascii_email(*args, **kwargs)                                                              # stroumpa.konstantina@googlemail.gr
	fake.ipv4_public(network=False, address_class=None)                                            # 164.189.215.175
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # adamantia.kourlou@karaiskos.com
	fake.domain_name(*args, **kwargs)                                                              # argyris-papatrechas.com
	fake.hostname(*args, **kwargs)                                                                 # srv-93.anastasiou-dauid.net
	fake.ipv4(network=False, address_class=None, private=None)                                     # 198.53.203.46
	fake.domain_word(*args, **kwargs)                                                              # axaopoulos
	fake.uri_path(deep=None)                                                                       # explore/list
	fake.company_email(*args, **kwargs)                                                            # laskaris77@kleinaki.com
	fake.uri()                                                                                     # http://www.panagiotou.org/
	fake.ipv6(network=False)                                                                       # eb4d:6347:c53e:8271:2783:7d34:636b:371c
	fake.free_email(*args, **kwargs)                                                               # vlassi.marios@hol.gr
	fake.ascii_safe_email(*args, **kwargs)                                                         # omauropoulou@example.org
	fake.mac_address()                                                                             # de:da:56:40:22:5e

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-16-709613-3
	fake.isbn13(separator="-")                                                                     # 978-0-911687-41-5

### faker.providers.job

	fake.job()                                                                                     # Music therapist

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Δε τελειώσει μια αποθηκευτικού. Αναφορά κοιτάζοντας πιο
	                                                                                                  βρίσκονται εργαζόμενοι θέλεις.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u03a0\u03c1\u03bf\u03c3\u03bb\u03ac\u03bc\u03b2\u03
	                                                                                                 b1\u03bd\u03b5\u03c2 \u03b1\u03c0\u03b1\u03c1\u03ac\u03
	                                                                                                 b4\u03b5\u03ba\u03c4\u03b7 \u03c0\u03c1\u03bf\u03c3\u03
	                                                                                                 b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03cc\u03c4\u03b1\u03
	                                                                                                 bd. \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u0
	                                                                                                 3bd \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03b1\u03bd \
	                                                                                                 u03b5\u03b3\u03ce \u03c0\u03c1\u03bf\u03c3\u03bf\u03c7\
	                                                                                                 u03ae \u03c3\u03b1\u03c2. \u0388\u03c7\u03c9 \u03c9\u03
	                                                                                                 c1\u03b1\u03af\u03bf \u03c7\u03b1\u03c1\u03c4\u03b9\u03
	                                                                                                 bf\u03cd \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03
	                                                                                                 c5\u03bd \u03b4\u03b9\u03ac\u03b2\u03b1\u03c3\u03b5.', 
	                                                                                                 u'\u039c\u03b1\u03b3\u03b9\u03ba\u03ac \u03c0\u03b5\u03
	                                                                                                 c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b7 \u03
	                                                                                                 c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c1\u03bf\u03c5\u03
	                                                                                                 c4\u03af\u03bd\u03b1.', u'\u0395\u03ba\u03b5\u03af\u03b
	                                                                                                 d\u03bf\u03c5 \u03b1\u03b8\u03cc\u03c1\u03c5\u03b2\u03b
	                                                                                                 5\u03c2 \u03b5\u03ba\u03b8\u03ad\u03c3\u03b5\u03b9\u03c
	                                                                                                 2 \u03c3\u03c4\u03ae\u03bb\u03b5\u03c2. \u03a7\u03c1\u0
	                                                                                                 3b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03
	                                                                                                 cd\u03c3\u03b5\u03c2 \u03bc\u03b5\u03c4\u03c1\u03ae\u03
	                                                                                                 c3\u03b5\u03b9\u03c2 \u03b8\u03b1 \u03c0\u03ac\u03bd\u0
	                                                                                                 3c4\u03c9\u03c2 \u03ba\u03cc\u03bb\u03c0\u03b1.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u039c\u03b1 \u03cc\u03c4\u03b9 \u03ac\u03c1\u03b1.'
	                                                                                                 , u'\u039d\u03ad\u03b1 \u03bc\u03ad\u03c7\u03c1\u03b9 \
	                                                                                                 u03c3\u03c4\u03ae\u03bb\u03b5\u03c2.', u'\u039d\u03ad\u
	                                                                                                 03bf \u03b5\u03c1\u03b3\u03bf\u03c3\u03c4\u03b1\u03c3\u
	                                                                                                 03af\u03bf\u03c5 \u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\
	                                                                                                 u03b7\u03bc\u03b5\u03af\u03b1.']
	fake.word(ext_word_list=None)                                                                  # διολισθήσεις
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Επεξεργασία νέων χειρότερα ιδιαίτερα σχεδιαστής τη άρα.
	                                                                                                  Δε ωραίο γραμμή με τη μηχανής αποθηκευτικού.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Ένα σπίτι διασφαλίζεται εικόνες ίδιο δύο.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u03bf', u'\u03c3\u03c4\u03b7', u'\u03b3\u03b5\u03b9
	                                                                                                 \u03c4\u03bf\u03bd\u03b9\u03ac\u03c2']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Βαϊτσόπουλος
	fake.name_female()                                                                             # Χαραλαμπία Χωριανοπούλου
	fake.name()                                                                                    # Μαρίνος Κοντός
	fake.name_male()                                                                               # Ευγένιος-Λάζαρος Κολχούρης
	fake.first_name()                                                                              # Θεοδοσία
	fake.first_name_male()                                                                         # Δράκων
	fake.first_name_female()                                                                       # Ρεγγίνα
	fake.last_name_female()                                                                        # Μπίκα
	fake.last_name()                                                                               # Παπαδημητράκης

### faker.providers.phone_number

	fake.phone_number()                                                                            # 2103377288
	fake.msisdn()                                                                                  # 0373412889525

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'kargakou.mikes', 'name': u'\u0393\u03b5\
	                                                                                                 u03c3\u03b8\u03b7\u03bc\u03b1\u03bd\u03ae \u03a6\u03bf\
	                                                                                                 u03c5\u03c1\u03ba\u03b9\u03ce\u03c4\u03b7', 'birthdate'
	                                                                                                 : datetime.date(2016, 4, 27), 'sex': 'F', 'address': u'
	                                                                                                 \u0398\u03c1\u03b1\u03ba\u03bf\u03bc\u03b1\u03ba\u03b5\
	                                                                                                 u03b4\u03cc\u03bd\u03c9\u03bd 16,\n97689 \u039a\u03b9\u
	                                                                                                 03bb\u03ba\u03af\u03c2', 'mail': u'dimos43@hol.gr'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://varsos.net/'], 'username': u'marg
	                                                                                                 arita06', 'name': u'\u039d\u03bf\u03bc\u03b9\u03ba\u03a
	                                                                                                 e \u03a6\u03b1\u03c3\u03bf\u03c5\u03bb\u03ae', 'blood_g
	                                                                                                 roup': 'O+', 'residence': u'\u039a\u03c5\u03c1\u03c4\u0
	                                                                                                 3ce\u03bd\u03b7\u03c2 021-938,\n\u03a4\u039a 84334 \u03
	                                                                                                 a3\u03ad\u03c1\u03c1\u03b5\u03c2', 'company': u'\u03a6\
	                                                                                                 u03c9\u03c4\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2 a
	                                                                                                 nd Sons', 'address': u'\u039b\u03b5\u03c9\u03c6\u03cc\u
	                                                                                                 03c1\u03bf\u03c2 \u0392\u03b1\u03b2\u03bf\u03c5\u03c1\u
	                                                                                                 03af\u03bf\u03c5 21,\n42485 \u03a7\u03af\u03bf\u03c2', 
	                                                                                                 'birthdate': datetime.date(1919, 10, 5), 'sex': 'F', 'j
	                                                                                                 ob': 'Chief Technology Officer', 'ssn': u'160-63-2426',
	                                                                                                  'current_location': (Decimal('-39.228430'), Decimal('1
	                                                                                                 60.711804')), 'mail': u'alaourdekis@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (Decimal('40.5'), u'YwuubWsNEzVswgEPNHvs', datetime.dat
	                                                                                                 etime(2018, 4, 25, 19, 45, 4), Decimal('92746242438.5')
	                                                                                                 , u'kostoula85@forthnet.gr', Decimal('-1527339197.2'), 
	                                                                                                 u'http://www.psychias.com/', -43.0, 7204, u'nfxEEtfxWVP
	                                                                                                 OWMwyVUbv', -82876354380451.0, u'KIfkXKlTfKCqmnLBapKd',
	                                                                                                  -9144131293.3)
	fake.pystr(min_chars=None, max_chars=20)                                                       # NxeGTxlDqRuPjKdVivUP
	fake.pystruct(count=10, *value_types)                                                          # ([54872345.916, u'fmdIqroYNIzcdATZQYsv', 8620, datetime
	                                                                                                 .datetime(2014, 12, 1, 7, 15, 6), Decimal('-8.133078344
	                                                                                                 28'), 5042, u'xqUKNBvmNOOvbufKyYsl', u'YxuaiGGmtakVZXDN
	                                                                                                 byYW', 5659, u'exarchos54@hol.gr'], {u'\u03bf\u03b9': u
	                                                                                                 'TjURtJXaKPFPdrOIYPfw', u'\u03c6\u03b1\u03b9\u03bd\u03c
	                                                                                                 c\u03bc\u03b5\u03bd\u03bf': 4326, u'\u03c0\u03b5\u03c4\
	                                                                                                 u03ac\u03bd\u03b5': 6.0, u'\u03bb\u03bf\u03b9\u03c0\u03
	                                                                                                 cc\u03bd': u'HScKvZyADxQkWvjUhdKJ', u'\u03c0\u03c1\u03b
	                                                                                                 f\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3
	                                                                                                 \u03c4\u03ae\u03c2': datetime.datetime(1998, 8, 4, 8, 3
	                                                                                                 0, 57), u'\u03c0\u03bb\u03ad\u03bf\u03bd': u'https://ni
	                                                                                                 kolaidis.gr/author/', u'\u03b3\u03bd\u03c9\u03c1\u03af\
	                                                                                                 u03b6\u03bf\u03c5\u03bc\u03b5': 7030, u'\u03c9\u03c2': 
	                                                                                                 5721710106.7203, u'\u03b1\u03bd\u03ce\u03b4\u03c5\u03bd
	                                                                                                 \u03b7': Decimal('-4739.74092668'), u'\u03c4\u03b1': De
	                                                                                                 cimal('554402631173')}, {u'\u03c0\u03b5\u03c1\u03b9\u03
	                                                                                                 b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1': {8: u'wBaSoAGk
	                                                                                                 RAhlggPyxFGw', 9: [u'htheodosiou@hotmail.gr', u'jBDPgIY
	                                                                                                 rJoCwRDDDGzMH', u'xgWlchWMYaIBpXtiRIRz'], 10: {8: u'htt
	                                                                                                 ps://www.voulkos.org/posts/main/faq.html', 9: u'HtApKOE
	                                                                                                 NZNzcIVoQHsgy', 10: [Decimal('5408.0'), u'airvhIaidRuSp
	                                                                                                 ynnbQZR']}}, u'\u03c0\u03ac\u03bd\u03c4\u03c9\u03c2': {
	                                                                                                 9: u'BsidMUBsRFtceeklSdIB', 10: [u'https://grevenaris.c
	                                                                                                 om/homepage.php', 45301655755.293, 3148], 11: {9: u'lpm
	                                                                                                 RydiaLjAdlcVgZSLb', 10: u'mmichailidou@gmail.com', 11: 
	                                                                                                 [2473, 61.5464766]}}, u'\u03c0\u03bf\u03c3\u03bf\u03c3\
	                                                                                                 u03c4\u03cc': {8: {8: [u'NUguFpbUnJpVAkPoNaho', u'ionas
	                                                                                                 01@yahoo.gr'], 6: -53997855963856.0, 7: u'WgBUTVynIVXfH
	                                                                                                 VozYyZO'}, 6: 9207, 7: [datetime.datetime(1999, 8, 8, 7
	                                                                                                 , 2, 26), u'https://preka.gr/', datetime.datetime(1978,
	                                                                                                  8, 8, 12, 32, 18)]}, u'\u03bc\u03ad\u03b3\u03b9\u03c3\
	                                                                                                 u03c4\u03b7': {5: u'http://tachas.gr/posts/blog/index.h
	                                                                                                 tml', 6: [u'BKGrNJPCcUcpzabbTNSt', u'fWUSHbIwScFBirahXd
	                                                                                                 Uq', u'http://www.lionti.com/main/wp-content/search/hom
	                                                                                                 e/'], 7: {5: 4774, 6: u'vPLpAxVbKkEGkgKqfSHC', 7: [u'TP
	                                                                                                 CkRuDlYXgjltJluNWF', 5810]}}, u'\u03b7\u03bc\u03ad\u03c
	                                                                                                 1\u03b1': {3: datetime.datetime(2012, 12, 10, 15, 3, 44
	                                                                                                 ), 4: [datetime.datetime(1974, 8, 21, 2, 29, 23), Decim
	                                                                                                 al('-366978.558549'), 4874], 5: {3: datetime.datetime(1
	                                                                                                 971, 12, 2, 7, 46, 35), 4: Decimal('-4.737'), 5: [u'htt
	                                                                                                 ps://www.malama-kottikas.gr/main/blog/main.htm', dateti
	                                                                                                 me.datetime(1994, 10, 13, 21, 52, 44)]}}, u'\u03c4\u03b
	                                                                                                 7\u03bd': {8: [u'http://kottikas.com/categories/registe
	                                                                                                 r.asp', u'https://www.tziortzi.net/', 9483], 9: {8: Dec
	                                                                                                 imal('-277439945.222'), 9: [-19642418.9089391, u'onozBP
	                                                                                                 xjZTJramPjWdsR'], 7: u'http://gkoutzamanis-karakyriou.c
	                                                                                                 om/categories/categories/privacy/'}, 7: 3386}, u'\u03b5
	                                                                                                 \u03c0\u03af': {4: 9868, 5: [u'zalexandropoulos@douvali
	                                                                                                 .org', datetime.datetime(1979, 7, 20, 11, 8, 41), u'Zpc
	                                                                                                 ZIGWowkcReVrIcmGu'], 6: {4: u'kjtZsXNosHVVVTxDyNAt', 5:
	                                                                                                  -2.74774, 6: [3135, u'theodosis.marras@googlemail.gr']
	                                                                                                 }}, u'\u03ba\u03b9': {1: u'bKyLqCBzwROHOmwGAThf', 2: [-
	                                                                                                 33.86, 9724, u'http://www.vasilogiannis.net/register.ht
	                                                                                                 m'], 3: {1: 6024, 2: u'iuqNsUPRHRkWijdKlnpo', 3: [837, 
	                                                                                                 datetime.datetime(1974, 5, 25, 15, 0, 52)]}}, u'\u03b1\
	                                                                                                 u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03ba\u03c4\u03b7':
	                                                                                                  {2: -80766196899.54, 3: [7138, datetime.datetime(2010,
	                                                                                                  2, 18, 7, 13, 3), u'tKphIpKJvEpCaaUhZWto'], 4: {2: u'Q
	                                                                                                 ZxIrvIqsxjFPQIWYeDf', 3: 495393014.95, 4: [1998, 8671]}
	                                                                                                 }})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -74577186.5401
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 263.956
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('-657966022822'), datetime.datetime(2010, 7, 2
	                                                                                                 , 9, 8, 31), u'wpetraki@yahoo.gr', datetime.datetime(19
	                                                                                                 71, 7, 19, 3, 9, 23), u'IseLIuYTjQXoLnfxSQlW', u'vLZyjB
	                                                                                                 YYGixeotgDIGST', 3346]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'kapnia.aristovoulos@yahoo.gr', u'PoNssDaFzNiMMYioYto
	                                                                                                 D', 8230, 6759, u'LwCVCiqVgvlcKbXNnVtT', datetime.datet
	                                                                                                 ime(1993, 1, 11, 14, 7, 22), u'SpqCoGbKzrQMGStwtsle', 2
	                                                                                                 1, 5238, u'mkarampi@gmail.com', u'xstogios@forthnet.gr'
	                                                                                                 , datetime.datetime(2013, 8, 16, 16, 1, 16), u'ZAkFUQNm
	                                                                                                 RpLSOwZLWsUe')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([Decimal('3.15837497216E+13'), 4322, u'papanota.euf
	                                                                                                 rosyni@chouliaras.net', 7272, u'https://www.tachas-vorl
	                                                                                                 okas.net/tags/about.asp', u'http://konstantakopoulos.or
	                                                                                                 g/about.htm', u'https://margaris.com/main/categories/re
	                                                                                                 gister/', datetime.datetime(1993, 5, 14, 16, 52, 11), 9
	                                                                                                 110, u'DVBfXfmCAYXvZwPdSSwI', u'WLRlHFEmzkLwPHJdZpYB', 
	                                                                                                 Decimal('-3573101.2275'), u'FbUJWMTEUgUByDBuntjs'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u03b4\u03b5\u03af\u03be\u03b5\u03b9': u'SlJqTvQCgsx
	                                                                                                 CZbeBlmvh', u'\u03c4\u03bf\u03bd': u'nnoFRvrtufkpOnZebj
	                                                                                                 Of', u'\u03b5\u03b3\u03ce': u'IwuMEEWmnuorItUnhZBT', u'
	                                                                                                 \u03bc\u03b5\u03c4\u03b1\u03b3\u03bb\u03c9\u03c4\u03b9\
	                                                                                                 u03c3\u03c4\u03ae\u03c2': Decimal('-6.8142858834E+11'),
	                                                                                                  u'\u03b4\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03
	                                                                                                 ba\u03cc': u'cpqIjFEWFrCGbvHageQc', u'\u03bc\u03ad\u03c
	                                                                                                 7\u03c1\u03b9': u'https://dermitzakis.net/category/tags
	                                                                                                 /wp-content/index.html', u'\u03ba\u03b9': u'nbDQYtcINVR
	                                                                                                 EjlIeigXB', u'\u03bd\u03cc\u03bc\u03b9\u03b6\u03b5\u03c
	                                                                                                 2': u'WUEzlFcUIFXEMoGHQYmd', u'\u03c0\u03b9\u03bf': u't
	                                                                                                 hEyJmsuWuiNFgSkHdyj', u'\u03b1\u03c0\u03af\u03c3\u03c4\
	                                                                                                 u03b5\u03c5\u03c4\u03b1': u'astero.pouliasi@gousios.com
	                                                                                                 ', u'\u03b1\u03c4\u03cc\u03bc\u03bf\u03c5': u'XeqrDMqoR
	                                                                                                 EFYmwEpborI'}
	fake.pyint()                                                                                   # 4405

### faker.providers.ssn

	fake.vat_id()                                                                                  # EL929347132
	fake.ssn()                                                                                     # 284-38-4956

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.0; mai-IN; rv:1.9.0.20) Gecko
	                                                                                                 /2015-12-27 00:03:28 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.97.(X11; Linux x86_64; lo-LA) Presto/2.9.185 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.01
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trid
	                                                                                                 ent/3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.0; uk-UA; rv:1.9.2.20) Gecko/
	                                                                                                 2017-07-31 03:55:37 Firefox/3.8
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_8) AppleWebK
	                                                                                                 it/5312 (KHTML, like Gecko) Chrome/61.0.884.0 Safari/53
	                                                                                                 12
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_10_4
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_1 rv:6.0; mr-
	                                                                                                 IN) AppleWebKit/531.33.7 (KHTML, like Gecko) Version/5.
	                                                                                                 0 Safari/531.33.7

## LANGUAGE th_TH

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake สมะลาภาview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 ดาวกระจาย Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 ถิรสวัสดิ์ Springs Apt. 874
	                                                                                                 เกรียงไกรville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # นิยมสำหรวจ Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # ดาบเงิน, นาถะเดชะ and บุนยะศัพท์
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 จันทรลาวัณย์ ถนัดพิมพการ
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:49
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bf04280>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:58
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:37
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:35
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:32
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:45
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408530
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:49
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:08
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:02
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # bunyaaphisnthsuraangkh@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # hrhrrstriikhruthphanthu@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.nitisaakhaa.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ythnadaksr
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # praaomch47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # thayesthiiyrrphrrn@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # thayesthiiyrsaaythiphy@nilsuwrrn.biz
	fake.domain_name(*args, **kwargs)                                                              # aetkul.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.aithniym-nawamandr.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # thnadaawuth
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # dwngthabthimthaawr@naanaayn.com
	fake.uri()                                                                                     # https://www.thungengin.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # thiikhathngpaan@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rthampraduu@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # นักกฎหมาย

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # นิยมเซียม
	fake.name_female()                                                                             # ธนู เนตร์มณี
	fake.prefix_male()                                                                             # จ่าสิบตรี
	fake.prefix()                                                                                  # พ.จ.ต.
	fake.name()                                                                                    # ศิริยุวศักดิ์ นิลเสนา
	fake.suffix_female()                                                                           # ณ อุบล
	fake.name_male()                                                                               # ชยาวุธ นิษประปัญจ์
	fake.first_name()                                                                              # คงสง
	fake.suffix_male()                                                                             # ณ วิเชียร
	fake.suffix()                                                                                  # ณ ร้อยเอ็จ
	fake.first_name_male()                                                                         # นวลพรรณ
	fake.first_name_female()                                                                       # ภัทรวี
	fake.last_name_female()                                                                        # นามเสวตร
	fake.last_name()                                                                               # ตรีครุธพันธุ์
	fake.prefix_female()                                                                           # พลเอก

### faker.providers.phone_number

	fake.phone_number()                                                                            # +66 6247 5189
	fake.msisdn()                                                                                  # 9520172912810

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'cchiirsakdithngyuu', 'name': u'\u0e40\u0
	                                                                                                 e25\u0e2d\u0e28\u0e31\u0e01\u0e14\u0e34\u0e4c \u0e41\u0
	                                                                                                 e19\u0e27\u0e1e\u0e0d\u0e32', 'birthdate': datetime.dat
	                                                                                                 e(2018, 3, 29), 'sex': 'M', 'address': u'8701 \u0e23\u0
	                                                                                                 e31\u0e0a\u0e27\u0e34\u0e19 Ridges Apt. 102\nNorth \u0e
	                                                                                                 40\u0e21\u0e29berg, HI 50750', 'mail': u'daarnii77@gmai
	                                                                                                 l.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://thnadrb.info/', u'https://www.tra
	                                                                                                 kuulbuy.org/', u'https://aenwphnich.com/'], 'username':
	                                                                                                  u'phuththchaad38', 'name': u'\u0e2d\u0e23\u0e38\u0e42\
	                                                                                                 u0e13\u0e0a\u0e32 \u0e18\u0e23\u0e23\u0e21\u0e24\u0e14\
	                                                                                                 u0e35', 'blood_group': 'A-', 'residence': u'6617 \u0e25
	                                                                                                 \u0e31\u0e01\u0e29\u0e13\u0e32 Knoll Apt. 076\n\u0e16\u
	                                                                                                 0e19\u0e31\u0e14\u0e2d\u0e31\u0e01\u0e29\u0e23port, CT 
	                                                                                                 14025', 'company': u'\u0e14\u0e34\u0e2a\u0e01\u0e30\u0e
	                                                                                                 1b\u0e23\u0e30\u0e01\u0e32\u0e22 Group', 'address': u'4
	                                                                                                 76 \u0e40\u0e01\u0e23\u0e34\u0e01 Route\n\u0e15\u0e27\u
	                                                                                                 0e07\u0e17\u0e2d\u0e07land, WY 30130', 'birthdate': dat
	                                                                                                 etime.date(1909, 5, 21), 'sex': 'F', 'job': u'\u0e19\u0
	                                                                                                 e31\u0e01\u0e08\u0e34\u0e15\u0e27\u0e34\u0e17\u0e22\u0e
	                                                                                                 32', 'ssn': u'149-05-1412', 'current_location': (Decima
	                                                                                                 l('38.532080'), Decimal('-81.738123')), 'mail': u'mnaak
	                                                                                                 hankhr@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'qDUqIVIQVQakyTYxUced', 8424, u'http://thanyukh.biz/e
	                                                                                                 xplore/blog/tags/homepage.html', u'NfObvSDPfAdvfLBvpEYA
	                                                                                                 ', u'lWZLQXUkeHpgAakXmmrJ', Decimal('30780598266.5'))
	fake.pystr(min_chars=None, max_chars=20)                                                       # cXNHFRfirsAshHOhJEdA
	fake.pystruct(count=10, *value_types)                                                          # ([u'thnguair66@thnadkaarynt.com', 914, Decimal('6963631
	                                                                                                 355.0'), u'muepFhMUpQVzgOVDDxrf', u'XSnEowhuXfBGtdZYQqD
	                                                                                                 Y', u'TQAzuhibbkBdRxlkCAId', 7476, 40.6, u'BKzLiZGUHOzH
	                                                                                                 zadhXPXC', datetime.datetime(2011, 4, 11, 2, 21, 56)], 
	                                                                                                 {u'sint': u'HdjnHHhyQbMjYvThkYvo', u'eveniet': Decimal(
	                                                                                                 '19666.1643486'), u'repellendus': u'VAGBnHISgtbVJPmELaw
	                                                                                                 w', u'quam': u'goEgwxtwpflXFKBczlhI', u'quasi': u'sxsbU
	                                                                                                 gZWlaDqWCwsrHyK', u'tenetur': u'nphkhechnthrurphiiphath
	                                                                                                 nphngs@buyyaaaily.org', u'ducimus': u'rthnmmnusy@yahoo.
	                                                                                                 com', u'vel': 6520, u'eligendi': u'okVcJuDObusfdbAPIOxz
	                                                                                                 ', u'magnam': u'xRyNAwBnjyxyNsxvwCLU'}, {u'ipsum': {4: 
	                                                                                                 u'IHIBngTrVTgSCPKavHsx', 5: [u'LIPUzNAwHVysUVJaAROk', u
	                                                                                                 'HpdcIKJVKITtLvRBmqrG', u'IGQuaysWWgiACAanQGVR'], 6: {4
	                                                                                                 : u'rssukhnth81@thwnthng-hnakaenn.com', 5: datetime.dat
	                                                                                                 etime(1975, 11, 28, 20, 3, 43), 6: [u'HovQgvqLqEEmNAyDK
	                                                                                                 VtJ', Decimal('-7.15840201176E+12')]}}, u'doloribus': {
	                                                                                                 8: {8: [4809, u'zIOMSjfaTVgdeEsdknFV'], 6: u'JibPxFewhz
	                                                                                                 dXwxyhUwrb', 7: datetime.datetime(1990, 3, 31, 6, 43, 1
	                                                                                                 3)}, 6: u'noblicSVBdIiQYMiRVSE', 7: [9340, u'yeTgNJCXYa
	                                                                                                 gwZpesIQQF', 9177]}, u'ad': {1: datetime.datetime(2000,
	                                                                                                  1, 15, 6, 39, 45), 2: [u'BKydkNetSIPJhoWhOnsu', u'pZtB
	                                                                                                 emlqHYtUPwQByEvL', u'https://www.thumabutr-etchakamphu.
	                                                                                                 com/terms/'], 3: {1: u'RybeYbygJkVaVlogWWSe', 2: u'Tcch
	                                                                                                 zGHSRBkPzwgNCkbn', 3: [u'elsakdi51@thngaeth.org', datet
	                                                                                                 ime.datetime(1975, 6, 8, 2, 27, 40)]}}, u'dignissimos':
	                                                                                                  {8: u'GGbDeHcueisSNSsPLMxP', 9: [u'BeqZorqoJgpXcYZIopx
	                                                                                                 t', 2562, u'xbunyaphaachn@aitrbrrph-thwnaichy.biz'], 10
	                                                                                                 : {8: u'zlAUomMSWGHEYZULAxnw', 9: u'https://twaneyiiym-
	                                                                                                 thaawrratn.com/posts/blog/app/author.php', 10: [u'QZnlj
	                                                                                                 hbqxZULfMXJnUCU', 5373]}}, u'quia': {5: 8517.806981838,
	                                                                                                  6: [u'DMvJGgVXoWbSIUIWtJDu', u'rdkhamdii06@dwngthabthi
	                                                                                                 m.biz', u'sZhBdVgJLmHdGJmxPdym'], 7: {5: u'LXlLYXvpXTOh
	                                                                                                 sTJkBbrW', 6: -1906925208.2, 7: [1532, u'siriphichyaa99
	                                                                                                 @hotmail.com']}}, u'dicta': {8: [85707235205098.0, u'Vb
	                                                                                                 NtSafSuiJsvoGPorHx', u'YxyasRXImwPeDUjQuAfP'], 9: {8: u
	                                                                                                 'http://nabenuuengn.com/', 9: [u'http://www.diskaprakaa
	                                                                                                 y-thngsukelis.com/', datetime.datetime(1988, 7, 18, 20,
	                                                                                                  13, 20)], 7: u'rcSPsDiqilFyWOGJfZLl'}, 7: u'NJaRnmbltJ
	                                                                                                 defVODbJje'}, u'vel': {2: u'EtsXIsKYeAbpEbDkQQQf', 3: [
	                                                                                                 u'OGjICAeEeROitcmZpEtS', datetime.datetime(2008, 2, 4, 
	                                                                                                 17, 21, 21), u'knamthwach@tirakhmn-triiephrinthr.info']
	                                                                                                 , 4: {2: 4309, 3: u'http://nilsuwrrn.com/wp-content/pri
	                                                                                                 vacy.html', 4: [u'nphkhechnthrmngkhlnaawin@nrphay-daawk
	                                                                                                 racchaay.com', u'MSPdVYfStWSaSqGXxclF']}}, u'magnam': {
	                                                                                                 0: u'PFCNGNdtsISufWRqmcFD', 1: [2667, Decimal('8.286796
	                                                                                                 67105E+12'), u'MNVMpfrfGKtpxLPaztbY'], 2: {0: u'http://
	                                                                                                 www.diskaprakaay.com/search.php', 1: u'https://www.etch
	                                                                                                 akamphu-nilsuwrrn.com/search/main/', 2: [5612, 578]}}, 
	                                                                                                 u'earum': {9: 6280, 10: [5759, Decimal('-1.10542919023E
	                                                                                                 +12'), -441.254369621544], 11: {9: u'JfyRzieThtNHVNqZUI
	                                                                                                 fg', 10: 3177, 11: [u'kuVxMbklxymikfbjSMDv', u'https://
	                                                                                                 www.thnadraksaa.com/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -24371460841.5
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -6267832.7
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'https://thaawraayusm.com/wp-content/author.jsp', u'h
	                                                                                                 ttp://thraphysaar.biz/terms/', 1253, Decimal('-340.6277
	                                                                                                 27903'), u'https://www.naakknk.com/author.html', u'oEKv
	                                                                                                 hRkhZXZJzgpBTuJB', 2665]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), u'CPqDm
	                                                                                                 lzqlFFPqbTvnSUV', datetime.datetime(2016, 6, 11, 7, 9, 
	                                                                                                 51), u'HSnqrRrsGwzsynzAvzCn', u'tanthaiphorcchnthnimmaa
	                                                                                                 s@yahoo.com', u'jyByNZXfbjrQlaXPacId', datetime.datetim
	                                                                                                 e(2005, 1, 4, 19, 7, 9), 7620, 282)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'https://thraphysaar.net/post.php', datetime.date
	                                                                                                 time(1995, 5, 14, 8, 7, 13), datetime.datetime(1981, 12
	                                                                                                 , 8, 13, 7, 58), u'fdyxMOASbnnIwStDRfea', Decimal('8.97
	                                                                                                 134541261E+13'), u'paanannth08@thuupawiorcchn-thrrmemth
	                                                                                                 aa.com', 9881, u'prawiinmaynaathaedcha@yahoo.com', 4670
	                                                                                                 , 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'fugiat': datetime.datetime(1989, 4, 27, 21, 2, 50), 
	                                                                                                 u'et': datetime.datetime(2016, 4, 7, 8, 44, 25), u'beat
	                                                                                                 ae': 9940, u'ipsam': u'http://tirakhmn.com/privacy/', u
	                                                                                                 'blanditiis': 8047, u'fuga': u'wKtLKphpFlVqzEBMjeGk', u
	                                                                                                 'esse': 4345, u'recusandae': u'LamUIGzSacfjofCnMOMV', u
	                                                                                                 'repudiandae': 2032, u'voluptate': u'wcqypCXvekXeLxoJDh
	                                                                                                 NN', u'autem': datetime.datetime(1981, 7, 28, 9, 58, 27
	                                                                                                 )}
	fake.pyint()                                                                                   # 6304

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 184-53-8818
	fake.ein()                                                                                     # 61-2062034
	fake.itin()                                                                                    # 959-80-9675

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2013-1
	                                                                                                 0-23 12:33:37 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.10.(Windows NT 5.01; sid-ET) Presto/2.9.173 Ver
	                                                                                                 sion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.2; Trid
	                                                                                                 ent/5.0)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5362 (KHTML
	                                                                                                 , like Gecko) Chrome/25.0.840.0 Safari/5362
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_9_1
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) Apple
	                                                                                                 WebKit/535.48.3 (KHTML, like Gecko) Version/4.0.5 Safar
	                                                                                                 i/535.48.3

## LANGUAGE es

## LANGUAGE el_CY

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:49
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bea9e60>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:58
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:37
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:35
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:32
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:45
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:42
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408530
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:49
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:48
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:08
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:02
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (475)189-2105
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'meganramos', 'name': u'Steven Stone', 'b
	                                                                                                 irthdate': datetime.date(1930, 3, 22), 'sex': 'M', 'add
	                                                                                                 ress': u'9387 Frank Courts\nNew Jamesland, IL 01424', '
	                                                                                                 mail': u'phillipsjeffrey@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://chapman.biz/'], 'username': u'jua
	                                                                                                 nmendez', 'name': u'Barbara Clark', 'blood_group': 'AB-
	                                                                                                 ', 'residence': u'824 David Crest Suite 216\nPort Georg
	                                                                                                 e, AZ 71670', 'company': u'Thomas LLC', 'address': u'80
	                                                                                                 28 Kathryn Place\nNorth Jessicaside, CT 34936', 'birthd
	                                                                                                 ate': datetime.date(1989, 7, 20), 'sex': 'F', 'job': 'C
	                                                                                                 ivil engineer, contracting', 'ssn': u'666-17-3443', 'cu
	                                                                                                 rrent_location': (Decimal('43.296534'), Decimal('-143.2
	                                                                                                 40473')), 'mail': u'nevans@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (3651, 7716, u'http://lawrence.com/', -135.9976455981, 
	                                                                                                 8846, u'tara11@gmail.com', Decimal('5142.87214588'), 69
	                                                                                                 36, u'https://adams-aguilar.info/privacy/', u'bradley45
	                                                                                                 @randall-bolton.info', u'nCjdlZQUppZpxKFSEgHg', u'alWZL
	                                                                                                 QXUkeHpgAakXmmr', u'timothy12@yahoo.com')
	fake.pystr(min_chars=None, max_chars=20)                                                       # ybeYbygJkVaVlogWWSea
	fake.pystruct(count=10, *value_types)                                                          # ([2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJcFAwdQCooUMwp
	                                                                                                 ', Decimal('7.1973574'), u'slQDSPqDMvJGgVXoWbSI', 907, 
	                                                                                                 u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53'), u'uV
	                                                                                                 xMbklxymikfbjSMDvR', 2351], {u'ad': u'yRzieThtNHVNqZUIf
	                                                                                                 gAq', u'optio': 5107, u'sapiente': u'http://www.sims-da
	                                                                                                 y.net/', u'sed': datetime.datetime(1988, 1, 19, 12, 48,
	                                                                                                  41), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'totam':
	                                                                                                  -3514818847.90172, u'atque': 34.98229, u'corrupti': u'
	                                                                                                 blicSVBdIiQYMiRVSEEW', u'dolore': u'EYkBTSWImvJnVyVMWpk
	                                                                                                 r'}, {u'adipisci': {5: u'https://chung-costa.com/', 6: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.whitehead.com/'], 7: {5: 3615, 6: u'knFVmYSWmr
	                                                                                                 CnweeXvIhN', 7: [Decimal('-2.32615157'), u'tJdefVODbJje
	                                                                                                 tTxUSArV']}}, u'fugit': {0: datetime.datetime(1994, 7, 
	                                                                                                 31, 21, 37, 29), 1: [20.372559811, u'ZyFvDgNzIIVMfbbokV
	                                                                                                 cJ', -401492070.36155], 2: {0: u'dbAPIOxzoHHgRKSmEtsX',
	                                                                                                  1: Decimal('92222.5078637'), 2: [u'pEbDkQQQfsOGjICAeEe
	                                                                                                 R', datetime.datetime(1977, 11, 1, 20, 36, 1)]}}, u'eaq
	                                                                                                 ue': {4: u'https://www.bradley.com/posts/app/login/', 5
	                                                                                                 : [u'maxwell61@lucero-hernandez.com', u'VgJLmHdGJmxPdym
	                                                                                                 eLXlL', u'kevinbenton@hotmail.com'], 6: {4: datetime.da
	                                                                                                 tetime(1977, 1, 7, 0, 27, 24), 5: u'TJkBbrWtFqmjnyhYPJb
	                                                                                                 V', 6: [u'daniel34@yahoo.com', u'UgZWlaDqWCwsrHyKMzMd']
	                                                                                                 }}, u'dignissimos': {3: u'HpdcIKJVKITtLvRBmqrG', 4: [u'
	                                                                                                 IGQuaysWWgiACAanQGVR', u'mark81@chavez-cardenas.com', d
	                                                                                                 atetime.datetime(1975, 11, 28, 20, 3, 43)], 5: {3: u'Ho
	                                                                                                 vQgvqLqEEmNAyDKVtJ', 4: Decimal('-7.15840201176E+12'), 
	                                                                                                 5: [-91528686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'pr
	                                                                                                 aesentium': {1: datetime.datetime(2012, 3, 3, 11, 8, 45
	                                                                                                 ), 2: [datetime.datetime(1973, 9, 28, 3, 32, 59), u'cha
	                                                                                                 rlesmichael@hotmail.com', u'https://www.valentine-ellis
	                                                                                                 .com/'], 3: {1: u'FWqgoEgwxtwpflXFKBcz', 2: u'hILrmuepF
	                                                                                                 hMUpQVzgOVD', 3: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'p
	                                                                                                 orro': {8: [u'xhanna@garcia-fox.biz', u'zlAUomMSWGHEYZU
	                                                                                                 LAxnw', u'https://gonzalez-nelson.com/posts/blog/app/au
	                                                                                                 thor.php'], 9: {8: 5373, 9: [u'cHdjnHHhyQbMjYvThkYv', u
	                                                                                                 'TORFGxDLTZtaYxhWnwnh'], 7: u'QZnljhbqxZULfMXJnUCU'}, 7
	                                                                                                 : u'qZorqoJgpXcYZIopxtAn'}, u'aperiam': {8: {8: [6453, 
	                                                                                                 99], 6: u'jean47@esparza.net', 7: 7706}, 6: u'https://w
	                                                                                                 ww.robles-davis.com/wp-content/posts/category/register.
	                                                                                                 html', 7: [datetime.datetime(1987, 8, 11, 6, 3, 1), u'c
	                                                                                                 SPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH']}, u'aliq
	                                                                                                 uam': {9: u'hTqDouLleGDdIxFGvvPe', 10: [u'GfPfrnWfVezuU
	                                                                                                 IfUmFkR', u'oopSDyiElWRjJjXUxzng', 4123], 11: {9: u'jen
	                                                                                                 nifermcguire@yahoo.com', 10: u'ItunFkwYoSIaNeHAXeTB', 1
	                                                                                                 1: [1463957.67, 582]}}, u'magnam': {2: u'CYAgLaPOcxUTcM
	                                                                                                 AoeVAG', 3: [2601, Decimal('-3829817231.24'), u'eallen@
	                                                                                                 hotmail.com'], 4: {2: u'wwQjXSnEowhuXfBGtdZY', 3: u'htt
	                                                                                                 ps://hopkins.biz/register/', 4: [u'gTrVTgSCPKavHsxjLIPU
	                                                                                                 ', 7550]}}, u'vitae': {8: 6700, 9: [u'MrxlEHYoNZKoUrBMX
	                                                                                                 BbJ', u'dpFbgjyByNZXfbjrQlaX', datetime.datetime(1970, 
	                                                                                                 3, 6, 17, 22, 47)], 10: {8: u'IdrCPqDmlzqlFFPqbTvn', 9:
	                                                                                                  u'https://weaver.info/explore/main/faq.jsp', 10: [u'qr
	                                                                                                 RrsGwzsynzAvzCnuOg', datetime.datetime(2008, 5, 3, 6, 1
	                                                                                                 2, 21)]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 5268163.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 73940304738.3
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [-193014096863120.0, 6065, u'sharistevens@hotmail.com',
	                                                                                                  datetime.datetime(1971, 11, 18, 21, 59, 5), datetime.d
	                                                                                                 atetime(1993, 10, 1, 0, 45, 14), 5638, u'QmffdyxMOASbnn
	                                                                                                 IwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'catherine81@gm
	                                                                                                 ail.com', u'sAshHOhJEdApxRyNAwBn', u'yxyNsxvwCLUAWhJvKH
	                                                                                                 nn', 599304.553]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (960171412463.8, u'PnmCrXzZxCvvnFRQfBGR', u'http://herm
	                                                                                                 an.com/main/tags/author.htm', 4652, u'tzufhBjJjdGzXFgYx
	                                                                                                 uiX', u'OtttNfSIbIIguHctQSRp')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([339.840088, u'tsISufWRqmcFDEnHSqJR', u'NetSIPJhoWh
	                                                                                                 OnsucpZtB', u'katherine97@garcia.com', 3786, 79689.54, 
	                                                                                                 u'nBDDdAIrWGkirAeMFsBK', 725, 7576, 7097, u'YTCwdhcFeiG
	                                                                                                 QOIntjMze', u'mlqHYtUPwQByEvLTuPyv'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': datetime.datetime(1999, 7, 28, 14, 1, 24
	                                                                                                 ), u'occaecati': 15197.7665305, u'fugiat': u'kqDUqIVIQV
	                                                                                                 QakyTYxUce', u'voluptatum': u'http://www.diaz.com/home/
	                                                                                                 ', u'voluptate': 70796128832.3, u'possimus': u'morrisje
	                                                                                                 ssica@gmail.com', u'beatae': u'pFlVqzEBMjeGkDkzwxPN', u
	                                                                                                 'ipsam': u'UIGzSacfjofCnMOMVMuj', u'autem': u'manderson
	                                                                                                 @yahoo.com', u'fuga': u'zRIJuPqAeNfObvSDPfAd', u'recusa
	                                                                                                 ndae': 3784, u'in': u'wanderson@flores.com', u'animi': 
	                                                                                                 8.72, u'delectus': 9443}
	fake.pyint()                                                                                   # 3058

### faker.providers.ssn

	fake.vat_id()                                                                                  # CY231032444R
	fake.ssn()                                                                                     # 102-54-4013

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2018-0
	                                                                                                 2-04 06:15:45 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.76.(X11; Linux i686; an-ES) Presto/2.9.188 Vers
	                                                                                                 ion/10.00
	fake.windows_platform_token()                                                                  # Windows NT 6.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.1; Trid
	                                                                                                 ent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5330 (KHTML
	                                                                                                 , like Gecko) Chrome/36.0.842.0 Safari/5330
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5350 (KHTML, 
	                                                                                                 like Gecko) Chrome/29.0.849.0 Safari/5350
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_7
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/53
	                                                                                                 1.10.2 (KHTML, like Gecko) Version/4.0.4 Safari/531.10.
	                                                                                                 2

## LANGUAGE ar_JO

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 3-7247
	fake.initials()                                                                                # 58

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:50
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bd47550>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:59
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:38
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:35
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:32
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:46
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:43
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408531
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:49
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:49
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:51
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:09
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:03
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +962 7 4148 6661
	fake.operator_id()                                                                             # 8
	fake.cellphone_number()                                                                        # +962741729128
	fake.telephone_number()                                                                        # +962 3 076 8243
	fake.area_code()                                                                               # 5
	fake.service_phone_number()                                                                    # 1434
	fake.msisdn()                                                                                  # 0062475189210

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'phillipsjeffrey', 'name': u'Dawn Smith',
	                                                                                                  'birthdate': datetime.date(1995, 3, 19), 'sex': 'F', '
	                                                                                                 address': u'7577 Victoria Wells\nEast Brian, PA 69648',
	                                                                                                  'mail': u'tiffanywilson@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://lewis.com/', u'http://gallagher-l
	                                                                                                 ynch.com/'], 'username': u'reedyolanda', 'name': u'Tamm
	                                                                                                 y Wilson', 'blood_group': 'A-', 'residence': u'07717 Jo
	                                                                                                 hn Pike\nChapmanmouth, NY 13381', 'company': u'Klein an
	                                                                                                 d Sons', 'address': u'790 Stone Lake Suite 454\nSharonb
	                                                                                                 orough, OK 04531', 'birthdate': datetime.date(1925, 3, 
	                                                                                                 28), 'sex': 'F', 'job': 'Cabin crew', 'ssn': u'160-64-4
	                                                                                                 633', 'current_location': (Decimal('62.6965885'), Decim
	                                                                                                 al('-136.745753')), 'mail': u'wilsonjeremiah@hotmail.co
	                                                                                                 m'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'https://www.david.com/author.html', 2665, u'lisa
	                                                                                                 08@welch-elliott.com', u'oEKvhRkhZXZJzgpBTuJB', u'lloyd
	                                                                                                 tracy@travis-pierce.com', Decimal('-340.627727903'), 58
	                                                                                                 596865639.125, u'uprince@hotmail.com', 7064, u'rJlTWATe
	                                                                                                 nCjdlZQUppZp', u'https://www.holland.com/app/wp-content
	                                                                                                 /author.html'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # DgNzIIVMfbbokVcJuDOb
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('-281899390011'), 540, u'http://www.becker.co
	                                                                                                 m/', u'rxQePgmHovQgvqLqEEmN', u'ZhBdVgJLmHdGJmxPdyme', 
	                                                                                                 43504498.3, 6811, u'HHhyQbMjYvThkYvoTORF', u'NZKoUrBMXB
	                                                                                                 bJidpFbgjy', 2617], {u'incidunt': u'sIQQFEVbJibPxFewhzd
	                                                                                                 X', u'ratione': -25155.0, u'optio': u'http://nelson-dav
	                                                                                                 is.org/tags/categories/main.php', u'laborum': 4098, u'v
	                                                                                                 eniam': u'wrichardson@smith.biz', u'rerum': u'gcooper@g
	                                                                                                 mail.com', u'deleniti': u'bqxZULfMXJnUCUDBkcHd', u'volu
	                                                                                                 ptatem': 6403, u'iste': u'SPsDiqilFyWOGJfZLlSb', u'cons
	                                                                                                 equatur': u'SIUIWtJDuYcIOcFZaDrJ'}, {u'ipsum': {1: u'FW
	                                                                                                 qgoEgwxtwpflXFKBcz', 2: [u'hILrmuepFhMUpQVzgOVD', 4570,
	                                                                                                  u'fFhYcHYkbPsWFXWZSzAu'], 3: {1: Decimal('-5498952.3')
	                                                                                                 , 2: u'phillipsstephanie@figueroa.biz', 3: [u'FAwdQCooU
	                                                                                                 MwpbCYAgLaP', datetime.datetime(1972, 6, 30, 7, 52, 31)
	                                                                                                 ]}}, u'numquam': {2: Decimal('-8.182545'), 3: [u'britta
	                                                                                                 nyhill@yahoo.com', u'uXfBGtdZYQqDYbIHIBng', u'https://h
	                                                                                                 odge.info/faq/'], 4: {2: u'vHsxjLIPUzNAwHVysUVJ', 3: u'
	                                                                                                 AROknHpdcIKJVKITtLvR', 4: [2364, u'rGlIGQuaysWWgiACAanQ
	                                                                                                 ']}}, u'unde': {3: 4631, 4: [7072, u'https://trujillo.n
	                                                                                                 et/category/', u'hermanjackie@braun.org'], 5: {3: u'ast
	                                                                                                 okes@price-thomas.com', 4: u'bkBdRxlkCAIdslQDSPqD', 5: 
	                                                                                                 [datetime.datetime(1990, 10, 22, 0, 53, 6), Decimal('95
	                                                                                                 12190703.0')]}}, u'excepturi': {9: 778930476407.0, 10: 
	                                                                                                 [u'EYkBTSWImvJnVyVMWpkr', u'DmihTqDouLleGDdIxFGv', -624
	                                                                                                 676007330.0], 11: {9: datetime.datetime(1975, 5, 19, 18
	                                                                                                 , 5, 13), 10: u'nWfVezuUIfUmFkRboopS', 11: [4692, u'ElW
	                                                                                                 RjJjXUxzngzvXBrLP']}}, u'laborum': {8: 4724, 9: [dateti
	                                                                                                 me.datetime(2018, 5, 31, 8, 25, 4), u'leematthew@perez.
	                                                                                                 info', u'cIdrCPqDmlzqlFFPqbTv'], 10: {8: u'SUVEQCNQKDYh
	                                                                                                 HSnqrRrs', 9: 4255, 10: [3646, 2501]}}, u'esse': {4: De
	                                                                                                 cimal('9.62009740362E+14'), 5: [77860.1425779721, u'TJk
	                                                                                                 BbrWtFqmjnyhYPJbV', u'daniel34@yahoo.com'], 6: {4: u'Ug
	                                                                                                 ZWlaDqWCwsrHyKMzMd', 5: u'oblicSVBdIiQYMiRVSEE', 6: [u'
	                                                                                                 christophermcdowell@chang.com', u'andersonryan@hotmail.
	                                                                                                 com']}}, u'ex': {5: u'LvAzdzIOMSjfaTVgdeEs', 6: [u'knFV
	                                                                                                 mYSWmrCnweeXvIhN', Decimal('-2.32615157'), u'tJdefVODbJ
	                                                                                                 jetTxUSArV'], 7: {5: u'NtSafSuiJsvoGPorHxmY', 6: -82789
	                                                                                                 545.0, 7: [Decimal('926.55971'), u'https://www.rodrigue
	                                                                                                 z-tyler.com/']}}, u'deleniti': {8: {8: [u'abaldwin@yaho
	                                                                                                 o.com', u'wTWNVtkojQPLaYMhQZnl'], 6: u'ZorqoJgpXcYZIopx
	                                                                                                 tAnW', 7: u'RYxufBIjzlAUomMSWGHE'}, 6: u'http://www.mar
	                                                                                                 tinez.com/index.htm', 7: [u'PtkEHWjBKzLiZGUHOzHz', u'dh
	                                                                                                 XPXChGGbDeHcueisSN', u'https://west.com/home/']}, u'tot
	                                                                                                 am': {0: Decimal('85.2455517933'), 1: [3705, u'XIsKYeAb
	                                                                                                 pEbDkQQQfsOG', u'ICAeEeROitcmZpEtSQOX'], 2: {0: u'ZKKze
	                                                                                                 kLzwSSgGZMMoBej', 1: u'https://www.rocha.com/', 2: [dat
	                                                                                                 etime.datetime(1972, 8, 16, 9, 10, 6), 8050.7599732]}},
	                                                                                                  u'dolore': {8: [7217, u'http://www.wallace.com/search/
	                                                                                                 main/faq.html', 8328], 9: {8: u'ThtNHVNqZUIfgAqbkuVx', 
	                                                                                                 9: [datetime.datetime(1971, 4, 22, 1, 22, 56), u'lxymik
	                                                                                                 fbjSMDvRAIfMrx'], 7: 1573}, 7: 4611}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -22024630.21
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -117318.316828
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'ffdyxMOASbnnIwStDRfe', u'TCLSKwWBTqKueGBgvLAc', u'ca
	                                                                                                 therine81@gmail.com', u'sAshHOhJEdApxRyNAwBn', u'yxyNsx
	                                                                                                 vwCLUAWhJvKHnn', 599304.553, datetime.datetime(2001, 2,
	                                                                                                  20, 13, 42, 4), datetime.datetime(1973, 4, 29, 7, 15, 
	                                                                                                 22), 395946.10373, u'johnwilliams@yahoo.com', 5778, u'H
	                                                                                                 SqJRZdMNVMpfrfGKtpx']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'cDySSjWYVcHdAhIYuuNp', 582, Decimal('-87526752.5282'
	                                                                                                 ), Decimal('-597339.205'), 1463957.67, 663821533792787.
	                                                                                                 0, datetime.datetime(1973, 10, 20, 6, 40, 21))
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([339.840088, u'YbygJkVaVlogWWSeaTcc', u'nBDDdAIrWGk
	                                                                                                 irAeMFsBK', u'NetSIPJhoWhOnsucpZtB', u'zGHSRBkPzwgNCkbn
	                                                                                                 ZyFv', 3786, datetime.datetime(1970, 4, 8, 9, 40, 50), 
	                                                                                                 725, 278, u'YTCwdhcFeiGQOIntjMze', u'mlqHYtUPwQByEvLTuP
	                                                                                                 yv'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eum': 8846, u'incidunt': 41.30581693, u'atque': u'pF
	                                                                                                 lVqzEBMjeGkDkzwxPN', u'ut': u'manderson@yahoo.com', u'u
	                                                                                                 llam': u'kqDUqIVIQVQakyTYxUce', u'consectetur': u'zRIJu
	                                                                                                 PqAeNfObvSDPfAd', u'facilis': u'CXvekXeLxoJDhNNFZOmq', 
	                                                                                                 u'iure': u'bradley45@randall-bolton.info', u'expedita':
	                                                                                                  datetime.datetime(1970, 1, 18, 6, 20, 52), u'eligendi'
	                                                                                                 : 70796128832.3, u'amet': 9620}
	fake.pyint()                                                                                   # 9304

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 211-77-3813
	fake.ein()                                                                                     # 81-8618296
	fake.itin()                                                                                    # 996-94-8825

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2012
	                                                                                                 -10-26 16:17:05 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.31.(Windows NT 4.0; pap-AN) Presto/2.9.187 Vers
	                                                                                                 ion/10.00
	fake.windows_platform_token()                                                                  # Windows 95
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trid
	                                                                                                 ent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5330 (KHTML, 
	                                                                                                 like Gecko) Chrome/28.0.814.0 Safari/5330
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 5.1) AppleWebKit/5331 (KHTML, l
	                                                                                                 ike Gecko) Chrome/14.0.867.0 Safari/5331
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_7_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/531.24
	                                                                                                 .3 (KHTML, like Gecko) Version/4.1 Safari/531.24.3

## LANGUAGE la

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:50
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bc15b40>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:58:59
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:38
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:35
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:32
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:46
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:43
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408531
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:01
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:49
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:49
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:51
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:09
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:03
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (475)189-2105
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'nevans', 'name': u'Cameron Reed', 'birth
	                                                                                                 date': datetime.date(1907, 12, 2), 'sex': 'M', 'address
	                                                                                                 ': u'PSC 7909, Box 5484\nAPO AA 42775', 'mail': u'sharo
	                                                                                                 n38@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.jackson.info/'], 'username':
	                                                                                                  u'vargastara', 'name': u'Nicholas Rodriguez', 'blood_g
	                                                                                                 roup': 'B+', 'residence': u'344 Colin Square\nMelissabe
	                                                                                                 rg, IA 12450', 'company': u'Thomas LLC', 'address': u'6
	                                                                                                 18 Jason Mews Apt. 672\nPort Alex, TN 42883', 'birthdat
	                                                                                                 e': datetime.date(1987, 5, 14), 'sex': 'M', 'job': 'Civ
	                                                                                                 il engineer, contracting', 'ssn': u'750-63-6732', 'curr
	                                                                                                 ent_location': (Decimal('-65.521271'), Decimal('77.0641
	                                                                                                 60')), 'mail': u'blynch@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([datetime.datetime(1978, 11, 14, 21, 36, 43), 84361
	                                                                                                 269346.7, u'http://www.roberts.com/', u'GkDkzwxPNWLXgmy
	                                                                                                 Gtakq', u'MOMVMujwKtLKphpFlVqz', 4809, u'IVIQVQakyTYxUc
	                                                                                                 edzRIJ', 5291, u'ObvSDPfAdvfLBvpEYAUW', -52724714096.0,
	                                                                                                  8988])
	fake.pystr(min_chars=None, max_chars=20)                                                       # xRyNAwBnjyxyNsxvwCLU
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('2656935.25046'), datetime.datetime(2003, 2, 
	                                                                                                 9, 5, 38, 58), 2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJ
	                                                                                                 cFAwdQCooUMwp', Decimal('7.1973574'), u'slQDSPqDMvJGgVX
	                                                                                                 oWbSI', 907, u'fSuiJsvoGPorHxmYxyas', Decimal('32575767
	                                                                                                 72.53')], {u'reprehenderit': u'http://www.williams.com/
	                                                                                                 search.php', u'optio': 5107, u'sapiente': u'http://www.
	                                                                                                 sims-day.net/', u'sed': datetime.datetime(1988, 1, 19, 
	                                                                                                 12, 48, 42), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'
	                                                                                                 corporis': 9389, u'totam': -3514818847.90172, u'atque':
	                                                                                                  34.98229, u'corrupti': u'blicSVBdIiQYMiRVSEEW'}, {u'ab
	                                                                                                 ': {1: u'tjMzepnBDDdAIrWGkirA', 2: [u'MFsBKydkNetSIPJho
	                                                                                                 WhO', u'sucpZtBemlqHYtUPwQBy', 4113], 3: {1: datetime.d
	                                                                                                 atetime(2012, 12, 7, 18, 42, 43), 2: -3957324783231.1, 
	                                                                                                 3: [8074, u'RybeYbygJkVaVlogWWSe']}}, u'adipisci': {8: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.whitehead.com/'], 9: {8: u'knFVmYSWmrCnweeXvIh
	                                                                                                 N', 9: [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV'
	                                                                                                 ], 7: 3615}, 7: u'https://chung-costa.com/'}, u'volupta
	                                                                                                 s': {0: 599304.553, 1: [datetime.datetime(2001, 2, 20, 
	                                                                                                 13, 42, 4), datetime.datetime(1973, 4, 29, 7, 15, 22), 
	                                                                                                 395946.10373], 2: {0: u'johnwilliams@yahoo.com', 1: 577
	                                                                                                 8, 2: [u'HSqJRZdMNVMpfrfGKtpx', Decimal('-378611754108'
	                                                                                                 )]}}, u'eaque': {8: {8: [u'daniel34@yahoo.com', u'UgZWl
	                                                                                                 aDqWCwsrHyKMzMd'], 6: datetime.datetime(1977, 1, 7, 0, 
	                                                                                                 27, 24), 7: u'TJkBbrWtFqmjnyhYPJbV'}, 6: u'https://www.
	                                                                                                 bradley.com/posts/app/login/', 7: [u'maxwell61@lucero-h
	                                                                                                 ernandez.com', u'VgJLmHdGJmxPdymeLXlL', u'kevinbenton@h
	                                                                                                 otmail.com']}, u'fugit': {2: datetime.datetime(1994, 7,
	                                                                                                  31, 21, 37, 29), 3: [20.372559811, u'ZyFvDgNzIIVMfbbok
	                                                                                                 VcJ', -401492070.36155], 4: {2: u'dbAPIOxzoHHgRKSmEtsX'
	                                                                                                 , 3: Decimal('92222.5078637'), 4: [u'pEbDkQQQfsOGjICAeE
	                                                                                                 eR', datetime.datetime(1977, 11, 1, 20, 36, 1)]}}, u'di
	                                                                                                 gnissimos': {5: u'HpdcIKJVKITtLvRBmqrG', 6: [u'IGQuaysW
	                                                                                                 WgiACAanQGVR', u'mark81@chavez-cardenas.com', datetime.
	                                                                                                 datetime(1975, 11, 28, 20, 3, 43)], 7: {5: u'HovQgvqLqE
	                                                                                                 EmNAyDKVtJ', 6: Decimal('-7.15840201176E+12'), 7: [-915
	                                                                                                 28686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'praesentiu
	                                                                                                 m': {3: datetime.datetime(2012, 3, 3, 11, 8, 46), 4: [d
	                                                                                                 atetime.datetime(1973, 9, 28, 3, 32, 59), u'charlesmich
	                                                                                                 ael@hotmail.com', u'https://www.valentine-ellis.com/'],
	                                                                                                  5: {3: u'FWqgoEgwxtwpflXFKBcz', 4: u'hILrmuepFhMUpQVzg
	                                                                                                 OVD', 5: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'porro': {
	                                                                                                 9: u'qZorqoJgpXcYZIopxtAn', 10: [u'xhanna@garcia-fox.bi
	                                                                                                 z', u'zlAUomMSWGHEYZULAxnw', u'https://gonzalez-nelson.
	                                                                                                 com/posts/blog/app/author.php'], 11: {9: u'QZnljhbqxZUL
	                                                                                                 fMXJnUCU', 10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv', u'TO
	                                                                                                 RFGxDLTZtaYxhWnwnh']}}, u'aperiam': {8: u'https://www.r
	                                                                                                 obles-davis.com/wp-content/posts/category/register.html
	                                                                                                 ', 9: [datetime.datetime(1987, 8, 11, 6, 3, 1), u'cSPsD
	                                                                                                 iqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH'], 10: {8: u'j
	                                                                                                 ean47@esparza.net', 9: 7706, 10: [6453, 99]}}, u'magnam
	                                                                                                 ': {4: u'CYAgLaPOcxUTcMAoeVAG', 5: [2601, Decimal('-382
	                                                                                                 9817231.24'), u'eallen@hotmail.com'], 6: {4: u'wwQjXSnE
	                                                                                                 owhuXfBGtdZY', 5: u'https://hopkins.biz/register/', 6: 
	                                                                                                 [u'gTrVTgSCPKavHsxjLIPU', 7550]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 18.113
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'michael00@gmail.com', u'mackenzie98@gmail.com', u'Hp
	                                                                                                 gAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'https:/
	                                                                                                 /www.david.com/author.html', u'oEKvhRkhZXZJzgpBTuJB', 2
	                                                                                                 665, 7064, u'uprince@hotmail.com', u'lloydtracy@travis-
	                                                                                                 pierce.com', u'lisa08@welch-elliott.com', datetime.date
	                                                                                                 time(1981, 12, 8, 13, 7, 59)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([3011, 7172, u'vLAcXNHFRfirsAshHOhJ', u'http://wilk
	                                                                                                 erson-stewart.biz/app/tags/register/', 694, u'dyxMOASbn
	                                                                                                 nIwStDRfeaT'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eos': u'VgwcqypCXvekXeLxoJDh', u'ab': -3168283911559
	                                                                                                 .0, u'consectetur': -96748.932877878, u'dolore': dateti
	                                                                                                 me.datetime(2007, 6, 3, 19, 39, 41), u'ducimus': u'AKAL
	                                                                                                 McZZvjcGMKxYffPt', u'omnis': 9940}
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 431-52-4724
	fake.ein()                                                                                     # 40-0222402
	fake.itin()                                                                                    # 912-75-1922

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-0
	                                                                                                 2-24 21:20:01 Firefox/3.6.11
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.36.(X11; Linux i686; uz-UZ) Presto/2.9.160 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/18.0.802.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/532.34.4 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6532.34.4

## LANGUAGE ar_PS

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake مريمview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 البرغوثي Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # +972
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 صليبا Springs Apt. 874
	                                                                                                 نبراسville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # الخماش Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 0724-99
	fake.district()                                                                                # 6

### faker.providers.bank

	fake.bban()                                                                                    # UEAD5324924862441
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB38JHUI6993633479204

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0071739801961
	fake.ean13()                                                                                   # 4784413166169
	fake.ean8()                                                                                    # 01648676

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(232,228,115)
	fake.color_name()                                                                              # قنطريوني
	fake.rgb_color()                                                                               # 21,158,233
	fake.safe_hex_color()                                                                          # #ccaa00
	fake.safe_color_name()                                                                         # رمادي
	fake.hex_color()                                                                               # #d5296c

### faker.providers.company

	fake.company()                                                                                 # الصالحي Inc
	fake.company_suffix()                                                                          # PLC
	fake.catch_phrase()                                                                            # Monitored reciprocal hierarchy
	fake.bs()                                                                                      # enable collaborative e-business

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 532
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 13 digit
	                                                                                                 بهابهاء الحسيني
	                                                                                                 4294900865010 12/22
	                                                                                                 CVC: 097
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 12/28
	fake.credit_card_number(card_type=None)                                                        # 3530715440050512

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # XRP
	fake.currency_code()                                                                           # CDF
	fake.currency_name()                                                                           # Gambian dalasi
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('ETC', 'Ethereum Classic')
	fake.currency()                                                                                # ('JEP', 'Jersey pound')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 11:00:13
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bc3e4b0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2008-07-28 00:39:46
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2013-08-31
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-20 16:57:48
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-21
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2016-02-22 19:31:35
	fake.date_between(start_date="-30y", end_date="today")                                         # 2006-04-14
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2007-02-25 17:43:05
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2008-09-14
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:46
	fake.date_object(end_datetime=None)                                                            # 1986-01-04
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-13
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2007-05-10T08:45:20
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-23
	fake.date_this_century(before_today=True, after_today=False)                                   # 2008-06-21
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1984
	fake.day_of_month()                                                                            # 13
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1432436525
	fake.timezone()                                                                                # America/Santo_Domingo
	fake.century()                                                                                 # XIII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1947-06-04
	fake.time_object(end_datetime=None)                                                            # 16:08:51
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-14 00:13:16
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2002-08-02 15:15:52
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 11:48:52
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-20
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 06:58:45
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1446-10-18 12:27:02
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvds
	fake.mime_type(category=None)                                                                  # video/x-ms-wmv
	fake.file_path(depth=1, category=None, extension=None)                                         # /amet/voluptatem.flac
	fake.unix_partition(prefix=None)                                                               # /dev/vdh4
	fake.file_name(category=None, extension=None)                                                  # optio.mp4
	fake.file_extension(category=None)                                                             # pages

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -107.228996
	fake.latitude()                                                                                # 64.668585
	fake.longitude()                                                                               # -88.220428
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('35.05266', '-78.87836', 'Fayetteville', 'US', 'Americ
	                                                                                                 a/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('1.6', '103.81667', 'Ulu Tiram', 'MY', 'Asia/Kuala_Lum
	                                                                                                 pur')
	fake.latlng()                                                                                  # (Decimal('50.185977'), Decimal('103.515530'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # hlbrgwthy@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/136/380/any
	fake.tld()                                                                                     # info
	fake.email(*args, **kwargs)                                                                    # xbw-shqdm@ltmymy.com
	fake.url(schemes=None)                                                                         # https://www.bw.info/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.196.171.32
	fake.user_name(*args, **kwargs)                                                                # rtbbw-glywn
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # post
	fake.free_email_domain(*args, **kwargs)                                                        # yahoo.com
	fake.safe_email(*args, **kwargs)                                                               # lwly67@example.org
	fake.ascii_email(*args, **kwargs)                                                              # rdylnnysh@lkhyt.com
	fake.ipv4_public(network=False, address_class=None)                                            # 203.5.133.136
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # zhshm@hws.com
	fake.domain_name(*args, **kwargs)                                                              # bw.com
	fake.hostname(*args, **kwargs)                                                                 # email-81.ftyr.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.175.128.175
	fake.domain_word(*args, **kwargs)                                                              # lkhmsh
	fake.slug(*args, **kwargs)                                                                     # consectetur-autem
	fake.uri_path(deep=None)                                                                       # blog
	fake.company_email(*args, **kwargs)                                                            # sbyh14@bw.com
	fake.uri()                                                                                     # https://www.lhnbly.biz/
	fake.ipv6(network=False)                                                                       # f43c:f80:edc4:a910:8511:f172:25c5:1900
	fake.free_email(*args, **kwargs)                                                               # kljnydy@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # khwrymyr@example.org
	fake.mac_address()                                                                             # 85:c6:7c:5d:fe:d7

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-579-69208-6
	fake.isbn13(separator="-")                                                                     # 978-0-402-73618-9

### faker.providers.job

	fake.job()                                                                                     # Exhibitions officer, museum/gallery

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Ea a eaque est. Nihil sequi quaerat qui eligendi. Quas 
	                                                                                                 tempora dolores accusamus amet maiores.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Ducimus molestiae exercitationem molestias sunt. Vol
	                                                                                                 uptatem quaerat aliquid quia optio. A soluta libero mod
	                                                                                                 i cumque alias.', u'Esse culpa animi quas.', u'Dolor qu
	                                                                                                 as nisi at soluta facere delectus. Unde dolore fugit mo
	                                                                                                 lestias. Omnis assumenda inventore nesciunt nulla.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Eaque voluptas error incidunt.', u'Voluptatibus mole
	                                                                                                 stias tempore cum eius.', u'Et optio magni aspernatur b
	                                                                                                 eatae ipsa.']
	fake.word(ext_word_list=None)                                                                  # ad
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Pariatur iusto illo accusantium. Saepe aut ipsum accusa
	                                                                                                 mus voluptatibus voluptas. Laboriosam architecto commod
	                                                                                                 i provident recusandae voluptatibus.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum odit voluptas laboriosam officia saepe.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'dolor', u'eveniet', u'in']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )67IxQ3l%A
	fake.uuid4(cast_to=<type 'str'>)                                                               # 013488ea-8636-4155-8d45-1d0f11e8eb93
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 27f06f6373f21c0cee6b193b5dcc39d4
	fake.sha1(raw_output=False)                                                                    # 0dca6b2ee58cd4185030c91ce0b80b4ca690665e
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # ddb71b424f85887439848687d6f2cf407a7b2e0ace0fd7ada8f03c1
	                                                                                                 1078e3c0b
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # أبو غليون
	fake.name_female()                                                                             # المهندسة جوانا صليبا
	fake.prefix_male()                                                                             # المهندس
	fake.prefix()                                                                                  # السيد
	fake.name()                                                                                    # السيد علي الخازن
	fake.name_male()                                                                               # نسيب الزيدانية
	fake.first_name()                                                                              # ساطع
	fake.first_name_male()                                                                         # رمضان
	fake.first_name_female()                                                                       # أحمد
	fake.last_name_female()                                                                        # الحسيني
	fake.last_name()                                                                               # الأدغم
	fake.prefix_female()                                                                           # المهندسة

### faker.providers.phone_number

	fake.phone_number()                                                                            # 082506420
	fake.cellphone_number()                                                                        # 0568433482
	fake.service_phone_number()                                                                    # 100
	fake.msisdn()                                                                                  # 8126103435696
	fake.toll_number()                                                                             # 1-700-859-725
	fake.telephone_number()                                                                        # 092521542
	fake.provider_code()                                                                           # 56

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'tltrkmn', 'name': u'\u0645\u064a\u0631\u
	                                                                                                 0627\u0644 \u062d\u0648\u0633\u0629', 'birthdate': date
	                                                                                                 time.date(1918, 6, 27), 'sex': 'F', 'address': u'074 \u
	                                                                                                 0634\u0627\u0645\u0644 Canyon Apt. 361\n\u0645\u064f\u0
	                                                                                                 631\u0636\u064aside, KY 54381', 'mail': u'jl46@gmail.co
	                                                                                                 m'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.trbyn.com/'], 'username': u'
	                                                                                                 nwr14', 'name': u'\u0627\u0644\u0645\u0647\u0646\u062f\
	                                                                                                 u0633 \u0636\u0627\u062d\u064a \u0627\u0644\u062a\u0645
	                                                                                                 \u064a\u0645\u064a', 'blood_group': 'B+', 'residence': 
	                                                                                                 u'67331 \u0627\u0644\u0625\u063a\u0628\u0627\u0631\u064
	                                                                                                 a Village\n\u0623\u0628\u0648 \u0642\u0645\u0631fort, M
	                                                                                                 S 54351', 'company': u'\u0627\u0644\u0632\u064a\u062f\u
	                                                                                                 0627\u0646\u064a\u0629 PLC', 'address': u'1290 \u0639\u
	                                                                                                 0627\u0643\u0641 Parkway\n\u0637\u064a\u0651\u0628burgh
	                                                                                                 , NJ 59875', 'birthdate': datetime.date(1938, 7, 30), '
	                                                                                                 sex': 'M', 'job': 'Copywriter, advertising', 'ssn': u'1
	                                                                                                 93-93-0827', 'current_location': (Decimal('-68.3048335'
	                                                                                                 ), Decimal('-2.307982')), 'mail': u'wlnshshyby@yahoo.co
	                                                                                                 m'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'mlnnysh@yahoo.com', 9218, Decimal('92746242438.5
	                                                                                                 '), u'wsm85@hotmail.com', Decimal('-1527339197.2'), 919
	                                                                                                 5, u'http://www.shhyn.com/', u'wgEPNHvsPZonfxEEtfxW', u
	                                                                                                 'KIfkXKlTfKCqmnLBapKd', -9144131293.3])
	fake.pystr(min_chars=None, max_chars=20)                                                       # cKvZyADxQkWvjUhdKJJw
	fake.pystruct(count=10, *value_types)                                                          # ([9162, u'fmdIqroYNIzcdATZQYsv', 8620, datetime.datetim
	                                                                                                 e(2014, 12, 1, 7, 15, 7), Decimal('-8.13307834428'), 50
	                                                                                                 42, u'xqUKNBvmNOOvbufKyYsl', u'YxuaiGGmtakVZXDNbyYW', 5
	                                                                                                 659, u'tmym54@gmail.com'], {u'ipsum': 7030, u'reprehend
	                                                                                                 erit': datetime.datetime(1998, 8, 4, 8, 30, 58), u'corp
	                                                                                                 oris': 5721710106.7203, u'doloribus': u'https://lzytwy.
	                                                                                                 org/author/', u'fuga': Decimal('-4739.74092668'), u'ten
	                                                                                                 etur': 4320, u'doloremque': u'TjURtJXaKPFPdrOIYPfw', u'
	                                                                                                 blanditiis': Decimal('554402631173'), u'reiciendis': 6.
	                                                                                                 0, u'veritatis': 4326}, {u'eius': {8: [u'http://nsyb.co
	                                                                                                 m/categories/register.asp', u'https://www.lnnysh.com/',
	                                                                                                  9483], 9: {8: Decimal('-277439945.222'), 9: [-19642418
	                                                                                                 .9089391, u'onozBPxjZTJramPjWdsR'], 7: u'http://lhsyny-
	                                                                                                 hws.com/categories/categories/privacy/'}, 7: 3386}, u'r
	                                                                                                 atione': {8: u'wBaSoAGkRAhlggPyxFGw', 9: [u'hldgm@yahoo
	                                                                                                 .com', u'jBDPgIYrJoCwRDDDGzMH', u'xgWlchWMYaIBpXtiRIRz'
	                                                                                                 ], 10: {8: u'https://www.lbrgwthy.com/posts/main/faq.ht
	                                                                                                 ml', 9: u'HtApKOENZNzcIVoQHsgy', 10: [Decimal('5408.0')
	                                                                                                 , u'airvhIaidRuSpynnbQZR']}}, u'fugiat': {2: -807661968
	                                                                                                 99.54, 3: [7138, datetime.datetime(2010, 2, 18, 7, 13, 
	                                                                                                 3), u'tKphIpKJvEpCaaUhZWto'], 4: {2: u'QZxIrvIqsxjFPQIW
	                                                                                                 YeDf', 3: 495393014.95, 4: [1998, 8671]}}, u'possimus':
	                                                                                                  {5: u'http://jzr.info/posts/blog/index.html', 6: [u'BK
	                                                                                                 GrNJPCcUcpzabbTNSt', u'fWUSHbIwScFBirahXdUq', u'http://
	                                                                                                 www.hshm.com/main/wp-content/search/home/'], 7: {5: 477
	                                                                                                 4, 6: u'vPLpAxVbKkEGkgKqfSHC', 7: [u'TPCkRuDlYXgjltJluN
	                                                                                                 WF', 5810]}}, u'repellendus': {8: {8: [u'NUguFpbUnJpVAk
	                                                                                                 PoNaho', u'syfldwyn01@yahoo.com'], 6: -53997855963856.0
	                                                                                                 , 7: u'WgBUTVynIVXfHVozYyZO'}, 6: 9207, 7: [datetime.da
	                                                                                                 tetime(1999, 8, 8, 7, 2, 26), u'https://ftyr.net/', dat
	                                                                                                 etime.datetime(1978, 8, 8, 12, 32, 18)]}, u'assumenda':
	                                                                                                  {0: u'http://www.jrr-shhyn.net/faq.asp', 1: [u'NICtGfE
	                                                                                                 NVKNJdMzhSRJz', u'BdibvDAyamdRbKvUChcX', datetime.datet
	                                                                                                 ime(1985, 12, 26, 19, 42, 6)], 2: {0: u'shhdftyr@lnnysh
	                                                                                                 -styty.org', 1: u'DclmSphJbnxCxZIckupT', 2: [9374, Deci
	                                                                                                 mal('-28151001.92')]}}, u'quia': {9: u'BsidMUBsRFtceekl
	                                                                                                 SdIB', 10: [u'https://lzydny.com/homepage.php', 4530165
	                                                                                                 5755.293, 3148], 11: {9: u'lpmRydiaLjAdlcVgZSLb', 10: u
	                                                                                                 'mstyty@gmail.com', 11: [2473, 61.5464766]}}, u'nulla':
	                                                                                                  {3: datetime.datetime(2012, 12, 10, 15, 3, 45), 4: [da
	                                                                                                 tetime.datetime(1974, 8, 21, 2, 29, 23), Decimal('-3669
	                                                                                                 78.558549'), 4874], 5: {3: datetime.datetime(1971, 12, 
	                                                                                                 2, 7, 46, 35), 4: Decimal('-4.737'), 5: [u'https://www.
	                                                                                                 hshm-nsyb.org/main/blog/main.htm', datetime.datetime(19
	                                                                                                 94, 10, 13, 21, 52, 44)]}}, u'officiis': {1: u'bKyLqCBz
	                                                                                                 wROHOmwGAThf', 2: [-33.86, 9724, u'http://www.lbrgwthy.
	                                                                                                 com/register.htm'], 3: {1: 6024, 2: u'iuqNsUPRHRkWijdKl
	                                                                                                 npo', 3: [837, datetime.datetime(1974, 5, 25, 15, 0, 52
	                                                                                                 )]}}, u'necessitatibus': {4: 9868, 5: [u'zkhwry@bw.com'
	                                                                                                 , datetime.datetime(1979, 7, 20, 11, 8, 41), u'ZpcZIGWo
	                                                                                                 wkcReVrIcmGu'], 6: {4: u'kjtZsXNosHVVVTxDyNAt', 5: -2.7
	                                                                                                 4774, 6: [3135, u'sttrbyn@hotmail.com']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -221145.933
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -9.35981006789E+12
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('-3714512.0'), -2140581269505.0, 1063, u'kJOXt
	                                                                                                 ITNQVLPSwDOblIs', u'LIuYTjQXoLnfxSQlWevL', u'ljnydysrr@
	                                                                                                 bw.com', u'tgDIGSTCrWLwGjsbFLkF', u'UJWMTEUgUByDBuntjsS
	                                                                                                 C', u'ComGEMBFwOyrDVBfXfmC', 9653]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'PoNssDaFzNiMMYioYtoD', datetime.datetime(1993, 1, 11
	                                                                                                 , 14, 7, 23), 8230, 6759, u'hwshmwd@yahoo.com', u'xjzr@
	                                                                                                 hotmail.com', u'LwCVCiqVgvlcKbXNnVtT', u'SpqCoGbKzrQMGS
	                                                                                                 twtsle', 21, 5238, u'mhws@gmail.com', u'ZAkFUQNmRpLSOwZ
	                                                                                                 LWsUe', datetime.datetime(2013, 8, 16, 16, 1, 17))
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([67218236166183.0, datetime.datetime(2016, 9, 15, 3
	                                                                                                 , 14, 32), u'aWLRlHFEmzkLwPHJdZpY', u'https://lkhyt.net
	                                                                                                 /faq.html', 8491, 1586, u'GTxlDqRuPjKdVivUPnHS', -12227
	                                                                                                 36.0, 9646793361.31583, datetime.datetime(1992, 9, 3, 1
	                                                                                                 5, 27, 45), datetime.datetime(2015, 11, 19, 17, 18, 17)
	                                                                                                 , 3738, u'http://khwry-lzytwy.com/categories/posts/term
	                                                                                                 s/'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'nostrum': 3200, u'aliquid': u'eBlmvhQQYPMfIsvNuGma',
	                                                                                                  u'nisi': u'bd-lbrytrbyn@ldgm-slyb.org', u'dolor': -306
	                                                                                                 2115.7, u'qui': u'hZBTFYhdCwATHfhGuCkY', u'laudantium':
	                                                                                                  u'GHQYmdJNaqJXlnnoFRvr', u'nobis': u'ZebjOflSlJqTvQCgs
	                                                                                                 xCZ', u'tempora': u'kthEyJmsuWuiNFgSkHdy', u'vero': Dec
	                                                                                                 imal('5910841.595'), u'omnis': u'rnbDQYtcINVREjlIeigX'}
	                                                                                                 
	fake.pyint()                                                                                   # 3551

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 445-37-8424
	fake.ein()                                                                                     # 35-9978299
	fake.itin()                                                                                    # 922-72-8264

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2018
	                                                                                                 -06-13 05:36:37 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.12.(Windows CE; cs-CZ) Presto/2.9.178 Version/1
	                                                                                                 2.00
	fake.windows_platform_token()                                                                  # Windows CE
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trid
	                                                                                                 ent/5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/
	                                                                                                 5.1)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5332 (KHTML
	                                                                                                 , like Gecko) Chrome/48.0.845.0 Safari/5332
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_11_7
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_4 rv:2.0
	                                                                                                 ; id-ID) AppleWebKit/535.21.2 (KHTML, like Gecko) Versi
	                                                                                                 on/5.0.3 Safari/535.21.2

## LANGUAGE hi_IN

### faker.providers.address

	fake.address()                                                                                 # 2 एषा वाल
	                                                                                                 भद्रक-287456
	fake.street_address()                                                                          # 39/95 लोदी
	fake.postcode()                                                                                # 401629
	fake.country_code(representation="alpha-2")                                                    # UY
	fake.street_name()                                                                             # श्रीविमल
	fake.country()                                                                                 # लेबनान
	fake.city_name()                                                                               # पाकाला
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 582
	fake.city()                                                                                    # फतेहगढ
	fake.state()                                                                                   # पंजाब

### faker.providers.automotive

	fake.license_plate()                                                                           # 508PH

### faker.providers.bank

	fake.bban()                                                                                    # NDRI1412860703963
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB64JKDZ0473929868487

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5474072471016
	fake.ean13()                                                                                   # 5324924862441
	fake.ean8()                                                                                    # 13383695

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(124,203,239)
	fake.color_name()                                                                              # Tan
	fake.rgb_color()                                                                               # 154,81,101
	fake.safe_hex_color()                                                                          # #110000
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #604457

### faker.providers.company

	fake.company()                                                                                 # रामशर्मा-महाराज
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Robust background paradigm
	fake.bs()                                                                                      # deploy proactive web-readiness

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 708
	fake.credit_card_provider(card_type=None)                                                      # American Express
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 आशा दोषी
	                                                                                                 3584413166160161 11/23
	                                                                                                 CVC: 867
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 02/21
	fake.credit_card_number(card_type=None)                                                        # 5506998467199470

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # LTC
	fake.currency_code()                                                                           # TOP
	fake.currency_name()                                                                           # Falkland Islands pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('ADA', 'Cardano')
	fake.currency()                                                                                # ('BGN', 'Bulgarian lev')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-05 02:21:30
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b9c2370>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2012-03-04 11:41:16
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-04-21
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 13:44:02
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-19
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2013-03-02 05:41:54
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-06-19 07:11:26
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2015-05-22
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:46
	fake.date_object(end_datetime=None)                                                            # 2010-03-07
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-30
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1973-09-13T11:35:11
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-04
	fake.date_this_century(before_today=True, after_today=False)                                   # 2010-04-16
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1980
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 346479979
	fake.timezone()                                                                                # Asia/Katmandu
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1977-04-16
	fake.time_object(end_datetime=None)                                                            # 10:42:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-27 23:34:03
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1972-07-24 22:47:39
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:08:57
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-04
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-07 00:36:02
	fake.month_name()                                                                              # August
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2005-03-03 20:58:42
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdl
	fake.mime_type(category=None)                                                                  # audio/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /necessitatibus/ratione.jpg
	fake.unix_partition(prefix=None)                                                               # /dev/vdz5
	fake.file_name(category=None, extension=None)                                                  # et.xls
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 58.347043
	fake.latitude()                                                                                # 38.947035
	fake.longitude()                                                                               # 170.129796
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.27621', '-72.86843', 'East Haven', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('29.69221', '72.54566', 'Hasilpur', 'PK', 'Asia/Karach
	                                                                                                 i')
	fake.latlng()                                                                                  # (Decimal('26.1258125'), Decimal('109.892823'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dbaalkrssnnn@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/28/944/any
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # ebkssii@gmail.com
	fake.url(schemes=None)                                                                         # https://www.ddhiingraa.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.17.110.50
	fake.user_name(*args, **kwargs)                                                                # kirnnkrssnnaa
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # pusspaa92@example.org
	fake.ascii_email(*args, **kwargs)                                                              # dveajit@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 1.22.103.201
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # kulkrnniiprbhaakr@agrvaal.com
	fake.domain_name(*args, **kwargs)                                                              # raamllaa.com
	fake.hostname(*args, **kwargs)                                                                 # email-05.dve.org
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.86.168.227
	fake.domain_word(*args, **kwargs)                                                              # bjaaj-mjuumdaar
	fake.slug(*args, **kwargs)                                                                     # adipisci-quidem
	fake.uri_path(deep=None)                                                                       # posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # naamcndnaa@kumaar.org
	fake.uri()                                                                                     # https://www.baaptt.com/
	fake.ipv6(network=False)                                                                       # 3aef:ad90:45f2:59e7:9dbf:df8b:973a:6505
	fake.free_email(*args, **kwargs)                                                               # zlaalaa@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # vissnnuvikaavi@example.net
	fake.mac_address()                                                                             # 20:8b:3e:a9:fb:6d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-71462-614-8
	fake.isbn13(separator="-")                                                                     # 978-0-19-059983-6

### faker.providers.job

	fake.job()                                                                                     # Producer, television/film/video

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Dignissimos ipsa dolor voluptates animi optio magnam.
	                                                                                                 Odit facere ratione quibusdam atque quisquam. Odit vel 
	                                                                                                 aperiam magnam repellendus. Animi pariatur aperiam inve
	                                                                                                 ntore at placeat expedita aperiam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Rerum quidem dolor excepturi. Repellendus doloribus 
	                                                                                                 vitae dolorem commodi laboriosam unde numquam. Consequa
	                                                                                                 tur voluptas deserunt fuga corporis ex ea. Quibusdam ap
	                                                                                                 eriam omnis.', u'Et accusamus tempora aut ut excepturi.
	                                                                                                  Similique consequuntur quidem fuga quis quia ratione.'
	                                                                                                 , u'Corrupti voluptates fuga tempora velit consectetur 
	                                                                                                 mollitia. Laboriosam id dicta molestiae. Cumque ex reic
	                                                                                                 iendis quod eos porro earum nam. Quo magnam dolorum vol
	                                                                                                 uptates voluptas minima repellendus.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Earum esse voluptatem fugiat.', u'Cupiditate a repel
	                                                                                                 lendus repudiandae neque expedita labore.', u'Labore su
	                                                                                                 scipit numquam commodi quasi voluptas.']
	fake.word(ext_word_list=None)                                                                  # ea
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Optio vitae ea aliquam. Nostrum voluptatibus reprehende
	                                                                                                 rit magni quos quisquam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Ducimus sapiente eum similique necessitatibus deleniti.
	                                                                                                 
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'vero', u'nam', u'adipisci']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # #4D4MCHCrF
	fake.uuid4(cast_to=<type 'str'>)                                                               # 3c29c98a-16f8-4101-948e-166d86b18472
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 4f5d638a9084bea40583de4f028a6706
	fake.sha1(raw_output=False)                                                                    # 9b6ae2456898959562a9e2218e08d0147ac2fdc3
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 40be15b2444d5cf4fcfdb00e470c0eeb1214141a2d95711b92b3932
	                                                                                                 76fcf3b0f
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # जमानत
	fake.name_female()                                                                             # अभय बक्षी
	fake.name()                                                                                    # अदिती डार
	fake.name_male()                                                                               # जया जोशी
	fake.first_name()                                                                              # प्रेम
	fake.first_name_male()                                                                         # राजीव
	fake.first_name_female()                                                                       # गौतम
	fake.last_name_female()                                                                        # महाराज
	fake.last_name()                                                                               # अहलुवालिया

### faker.providers.phone_number

	fake.phone_number()                                                                            # +91 0730069859
	fake.msisdn()                                                                                  # 8523178177358

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'liilaakrssnnmuurti', 'name': u'\u091c\u0
	                                                                                                 92f\u0926\u0947\u0935 \u092e\u0939\u093e\u0926\u0947\u0
	                                                                                                 935', 'birthdate': datetime.date(2011, 11, 27), 'sex': 
	                                                                                                 'M', 'address': u'91/13 \u091b\u093e\u092c\u0930\u093e\
	                                                                                                 n\u0916\u0921\u0917\u092a\u0941\u0930 909548', 'mail': 
	                                                                                                 u'amitaaduaa@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://mdn.com/', u'http://www.mgr.net/
	                                                                                                 ', u'http://www.gaavit.info/'], 'username': u'pbaabuu',
	                                                                                                  'name': u'\u091a\u0947\u0924\u0928\u093e \u0935\u093e\
	                                                                                                 u0932', 'blood_group': 'O+', 'residence': u'10/0624 \u0
	                                                                                                 915\u0943\u0937\u094d\u0923\u093e\n\u0930\u093e\u0928\u
	                                                                                                 0940\u0924\u093e\u0932 210510', 'company': u'\u0905\u09
	                                                                                                 39\u0932\u0941\u0935\u093e\u0932\u093f\u092f\u093e and 
	                                                                                                 Sons', 'address': u'17/12 \u0936\u094d\u0930\u0940\u093
	                                                                                                 5\u093f\u092e\u0932\n\u0926\u0947\u0935\u0917\u095d 618
	                                                                                                 124', 'birthdate': datetime.date(1948, 10, 6), 'sex': '
	                                                                                                 F', 'job': 'International aid/development worker', 'ssn
	                                                                                                 ': u'673-25-9553', 'current_location': (Decimal('-64.59
	                                                                                                 89815'), Decimal('-20.128918')), 'mail': u'avniilaalaa@
	                                                                                                 gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [Decimal('35772546.5'), u'jofCnMOMVMujwKtLKphp', 2150, 
	                                                                                                 u'amitaagnnesh@baadaamii.com', 2032, 4345, 8047, dateti
	                                                                                                 me.datetime(2016, 4, 7, 8, 44, 26), Decimal('-4.6489461
	                                                                                                 9394E+14'), -5.89, u'IVIQVQakyTYxUcedzRIJ', 84361269346
	                                                                                                 .7, u'ObvSDPfAdvfLBvpEYAUW']
	fake.pystr(min_chars=None, max_chars=20)                                                       # NGNdtsISufWRqmcFDEnH
	fake.pystruct(count=10, *value_types)                                                          # ([u'rfGKtpxLPaztbYTCwdhc', u'eYbygJkVaVlogWWSeaTc', u'V
	                                                                                                 xmVIEPctkMSPdVYfStW', datetime.datetime(1981, 11, 2, 12
	                                                                                                 , 45, 19), u'https://vikaavi-diikssit.net/wp-content/se
	                                                                                                 arch/post/', Decimal('9512190703.0'), 7476, 40.6, u'BKz
	                                                                                                 LiZGUHOzHzadhXPXC', datetime.datetime(2011, 4, 11, 2, 2
	                                                                                                 1, 57)], {u'suscipit': u'ZKKzekLzwSSgGZMMoBej', u'place
	                                                                                                 at': Decimal('-67254.0'), u'perspiciatis': u'xUTcMAoeVA
	                                                                                                 GBnHISgtbV', u'sint': u'HdjnHHhyQbMjYvThkYvo', u'eos': 
	                                                                                                 u'https://ahluvaaliyaa.org/about/', u'quasi': u'sxsbUgZ
	                                                                                                 WlaDqWCwsrHyK', u'in': u'kBdRxlkCAIdslQDSPqDM', u'ducim
	                                                                                                 us': u'rbaalaasubrmnniym@yahoo.com', u'vel': 6520, u'la
	                                                                                                 bore': 339.840088}, {u'doloribus': {8: {8: [4809, u'zIO
	                                                                                                 MSjfaTVgdeEsdknFV'], 6: u'JibPxFewhzdXwxyhUwrb', 7: dat
	                                                                                                 etime.datetime(1990, 3, 31, 6, 43, 14)}, 6: u'noblicSVB
	                                                                                                 dIiQYMiRVSE', 7: [9340, u'yeTgNJCXYagwZpesIQQF', 9177]}
	                                                                                                 , u'ratione': {2: u'https://www.mnni-ddhiingraa.com/', 
	                                                                                                 3: [u'FWqgoEgwxtwpflXFKBcz', u'hILrmuepFhMUpQVzgOVD', 4
	                                                                                                 570], 4: {2: u'fFhYcHYkbPsWFXWZSzAu', 3: Decimal('-5498
	                                                                                                 952.3'), 4: [u'chaabraashrmilaa@laalaa.biz', u'FAwdQCoo
	                                                                                                 UMwpbCYAgLaP']}}, u'dicta': {8: [85707235205098.0, u'Vb
	                                                                                                 NtSafSuiJsvoGPorHx', u'YxyasRXImwPeDUjQuAfP'], 9: {8: u
	                                                                                                 'http://mhaajn.com/', 9: [u'http://www.agrvaal-gaanguli
	                                                                                                 i.com/', datetime.datetime(1988, 7, 18, 20, 13, 21)], 7
	                                                                                                 : u'rcSPsDiqilFyWOGJfZLl'}, 7: u'NJaRnmbltJdefVODbJje'}
	                                                                                                 , u'in': {0: 781, 1: [u'GQOIntjMzepnBDDdAIrW', 1966, u'
	                                                                                                 rAeMFsBKydkNetSIPJho'], 2: {0: u'sbhnddaarii@sinh-chaab
	                                                                                                 raa.org', 1: -230400401.0, 2: [Decimal('7.90661980892E+
	                                                                                                 14'), u'http://vikaavi-mllik.com/terms.htm']}}, u'accus
	                                                                                                 antium': {4: 2121, 5: [Decimal('-36844965.4806'), u'WWg
	                                                                                                 iACAanQGVRVrGrRhr', 1200380743539.0], 6: {4: Decimal('1
	                                                                                                 2891.4075'), 5: u'LqEEmNAyDKVtJIPPfLTx', 6: [u'mngljynt
	                                                                                                 ii@mnddl.org', u'abhaart@dhaaliivaal-baaptt.com']}}, u'
	                                                                                                 quia': {5: u'uraamllaa@raamshrmaa-dyaal.biz', 6: [4033,
	                                                                                                  u'mohinii06@paattil.biz', u'sZhBdVgJLmHdGJmxPdym'], 7:
	                                                                                                  {5: u'LXlLYXvpXTOhsTJkBbrW', 6: -1906925208.2, 7: [153
	                                                                                                 2, u'aadity99@hotmail.com']}}, u'dignissimos': {8: u'GG
	                                                                                                 bDeHcueisSNSsPLMxP', 9: [u'BeqZorqoJgpXcYZIopxt', 2562,
	                                                                                                  u'xshriiviml@shirole-gnnesh.biz'], 10: {8: u'zlAUomMSW
	                                                                                                 GHEYZULAxnw', 9: u'https://jmaant-caudhrii.com/posts/bl
	                                                                                                 og/app/author.php', 10: [u'QZnljhbqxZULfMXJnUCU', 5373]
	                                                                                                 }}, u'velit': {1: u'hzGHSRBkPzwgNCkbnZyF', 2: [49421244
	                                                                                                 7.0, Decimal('-2.40136427687E+12'), u'kVcJuDObusfdbAPIO
	                                                                                                 xzo'], 3: {1: Decimal('6963631355.0'), 2: u'EtsXIsKYeAb
	                                                                                                 pEbDkQQQf', 3: [u'OGjICAeEeROitcmZpEtS', datetime.datet
	                                                                                                 ime(2008, 2, 4, 17, 21, 22)]}}, u'ducimus': {3: 7196, 4
	                                                                                                 : [u'wwQjXSnEowhuXfBGtdZY', u'https://naam.biz/register
	                                                                                                 /', u'gTrVTgSCPKavHsxjLIPU'], 5: {3: 7550, 4: 4271, 5: 
	                                                                                                 [Decimal('-9.01727708405E+13'), Decimal('7.1973574')]}}
	                                                                                                 , u'earum': {9: 6280, 10: [5759, Decimal('-1.1054291902
	                                                                                                 3E+12'), -441.254369621544], 11: {9: u'JfyRzieThtNHVNqZ
	                                                                                                 UIfg', 10: 3177, 11: [u'kuVxMbklxymikfbjSMDv', u'https:
	                                                                                                 //www.ddaar.com/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -3.21673268884e+14
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -1.64133416351E+12
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('6.841175'), u'nikhil00@gmail.com', u'pusspaa9
	                                                                                                 8@gmail.com', u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEg
	                                                                                                 HgTarG', u'https://www.mnni.com/author.html', u'oEKvhRk
	                                                                                                 hZXZJzgpBTuJB', 2665, 7064]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), u'CPqDm
	                                                                                                 lzqlFFPqbTvnSUV', datetime.datetime(2016, 6, 11, 7, 9, 
	                                                                                                 52), u'HSnqrRrsGwzsynzAvzCn', datetime.datetime(2005, 1
	                                                                                                 , 4, 19, 7, 10), u'jyByNZXfbjrQlaXPacId', 7620, u'srsvt
	                                                                                                 iidaaraa@yahoo.com', 282)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'shaantaavaal@hotmail.com', u'sAshHOhJEdApxRyNAwB
	                                                                                                 n', 7716, u'yxyNsxvwCLUAWhJvKHnn', 5638, datetime.datet
	                                                                                                 ime(1971, 11, 18, 21, 59, 5), u'aashaa81@gmail.com', 59
	                                                                                                 9304.553, u'QmffdyxMOASbnnIwStDR', u'eaTCLSKwWBTqKueGBg
	                                                                                                 vL', u'https://jmaant-mgr.com/login/', datetime.datetim
	                                                                                                 e(1993, 10, 1, 0, 45, 14), 414])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'ab': 15197.7665305, u'praesentium': u'lImAKALMcZZvjc
	                                                                                                 GMKxYf', u'beatae': 3017, u'consectetur': datetime.date
	                                                                                                 time(1999, 7, 28, 14, 1, 24), u'alias': 9443, u'delenit
	                                                                                                 i': u'PttRpgqTtsVofWgVgwcq', u'ducimus': 8.72}
	fake.pyint()                                                                                   # 9

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 184-53-8818
	fake.ein()                                                                                     # 58-2062034
	fake.itin()                                                                                    # 959-79-9675

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2013-1
	                                                                                                 0-23 12:33:37 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.10.(Windows NT 5.01; sid-ET) Presto/2.9.173 Ver
	                                                                                                 sion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.2; Trid
	                                                                                                 ent/5.0)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5362 (KHTML
	                                                                                                 , like Gecko) Chrome/25.0.840.0 Safari/5362
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_9_1
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) Apple
	                                                                                                 WebKit/535.48.3 (KHTML, like Gecko) Version/4.0.5 Safar
	                                                                                                 i/535.48.3

## LANGUAGE ka_GE

### faker.providers.address

	fake.address()                                                                                 # ენგურჰესის ქ. 47, ქარელი
	fake.street_address()                                                                          # ლაითურის ქ. 62
	fake.postcode()                                                                                # 86830
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # ნოვოროსისკის ქ.
	fake.country()                                                                                 # მონაკო
	fake.city_name()                                                                               # სიღნაღი
	fake.street_suffix()                                                                           # ქ.
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 87
	fake.street_title()                                                                            # ილურიძე კონსტანტინეს
	fake.city()                                                                                    # ნინოწმინდა

### faker.providers.automotive

	fake.license_plate()                                                                           # 6XN 689

### faker.providers.bank

	fake.bban()                                                                                    # AJPH5085163141286
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB19AUAI9633319047392

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 9868487547408
	fake.ean13()                                                                                   # 7247101532495
	fake.ean8()                                                                                    # 24862448

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(168,248,236)
	fake.color_name()                                                                              # Crimson
	fake.rgb_color()                                                                               # 78,206,82
	fake.safe_hex_color()                                                                          # #99aa00
	fake.safe_color_name()                                                                         # purple
	fake.hex_color()                                                                               # #60a268

### faker.providers.company

	fake.company()                                                                                 # ლობჟანიძე Inc
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Secured user-facing encoding
	fake.bs()                                                                                      # monetize 24/365 supply-chains

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 846
	fake.credit_card_provider(card_type=None)                                                      # VISA 16 digit
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 მაია კახაძე
	                                                                                                 2228019647844135 08/20
	                                                                                                 CVV: 661
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 12/26
	fake.credit_card_number(card_type=None)                                                        # 30016486718067

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # DASH
	fake.currency_code()                                                                           # KES
	fake.currency_name()                                                                           # Saint Helena pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('WAVES', 'Waves Platform')
	fake.currency()                                                                                # ('UYU', 'Uruguayan peso')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 19:47:01
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b985230>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2016-11-18 09:17:01
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-09
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-13 22:32:08
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-11
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2017-07-11 02:54:17
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-02-15
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2001-08-24 03:41:18
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2005-01-24
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:46
	fake.date_object(end_datetime=None)                                                            # 2018-02-20
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-23
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2018-11-16T03:35:47
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-01
	fake.date_this_century(before_today=True, after_today=False)                                   # 2018-01-21
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1973
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 768079960
	fake.timezone()                                                                                # Africa/Lagos
	fake.century()                                                                                 # VI
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1936-05-26
	fake.time_object(end_datetime=None)                                                            # 22:09:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-12 10:40:54
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2017-07-22 00:49:23
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:45:07
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-18
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-01 13:36:01
	fake.month_name()                                                                              # September
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0870-03-29 00:39:39
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdx
	fake.mime_type(category=None)                                                                  # audio/L24
	fake.file_path(depth=1, category=None, extension=None)                                         # /harum/necessitatibus.bmp
	fake.unix_partition(prefix=None)                                                               # /dev/vde3
	fake.file_name(category=None, extension=None)                                                  # corrupti.mp3
	fake.file_extension(category=None)                                                             # mp3

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -93.479916
	fake.latitude()                                                                                # 13.0253865
	fake.longitude()                                                                               # -42.810828
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('39.09112', '-94.41551', 'Independence', 'US', 'Americ
	                                                                                                 a/Chicago')
	fake.location_on_land(coords_only=False)                                                       # ('51.40148', '-1.32471', 'Newbury', 'GB', 'Europe/Londo
	                                                                                                 n')
	fake.latlng()                                                                                  # (Decimal('51.5552705'), Decimal('24.809531'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # ucha00@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placekitten.com/1019/725
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # xalvashimarina@hotmail.com
	fake.url(schemes=None)                                                                         # https://chikovani-chanturize.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.29.251.136
	fake.user_name(*args, **kwargs)                                                                # scincaze
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # login
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # eduardkoxreize@example.org
	fake.ascii_email(*args, **kwargs)                                                              # leilajaiani@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 202.235.219.105
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # shotajojua@sarkisiani-parcvania.biz
	fake.domain_name(*args, **kwargs)                                                              # pircxalava-carcize.com
	fake.hostname(*args, **kwargs)                                                                 # email-72.dvalishvili-qipshize.info
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.0.1.23
	fake.domain_word(*args, **kwargs)                                                              # bregvaze-bokuchava
	fake.slug(*args, **kwargs)                                                                     # voluptate-fugit
	fake.uri_path(deep=None)                                                                       # list/categories
	fake.company_email(*args, **kwargs)                                                            # mosiashvilimiranda@nabievi.com
	fake.uri()                                                                                     # http://www.cikarishvili.com/categories/explore/posts/re
	                                                                                                 gister/
	fake.ipv6(network=False)                                                                       # 23af:acfe:5810:ea03:d3f:8235:f8a0:3880
	fake.free_email(*args, **kwargs)                                                               # lamara24@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # urushazegogita@example.com
	fake.mac_address()                                                                             # 02:11:00:d4:16:97

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-138-30306-2
	fake.isbn13(separator="-")                                                                     # 978-0-03-198595-8

### faker.providers.job

	fake.job()                                                                                     # Radio producer

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Praesentium sunt dolor quas nisi at soluta.
	                                                                                                 Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Quod assumenda voluptatem pariatur commodi expedita.
	                                                                                                  Quas totam cupiditate delectus.', u'Qui itaque beatae 
	                                                                                                 nostrum iste rem nemo. Voluptas numquam tenetur earum a
	                                                                                                  sunt adipisci. Iste aperiam earum quam fugit numquam a
	                                                                                                 ut saepe.', u'Corporis pariatur iusto illo accusantium 
	                                                                                                 minus saepe. Ipsum accusamus voluptatibus voluptas.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Ipsa ducimus molestiae exercitationem molestias sunt
	                                                                                                  iste.', u'Quaerat aliquid quia optio numquam a soluta 
	                                                                                                 libero.', u'Cumque alias accusamus distinctio esse culp
	                                                                                                 a.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Voluptatibus sapiente nihil sint officiis. Architecto c
	                                                                                                 onsectetur autem nobis quaerat culpa magnam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Laboriosam architecto commodi provident recusandae volu
	                                                                                                 ptatibus.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # ბერიძე
	fake.name_female()                                                                             # ცისანა ჯოხაძე
	fake.name()                                                                                    # ლაშა კვერნაძე
	fake.name_male()                                                                               # ვალერი მღებრიშვილი
	fake.first_name()                                                                              # ლელა
	fake.first_name_male()                                                                         # დიმიტრი
	fake.first_name_female()                                                                       # ჟანა
	fake.last_name_female()                                                                        # მჭედლიშვილი
	fake.last_name()                                                                               # კახაძე

### faker.providers.phone_number

	fake.phone_number()                                                                            # 233.772.8810x519
	fake.msisdn()                                                                                  # 1037341288952

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'luba33', 'name': u'\u10d7\u10d0\u10db\u1
	                                                                                                 0e3\u10dc\u10d0 \u10d2\u10d0\u10d2\u10dc\u10d8\u10eb\u1
	                                                                                                 0d4', 'birthdate': datetime.date(2016, 4, 27), 'sex': '
	                                                                                                 F', 'address': u'\u10ed\u10e0\u10d4\u10da\u10d0\u10e8\u
	                                                                                                 10d5\u10d8\u10da\u10d8\u10e1 \u10e5. 89, \u10dc\u10d8\u
	                                                                                                 10dc\u10dd\u10ec\u10db\u10d8\u10dc\u10d3\u10d0', 'mail'
	                                                                                                 : u'macharashvilipavle@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.tavaze-matiashvili.net/', u'
	                                                                                                 http://gegeshize.com/', u'http://www.todua-nikabaze.biz
	                                                                                                 /', u'https://bakuraze.com/'], 'username': u'zaurnikole
	                                                                                                 ishvili', 'name': u'\u10d4\u10d9\u10d0\u10e2\u10d4\u10e
	                                                                                                 0\u10d8\u10dc\u10d4 \u10d2\u10d0\u10d1\u10d0\u10d8\u10e
	                                                                                                 b\u10d4', 'blood_group': 'O+', 'residence': u'\u10d4\u1
	                                                                                                 0e5\u10d8\u10db\u10d8\u10e1 \u10e5. 80, \u10d2\u10d0\u1
	                                                                                                 0d2\u10e0\u10d0', 'company': u'\u10d1\u10d4\u10e0\u10d8
	                                                                                                 \u10d0\u10dc\u10d8\u10eb\u10d4-\u10de\u10d0\u10de\u10d8
	                                                                                                 \u10d0\u10e8\u10d5\u10d8\u10da\u10d8', 'address': u'\u1
	                                                                                                 0e6\u10d0\u10db\u10d1\u10d0\u10e8\u10d8\u10eb\u10d8\u10
	                                                                                                 e1 \u10e5. 72, \u10d2\u10dd\u10e0\u10d8', 'birthdate': 
	                                                                                                 datetime.date(2011, 8, 24), 'sex': 'F', 'job': 'Commerc
	                                                                                                 ial/residential surveyor', 'ssn': u'277-25-4717', 'curr
	                                                                                                 ent_location': (Decimal('72.8148645'), Decimal('-68.648
	                                                                                                 102')), 'mail': u'bicazemegi@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (Decimal('40.5'), u'YwuubWsNEzVswgEPNHvs', datetime.dat
	                                                                                                 etime(2018, 4, 25, 19, 45, 5), 7204, -9144131293.3, Dec
	                                                                                                 imal('92746242438.5'), Decimal('-1527339197.2'), u'http
	                                                                                                 ://www.mustapaeva.com/', -43.0, u'marine85@hotmail.com'
	                                                                                                 , u'nfxEEtfxWVPOWMwyVUbv', -82876354380451.0, u'KIfkXKl
	                                                                                                 TfKCqmnLBapKd')
	fake.pystr(min_chars=None, max_chars=20)                                                       # NxeGTxlDqRuPjKdVivUP
	fake.pystruct(count=10, *value_types)                                                          # ([54872345.916, u'fmdIqroYNIzcdATZQYsv', 8620, datetime
	                                                                                                 .datetime(2014, 12, 1, 7, 15, 7), Decimal('-8.133078344
	                                                                                                 28'), 5042, u'xqUKNBvmNOOvbufKyYsl', u'YxuaiGGmtakVZXDN
	                                                                                                 byYW', 5659, u'akaki54@gmail.com'], {u'ipsum': 7030, u'
	                                                                                                 reprehenderit': datetime.datetime(1998, 8, 4, 8, 30, 58
	                                                                                                 ), u'corporis': 5721710106.7203, u'doloribus': u'https:
	                                                                                                 //isaevi.org/author/', u'doloremque': u'TjURtJXaKPFPdrO
	                                                                                                 IYPfw', u'fuga': Decimal('-4739.74092668'), u'porro': u
	                                                                                                 'HScKvZyADxQkWvjUhdKJ', u'blanditiis': Decimal('5544026
	                                                                                                 31173'), u'reiciendis': 6.0, u'veritatis': 4326}, {u'ei
	                                                                                                 us': {8: [u'http://gocirize.com/categories/register.asp
	                                                                                                 ', u'https://www.xarchilava.com/', 9483], 9: {8: Decima
	                                                                                                 l('-277439945.222'), 9: [-19642418.9089391, u'onozBPxjZ
	                                                                                                 TJramPjWdsR'], 7: u'http://berishvili-sixarulize.com/ca
	                                                                                                 tegories/categories/privacy/'}, 7: 3386}, u'ratione': {
	                                                                                                 8: u'wBaSoAGkRAhlggPyxFGw', 9: [u'hsanikize@yahoo.com',
	                                                                                                  u'jBDPgIYrJoCwRDDDGzMH', u'xgWlchWMYaIBpXtiRIRz'], 10:
	                                                                                                  {8: u'https://www.barbakaze.com/posts/main/faq.html', 
	                                                                                                 9: u'HtApKOENZNzcIVoQHsgy', 10: [Decimal('5408.0'), u'a
	                                                                                                 irvhIaidRuSpynnbQZR']}}, u'fugiat': {2: -80766196899.54
	                                                                                                 , 3: [7138, datetime.datetime(2010, 2, 18, 7, 13, 3), u
	                                                                                                 'tKphIpKJvEpCaaUhZWto'], 4: {2: u'QZxIrvIqsxjFPQIWYeDf'
	                                                                                                 , 3: 495393014.95, 4: [1998, 8671]}}, u'possimus': {5: 
	                                                                                                 u'http://lortkipanize.info/posts/blog/index.html', 6: [
	                                                                                                 u'BKGrNJPCcUcpzabbTNSt', u'fWUSHbIwScFBirahXdUq', u'htt
	                                                                                                 p://www.kartvelishvili.com/main/wp-content/search/home/
	                                                                                                 '], 7: {5: 4774, 6: u'vPLpAxVbKkEGkgKqfSHC', 7: [u'TPCk
	                                                                                                 RuDlYXgjltJluNWF', 5810]}}, u'repellendus': {8: {8: [u'
	                                                                                                 NUguFpbUnJpVAkPoNaho', u'ilia01@yahoo.com'], 6: -539978
	                                                                                                 55963856.0, 7: u'WgBUTVynIVXfHVozYyZO'}, 6: 9207, 7: [d
	                                                                                                 atetime.datetime(1999, 8, 8, 7, 2, 26), u'https://zizig
	                                                                                                 uri.net/', datetime.datetime(1978, 8, 8, 12, 32, 18)]},
	                                                                                                  u'assumenda': {0: u'http://www.gabelia-arabuli.net/faq
	                                                                                                 .asp', 1: [u'NICtGfENVKNJdMzhSRJz', u'BdibvDAyamdRbKvUC
	                                                                                                 hcX', datetime.datetime(1985, 12, 26, 19, 42, 6)], 2: {
	                                                                                                 0: u'nanacirekize@xarshilaze-qurashvili.org', 1: u'Dclm
	                                                                                                 SphJbnxCxZIckupT', 2: [9374, Decimal('-28151001.92')]}}
	                                                                                                 , u'quia': {9: u'BsidMUBsRFtceeklSdIB', 10: [u'https://
	                                                                                                 berulava.com/homepage.php', 45301655755.293, 3148], 11:
	                                                                                                  {9: u'lpmRydiaLjAdlcVgZSLb', 10: u'mqavelashvili@gmail
	                                                                                                 .com', 11: [2473, 61.5464766]}}, u'nulla': {3: datetime
	                                                                                                 .datetime(2012, 12, 10, 15, 3, 45), 4: [datetime.dateti
	                                                                                                 me(1974, 8, 21, 2, 29, 23), Decimal('-366978.558549'), 
	                                                                                                 4874], 5: {3: datetime.datetime(1971, 12, 2, 7, 46, 35)
	                                                                                                 , 4: Decimal('-4.737'), 5: [u'https://www.kevxishvili-g
	                                                                                                 orgoze.org/main/blog/main.htm', datetime.datetime(1994,
	                                                                                                  10, 13, 21, 52, 44)]}}, u'officiis': {1: u'bKyLqCBzwRO
	                                                                                                 HOmwGAThf', 2: [-33.86, 9724, u'http://www.axvlediani.c
	                                                                                                 om/register.htm'], 3: {1: 6024, 2: u'iuqNsUPRHRkWijdKln
	                                                                                                 po', 3: [837, datetime.datetime(1974, 5, 25, 15, 0, 52)
	                                                                                                 ]}}, u'necessitatibus': {4: 9868, 5: [u'zadeishvili@ram
	                                                                                                 ishvili.com', datetime.datetime(1979, 7, 20, 11, 8, 41)
	                                                                                                 , u'ZpcZIGWowkcReVrIcmGu'], 6: {4: u'kjtZsXNosHVVVTxDyN
	                                                                                                 At', 5: -2.74774, 6: [3135, u'zaurvalievi@hotmail.com']
	                                                                                                 }}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -74577186.5401
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 263.956
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('-657966022822'), datetime.datetime(2010, 7, 2
	                                                                                                 , 9, 8, 32), u'wcercvaze@yahoo.com', datetime.datetime(
	                                                                                                 1971, 7, 19, 3, 9, 23), u'IseLIuYTjQXoLnfxSQlW', u'vLZy
	                                                                                                 jBYYGixeotgDIGST', 3346]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'PoNssDaFzNiMMYioYtoD', u'msulaberize@gmail.com', 823
	                                                                                                 0, 6759, u'LwCVCiqVgvlcKbXNnVtT', u'sirbilazegenadi@yah
	                                                                                                 oo.com', u'SpqCoGbKzrQMGStwtsle', datetime.datetime(199
	                                                                                                 3, 1, 11, 14, 7, 23), 21, 5238, u'ZAkFUQNmRpLSOwZLWsUe'
	                                                                                                 , u'xlomtaze@hotmail.com', datetime.datetime(2013, 8, 1
	                                                                                                 6, 16, 1, 17))
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([Decimal('3.15837497216E+13'), 4322, 7272, u'https:
	                                                                                                 //www.lortkipanize-baramize.com/tags/about.asp', u'chxa
	                                                                                                 rtishviliklara@mosiashvili.com', u'http://danelia.com/a
	                                                                                                 bout.htm', 9110, u'DVBfXfmCAYXvZwPdSSwI', u'WLRlHFEmzkL
	                                                                                                 wPHJdZpYB', u'https://valievi.com/main/categories/regis
	                                                                                                 ter/', Decimal('-3573101.2275'), u'FbUJWMTEUgUByDBuntjs
	                                                                                                 ', datetime.datetime(1993, 5, 14, 16, 52, 12)])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'illum': u'XeqrDMqoREFYmwEpborI', u'iure': u'SlJqTvQC
	                                                                                                 gsxCZbeBlmvh', u'assumenda': u'thEyJmsuWuiNFgSkHdyj', u
	                                                                                                 'quae': Decimal('-6.8142858834E+11'), u'fuga': u'elisoc
	                                                                                                 xadaze@beruashvili.com', u'deleniti': u'IwuMEEWmnuorItU
	                                                                                                 nhZBT', u'qui': u'WUEzlFcUIFXEMoGHQYmd', u'animi': u'ht
	                                                                                                 tps://bigvava.com/category/tags/wp-content/index.html',
	                                                                                                  u'officiis': u'nbDQYtcINVREjlIeigXB', u'magnam': u'cpq
	                                                                                                 IjFEWFrCGbvHageQc', u'consequatur': u'nnoFRvrtufkpOnZeb
	                                                                                                 jOf'}
	fake.pyint()                                                                                   # 4405

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 445-37-8424
	fake.ein()                                                                                     # 93-9978299
	fake.itin()                                                                                    # 922-87-8264

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2018
	                                                                                                 -06-13 05:36:37 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.12.(Windows CE; cs-CZ) Presto/2.9.178 Version/1
	                                                                                                 2.00
	fake.windows_platform_token()                                                                  # Windows CE
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trid
	                                                                                                 ent/5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/
	                                                                                                 5.1)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5332 (KHTML
	                                                                                                 , like Gecko) Chrome/48.0.845.0 Safari/5332
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_11_7
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_4 rv:2.0
	                                                                                                 ; id-ID) AppleWebKit/535.21.2 (KHTML, like Gecko) Versi
	                                                                                                 on/5.0.3 Safari/535.21.2

## LANGUAGE en_AU

### faker.providers.address

	fake.state_abbr()                                                                              # SA
	fake.address()                                                                                 # Unit 20
	                                                                                                  47 Kayla Drive
	                                                                                                 Blairbury, SA, 2601
	fake.street_address()                                                                          # 39 Robertson Promenade
	fake.postcode()                                                                                # 2920
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # Trujillo Wade
	fake.country()                                                                                 # Seychelles
	fake.secondary_address()                                                                       # Flat 62
	fake.street_suffix()                                                                           # Approach
	fake.city_prefix()                                                                             # West
	fake.city_suffix()                                                                             # ton
	fake.building_number()                                                                         # 82
	fake.city()                                                                                    # Jenningshaven
	fake.state()                                                                                   # Western Australia

### faker.providers.automotive

	fake.license_plate()                                                                           # 508PH

### faker.providers.bank

	fake.bban()                                                                                    # NDRI1412860703963
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB64JKDZ0473929868487

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5474072471016
	fake.ean13()                                                                                   # 5324924862441
	fake.ean8()                                                                                    # 13383695

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(124,203,239)
	fake.color_name()                                                                              # Tan
	fake.rgb_color()                                                                               # 154,81,101
	fake.safe_hex_color()                                                                          # #110000
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #604457

### faker.providers.company

	fake.company()                                                                                 # Mays-Castaneda
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Robust background paradigm
	fake.bs()                                                                                      # deploy proactive web-readiness

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 708
	fake.credit_card_provider(card_type=None)                                                      # American Express
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Christina Henderson
	                                                                                                 3584413166160161 11/23
	                                                                                                 CVC: 867
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 02/21
	fake.credit_card_number(card_type=None)                                                        # 5506998467199470

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # LTC
	fake.currency_code()                                                                           # TOP
	fake.currency_name()                                                                           # Falkland Islands pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('ADA', 'Cardano')
	fake.currency()                                                                                # ('BGN', 'Bulgarian lev')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-05 02:21:30
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b986780>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2012-03-04 11:41:16
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-04-21
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 13:44:02
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-19
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2013-03-02 05:41:54
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-06-19 07:11:26
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2015-05-22
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:46
	fake.date_object(end_datetime=None)                                                            # 2010-03-07
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-30
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1973-09-13T11:35:11
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-04
	fake.date_this_century(before_today=True, after_today=False)                                   # 2010-04-16
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1980
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 346479979
	fake.timezone()                                                                                # Asia/Katmandu
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1977-04-16
	fake.time_object(end_datetime=None)                                                            # 10:42:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-27 23:34:03
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1972-07-24 22:47:39
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:08:57
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-04
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-07 00:36:02
	fake.month_name()                                                                              # August
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2005-03-03 20:58:42
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdl
	fake.mime_type(category=None)                                                                  # audio/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /necessitatibus/ratione.jpg
	fake.unix_partition(prefix=None)                                                               # /dev/vdz5
	fake.file_name(category=None, extension=None)                                                  # et.xls
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 58.347043
	fake.latitude()                                                                                # 38.947035
	fake.longitude()                                                                               # 170.129796
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.27621', '-72.86843', 'East Haven', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('29.69221', '72.54566', 'Hasilpur', 'PK', 'Asia/Karach
	                                                                                                 i')
	fake.latlng()                                                                                  # (Decimal('26.1258125'), Decimal('109.892823'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dperez@hotmail.com.au
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/28/944/any
	fake.tld()                                                                                     # com.au
	fake.email(*args, **kwargs)                                                                    # elewis@yahoo.com
	fake.url(schemes=None)                                                                         # https://www.ellis.net/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.17.110.50
	fake.user_name(*args, **kwargs)                                                                # justinchapman
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # yahoo.com.au
	fake.safe_email(*args, **kwargs)                                                               # maria92@example.org
	fake.ascii_email(*args, **kwargs)                                                              # richardsonantonio@hotmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 1.22.103.201
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # garrettpaul@williams.com.au
	fake.domain_name(*args, **kwargs)                                                              # lowe.org
	fake.hostname(*args, **kwargs)                                                                 # email-05.richardson.edu.au
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.86.168.227
	fake.domain_word(*args, **kwargs)                                                              # harris-villarreal
	fake.slug(*args, **kwargs)                                                                     # adipisci-quidem
	fake.uri_path(deep=None)                                                                       # posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # stanleydavid@lucero.edu.au
	fake.uri()                                                                                     # https://www.hernandez.net/
	fake.ipv6(network=False)                                                                       # 3aef:ad90:45f2:59e7:9dbf:df8b:973a:6505
	fake.free_email(*args, **kwargs)                                                               # zgarner@yahoo.com.au
	fake.ascii_safe_email(*args, **kwargs)                                                         # thomasramsey@example.net
	fake.mac_address()                                                                             # 20:8b:3e:a9:fb:6d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-71462-614-8
	fake.isbn13(separator="-")                                                                     # 978-0-19-059983-6

### faker.providers.job

	fake.job()                                                                                     # Producer, television/film/video

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Dignissimos ipsa dolor voluptates animi optio magnam.
	                                                                                                 Odit facere ratione quibusdam atque quisquam. Odit vel 
	                                                                                                 aperiam magnam repellendus. Animi pariatur aperiam inve
	                                                                                                 ntore at placeat expedita aperiam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Rerum quidem dolor excepturi. Repellendus doloribus 
	                                                                                                 vitae dolorem commodi laboriosam unde numquam. Consequa
	                                                                                                 tur voluptas deserunt fuga corporis ex ea. Quibusdam ap
	                                                                                                 eriam omnis.', u'Et accusamus tempora aut ut excepturi.
	                                                                                                  Similique consequuntur quidem fuga quis quia ratione.'
	                                                                                                 , u'Corrupti voluptates fuga tempora velit consectetur 
	                                                                                                 mollitia. Laboriosam id dicta molestiae. Cumque ex reic
	                                                                                                 iendis quod eos porro earum nam. Quo magnam dolorum vol
	                                                                                                 uptates voluptas minima repellendus.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Earum esse voluptatem fugiat.', u'Cupiditate a repel
	                                                                                                 lendus repudiandae neque expedita labore.', u'Labore su
	                                                                                                 scipit numquam commodi quasi voluptas.']
	fake.word(ext_word_list=None)                                                                  # ea
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Optio vitae ea aliquam. Nostrum voluptatibus reprehende
	                                                                                                 rit magni quos quisquam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Ducimus sapiente eum similique necessitatibus deleniti.
	                                                                                                 
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'vero', u'nam', u'adipisci']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # #4D4MCHCrF
	fake.uuid4(cast_to=<type 'str'>)                                                               # 3c29c98a-16f8-4101-948e-166d86b18472
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 4f5d638a9084bea40583de4f028a6706
	fake.sha1(raw_output=False)                                                                    # 9b6ae2456898959562a9e2218e08d0147ac2fdc3
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 40be15b2444d5cf4fcfdb00e470c0eeb1214141a2d95711b92b3932
	                                                                                                 76fcf3b0f
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Gonzalez
	fake.name_female()                                                                             # Abigail Lewis
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Dr.
	fake.name()                                                                                    # Kristin Cook
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Michael Berry
	fake.first_name()                                                                              # Rodney
	fake.suffix_male()                                                                             # PhD
	fake.suffix()                                                                                  # Jr.
	fake.first_name_male()                                                                         # Jeremy
	fake.first_name_female()                                                                       # Brandy
	fake.last_name_female()                                                                        # Chase
	fake.last_name()                                                                               # Brown
	fake.prefix_female()                                                                           # Ms.

### faker.providers.phone_number

	fake.area_code()                                                                               # 2
	fake.msisdn()                                                                                  # 7358107300698
	fake.phone_number()                                                                            # +61 8 5201 7291

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'walkermadison', 'name': u'James Hurst', 
	                                                                                                 'birthdate': datetime.date(1952, 7, 11), 'sex': 'M', 'a
	                                                                                                 ddress': u'Level 0\n 791 Michael Wynd\nPort Sandra, TAS
	                                                                                                 , 7095', 'mail': u'meganramos@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://sanchez.com.au/'], 'username': u
	                                                                                                 'steven81', 'name': u'Denise Thompson', 'blood_group': 
	                                                                                                 'B+', 'residence': u'Apt. 892\n 051 Donald Highroad\nFu
	                                                                                                 llerfurt, SA, 2473', 'company': u'Moore, Brown and Smit
	                                                                                                 h', 'address': u'7 Jessica Byway\nNew Tarastad, VIC, 76
	                                                                                                 18', 'birthdate': datetime.date(1974, 7, 22), 'sex': 'F
	                                                                                                 ', 'job': 'Designer, multimedia', 'ssn': u'590-22-4413'
	                                                                                                 , 'current_location': (Decimal('-16.3496035'), Decimal(
	                                                                                                 '-35.661012')), 'mail': u'clarktyler@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([84361269346.7, u'IVIQVQakyTYxUcedzRIJ', datetime.d
	                                                                                                 atetime(2016, 4, 7, 8, 44, 26), u'https://brown-smith.o
	                                                                                                 rg/explore/blog/posts/author.asp', Decimal('-4.64894619
	                                                                                                 394E+14'), -52724714096.0, u'ObvSDPfAdvfLBvpEYAUW', u'd
	                                                                                                 lZQUppZpxKFSEgHgTar', u'hpFlVqzEBMjeGkDkzwxP', -5.89, u
	                                                                                                 'eHpgAakXmmrJlTWATenC'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # LPaztbYTCwdhcFeiGQOI
	fake.pystruct(count=10, *value_types)                                                          # ([datetime.datetime(2000, 1, 15, 6, 39, 46), 1947, 9388
	                                                                                                 , u'MAoeVAGBnHISgtbVJPmE', u'rxQePgmHovQgvqLqEEmN', u'Z
	                                                                                                 hBdVgJLmHdGJmxPdyme', 43504498.3, 6811, u'HHhyQbMjYvThk
	                                                                                                 YvoTORF', u'NZKoUrBMXBbJidpFbgjy'], {u'incidunt': u'sIQ
	                                                                                                 QFEVbJibPxFewhzdX', u'ad': u'HHgRKSmEtsXIsKYeAbpE', u'r
	                                                                                                 erum': u'gcooper@yahoo.com', u'at': u'tjMzepnBDDdAIrWGk
	                                                                                                 irA', u'deleniti': u'bqxZULfMXJnUCUDBkcHd', u'voluptate
	                                                                                                 m': 6403, u'iste': u'SPsDiqilFyWOGJfZLlSb', u'soluta': 
	                                                                                                 u'QCooUMwpbCYAgLaPOcxU', u'distinctio': u'tkMSPdVYfStWS
	                                                                                                 aSqGXxc', u'consequatur': u'SIUIWtJDuYcIOcFZaDrJ'}, {u'
	                                                                                                 numquam': {3: Decimal('-8.182545'), 4: [u'brittanyhill@
	                                                                                                 hotmail.com', u'uXfBGtdZYQqDYbIHIBng', u'https://hodge.
	                                                                                                 info/faq/'], 5: {3: u'vHsxjLIPUzNAwHVysUVJ', 4: u'AROkn
	                                                                                                 HpdcIKJVKITtLvR', 5: [2364, u'rGlIGQuaysWWgiACAanQ']}},
	                                                                                                  u'unde': {4: 4631, 5: [7072, u'https://trujillo.edu/ca
	                                                                                                 tegory/', u'hermanjackie@braun.edu.au'], 6: {4: u'astok
	                                                                                                 es@price-thomas.com.au', 5: u'bkBdRxlkCAIdslQDSPqD', 6:
	                                                                                                  [datetime.datetime(1990, 10, 22, 0, 53, 6), Decimal('9
	                                                                                                 512190703.0')]}}, u'ratione': {1: datetime.datetime(200
	                                                                                                 9, 12, 12, 0, 45, 35), 2: [u'http://lopez-lambert.net.a
	                                                                                                 u/', 905, 941], 3: {1: u'http://www.young.org/category/
	                                                                                                 list/terms/', 2: datetime.datetime(2016, 6, 24, 9, 41, 
	                                                                                                 37), 3: [u'ZKKzekLzwSSgGZMMoBej', u'https://www.rocha.n
	                                                                                                 et.au/']}}, u'laborum': {9: 4724, 10: [datetime.datetim
	                                                                                                 e(2018, 5, 31, 8, 25, 5), u'leematthew@perez.info', u'c
	                                                                                                 IdrCPqDmlzqlFFPqbTv'], 11: {9: u'SUVEQCNQKDYhHSnqrRrs',
	                                                                                                  10: 4255, 11: [3646, 2501]}}, u'ipsa': {2: u'goEgwxtwp
	                                                                                                 flXFKBczlhI', 3: [Decimal('-92949.29'), 1514, datetime.
	                                                                                                 datetime(2013, 9, 12, 11, 33, 20)], 4: {2: u'QVzgOVDDxr
	                                                                                                 fFhYcHYkbP', 3: u'WFXWZSzAuKxguCrZfcpX', 4: [datetime.d
	                                                                                                 atetime(2006, 6, 26, 5, 7, 3), Decimal('-60389257.5085'
	                                                                                                 )]}}, u'esse': {5: Decimal('9.62009740362E+14'), 6: [77
	                                                                                                 860.1425779721, u'TJkBbrWtFqmjnyhYPJbV', u'daniel34@yah
	                                                                                                 oo.com'], 7: {5: u'UgZWlaDqWCwsrHyKMzMd', 6: u'oblicSVB
	                                                                                                 dIiQYMiRVSEE', 7: [u'christophermcdowell@chang.net.au',
	                                                                                                  u'andersonryan@hotmail.com.au']}}, u'ex': {8: {8: [Dec
	                                                                                                 imal('926.55971'), u'https://www.rodriguez-tyler.org.au
	                                                                                                 /'], 6: u'NtSafSuiJsvoGPorHxmY', 7: -82789545.0}, 6: u'
	                                                                                                 LvAzdzIOMSjfaTVgdeEs', 7: [u'knFVmYSWmrCnweeXvIhN', Dec
	                                                                                                 imal('-2.32615157'), u'tJdefVODbJjetTxUSArV']}, u'delen
	                                                                                                 iti': {8: [u'PtkEHWjBKzLiZGUHOzHz', u'dhXPXChGGbDeHcuei
	                                                                                                 sSN', u'https://west.net.au/home/'], 9: {8: u'RYxufBIjz
	                                                                                                 lAUomMSWGHE', 9: [u'abaldwin@hotmail.com', u'wTWNVtkojQ
	                                                                                                 PLaYMhQZnl'], 7: u'ZorqoJgpXcYZIopxtAnW'}, 7: u'http://
	                                                                                                 www.martinez.net/index.htm'}, u'laudantium': {0: u'BKyd
	                                                                                                 kNetSIPJhoWhOnsu', 1: [u'pZtBemlqHYtUPwQByEvL', u'https
	                                                                                                 ://www.foster-white.net/terms/', u'RybeYbygJkVaVlogWWSe
	                                                                                                 '], 2: {0: u'TcchzGHSRBkPzwgNCkbn', 1: u'robert51@snyde
	                                                                                                 r.edu.au', 2: [datetime.datetime(1975, 6, 8, 2, 27, 40)
	                                                                                                 , u'bokVcJuDObusfdbAPIOx']}}, u'dolore': {8: 4611, 9: [
	                                                                                                 7217, u'http://www.wallace.org/search/main/faq.html', 8
	                                                                                                 328], 10: {8: 1573, 9: u'ThtNHVNqZUIfgAqbkuVx', 10: [da
	                                                                                                 tetime.datetime(1971, 4, 22, 1, 22, 56), u'lxymikfbjSMD
	                                                                                                 vRAIfMrx']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -4.26205131025e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 7.154692522E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'https://www.david.net.au/author.html', u'oEKvhRkhZXZ
	                                                                                                 JzgpBTuJB', 2665, 7064, u'uprince@hotmail.com.au', u'll
	                                                                                                 oydtracy@travis-pierce.net', u'lisa08@welch-elliott.org
	                                                                                                 ', datetime.datetime(1981, 12, 8, 13, 7, 59), u'fdyxMOA
	                                                                                                 SbnnIwStDRfea', u'https://gonzales.edu/post.php', 12.41
	                                                                                                 66336]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'POYkEYkBTSWImvJnVyVM', u'https://www.bowen-walker.co
	                                                                                                 m/login/', Decimal('4072782.41808'), -40170990.7703, 71
	                                                                                                 5, datetime.datetime(1973, 12, 16, 0, 32, 13), u'GfPfrn
	                                                                                                 WfVezuUIfUmFkR', u'petersonjeffrey@young-martin.com.au'
	                                                                                                 , 4123, u'oopSDyiElWRjJjXUxzng')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'johnwilliams@yahoo.com.au', u'sAshHOhJEdApxRyNAw
	                                                                                                 Bn', u'yxyNsxvwCLUAWhJvKHnn', 395946.10373, u'HSqJRZdMN
	                                                                                                 VMpfrfGKtpx', 599304.553, 5778, u'catherine81@gmail.com
	                                                                                                 ', datetime.datetime(2001, 2, 20, 13, 42, 4), 414, date
	                                                                                                 time.datetime(1973, 4, 29, 7, 15, 22)])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'praesentium': u'TtsVofWgVgwcqypCXvek', u'beatae': 99
	                                                                                                 40, u'alias': datetime.datetime(1981, 7, 28, 9, 58, 28)
	                                                                                                 , u'dolorem': u'mcguirenicholas@carey-turner.com.au', u
	                                                                                                 'deleniti': u'shannon26@hernandez-miranda.info', u'duci
	                                                                                                 mus': u'LamUIGzSacfjofCnMOMV'}
	fake.pyint()                                                                                   # 3762

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 648-79-3352
	fake.ein()                                                                                     # 15-9607771
	fake.itin()                                                                                    # 952-70-3354

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2010
	                                                                                                 -09-17 23:42:07 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.60.(Windows NT 6.1; raj-IN) Presto/2.9.175 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trid
	                                                                                                 ent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWeb
	                                                                                                 Kit/5332 (KHTML, like Gecko) Chrome/61.0.849.0 Safari/5
	                                                                                                 332
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_8) AppleWe
	                                                                                                 bKit/5312 (KHTML, like Gecko) Chrome/46.0.800.0 Safari/
	                                                                                                 5312
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_10_0
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6 rv:2.0; 
	                                                                                                 ia-FR) AppleWebKit/535.24.1 (KHTML, like Gecko) Version
	                                                                                                 /5.0 Safari/535.24.1

## LANGUAGE hu_HU

### faker.providers.address

	fake.street_address_with_county()                                                              # Ózdi tér 129.
	                                                                                                 Pest megye
	                                                                                                 H-7890 Tapolcafalu
	fake.street_name()                                                                             # Györgykőrösi utca
	fake.address()                                                                                 # Kecskeméti utca 166.
	                                                                                                 H-5737 békésfürdővég
	fake.street_address()                                                                          # Mártonvárosi utca 51.
	fake.postcode()                                                                                # H-1884
	fake.country_code(representation="alpha-2")                                                    # SI
	fake.real_city_name()                                                                          # Szeged
	fake.country()                                                                                 # São Tomé és Príncipe
	fake.city_part()                                                                               # tamási
	fake.street_suffix()                                                                           # utca
	fake.city_prefix()                                                                             # békés
	fake.city_suffix()                                                                             # apáti
	fake.building_number()                                                                         # 135.
	fake.frequent_street_name()                                                                    # Petőfi Sándor
	fake.county()                                                                                  # Vas
	fake.city()                                                                                    # Győr

### faker.providers.automotive

	fake.license_plate()                                                                           # IFM-128

### faker.providers.bank

	fake.bban()                                                                                    # SAUA3963331904739
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB53GZXR8487547407247

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 1015324924863
	fake.ean13()                                                                                   # 2441338369939
	fake.ean8()                                                                                    # 63347920

### faker.providers.color


### faker.providers.company

	fake.company()                                                                                 # Kiss és Orbán Kkt.
	fake.company_suffix()                                                                          # Kft.
	fake.catch_phrase()                                                                            # Assimilated reciprocal array
	fake.bs()                                                                                      # implement bleeding-edge paradigms

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 708
	fake.credit_card_provider(card_type=None)                                                      # American Express
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Ilona Molnár
	                                                                                                 3584413166160161 11/23
	                                                                                                 CVC: 867
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 02/21
	fake.credit_card_number(card_type=None)                                                        # 5506998467199470

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # LTC
	fake.currency_code()                                                                           # TOP
	fake.currency_name()                                                                           # Falkland Islands pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('ADA', 'Cardano')
	fake.currency()                                                                                # ('BGN', 'Bulgarian lev')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-05 02:21:31
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be86d20>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2012-03-04 11:41:17
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-04-21
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 13:44:02
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-19
	fake.day_of_week()                                                                             # péntek
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2013-03-02 05:41:55
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-06-19 07:11:27
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2015-05-22
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 2010-03-07
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-30
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1973-09-13T11:35:11
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-04
	fake.date_this_century(before_today=True, after_today=False)                                   # 2010-04-16
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1980
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 346479979
	fake.timezone()                                                                                # Asia/Katmandu
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1977-04-16
	fake.time_object(end_datetime=None)                                                            # 10:42:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-27 23:34:04
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1972-07-24 22:47:39
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:08:57
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-04
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-07 00:36:03
	fake.month_name()                                                                              # augusztus
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2005-03-03 20:58:43
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdl
	fake.mime_type(category=None)                                                                  # audio/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /necessitatibus/ratione.jpg
	fake.unix_partition(prefix=None)                                                               # /dev/vdz5
	fake.file_name(category=None, extension=None)                                                  # et.xls
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 58.347043
	fake.latitude()                                                                                # 38.947035
	fake.longitude()                                                                               # 170.129796
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.27621', '-72.86843', 'East Haven', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('29.69221', '72.54566', 'Hasilpur', 'PK', 'Asia/Karach
	                                                                                                 i')
	fake.latlng()                                                                                  # (Decimal('26.1258125'), Decimal('109.892823'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dszabi@yahoo.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/28/944/any
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # eszabi@gmail.com
	fake.url(schemes=None)                                                                         # https://www.nemeth.hu/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.17.110.50
	fake.user_name(*args, **kwargs)                                                                # gyulahorvath
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # yahoo.com
	fake.safe_email(*args, **kwargs)                                                               # klara92@example.org
	fake.ascii_email(*args, **kwargs)                                                              # kisslaszli@hotmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 1.22.103.201
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # feketenorbert@nagy.hu
	fake.domain_name(*args, **kwargs)                                                              # szucs.org
	fake.hostname(*args, **kwargs)                                                                 # email-05.kiss.biz
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.86.168.227
	fake.domain_word(*args, **kwargs)                                                              # nemeth
	fake.slug(*args, **kwargs)                                                                     # adipisci-quidem
	fake.uri_path(deep=None)                                                                       # posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # galzoltan@peter.biz
	fake.uri()                                                                                     # https://www.tith.info/
	fake.ipv6(network=False)                                                                       # 3aef:ad90:45f2:59e7:9dbf:df8b:973a:6505
	fake.free_email(*args, **kwargs)                                                               # zkiraly@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # zsombormagyar@example.net
	fake.mac_address()                                                                             # 20:8b:3e:a9:fb:6d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-271-46261-2
	fake.isbn13(separator="-")                                                                     # 978-0-919059-98-6

### faker.providers.job

	fake.job()                                                                                     # Járműtakarító

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Animi optio magnam minima maxime odit facere ratione. A
	                                                                                                 tque quisquam impedit odit vel aperiam magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Commodi laboriosam unde numquam. Consequatur volupta
	                                                                                                 s deserunt fuga corporis ex ea. Quibusdam aperiam omnis
	                                                                                                 . Occaecati et accusamus tempora aut.', u'Qui similique
	                                                                                                  consequuntur quidem fuga. Quia ratione veniam suscipit
	                                                                                                  corrupti voluptates fuga. Velit consectetur mollitia e
	                                                                                                 aque laboriosam id dicta. Voluptate cumque ex reiciendi
	                                                                                                 s quod eos.', u'Nam sunt quo magnam. Voluptates volupta
	                                                                                                 s minima repellendus. Ducimus sapiente eum similique ne
	                                                                                                 cessitatibus deleniti.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Cupiditate a repellendus repudiandae neque expedita 
	                                                                                                 labore.', u'Labore suscipit numquam commodi quasi volup
	                                                                                                 tas.', u'Tempora dignissimos ipsa.']
	fake.word(ext_word_list=None)                                                                  # molestiae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Earum optio vitae ea aliquam. Nostrum voluptatibus repr
	                                                                                                 ehenderit magni quos quisquam. Assumenda rerum quidem d
	                                                                                                 olor excepturi voluptate repellendus doloribus.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum esse voluptatem fugiat.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'fugit', u'dolor', u'eos']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # (t6BcOc&b$
	fake.uuid4(cast_to=<type 'str'>)                                                               # 20370cb9-6e91-4fe4-b1f3-33095dafef0e
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 6b8a64f959ef642519eca3bf6bfae065
	fake.sha1(raw_output=False)                                                                    # 58945494a4b7efe63ed45d72f2e9bd7f4d0ad3c2
	fake.null_boolean()                                                                            # None
	fake.sha256(raw_output=False)                                                                  # fc6970083b1269381d4f88e6adce09bea953fc22bab46a8c5b5a6df
	                                                                                                 fabf6750a
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Kovács
	fake.first_name_female_abbreviated()                                                           # É.
	fake.name_female()                                                                             # Dr. Simon Csabané
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Dr.
	fake.name()                                                                                    # Tóth Erika Mária
	fake.name_male()                                                                               # Juhász László János
	fake.first_name_male_abbreviated()                                                             # S.
	fake.first_name()                                                                              # István
	fake.last_name()                                                                               # Kovács
	fake.first_name_female()                                                                       # Katalin
	fake.last_name_female()                                                                        # Takács
	fake.first_name_male()                                                                         # Gergő
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (06)07/300-6985
	fake.msisdn()                                                                                  # 8523178177358

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'kovacsdavid', 'name': u'Magyar Kinga', '
	                                                                                                 birthdate': datetime.date(1907, 12, 2), 'sex': 'F', 'ad
	                                                                                                 dress': u'Szerbligeti t\xe9r 14.\nH-9548 tam\xe1siv\xe9
	                                                                                                 g', 'mail': u'fanni38@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://tith.com.hu/', u'http://www.faze
	                                                                                                 kas.net/', u'http://www.kovacs.com/', u'http://illes.hu
	                                                                                                 /'], 'username': u'zita57', 'name': u'Dr. Luk\xe1cs Kov
	                                                                                                 \xe1cs Zolt\xe1n', 'blood_group': 'B-', 'residence': u'
	                                                                                                 Keresztv\xe9gi utca 150.\nH-2892 nagytam\xe1sifa', 'com
	                                                                                                 pany': u'Szab\xf3 \xe9s Nagy Kht.', 'address': u'Kossut
	                                                                                                 h utca 53.\nH-5267 balatont\xf3th\xe1za', 'birthdate': 
	                                                                                                 datetime.date(1973, 11, 2), 'sex': 'M', 'job': u'Ingatl
	                                                                                                 an\xfcgyn\xf6k', 'ssn': u'23712042814', 'current_locati
	                                                                                                 on': (Decimal('-82.224682'), Decimal('-129.197963')), '
	                                                                                                 mail': u'veresantal@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([84361269346.7, u'GkDkzwxPNWLXgmyGtakq', u'MOMVMujw
	                                                                                                 KtLKphpFlVqz', u'http://www.horvath.info/', 4809, u'IVI
	                                                                                                 QVQakyTYxUcedzRIJ', 5291, u'ObvSDPfAdvfLBvpEYAUW', -527
	                                                                                                 24714096.0, datetime.datetime(1978, 11, 14, 21, 36, 44)
	                                                                                                 , 8988])
	fake.pystr(min_chars=None, max_chars=20)                                                       # NGNdtsISufWRqmcFDEnH
	fake.pystruct(count=10, *value_types)                                                          # ([u'frfGKtpxLPaztbYTCwdh', 278, 9996, u'uCrZfcpXNMHyJcF
	                                                                                                 AwdQC', u'nHpdcIKJVKITtLvRBmqr', 1296, 1532, -947.42399
	                                                                                                 7, Decimal('22.8573714025'), 9806], {u'officia': u'WhRY
	                                                                                                 xufBIjzlAUomMSWG', u'dolorum': u'http://varga.com.hu/se
	                                                                                                 arch/wp-content/search/', u'saepe': datetime.datetime(1
	                                                                                                 986, 9, 18, 8, 47, 5), u'consectetur': u'ZpEtSQOXfZKKze
	                                                                                                 kLzwSS', u'quia': u'https://nagy.net/privacy/', u'porro
	                                                                                                 ': u'BdRxlkCAIdslQDSPqDMv', u'aspernatur': Decimal('451
	                                                                                                 .0'), u'nulla': u'QuAfPsrcSPsDiqilFyWO', u'quo': 8411, 
	                                                                                                 u'iste': u'FhYcHYkbPsWFXWZSzAuK'}, {u'a': {3: u'oUMwpbC
	                                                                                                 YAgLaPOcxUTcM', 4: [2698, u'VAGBnHISgtbVJPmELaww', date
	                                                                                                 time.datetime(1978, 12, 26, 11, 27, 8)], 5: {3: u'evaho
	                                                                                                 rvath@hotmail.com', 4: u'uXfBGtdZYQqDYbIHIBng', 5: [u'h
	                                                                                                 ttps://pal.net/faq/', u'vHsxjLIPUzNAwHVysUVJ']}}, u'mai
	                                                                                                 ores': {8: u'xEJRComQgmozcBsPtkEH', 9: [u'ildiki47@meze
	                                                                                                 i.biz', 7706, 6453], 10: {8: 99, 9: u'hXPXChGGbDeHcueis
	                                                                                                 SNS', 10: [u'PLMxPbBeqZorqoJgpXcY', u'lajosnemeth@hotma
	                                                                                                 il.com']}}, u'adipisci': {8: {8: [u'yeTgNJCXYagwZpesIQQ
	                                                                                                 F', 9177], 6: u'noblicSVBdIiQYMiRVSE', 7: 9340}, 6: u'l
	                                                                                                 aszli99@yahoo.com', 7: [datetime.datetime(1975, 3, 1, 3
	                                                                                                 , 20, 59), u'xsbUgZWlaDqWCwsrHyKM', 7476]}, u'ad': {9: 
	                                                                                                 u'maria42@hotmail.com', 10: [u'https://szabi.net/blog/a
	                                                                                                 pp/explore/about.html', datetime.datetime(2018, 12, 31,
	                                                                                                  18, 45, 28), u'ljhbqxZULfMXJnUCUDBk'], 11: {9: u'HdjnH
	                                                                                                 HhyQbMjYvThkYvo', 10: u'https://farkas.biz/category/app
	                                                                                                 /explore/category/', 11: [u'WnwnhJfyRzieThtNHVNq', u'ja
	                                                                                                 nos15@gmail.com']}}, u'eveniet': {2: datetime.datetime(
	                                                                                                 2006, 4, 19, 17, 20, 15), 3: [u'BejUgVxmVIEPctkMSPdV', 
	                                                                                                 u'wkiss@nagy.com.hu', 9472], 4: {2: 540, 3: u'FWqgoEgwx
	                                                                                                 twpflXFKBcz', 4: [u'hILrmuepFhMUpQVzgOVD', 4570]}}, u'l
	                                                                                                 aboriosam': {0: u'FeiGQOIntjMzepnBDDdA', 1: [Decimal('1
	                                                                                                 9666.1643486'), u'AeMFsBKydkNetSIPJhoW', u'OnsucpZtBeml
	                                                                                                 qHYtUPwQ'], 2: {0: 4717, 1: 4113, 2: [datetime.datetime
	                                                                                                 (2012, 12, 7, 18, 42, 44), -3957324783231.1]}}, u'tempo
	                                                                                                 re': {8: [u'LvAzdzIOMSjfaTVgdeEs', u'knFVmYSWmrCnweeXvI
	                                                                                                 hN', Decimal('-2.32615157')], 9: {8: u'NtSafSuiJsvoGPor
	                                                                                                 HxmY', 9: [-82789545.0, Decimal('926.55971')], 7: u'tJd
	                                                                                                 efVODbJjetTxUSArV'}, 7: 43504498.3}, u'animi': {1: u'Yb
	                                                                                                 ygJkVaVlogWWSeaTcc', 2: [u'zGHSRBkPzwgNCkbnZyFv', 1179,
	                                                                                                  datetime.datetime(1994, 4, 29, 2, 13, 22)], 3: {1: Dec
	                                                                                                 imal('11037347570.2'), 2: u'okVcJuDObusfdbAPIOxz', 3: [
	                                                                                                 u'HHgRKSmEtsXIsKYeAbpE', u'DkQQQfsOGjICAeEeROit']}}, u'
	                                                                                                 expedita': {5: u'jolannagy@yahoo.com', 6: [Decimal('3.7
	                                                                                                 7946248463E+13'), 4033, u'szilvia06@nagy.com.hu'], 7: {
	                                                                                                 5: Decimal('15.5346'), 6: u'VgJLmHdGJmxPdymeLXlL', 7: [
	                                                                                                 u'lajosnovak@yahoo.com', datetime.datetime(1977, 1, 7, 
	                                                                                                 0, 27, 24)]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 18.113
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'bela00@gmail.com', u'piroska98@gmail.com', u'HpgAakX
	                                                                                                 mmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'https://www.
	                                                                                                 hegedus.info/author.html', u'oEKvhRkhZXZJzgpBTuJB', 266
	                                                                                                 5, 7064, u'uhajdu@yahoo.com', u'varadiadrian@csonka.biz
	                                                                                                 ', 6843, datetime.datetime(1971, 11, 18, 21, 59, 5)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (2648256856193.0, 6403, u'xymikfbjSMDvRAIfMrxl', u'ksze
	                                                                                                 keres@szucs.net', u'IdrCPqDmlzqlFFPqbTvn', u'orsisgabor
	                                                                                                 @gmail.com', u'FbgjyByNZXfbjrQlaXPa')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([599304.553, 2537, u'yxyNsxvwCLUAWhJvKHnn', u'XNHFR
	                                                                                                 firsAshHOhJEdAp', 6314, datetime.datetime(1995, 5, 14, 
	                                                                                                 8, 7, 14), u'fdyxMOASbnnIwStDRfea', 5133751547727.4, da
	                                                                                                 tetime.datetime(1981, 12, 8, 13, 7, 59), 2232, u'https:
	                                                                                                 //nemeth.biz/post.php', 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eos': u'VgwcqypCXvekXeLxoJDh', u'ab': -3168283911559
	                                                                                                 .0, u'consectetur': -96748.932877878, u'dolore': dateti
	                                                                                                 me.datetime(2007, 6, 3, 19, 39, 41), u'ducimus': u'AKAL
	                                                                                                 McZZvjcGMKxYffPt', u'omnis': 9940}
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.vat_id()                                                                                  # HU75916823
	fake.ssn(dob=None, gender=None)                                                                # 29111188579

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2013
	                                                                                                 -09-14 06:15:45 Firefox/3.6.16
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.63.(Windows NT 6.2; sc-IT) Presto/2.9.170 Versi
	                                                                                                 on/12.00
	fake.windows_platform_token()                                                                  # Windows 98
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/
	                                                                                                 5.0)
	fake.user_agent()                                                                              # Opera/8.80.(Windows 98; an-ES) Presto/2.9.172 Version/1
	                                                                                                 0.00
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 5.0) AppleWebKit/5322 (KHTML, l
	                                                                                                 ike Gecko) Chrome/37.0.836.0 Safari/5322
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_7_2
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/533.23
	                                                                                                 .2 (KHTML, like Gecko) Version/4.0 Safari/533.23.2

## LANGUAGE ja_JP

### faker.providers.address

	fake.zipcode()                                                                                 # 697-8055
	fake.prefecture()                                                                              # 岐阜県
	fake.address()                                                                                 # 高知県江戸川区湯本塩原1丁目18番10号 シティ権現堂287
	fake.street_address()                                                                          # 629 加納 Street
	fake.postcode()                                                                                # 800-8047
	fake.chome()                                                                                   # 12丁目
	fake.street_name()                                                                             # 吉田 Street
	fake.country()                                                                                 # スーダン
	fake.street_suffix()                                                                           # Street
	fake.building_name()                                                                           # クレスト
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 158
	fake.town()                                                                                    # 六番町
	fake.ban()                                                                                     # 12番
	fake.city()                                                                                    # 小笠原村
	fake.country_code(representation="alpha-2")                                                    # ID
	fake.gou()                                                                                     # 2号

### faker.providers.automotive

	fake.license_plate()                                                                           # 0-36350

### faker.providers.bank

	fake.bban()                                                                                    # WNDR3141286070396
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB20HJKD9047392986848

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 7547407247100
	fake.ean13()                                                                                   # 1532492486240
	fake.ean8()                                                                                    # 41338360

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(101,124,203)
	fake.color_name()                                                                              # Wheat
	fake.rgb_color()                                                                               # 96,154,81
	fake.safe_hex_color()                                                                          # #44aa00
	fake.safe_color_name()                                                                         # white
	fake.hex_color()                                                                               # #ec4edd

### faker.providers.company

	fake.company_category()                                                                        # 水産
	fake.company()                                                                                 # 斉藤保険合同会社
	fake.company_suffix()                                                                          # Ltd
	fake.catch_phrase()                                                                            # Assimilated reciprocal array
	fake.company_prefix()                                                                          # 株式会社
	fake.bs()                                                                                      # implement bleeding-edge paradigms

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 892
	fake.credit_card_provider(card_type=None)                                                      # JCB 15 digit
	fake.credit_card_full(card_type=None)                                                          # American Express
	                                                                                                 七夏 宮沢
	                                                                                                 344131661601649 03/28
	                                                                                                 CID: 6718
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/25
	fake.credit_card_number(card_type=None)                                                        # 5499846719947429

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # BTC
	fake.currency_code()                                                                           # XOF
	fake.currency_name()                                                                           # Jordanian dinar
	fake.cryptocurrency_name()                                                                     # Zclassic
	fake.cryptocurrency()                                                                          # ('SRN', 'Sirin Labs')
	fake.currency()                                                                                # ('FKP', 'Falkland Islands pound')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-23 11:33:21
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bea77d0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2010-03-28 14:53:03
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2013-06-01
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-03 07:27:17
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-23
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2016-09-28 11:42:27
	fake.date_between(start_date="-30y", end_date="today")                                         # 2013-09-15
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2001-06-28 15:47:59
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1974-03-20
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 1996-05-10
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-20
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1995-08-10T10:52:11
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-05-01
	fake.month()                                                                                   # 07
	fake.year()                                                                                    # 2014
	fake.day_of_month()                                                                            # 02
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 876064878
	fake.timezone()                                                                                # America/Santo_Domingo
	fake.century()                                                                                 # I
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1907-01-05
	fake.time_object(end_datetime=None)                                                            # 08:21:49
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-13 08:47:42
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2007-08-30 09:29:12
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 10:42:34
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-02
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-27 17:07:29
	fake.month_name()                                                                              # November
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1917-11-24 16:05:46
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdz
	fake.mime_type(category=None)                                                                  # message/imdn+xml
	fake.file_path(depth=1, category=None, extension=None)                                         # /再現する/怒り.js
	fake.unix_partition(prefix=None)                                                               # /dev/vdr7
	fake.file_name(category=None, extension=None)                                                  # 埋め込む.gif
	fake.file_extension(category=None)                                                             # xls

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 52.251625
	fake.latitude()                                                                                # 54.9464115
	fake.longitude()                                                                               # 45.167212
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('40.81', '-73.9625', 'Morningside Heights', 'US', 'Ame
	                                                                                                 rica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('31.64615', '120.74221', 'Changshu City', 'CN', 'Asia/
	                                                                                                 Shanghai')
	fake.latlng()                                                                                  # (Decimal('-22.999671'), Decimal('59.961363'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dkimura@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=700x
	                                                                                                 796&w=700&h=796
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # sayuri24@gmail.com
	fake.url(schemes=None)                                                                         # http://sasaki.jp/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.7.43.226
	fake.user_name(*args, **kwargs)                                                                # yuiaota
	fake.uri_extension()                                                                           # .htm
	fake.uri_page()                                                                                # category
	fake.free_email_domain(*args, **kwargs)                                                        # yahoo.com
	fake.safe_email(*args, **kwargs)                                                               # tomoya15@example.org
	fake.ascii_email(*args, **kwargs)                                                              # sakamotoatsushi@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 192.175.59.124
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # osamuishida@fujimoto.com
	fake.domain_name(*args, **kwargs)                                                              # ishida.jp
	fake.hostname(*args, **kwargs)                                                                 # srv-77.watanabe.jp
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.194.16
	fake.domain_word(*args, **kwargs)                                                              # fujimoto
	fake.uri_path(deep=None)                                                                       # posts/categories/posts
	fake.company_email(*args, **kwargs)                                                            # nishinosonojun@uno.jp
	fake.uri()                                                                                     # http://www.uno.jp/main/search/
	fake.ipv6(network=False)                                                                       # 5810:ea03:d3f:8234:f8a0:3881:d51c:685c
	fake.free_email(*args, **kwargs)                                                               # omatsumoto@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # yosukehamada@example.net
	fake.mac_address()                                                                             # 07:56:7c:76:43:ad

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-256-27146-2
	fake.isbn13(separator="-")                                                                     # 978-0-14-791905-2

### faker.providers.job

	fake.job()                                                                                     # Trade mark attorney

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # 極端な敵対的な出演者追放するクルー奨励します細かいキャビネット。ストレージ風景協力奨励しますない数字出演者。
	                                                                                                 極端な敵対的な数字ジャーナル野球中世コンペ数字。知覚スマッシュ犯罪者証言する電池トリビュートサワー。プラスチッ
	                                                                                                 ク探査風景持つ立派な。
	                                                                                                 画面コミュニケーションクール販売葉。私電話リニアプラスチック。シュガー風景メニュー拡張。
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u30b8\u30e3\u30e0\u30bf\u30ef\u30fc\u3042\u3063\u30
	                                                                                                 5f\u50ac\u7720\u8853\u3002\u7d22\u5f15\u5f7c\u30dc\u30c
	                                                                                                 8\u30eb\u764c\u7e54\u308b\u5408\u8a08\u885d\u7a81\u3002
	                                                                                                 \u8ef8\u6570\u5b57\u30af\u30ed\u30b9\u3002\u53b3\u3057\
	                                                                                                 u3044\u4f9b\u7d66\u8449\u6b8b\u308b\u6696\u304b\u3044\u
	                                                                                                 3002', u'\u502b\u7406\u30d2\u30c3\u30c8\u7e54\u308b\u30
	                                                                                                 b5\u30e9\u30c0\u764c\u3002\u504f\u5dee\u30ad\u30e3\u30d
	                                                                                                 3\u30cd\u30c3\u30c8\u4eca\u65e5\u30e1\u30cb\u30e5\u30fc
	                                                                                                 \u62e1\u5f35\u81ea\u4f53\u764c\u3002\u4eca\u30b8\u30e3\
	                                                                                                 u30e0\u6b20\u4e4f\u8a55\u8b70\u4f1a\u30bf\u30ef\u30fc\u
	                                                                                                 72b6\u6cc1\u72d0\u3002\u5f7c\u5973\u30d5\u30ec\u30fc\u3
	                                                                                                 0e0\u5408\u8a08\u30b5\u30ef\u30fc\u7acb\u6d3e\u306a\u30
	                                                                                                 b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u300
	                                                                                                 2', u'\u901a\u884c\u6599\u91d1\u5c4b\u6839\u88cf\u8650\
	                                                                                                 u5f85\u4e0d\u81ea\u7136\u306a\u3002\u81ea\u4f53\u5f7c\u
	                                                                                                 8ffd\u653e\u3059\u308b\u8cde\u8cdb\u3059\u308b\u3002\u6
	                                                                                                 5e5\u66dc\u65e5\u30d0\u30ca\u30fc\u30b9\u30da\u30eb\u30
	                                                                                                 d2\u30c3\u30c8\u4e2d\u592e\u6012\u308a\u3002']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u30d5\u30ec\u30fc\u30e0\u30b3\u30df\u30e5\u30cb\u30
	                                                                                                 c6\u30a3\u9ad8\u3044\u30c0\u30cb\u9769\u65b0\u30b7\u30a
	                                                                                                 7\u30fc\u30d3\u30f3\u30b0\u30bf\u30ef\u30fc\u3002', u'\
	                                                                                                 u30bf\u30ef\u30fc\u30e1\u30cb\u30e5\u30fc\u50ac\u7720\u
	                                                                                                 8853\u540c\u884c\u82b1\u5ac1\u5f7c\u3002', u'\u6b8b\u30
	                                                                                                 8b\u67d4\u3089\u304b\u3044\u898b\u843d\u3068\u3059\u300
	                                                                                                 2']
	fake.word(ext_word_list=None)                                                                  # パイオニア
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # 再現する副ブランチ主婦敵対的な君は衝突。コーナー尿あなた自身。出演者ハンマー風景君はソース証言するサラダ。擁す
	                                                                                                 る彼女賞賛する意図。
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # 主婦本質的な自体癌。
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u30d0\u30fc\u30b2\u30f3', u'\u610f\u56f3', u'\u81ea
	                                                                                                 \u4f53']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # d&v0TFGmfm
	fake.uuid4(cast_to=<type 'str'>)                                                               # cdc63b75-ba8f-425a-8f2e-fe870e6c52e2
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 2bfa26f3800d06bb732d91dbb6db4892
	fake.sha1(raw_output=False)                                                                    # efb8d20763e4c4dfa0ec248055d55f9722f23806
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 71476dbe599f4a26a8206ab37c8b65d1eabc47d10c50290e24a3f08
	                                                                                                 2a6b83a0a
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.name_male()                                                                               # 廣川 英樹
	fake.first_name()                                                                              # 香織
	fake.first_name_female()                                                                       # 里佳
	fake.first_name_male()                                                                         # 康弘
	fake.romanized_name()                                                                          # Yumiko Yamamoto
	fake.name()                                                                                    # 江古田 あすか
	fake.first_kana_name_female()                                                                  # アキラ
	fake.first_kana_name_male()                                                                    # オサム
	fake.first_romanized_name_female()                                                             # Rika
	fake.first_romanized_name_male()                                                               # Naoki
	fake.name_female()                                                                             # 西之園 くみ子
	fake.last_name_male()                                                                          # 宇野
	fake.first_kana_name()                                                                         # マナブ
	fake.last_romanized_name()                                                                     # Kudo
	fake.last_kana_name()                                                                          # フジモト
	fake.first_romanized_name()                                                                    # Kaori
	fake.last_name()                                                                               # 木村
	fake.last_name_female()                                                                        # 吉本
	fake.kana_name()                                                                               # イダカ カオリ

### faker.providers.phone_number

	fake.phone_number()                                                                            # 080-4430-7682
	fake.msisdn()                                                                                  # 1051014866617

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'atsushi11', 'name': u'\u6589\u85e4 \u967
	                                                                                                 d\u4e00', 'birthdate': datetime.date(1930, 3, 22), 'sex
	                                                                                                 ': 'M', 'address': u'\u5ca1\u5c71\u770c\u9999\u53d6\u90
	                                                                                                 e1\u795e\u5d0e\u753a\u65e5\u51492\u4e01\u76ee7\u756a1\u
	                                                                                                 53f7', 'mail': u'kobayashitsubasa@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://ekoda.com/', u'http://www.nagisa.
	                                                                                                 jp/', u'http://www.yamada.com/'], 'username': u'atsushi
	                                                                                                 07', 'name': u'\u4f50\u85e4 \u6843\u5b50', 'blood_group
	                                                                                                 ': 'O-', 'residence': u'\u4f50\u8cc0\u770c\u5370\u65db\
	                                                                                                 u90e1\u672c\u57dc\u6751\u536f\u306e\u91cc3\u4e01\u76ee2
	                                                                                                 0\u756a15\u53f7 \u897f\u5ddd\u30b7\u30c6\u30a3259', 'co
	                                                                                                 mpany': u'\u682a\u5f0f\u4f1a\u793e\u5b87\u91ce\u901a\u4
	                                                                                                 fe1', 'address': u'\u5c71\u5f62\u770c\u9999\u53d6\u5e02
	                                                                                                 \u935b\u51b6\u30b1\u6ca242\u4e01\u76ee9\u756a16\u53f7 \
	                                                                                                 u30b3\u30fc\u30c8\u864e\u30ce\u9580095', 'birthdate': d
	                                                                                                 atetime.date(1952, 7, 11), 'sex': 'F', 'job': 'Housing 
	                                                                                                 manager/officer', 'ssn': u'246-18-6451', 'current_locat
	                                                                                                 ion': (Decimal('15.8506955'), Decimal('100.715547')), '
	                                                                                                 mail': u'maisuzuki@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'RkhZXZJzgpBTuJBAnEKV', u'minoru00@gmail.com', 7716, 
	                                                                                                 u'yokosugiyama@hotmail.com', u'https://www.kimura.jp/re
	                                                                                                 gister.htm', u'lZQUppZpxKFSEgHgTarG', u'maaya98@gmail.c
	                                                                                                 om', 8846, u'https://sugiyama.com/terms/', 6065, u'HpgA
	                                                                                                 akXmmrJlTWATenCj', u'osamu45@nakatsugawa.jp', u'koizumi
	                                                                                                 asuka@harada.net')
	fake.pystr(min_chars=None, max_chars=20)                                                       # yPrRybeYbygJkVaVlogW
	fake.pystruct(count=10, *value_types)                                                          # ([u'zGHSRBkPzwgNCkbnZyFv', u'https://www.kiriyama.jp/',
	                                                                                                  1524, Decimal('7.19601982333E+12'), 2424, Decimal('951
	                                                                                                 2190703.0'), u'yhYPJbVZYMfsxsbUgZWl', datetime.datetime
	                                                                                                 (1988, 1, 19, 12, 48, 42), u'XPXChGGbDeHcueisSNSs', u'H
	                                                                                                 HhyQbMjYvThkYvoTORF'], {u'\u6301\u3064': Decimal('-3829
	                                                                                                 817231.24'), u'\u3055\u3055\u3084\u304d': 3277, u'\u53d
	                                                                                                 4\u7236': u'aotamomoko@gmail.com', u'\u6587\u8a00': 738
	                                                                                                 6, u'\u767a\u751f\u3059\u308b': 846, u'\u30ea\u30cb\u30
	                                                                                                 a2': u'tJdefVODbJjetTxUSArV', u'\u30b3\u30fc\u30ca\u30f
	                                                                                                 c': u'GrRhrxQePgmHovQgvqLq', u'\u30dc\u30c8\u30eb': u'b
	                                                                                                 qxZULfMXJnUCUDBkcHd', u'\u6012\u308a': u'http://aoyama.
	                                                                                                 com/category/tags/search/main/', u'\u6570\u5b57': 99}, 
	                                                                                                 {u'\u6301\u3064': {3: -9539866.8600347, 4: [u'EowhuXfBG
	                                                                                                 tdZYQqDYbIH', Decimal('-87639330.34'), u'yamagishiakira
	                                                                                                 @hotmail.com'], 5: {3: Decimal('3.449605'), 4: u'LIPUzN
	                                                                                                 AwHVysUVJaAROk', 5: [u'HpdcIKJVKITtLvRBmqrG', u'IGQuays
	                                                                                                 WWgiACAanQGVR']}}, u'\u30d7\u30e9\u30b9\u30c1\u30c3\u30
	                                                                                                 af': {2: u'rei20@miyake.com', 3: [u'zyoshida@hotmail.co
	                                                                                                 m', 5045, -39999922576.54], 4: {2: u'ZfcpXNMHyJcFAwdQCo
	                                                                                                 oU', 3: datetime.datetime(1991, 6, 21, 22, 29, 3), 4: [
	                                                                                                 u'bCYAgLaPOcxUTcMAoeVA', 5243]}}, u'\u30b3\u30fc\u30e9\
	                                                                                                 u30b9': {8: {8: [u'zIOMSjfaTVgdeEsdknFV', u'YSWmrCnweeX
	                                                                                                 vIhNJaRnm'], 6: u'bPxFewhzdXwxyhUwrbLv', 7: 4809}, 6: u
	                                                                                                 'DqWCwsrHyKMzMdnoblic', 7: [u'https://www.nishinosono.c
	                                                                                                 om/explore/blog/main/terms.asp', u'https://ogaki.net/ho
	                                                                                                 me.jsp', u'NJCXYagwZpesIQQFEVbJ']}, u'\u57cb\u3081\u8fb
	                                                                                                 c\u3080': {1: Decimal('-382751943.202'), 2: [datetime.d
	                                                                                                 atetime(2012, 3, 3, 11, 8, 47), datetime.datetime(1973,
	                                                                                                  9, 28, 3, 32, 59), u'yamagishiminoru@hotmail.com'], 3:
	                                                                                                  {1: u'https://www.nagisa.jp/', 2: 540, 3: [u'FWqgoEgwx
	                                                                                                 twpflXFKBcz', u'hILrmuepFhMUpQVzgOVD']}}, u'\u4fdd\u8a3
	                                                                                                 c\u91d1': {0: 1179, 1: [datetime.datetime(1994, 4, 29, 
	                                                                                                 2, 13, 22), Decimal('11037347570.2'), u'okVcJuDObusfdbA
	                                                                                                 PIOxz'], 2: {0: u'HHgRKSmEtsXIsKYeAbpE', 1: u'DkQQQfsOG
	                                                                                                 jICAeEeROit', 2: [u'mZpEtSQOXfZKKzekLzwS', u'https://hi
	                                                                                                 rokawa.jp/']}}, u'\u4f9b\u7d66': {4: datetime.datetime(
	                                                                                                 1994, 8, 13, 21, 59, 51), 5: [5697, Decimal('6.59962870
	                                                                                                 826E+13'), datetime.datetime(1974, 11, 20, 12, 42, 12)]
	                                                                                                 , 6: {4: Decimal('2.39615146132E+13'), 5: u'watanabehar
	                                                                                                 uka@hotmail.com', 6: [u'amiyagawa@takahashi.net', u'ibb
	                                                                                                 kBdRxlkCAIdslQDSP']}}, u'\u30b7\u30a7\u30fc\u30d3\u30f3
	                                                                                                 \u30b0': {5: u'unomura@nishinosono.jp', 6: [-9663857846
	                                                                                                 6.4, Decimal('983418943098'), 3443], 7: {5: Decimal('15
	                                                                                                 .5346'), 6: u'VgJLmHdGJmxPdymeLXlL', 7: [u'hiroshiyoshi
	                                                                                                 moto@hotmail.com', datetime.datetime(1977, 1, 7, 0, 27,
	                                                                                                  24)]}}, u'\u6307\u540d': {8: [Decimal('-630110.8072'),
	                                                                                                  u'rHxmYxyasRXImwPeDUjQ', 35776358.0], 9: {8: 545454975
	                                                                                                 .2811, 9: [u'QgmozcBsPtkEHWjBKzLi', u'onakatsugawa@yaho
	                                                                                                 o.com'], 7: u'SPsDiqilFyWOGJfZLlSb'}, 7: u'http://sasak
	                                                                                                 i.com/'}, u'\u6012\u308a': {8: datetime.datetime(2005, 
	                                                                                                 5, 11, 21, 48, 35), 9: [datetime.datetime(1992, 1, 2, 2
	                                                                                                 3, 54, 1), datetime.datetime(1971, 8, 9, 14, 10, 23), 7
	                                                                                                 96], 10: {8: u'ZorqoJgpXcYZIopxtAnW', 9: u'RYxufBIjzlAU
	                                                                                                 omMSWGHE', 10: [u'ahamada@yahoo.com', u'wTWNVtkojQPLaYM
	                                                                                                 hQZnl']}}, u'\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7
	                                                                                                 \u30e7\u30f3': {9: 4611, 10: [7217, u'http://www.wakama
	                                                                                                 tsu.net/explore/main.htm', u'hJfyRzieThtNHVNqZUIf'], 11
	                                                                                                 : {9: u'AqbkuVxMbklxymikfbjS', 10: datetime.datetime(19
	                                                                                                 97, 8, 24, 0, 4, 17), 11: [1064467233795.7, u'xlEHYoNZK
	                                                                                                 oUrBMXBbJid']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 5268163.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 73940304738.3
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'PzGDlQmffdyxMOASbnnI', 8434277806929.1, u'aTCLSKwWBT
	                                                                                                 qKueGBgvLA', u'XNHFRfirsAshHOhJEdAp', 5133751547727.4, 
	                                                                                                 2537, u'yxyNsxvwCLUAWhJvKHnn', 599304.553, datetime.dat
	                                                                                                 etime(2001, 2, 20, 13, 42, 4), datetime.datetime(1973, 
	                                                                                                 4, 29, 7, 15, 22), 395946.10373, u'tomoyaishida@yahoo.c
	                                                                                                 om']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'sGwzsynzAvzCnuOgPOYk', 9675, u'miki23@kondo.jp', u'B
	                                                                                                 TSWImvJnVyVMWpkrlDm', u'hTqDouLleGDdIxFGvvPe', u'rCPqDm
	                                                                                                 lzqlFFPqbTvnSU', u'GfPfrnWfVezuUIfUmFkR', u'oopSDyiElWR
	                                                                                                 jJjXUxzng', u'gjyByNZXfbjrQlaXPacI', u'https://fujimoto
	                                                                                                 .jp/faq.php')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'skudo@sato.com', u'http://www.ekoda.com/login.ht
	                                                                                                 ml', Decimal('8.28679667105E+12'), 2667, 1966, u'ZtBeml
	                                                                                                 qHYtUPwQByEvLT', u'GQOIntjMzepnBDDdAIrW', u'MNVMpfrfGKt
	                                                                                                 pxLPaztbY', -3957324783231.1, u'rAeMFsBKydkNetSIPJho'])
	                                                                                                 
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u9271\u5c71': u'http://www.yamaguchi.com/post/', u'
	                                                                                                 \u5668\u5b98': u'pFlVqzEBMjeGkDkzwxPN', u'\u30cf\u30fc\
	                                                                                                 u30c9\u30a6\u30a7\u30a2': u'UIGzSacfjofCnMOMVMuj', u'\u
	                                                                                                 5f7c\u5973': 70796128832.3, u'\u3055\u3055\u3084\u304d'
	                                                                                                 : u'mekoda@yahoo.com', u'\u30ce\u30fc\u30c8': u'kondoto
	                                                                                                 momi@gmail.com', u'\u8ca9\u58f2': datetime.datetime(199
	                                                                                                 9, 7, 28, 14, 1, 25), u'\u7ba1\u7406\u3059\u308b': u'yo
	                                                                                                 shidasotaro@yamamoto.com', u'\u30cb\u30e5\u30fc\u30b9':
	                                                                                                  u'zRIJuPqAeNfObvSDPfAd', u'\u30d5\u30a7\u30df\u30cb\u3
	                                                                                                 0b9\u30c8': -3.5483, u'\u6975\u7aef\u306a': u'kanoyumik
	                                                                                                 o@ito.jp', u'\u30c8\u30ec\u30fc\u30ca\u30fc': 3784, u'\
	                                                                                                 u30c8\u30fc\u30f3': u'kqDUqIVIQVQakyTYxUce', u'\u30a2\u
	                                                                                                 30af\u30bb\u30eb\u30da\u30c0\u30eb': 15197.7665305}
	fake.pyint()                                                                                   # 3058

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 477-34-7207
	fake.ein()                                                                                     # 59-4863667
	fake.itin()                                                                                    # 941-81-9607

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.2; ti-ET; rv:1.9.1.20) Gecko/
	                                                                                                 2010-09-17 23:18:20 Firefox/3.6.13
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.42.(Windows CE; unm-US) Presto/2.9.186 Version/
	                                                                                                 11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.0; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2013-0
	                                                                                                 6-02 14:41:04 Firefox/3.6.17
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 4.0) AppleWebKit/5351 (KHTML, l
	                                                                                                 ike Gecko) Chrome/26.0.859.0 Safari/5351
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_12_0
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/53
	                                                                                                 1.28.7 (KHTML, like Gecko) Version/5.0 Safari/531.28.7

## LANGUAGE lt_LT

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Jorūnėview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Jankauskas Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Akelis Springs Apt. 874
	                                                                                                 Medaville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Narušis Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Petrauskas, Grinius and Povilonis
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Neringa Kavaliauskas
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:51
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bd47a50>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:00
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:39
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:36
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:33
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:43
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408532
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:02
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:50
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:49
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:52
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:10
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:04
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # poskaarturas@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # arminasvsiliauskas@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.gintalas.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # yurbonas
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # emilis47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # gailiuskarolis@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # gagysgabrielius@gintalas.biz
	fake.domain_name(*args, **kwargs)                                                              # stankevicius.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.kalvelis-nagys.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # ambrasas
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # kazlauskaskajus@gronskis.com
	fake.uri()                                                                                     # https://www.ambrasas.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # kalvaitisleticija@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rkalvaitis@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Gronskis
	fake.name_female()                                                                             # Gintarė Naujokas
	fake.name()                                                                                    # Sigita Ginzburgas
	fake.name_male()                                                                               # Jonas Galdikas
	fake.first_name()                                                                              # Edita
	fake.first_name_male()                                                                         # Gediminas
	fake.first_name_female()                                                                       # Pijus
	fake.last_name_female()                                                                        # Galdikas
	fake.last_name()                                                                               # Vsiliauskas

### faker.providers.phone_number

	fake.phone_number()                                                                            # +37012810062
	fake.msisdn()                                                                                  # 0069859520172

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'dominykas11', 'name': u'Akelis, Evelina'
	                                                                                                 , 'birthdate': datetime.date(1983, 11, 15), 'sex': 'M',
	                                                                                                  'address': u'10201 Erikas Ports Apt. 575\nGretatown, W
	                                                                                                 Y 42267', 'mail': u'petrauskasgiedre@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.galdikas.com/', u'https://www
	                                                                                                 .gagys.com/', u'https://stankevicius-nagys.com/', u'htt
	                                                                                                 p://www.gailius.com/'], 'username': u'nkairys', 'name':
	                                                                                                  u'Kazlauskas, Domas', 'blood_group': 'B-', 'residence'
	                                                                                                 : u'1734 Titas Corner Suite 682\nWest Armandas, OK 2764
	                                                                                                 5', 'company': u'Gailius, Stankevi\u010dius and Naru\u0
	                                                                                                 161is', 'address': u'79113 Sakalauskas Skyway\nGintalas
	                                                                                                 side, VT 52098', 'birthdate': datetime.date(1952, 7, 11
	                                                                                                 ), 'sex': 'F', 'job': 'Haematologist', 'ssn': u'210-51-
	                                                                                                 0148', 'current_location': (Decimal('-58.0114395'), Dec
	                                                                                                 imal('52.246550')), 'mail': u'lejakalvaitis@yahoo.com'}
	                                                                                                 

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'ejankauskas@kalvelis.biz', 3651, Decimal('-50636
	                                                                                                 3.843612'), 1129138102723.5, 8778, Decimal('5142.872145
	                                                                                                 88'), datetime.datetime(1974, 10, 31, 15, 39, 1), u'htt
	                                                                                                 p://gagys.com/', datetime.datetime(1971, 5, 19, 23, 2, 
	                                                                                                 26), u'vfLBvpEYAUWuKcyBGRZL', u'nCjdlZQUppZpxKFSEgHg', 
	                                                                                                 Decimal('167050146874'), u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # GKtpxLPaztbYTCwdhcFe
	fake.pystruct(count=10, *value_types)                                                          # ([u'irAeMFsBKydkNetSIPJh', 2818, u'VYfStWSaSqGXxclFWqgo
	                                                                                                 ', u'HYkbPsWFXWZSzAuKxguC', Decimal('2634624022.12'), D
	                                                                                                 ecimal('2.39615146132E+13'), u'enrika94@poska.info', 57
	                                                                                                 7, u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53')], 
	                                                                                                 {u'ipsum': u'bbokVcJuDObusfdbAPIO', u'numquam': u'GQOIn
	                                                                                                 tjMzepnBDDdAIrW', u'voluptas': 1524, u'corporis': u'eim
	                                                                                                 antas07@gailius-pocius.com', u'accusantium': u'dsakalau
	                                                                                                 skas@hotmail.com', u'quam': u'ZhBdVgJLmHdGJmxPdyme', u'
	                                                                                                 sed': datetime.datetime(1988, 1, 19, 12, 48, 42), u'aut
	                                                                                                 ': datetime.datetime(2009, 8, 23, 5, 41, 56), u'rem': d
	                                                                                                 atetime.datetime(2012, 3, 3, 11, 8, 47), u'recusandae':
	                                                                                                  u'XPXChGGbDeHcueisSNSs'}, {u'adipisci': {8: [-49114745
	                                                                                                 .655, datetime.datetime(2005, 12, 30, 3, 30, 22), u'htt
	                                                                                                 p://www.narusis.com/'], 9: {8: u'knFVmYSWmrCnweeXvIhN',
	                                                                                                  9: [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV'], 
	                                                                                                 7: 3615}, 7: u'ricardasvsiliauskas@kalvaitis.info'}, u'
	                                                                                                 optio': {4: u'https://nagys.info/faq/', 5: [u'vHsxjLIPU
	                                                                                                 zNAwHVysUVJ', u'AROknHpdcIKJVKITtLvR', 2364], 6: {4: u'
	                                                                                                 rGlIGQuaysWWgiACAanQ', 5: 9108, 6: [u'http://gronskis.c
	                                                                                                 om/posts/main/terms.html', u'HovQgvqLqEEmNAyDKVtJ']}}, 
	                                                                                                 u'porro': {9: u'qZorqoJgpXcYZIopxtAn', 10: [u'xposka@po
	                                                                                                 cius-kaupas.biz', u'zlAUomMSWGHEYZULAxnw', u'https://bu
	                                                                                                 tkus-kavaliauskas.com/posts/blog/app/author.php'], 11: 
	                                                                                                 {9: u'QZnljhbqxZULfMXJnUCU', 10: 5373, 11: [u'cHdjnHHhy
	                                                                                                 QbMjYvThkYv', u'TORFGxDLTZtaYxhWnwnh']}}, u'dicta': {1:
	                                                                                                  Decimal('6963631355.0'), 2: [u'EtsXIsKYeAbpEbDkQQQf', 
	                                                                                                 u'OGjICAeEeROitcmZpEtS', datetime.datetime(2008, 2, 4, 
	                                                                                                 17, 21, 23)], 3: {1: u'kgaldikas@pocius-butkus.info', 2
	                                                                                                 : 4309, 3: [u'http://gintalas.com/wp-content/privacy.ht
	                                                                                                 ml', u'narusisliepa@grinius-jankauskas.com']}}, u'nesci
	                                                                                                 unt': {8: {8: [9340, u'yeTgNJCXYagwZpesIQQF'], 6: Decim
	                                                                                                 al('48875003.7476'), 7: u'noblicSVBdIiQYMiRVSE'}, 6: u'
	                                                                                                 sTJkBbrWtFqmjnyhYPJb', 7: [u'fgintalas@yahoo.com', 1341
	                                                                                                 01.0, u'kiskavaidas@kiska.com']}, u'quia': {0: u'WhOnsu
	                                                                                                 cpZtBemlqHYtUP', 1: [-5900633179538.4, datetime.datetim
	                                                                                                 e(2012, 12, 7, 18, 42, 44), -3957324783231.1], 2: {0: 8
	                                                                                                 074, 1: u'RybeYbygJkVaVlogWWSe', 2: [u'TcchzGHSRBkPzwgN
	                                                                                                 Ckbn', u'simas51@kalvenas.org']}}, u'aperiam': {8: u'ht
	                                                                                                 tps://www.grinius-pocius.com/wp-content/posts/category/
	                                                                                                 register.html', 9: [datetime.datetime(1987, 8, 11, 6, 3
	                                                                                                 , 2), u'cSPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH']
	                                                                                                 , 10: {8: u'zemyna47@povilonis.net', 9: 7706, 10: [6453
	                                                                                                 , 99]}}, u'asperiores': {3: u'ZfcpXNMHyJcFAwdQCooU', 4:
	                                                                                                  [datetime.datetime(1991, 6, 21, 22, 29, 3), u'bCYAgLaP
	                                                                                                 OcxUTcMAoeVA', 5243], 5: {3: u'HISgtbVJPmELawwQjXSn', 4
	                                                                                                 : 2746, 5: [106.5325, 3804]}}, u'autem': {2: 1168, 3: [
	                                                                                                 -3020115.115, u'XFKBczlhILrmuepFhMUp', datetime.datetim
	                                                                                                 e(2014, 9, 13, 11, 22, 32)], 4: {2: 1164, 3: datetime.d
	                                                                                                 atetime(2015, 3, 11, 0, 7, 56), 4: [5726, 3277]}}, u'co
	                                                                                                 nsequatur': {5: u'povilonisolivija@hotmail.com', 6: [u'
	                                                                                                 agrinius@ambrasas-vsiliauskas.com', u'bkBdRxlkCAIdslQDS
	                                                                                                 PqD', datetime.datetime(1990, 10, 22, 0, 53, 6)], 7: {5
	                                                                                                 : Decimal('9512190703.0'), 6: u'ugaizauskas@nauseda-ake
	                                                                                                 lis.biz', 7: [4033, u'amelija06@kazlauskas.biz']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -5.89
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -7.93073363295E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [5389, u'kavaliauskasradvile@kairys.com', u'ZXZJzgpBTuJ
	                                                                                                 BAnEKVDOU', -193014096863120.0, 6065, u'eidvilekalvelis
	                                                                                                 @hotmail.com', datetime.datetime(1971, 11, 18, 21, 59, 
	                                                                                                 5), datetime.datetime(1993, 10, 1, 0, 45, 15), 5638, u'
	                                                                                                 QmffdyxMOASbnnIwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'
	                                                                                                 justina81@gmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([7576, u'tsISufWRqmcFDEnHSqJR', u'indre97@pocius.co
	                                                                                                 m', 7665, 7512, u'AshHOhJEdApxRyNAwBnj', 4602, u'xvwCLU
	                                                                                                 AWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': u'fWgVgwcqypCXvekXeLxo', u'ullam': 378
	                                                                                                 4, u'sunt': 70796128832.3, u'facilis': u'pFlVqzEBMjeGkD
	                                                                                                 kzwxPN', u'esse': Decimal('760325976.6'), u'blanditiis'
	                                                                                                 : u'sakalauskasryte@gmail.com', u'et': u'UIGzSacfjofCnM
	                                                                                                 OMVMuj', u'expedita': u'mstankevicius@yahoo.com'}
	fake.pyint()                                                                                   # 3157

### faker.providers.ssn

	fake.vat_id()                                                                                  # LT138209700
	fake.ssn()                                                                                     # 114-54-7991

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2013
	                                                                                                 -09-30 08:43:22 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.18.(Windows NT 5.01; hsb-DE) Presto/2.9.173 Ver
	                                                                                                 sion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 6.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows CE; Trident/
	                                                                                                 3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/
	                                                                                                 5.0)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows CE) AppleWebKit/5340 (KHTML, like 
	                                                                                                 Gecko) Chrome/42.0.823.0 Safari/5340
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_9_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) Apple
	                                                                                                 WebKit/534.49.1 (KHTML, like Gecko) Version/4.0.4 Safar
	                                                                                                 i/534.49.1

## LANGUAGE sl_SI

### faker.providers.address

	fake.address()                                                                                 # Novo Polje, cesta XVI 06
	                                                                                                 7372 Slovenska Bistrica
	fake.street_address()                                                                          # Cesta v Mestni log 62
	fake.postcode()                                                                                # 8308
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # Vrtača
	fake.country()                                                                                 # Grenada
	fake.city_name()                                                                               # Piran
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 5
	fake.city()                                                                                    # Ilirska Bistrica
	fake.state()                                                                                   # Notranjsko - kraška

### faker.providers.automotive

	fake.license_plate()                                                                           # RJY 956

### faker.providers.bank

	fake.bban()                                                                                    # SUZA3635085163141
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB54FWSA7039633319047

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 3929868487549
	fake.ean13()                                                                                   # 7407247101539
	fake.ean8()                                                                                    # 24924863

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(78,206,82)
	fake.color_name()                                                                              # DarkViolet
	fake.rgb_color()                                                                               # 122,36,96
	fake.safe_hex_color()                                                                          # #ff8800
	fake.safe_color_name()                                                                         # silver
	fake.hex_color()                                                                               # #798686

### faker.providers.company

	fake.company()                                                                                 # Nenad Lesjak s.p.
	fake.company_suffix()                                                                          # d.o.o.
	fake.catch_phrase()                                                                            # Function-based foreground infrastructure
	fake.bs()                                                                                      # cultivate dynamic e-markets

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 180
	fake.credit_card_provider(card_type=None)                                                      # Diners Club / Carte Blanche
	fake.credit_card_full(card_type=None)                                                          # Maestro
	                                                                                                 Ivana Sušnik
	                                                                                                 502073980190 05/25
	                                                                                                 CVV: 478
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 09/23
	fake.credit_card_number(card_type=None)                                                        # 341316616016489

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # EOS
	fake.currency_code()                                                                           # KHR
	fake.currency_name()                                                                           # Pakistani rupee
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('STC', 'SwiftCoin')
	fake.currency()                                                                                # ('UAH', 'Ukrainian hryvnia')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-14 18:05:03
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b96a870>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2017-05-29 05:30:26
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2016-07-26
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-20 13:52:11
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-24
	fake.day_of_week()                                                                             # Sreda
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2012-07-30 21:45:53
	fake.date_between(start_date="-30y", end_date="today")                                         # 2016-06-24
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2016-06-28 01:55:23
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2016-06-06
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 2008-04-25
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-05
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2001-06-06T03:35:04
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2005-04-24
	fake.month()                                                                                   # 05
	fake.year()                                                                                    # 1973
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 533472710
	fake.timezone()                                                                                # America/St_Vincent
	fake.century()                                                                                 # III
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1955-01-29
	fake.time_object(end_datetime=None)                                                            # 09:29:12
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-04 03:18:46
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2018-02-20 04:01:00
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:47:39
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-02
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 09:02:53
	fake.month_name()                                                                              # Avgust
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0578-05-09 15:16:34
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdd
	fake.mime_type(category=None)                                                                  # model/iges
	fake.file_path(depth=1, category=None, extension=None)                                         # /adipisci/maxime.flac
	fake.unix_partition(prefix=None)                                                               # /dev/vdk2
	fake.file_name(category=None, extension=None)                                                  # libero.odt
	fake.file_extension(category=None)                                                             # css

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -100.225515
	fake.latitude()                                                                                # 11.530292
	fake.longitude()                                                                               # -93.479916
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('38.70734', '-77.02303', 'Fort Washington', 'US', 'Ame
	                                                                                                 rica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('51.39323', '0.47713', 'Strood', 'GB', 'Europe/London'
	                                                                                                 )
	fake.latlng()                                                                                  # (Decimal('73.904469'), Decimal('-29.112808'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # ursa69@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://www.lorempixel.com/219/607
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # sitaralenka@gmail.com
	fake.url(schemes=None)                                                                         # https://rozman.si/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.198.234
	fake.user_name(*args, **kwargs)                                                                # karl83
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # login
	fake.free_email_domain(*args, **kwargs)                                                        # email.si
	fake.safe_email(*args, **kwargs)                                                               # kolartilen@example.org
	fake.ascii_email(*args, **kwargs)                                                              # matjaz67@email.si
	fake.ipv4_public(network=False, address_class=None)                                            # 33.12.55.61
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # nastjazver@furlan.si
	fake.domain_name(*args, **kwargs)                                                              # tamara.com
	fake.hostname(*args, **kwargs)                                                                 # lt-24.kumer.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 187.234.153.13
	fake.domain_word(*args, **kwargs)                                                              # rus
	fake.slug(*args, **kwargs)                                                                     # voluptate-fugit
	fake.uri_path(deep=None)                                                                       # komentarji/novica
	fake.company_email(*args, **kwargs)                                                            # lukafilipic@cerne.com
	fake.uri()                                                                                     # http://www.hafner.si/kategorije/seznam/blog/registracij
	                                                                                                 a/
	fake.ipv6(network=False)                                                                       # 23af:acfe:5810:ea03:d3f:8235:f8a0:3880
	fake.free_email(*args, **kwargs)                                                               # katarina97@email.si
	fake.ascii_safe_email(*args, **kwargs)                                                         # jakobgolob@example.org
	fake.mac_address()                                                                             # 02:11:00:d4:16:97

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-383-03067-7
	fake.isbn13(separator="-")                                                                     # 978-1-319-85957-2

### faker.providers.job

	fake.job()                                                                                     # Industrial buyer

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Praesentium sunt dolor quas nisi at soluta.
	                                                                                                 Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Pariatur commodi expedita culpa quas totam cupiditat
	                                                                                                 e delectus. Similique qui itaque beatae nostrum iste.',
	                                                                                                  u'Quasi voluptas numquam tenetur earum a. Adipisci vol
	                                                                                                 uptatibus iste aperiam earum quam fugit. Aut saepe fuga
	                                                                                                  rerum corporis pariatur.', u'Accusantium minus saepe a
	                                                                                                 ut ipsum. Voluptatibus voluptas perspiciatis.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Ipsa ducimus molestiae exercitationem molestias sunt
	                                                                                                  iste.', u'Quaerat aliquid quia optio numquam a soluta 
	                                                                                                 libero.', u'Cumque alias accusamus distinctio esse culp
	                                                                                                 a.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Sapiente nihil sint officiis reiciendis architecto cons
	                                                                                                 ectetur autem. Quaerat culpa magnam beatae porro quod.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Architecto commodi provident recusandae voluptatibus.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Hribar
	fake.name_female()                                                                             # Nikolaj Štrukelj
	fake.name()                                                                                    # Roman Lešnik
	fake.name_male()                                                                               # Lana Žižek
	fake.first_name()                                                                              # Mihael
	fake.first_name_male()                                                                         # Borut
	fake.first_name_female()                                                                       # Milica
	fake.last_name_female()                                                                        # Krivec
	fake.last_name()                                                                               # Žnidaršič

### faker.providers.phone_number

	fake.phone_number()                                                                            # 02 2337 728
	fake.msisdn()                                                                                  # 1037341288952

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'jericbojan', 'name': u'Tja\u0161a Kokol'
	                                                                                                 , 'birthdate': datetime.date(1966, 1, 11), 'sex': 'F', 
	                                                                                                 'address': u'Dolinarjeva ulica 7a\n3164 \u0160empeter p
	                                                                                                 ri Gorici', 'mail': u'galbajc@siol.net'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.albina.com/', u'http://www.ne
	                                                                                                 venka.si/'], 'username': u'stanko70', 'name': u'Jan Jav
	                                                                                                 ornik', 'blood_group': 'B-', 'residence': u'Kan\u010dev
	                                                                                                 a ulica 4\n0219 \u0160o\u0161tanj', 'company': u'Bo\u01
	                                                                                                 7ei\u010d d.d.', 'address': u'Italijanska ulica 911\n15
	                                                                                                 42 Tolmin', 'birthdate': datetime.date(1963, 3, 17), 's
	                                                                                                 ex': 'F', 'job': 'Secretary, company', 'ssn': u'916-06-
	                                                                                                 3242', 'current_location': (Decimal('65.769926'), Decim
	                                                                                                 al('139.862631')), 'mail': u'liljanakokol@siol.net'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [u'UIFXEMoGHQYmdJNaqJXl', u'noFRvrtufkpOnZebjOfl', u'ht
	                                                                                                 tps://www.jerneja.com/domov/', 216064.791, 2248, u'vhQQ
	                                                                                                 YPMfIsvNuGmafkth', 4628, Decimal('-9404.3962'), u'NFgSk
	                                                                                                 HdyjrnbDQYtcINV', u'http://www.dragica.si/avtor.htm']
	fake.pystr(min_chars=None, max_chars=20)                                                       # GixeotgDIGSTCrWLwGjs
	fake.pystruct(count=10, *value_types)                                                          # ([u'sSCmComGEMBFwOyrDVBf', u'GMXNxeGTxlDqRuPjKdVi', u'f
	                                                                                                 mdIqroYNIzcdATZQYsv', 8620, u'NVPTNeIuVqtDEzOcHgpw', 50
	                                                                                                 42, u'xqUKNBvmNOOvbufKyYsl', u'VAkPoNahoWRClbgDQINh', u
	                                                                                                 'http://marija.com/blog/app/novica.php', u'HtApKOENZNzc
	                                                                                                 IVoQHsgy'], {u'ipsum': 7030, u'reprehenderit': datetime
	                                                                                                 .datetime(1998, 8, 4, 8, 30, 58), u'ab': u'https://www.
	                                                                                                 tanja.si/novica/komentarji/domov.php', u'delectus': u'z
	                                                                                                 BPxjZTJramPjWdsRopT', u'perspiciatis': u'http://zupanci
	                                                                                                 c.si/', u'fugiat': u'FLkFbUJWMTEUgUByDBun', u'reiciendi
	                                                                                                 s': 6.0, u'vel': u'https://nusa.si/avtor/', u'id': 587,
	                                                                                                  u'veritatis': 4326}, {u'quibusdam': {8: {8: [9809, dat
	                                                                                                 etime.datetime(1986, 7, 2, 0, 10, 50)], 6: 8896, 7: u'h
	                                                                                                 ttp://www.tine.si/seznam/wp-content/kategorija.asp'}, 6
	                                                                                                 : 9207, 7: [datetime.datetime(1999, 8, 8, 7, 2, 27), u'
	                                                                                                 https://stjepan.si/', u'http://www.magdalena.com/wp-con
	                                                                                                 tent/avtor.html']}, u'fugiat': {3: -80766196899.54, 4: 
	                                                                                                 [7138, datetime.datetime(2010, 2, 18, 7, 13, 4), u'tKph
	                                                                                                 IpKJvEpCaaUhZWto'], 5: {3: u'QZxIrvIqsxjFPQIWYeDf', 4: 
	                                                                                                 495393014.95, 5: [1998, 8671]}}, u'possimus': {5: u'htt
	                                                                                                 p://vidovic.com/komentarji/novice/index.html', 6: [u'BK
	                                                                                                 GrNJPCcUcpzabbTNSt', u'fWUSHbIwScFBirahXdUq', u'http://
	                                                                                                 www.cuk.si/main/wp-content/iskanje/domov/'], 7: {5: 477
	                                                                                                 4, 6: u'vPLpAxVbKkEGkgKqfSHC', 7: [u'TPCkRuDlYXgjltJluN
	                                                                                                 WF', 5810]}}, u'eaque': {8: [-617117.0, u'takVZXDNbyYWA
	                                                                                                 rUSoJil', 53.96], 9: {8: 5459, 9: [u'zigatavcar@email.s
	                                                                                                 i', u'JlyCDUJEVgoltyWhkVdo'], 7: u'https://www.izidor.c
	                                                                                                 om/'}, 7: Decimal('-23573259.9634')}, u'libero': {8: De
	                                                                                                 cimal('-4.37076402182E+14'), 9: [5659, u'wBaSoAGkRAhlgg
	                                                                                                 PyxFGw', u'damjan64@siol.net'], 10: {8: u'BDPgIYrJoCwRD
	                                                                                                 DDGzMHe', 9: -4.1453846859798, 10: [u'jozefa65@siol.net
	                                                                                                 ', u'rajhjustina@volja.net']}}, u'assumenda': {1: -6438
	                                                                                                 8804238695.8, 2: [u'KvZyADxQkWvjUhdKJJwy', 823614287265
	                                                                                                 86.5, u'hzhbSKYfNICtGfENVKNJ'], 3: {1: u'MzhSRJzjBdibvD
	                                                                                                 AyamdR', 2: u'KvUChcXOqWgpQTsWPXhD', 3: [u'lmSphJbnxCxZ
	                                                                                                 IckupTAW', Decimal('-28151001.92')]}}, u'fuga': {0: u'm
	                                                                                                 rakjosip@volja.net', 1: [u'stanka70@volja.net', u'https
	                                                                                                 ://adolf.si/pogoji.php', u'CiwHTZYqpaWLRlHFEmzk'], 2: {
	                                                                                                 0: Decimal('6893666.69929'), 1: u'stanislav87@volja.net
	                                                                                                 ', 2: [u'http://irena.si/novica/komentarji/pogoji/', 37
	                                                                                                 38]}}, u'officiis': {2: u'bKyLqCBzwROHOmwGAThf', 3: [-3
	                                                                                                 3.86, 9724, u'http://www.vidmar.si/registracija.htm'], 
	                                                                                                 4: {2: 6024, 3: u'iuqNsUPRHRkWijdKlnpo', 4: [837, datet
	                                                                                                 ime.datetime(1974, 5, 25, 15, 0, 52)]}}, u'minus': {9: 
	                                                                                                 Decimal('5408.0'), 10: [u'airvhIaidRuSpynnbQZR', dateti
	                                                                                                 me.datetime(1990, 8, 3, 12, 22, 58), 7470], 11: {9: u'i
	                                                                                                 gorzakrajsek@email.si', 10: datetime.datetime(1970, 5, 
	                                                                                                 8, 10, 33, 13), 11: [4025, u'mBsidMUBsRFtceeklSdI']}}, 
	                                                                                                 u'necessitatibus': {4: u'dTRWwvNlWzeMlyMAGLlN', 5: [u'y
	                                                                                                 MtJaNtRgDZVvVaZqHnE', datetime.datetime(1979, 7, 20, 11
	                                                                                                 , 8, 41), u'ZpcZIGWowkcReVrIcmGu'], 6: {4: u'kjtZsXNosH
	                                                                                                 VVVTxDyNAt', 5: -2.74774, 6: [3135, u'knezsrecko@email.
	                                                                                                 si']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 9.5776
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -97504018.2
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('5910841.595'), u'maroltmirko@siol.net', Decim
	                                                                                                 al('-135253.995806'), 8731, 9647, u'dCwATHfhGuCkYwuubWs
	                                                                                                 N', 4809, u'alenkajarc@volja.net']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (datetime.datetime(2013, 8, 16, 16, 1, 18), u'sinkovecm
	                                                                                                 atej@email.si', 8230, 61.5464766, Decimal('-19.4'), u'h
	                                                                                                 ttp://stojan.com/kategorije/main/', u'SpqCoGbKzrQMGStwt
	                                                                                                 sle', 6961, u'EqilpmRydiaLjAdlcVgZ', datetime.datetime(
	                                                                                                 2018, 6, 19, 13, 35, 51), 5238, Decimal('947021.453016'
	                                                                                                 ), u'rudolf71@siol.net')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'http://jamnik.si/', Decimal('9816736.283'), u'Tf
	                                                                                                 KCqmnLBapKdwFryVsD', u'kJOXtITNQVLPSwDOblIs', u'kosijer
	                                                                                                 ica@volja.net', Decimal('-3714512.0'), 1527, 1063, -214
	                                                                                                 0581269505.0, u'WVMNSCZJNTOeciKIfkXK', u'LIuYTjQXoLnfxS
	                                                                                                 QlWevL', u'fxEEtfxWVPOWMwyVUbvt'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'illum': datetime.datetime(1993, 10, 29, 18, 58, 18),
	                                                                                                  u'occaecati': datetime.datetime(1974, 8, 30, 16, 4, 36
	                                                                                                 ), u'sit': Decimal('-86.651713'), u'ea': u'oXeqrDMqoREF
	                                                                                                 YmwEpbor', u'fuga': u'mcpqIjFEWFrCGbvHageQ', u'vero': D
	                                                                                                 ecimal('-5.22966955315E+13')}
	fake.pyint()                                                                                   # 4916

### faker.providers.ssn

	fake.vat_id()                                                                                  # SI07097293
	fake.ssn()                                                                                     # 459-51-3914

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 5.1; sl-SI; rv:1.9.0.20) Gecko/
	                                                                                                 2010-02-20 15:38:48 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.19.(X11; Linux x86_64; fil-PH) Presto/2.9.186 V
	                                                                                                 ersion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 4.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.01; Tri
	                                                                                                 dent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) Apple
	                                                                                                 WebKit/532.22.6 (KHTML, like Gecko) Version/4.1 Safari/
	                                                                                                 532.22.6
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5361 (KHTML
	                                                                                                 , like Gecko) Chrome/50.0.846.0 Safari/5361
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_6_8
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/53
	                                                                                                 4.17.4 (KHTML, like Gecko) Version/4.1 Safari/534.17.4

## LANGUAGE hr_HR

### faker.providers.address

	fake.address()                                                                                 # Medvedgradska 0
	                                                                                                 47372 Sinj
	fake.street_address()                                                                          # Horvatovac 2c
	fake.postcode()                                                                                # 83088
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # Zamenhofove
	fake.country()                                                                                 # Gana
	fake.city_name()                                                                               # Oroslavje
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 5a
	fake.city()                                                                                    # Glina
	fake.state()                                                                                   # Virovitičko-podravska

### faker.providers.automotive

	fake.license_plate()                                                                           # RJY 956

### faker.providers.bank

	fake.bban()                                                                                    # SUZA3635085163141
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB54FWSA7039633319047

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 3929868487549
	fake.ean13()                                                                                   # 7407247101539
	fake.ean8()                                                                                    # 24924863

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(78,206,82)
	fake.color_name()                                                                              # Lipa
	fake.rgb_color()                                                                               # 122,36,96
	fake.safe_hex_color()                                                                          # #ff8800
	fake.safe_color_name()                                                                         # srebrna
	fake.hex_color()                                                                               # #798686

### faker.providers.company

	fake.company()                                                                                 # Šibalić
	fake.company_suffix()                                                                          # d.o.o.
	fake.catch_phrase()                                                                            # Function-based foreground infrastructure
	fake.bs()                                                                                      # cultivate dynamic e-markets

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 699
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # American Express
	                                                                                                 Barbara Banovac
	                                                                                                 371739801964788 02/24
	                                                                                                 CID: 4131
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 04/19
	fake.credit_card_number(card_type=None)                                                        # 30416016486716

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # TIT
	fake.currency_code()                                                                           # BWP
	fake.currency_name()                                                                           # <bytes>
	fake.cryptocurrency_name()                                                                     # NEO
	fake.cryptocurrency()                                                                          # ('UBQ', 'Ubiq')
	fake.currency()                                                                                # ('SOS', 'Somali shilling')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 05:50:59
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b8d58c0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1997-08-11 23:22:06
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2019-01-06
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-01 15:31:09
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-19
	fake.day_of_week()                                                                             # Srijeda
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2018-07-02 05:49:21
	fake.date_between(start_date="-30y", end_date="today")                                         # 2002-08-18
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2008-04-11 04:09:27
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2008-04-25
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 2005-01-24
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-16
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1978-07-13T03:54:59
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-06
	fake.date_this_century(before_today=True, after_today=False)                                   # 2015-05-18
	fake.month()                                                                                   # 03
	fake.year()                                                                                    # 1996
	fake.day_of_month()                                                                            # 07
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 177113374
	fake.timezone()                                                                                # Europe/Sofia
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1910-08-08
	fake.time_object(end_datetime=None)                                                            # 10:51:50
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-07 18:55:09
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1974-02-13 06:50:45
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 19:10:42
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-06
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-14 05:14:19
	fake.month_name()                                                                              # Srpanj
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1732-10-15 16:56:58
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdf
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /eligendi/corrupti.mp3
	fake.unix_partition(prefix=None)                                                               # /dev/sdo9
	fake.file_name(category=None, extension=None)                                                  # maxime.flac
	fake.file_extension(category=None)                                                             # odt

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -29.112808
	fake.latitude()                                                                                # -60.626899
	fake.longitude()                                                                               # 24.809531
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('40.82232', '-74.15987', 'Nutley', 'US', 'America/New_
	                                                                                                 York')
	fake.location_on_land(coords_only=False)                                                       # ('38.37255', '34.02537', 'Aksaray', 'TR', 'Europe/Istan
	                                                                                                 bul')
	fake.latlng()                                                                                  # (Decimal('-33.030220'), Decimal('-93.479916'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # pavicicnika@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placekitten.com/725/700
	fake.tld()                                                                                     # info
	fake.email(*args, **kwargs)                                                                    # vbazjak@pozega.net
	fake.url(schemes=None)                                                                         # http://www.vrban.net/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.31.44.240
	fake.user_name(*args, **kwargs)                                                                # peteknikolina
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # privacy
	fake.free_email_domain(*args, **kwargs)                                                        # xnet.hr
	fake.safe_email(*args, **kwargs)                                                               # dino21@example.com
	fake.ascii_email(*args, **kwargs)                                                              # mateo36@zagreb.hr
	fake.ipv4_public(network=False, address_class=None)                                            # 9.229.80.244
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # jonjicnevenka@kovacevic.org
	fake.domain_name(*args, **kwargs)                                                              # makovac.biz
	fake.hostname(*args, **kwargs)                                                                 # email-25.stojcevic.biz
	fake.ipv4(network=False, address_class=None, private=None)                                     # 203.0.38.26
	fake.domain_word(*args, **kwargs)                                                              # plese
	fake.slug(*args, **kwargs)                                                                     # doloribus-optio
	fake.uri_path(deep=None)                                                                       # main
	fake.company_email(*args, **kwargs)                                                            # kirincicanka@stiperski.biz
	fake.uri()                                                                                     # https://ilijic.net/home.html
	fake.ipv6(network=False)                                                                       # f8a0:3880:d51c:685c:af88:a4d5:6f85:4e44
	fake.free_email(*args, **kwargs)                                                               # mara42@yahoo.hr
	fake.ascii_safe_email(*args, **kwargs)                                                         # simicelizabeta@example.net
	fake.mac_address()                                                                             # 58:07:56:7c:76:43

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-904325-62-9
	fake.isbn13(separator="-")                                                                     # 978-1-4626-1479-0

### faker.providers.job

	fake.job()                                                                                     # Elektromehaničar

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Voluptate repellendus doloribus vitae dolorem. Labor
	                                                                                                 iosam unde numquam quas.', u'Deserunt fuga corporis ex 
	                                                                                                 ea architecto quibusdam aperiam. Laboriosam occaecati e
	                                                                                                 t accusamus tempora aut.', u'Qui similique consequuntur
	                                                                                                  quidem fuga. Quia ratione veniam suscipit corrupti vol
	                                                                                                 uptates fuga. Velit consectetur mollitia eaque laborios
	                                                                                                 am id dicta. Voluptate cumque ex reiciendis quod eos.']
	                                                                                                 
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Minima voluptas ullam. Eveniet quae harum earum optio v
	                                                                                                 itae ea. Nihil nostrum voluptatibus. Magni quos quisqua
	                                                                                                 m voluptas assumenda rerum quidem.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Jurčić
	fake.name_female()                                                                             # Matea Zelić
	fake.name()                                                                                    # Zlatko Juretić
	fake.name_male()                                                                               # Sara Bašnec
	fake.first_name()                                                                              # Stana
	fake.first_name_male()                                                                         # Mladen
	fake.first_name_female()                                                                       # Lidija
	fake.last_name_female()                                                                        # Poropat
	fake.last_name()                                                                               # Boljkovac

### faker.providers.phone_number

	fake.phone_number()                                                                            # 049 350 246
	fake.msisdn()                                                                                  # 1881504140815

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'rasporlucija', 'name': u'Marijana Britve
	                                                                                                 c', 'birthdate': datetime.date(1977, 9, 28), 'sex': 'F'
	                                                                                                 , 'address': u'Mala 1b/3\n77171 Pag', 'mail': u'onacino
	                                                                                                 vic@zagreb.hr'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.zrilic.hr/', u'http://leskov
	                                                                                                 ic.org/'], 'username': u'baricevicbozo', 'name': u'Sini
	                                                                                                 \u0161a Gale\u0161i\u0107', 'blood_group': 'AB-', 'resi
	                                                                                                 dence': u'Gra\u010danska 730\n69859 Ilok', 'company': u
	                                                                                                 'Tudor', 'address': u'Goljak 8a\n66173 Lipik', 'birthda
	                                                                                                 te': datetime.date(2002, 4, 1), 'sex': 'F', 'job': u'Po
	                                                                                                 mo\u0107ni knji\u017eni\u010dar', 'ssn': u'51304962871'
	                                                                                                 , 'current_location': (Decimal('-77.6828655'), Decimal(
	                                                                                                 '-118.145950')), 'mail': u'danijelastojnic@globalnet.hr
	                                                                                                 '}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (84361269346.7, 5291, u'GkDkzwxPNWLXgmyGtakq', u'MOMVMu
	                                                                                                 jwKtLKphpFlVqz', datetime.datetime(1978, 11, 14, 21, 36
	                                                                                                 , 44), u'IVIQVQakyTYxUcedzRIJ', u'http://www.hranj.info
	                                                                                                 /', u'ObvSDPfAdvfLBvpEYAUW', 8988)
	fake.pystr(min_chars=None, max_chars=20)                                                       # WRqmcFDEnHSqJRZdMNVM
	fake.pystruct(count=10, *value_types)                                                          # ([781, u'NzIIVMfbbokVcJuDObus', u'jUgVxmVIEPctkMSPdVYf'
	                                                                                                 , 2842, datetime.datetime(2013, 12, 9, 7, 48, 7), u'cuk
	                                                                                                 manivo@zivkovic.biz', u'milkajurkovic@vip.hr', 608, u'Q
	                                                                                                 uAfPsrcSPsDiqilFyWO', datetime.datetime(2005, 5, 11, 21
	                                                                                                 , 48, 35)], {u'eum': u'YPJbVZYMfsxsbUgZWlaD', u'ipsum':
	                                                                                                  Decimal('-7.15840201176E+12'), u'reprehenderit': Decim
	                                                                                                 al('4.62878'), u'maiores': datetime.datetime(1990, 3, 3
	                                                                                                 1, 6, 43, 14), u'aliquid': u'frfGKtpxLPaztbYTCwdh', u'p
	                                                                                                 ariatur': -1851891124.72, u'tempore': Decimal('926.5597
	                                                                                                 1'), u'modi': u'https://rojnic.com/', u'expedita': date
	                                                                                                 time.datetime(2012, 5, 25, 7, 41, 39), u'necessitatibus
	                                                                                                 ': u'zGHSRBkPzwgNCkbnZyFv'}, {u'sequi': {1: u'dbAPIOxzo
	                                                                                                 HHgRKSmEtsX', 2: [Decimal('92222.5078637'), u'pEbDkQQQf
	                                                                                                 sOGjICAeEeR', datetime.datetime(1977, 11, 1, 20, 36, 1)
	                                                                                                 ], 3: {1: 2.593, 2: 9443789579467.9, 3: [u'zorka02@glob
	                                                                                                 alnet.hr', 4309]}}, u'ab': {3: u'UMwpbCYAgLaPOcxUTcMA',
	                                                                                                  4: [u'eVAGBnHISgtbVJPmELaw', 8600347189816.0, 2746], 5
	                                                                                                 : {3: 106.5325, 4: 3804, 5: [u'ZYQqDYbIHIBngTrVTgSC', d
	                                                                                                 atetime.datetime(2004, 11, 3, 14, 1, 3)]}}, u'ad': {8: 
	                                                                                                 {8: [u'esIQQFEVbJibPxFewhzd', u'veracolic@lazar.com.hr'
	                                                                                                 ], 6: u'danicavukman@sikiric.info', 7: u'bunicslavica@z
	                                                                                                 agreb.hr'}, 6: 6945, 7: [datetime.datetime(1994, 1, 20,
	                                                                                                  21, 34, 25), datetime.datetime(1973, 8, 16, 10, 12, 3)
	                                                                                                 , u'oblicSVBdIiQYMiRVSEE']}, u'aliquid': {0: u'GQOIntjM
	                                                                                                 zepnBDDdAIrW', 1: [1966, u'rAeMFsBKydkNetSIPJho', u'sgu
	                                                                                                 delj@begonja.com.hr'], 2: {0: 829, 1: u'lqHYtUPwQByEvLT
	                                                                                                 uPyvu', 2: [u'yPrRybeYbygJkVaVlogW', u'amidzicpero@gmai
	                                                                                                 l.com']}}, u'veniam': {8: [datetime.datetime(2005, 12, 
	                                                                                                 30, 3, 30, 22), u'http://www.cizmic.hr/', u'eEsdknFVmYS
	                                                                                                 WmrCnweeX'], 9: {8: u'http://www.klaric.hr/home/', 9: [
	                                                                                                 u'VODbJjetTxUSArVbNtSa', u'SuiJsvoGPorHxmYxyasR'], 7: 6
	                                                                                                 860498198.0}, 7: 6550}, u'similique': {8: 6843, 9: [u'Z
	                                                                                                 LlSbxEJRComQgmozcBs', datetime.datetime(1988, 7, 18, 20
	                                                                                                 , 13, 21), u'EHWjBKzLiZGUHOzHzadh'], 10: {8: u'hmilevoj
	                                                                                                 @vip.hr', 9: 240, 10: [806, Decimal('-1.3485')]}}, u'po
	                                                                                                 rro': {4: 7550, 5: [4271, Decimal('-9.01727708405E+13')
	                                                                                                 , Decimal('7.1973574')], 6: {4: u'HpdcIKJVKITtLvRBmqrG'
	                                                                                                 , 5: u'IGQuaysWWgiACAanQGVR', 6: [u'matea81@lorencin.ne
	                                                                                                 t', u'mHovQgvqLqEEmNAyDKVt']}}, u'aperiam': {9: datetim
	                                                                                                 e.datetime(1992, 1, 2, 23, 54, 1), 10: [datetime.dateti
	                                                                                                 me(1971, 8, 9, 14, 10, 23), 796, u'ZorqoJgpXcYZIopxtAnW
	                                                                                                 '], 11: {9: u'RYxufBIjzlAUomMSWGHE', 10: u'aradjenovic@
	                                                                                                 inet.hr', 11: [u'wTWNVtkojQPLaYMhQZnl', u'hbqxZULfMXJnU
	                                                                                                 CUDBkcH']}}, u'labore': {5: u'atolj@kosanovic.hr', 6: [
	                                                                                                 u'kBdRxlkCAIdslQDSPqDM', -91194044059.951, u'WbSIUIWtJD
	                                                                                                 uYcIOcFZaD'], 7: {5: u'JgsZhBdVgJLmHdGJmxPd', 6: 2432, 
	                                                                                                 7: [u'LXlLYXvpXTOhsTJkBbrW', -1906925208.2]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -24463.8854087
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -4.95898831664E+12
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('6.841175'), u'mirjana00@yahoo.com', u'mijo98@
	                                                                                                 yahoo.com', u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHg
	                                                                                                 TarG', u'https://www.simunic.info/author.html', u'oEKvh
	                                                                                                 RkhZXZJzgpBTuJB', 2665, 7064]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'http://www.licul.com/search/tag/search/search.php', 
	                                                                                                 4611, u'yRzieThtNHVNqZUIfgAq', u'kuVxMbklxymikfbjSMDv',
	                                                                                                  7217, u'https://www.jurjevic.info/main.php', u'HHhyQbM
	                                                                                                 jYvThkYvoTORF')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'sAshHOhJEdApxRyNAwBn', 7716, u'yxyNsxvwCLUAWhJvK
	                                                                                                 Hnn', u'https://dretvic.org/author/', u'dejan81@hotmail
	                                                                                                 .com', 599304.553, u'ffdyxMOASbnnIwStDRfe', 395946.1037
	                                                                                                 3, u'TCLSKwWBTqKueGBgvLAc', datetime.datetime(2001, 2, 
	                                                                                                 20, 13, 42, 4), datetime.datetime(1973, 4, 29, 7, 15, 2
	                                                                                                 2), 4670, u'mato08@peharda.net'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': u'cLWggsZpNVMWcUAvRxEw', u'ab': u'cGMKxY
	                                                                                                 ffPttRpgqTtsVo', u'incidunt': datetime.datetime(2007, 6
	                                                                                                 , 3, 19, 39, 41), u'hic': -1641334163506.11, u'non': da
	                                                                                                 tetime.datetime(1981, 7, 28, 9, 58, 28), u'dolore': u'W
	                                                                                                 gVgwcqypCXvekXeLxoJ', u'quisquam': 9940, u'repudiandae'
	                                                                                                 : 1519, u'tempore': u'KjfbnagplImAKALMcZZv', u'distinct
	                                                                                                 io': 9369}
	fake.pyint()                                                                                   # 6633

### faker.providers.ssn

	fake.vat_id()                                                                                  # HR95061026011
	fake.ssn()                                                                                     # 68259317047

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 4.0; li-NL; rv:1.9.0.20) Gecko/
	                                                                                                 2010-05-16 00:22:54 Firefox/3.6.14
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.12.(X11; Linux x86_64; the-NP) Presto/2.9.162 V
	                                                                                                 ersion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 6.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.1; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2; ca-FR; rv:1.9.2.20) Gecko/
	                                                                                                 2014-04-20 15:17:01 Firefox/13.0
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_8) AppleWeb
	                                                                                                 Kit/5331 (KHTML, like Gecko) Chrome/24.0.800.0 Safari/5
	                                                                                                 331
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_9_8
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_4 rv:3.0; ia-
	                                                                                                 FR) AppleWebKit/533.30.3 (KHTML, like Gecko) Version/5.
	                                                                                                 0 Safari/533.30.3

## LANGUAGE es_ES

### faker.providers.address

	fake.state_name()                                                                              # Girona
	fake.address()                                                                                 # Vial Antonio Ortega 47 Puerta 2 
	                                                                                                 Palencia, 56158
	fake.street_address()                                                                          # Cañada de Patricia Pelayo 490 Piso 3 
	fake.postcode()                                                                                # 01629
	fake.country_code(representation="alpha-2")                                                    # UZ
	fake.street_name()                                                                             # Calle de Fátima Lobo
	fake.country()                                                                                 # Samoa
	fake.secondary_address()                                                                       # Piso 2
	fake.street_prefix()                                                                           # Avenida
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 78
	fake.city()                                                                                    # Cuenca
	fake.state()                                                                                   # Murcia

### faker.providers.automotive

	fake.license_plate()                                                                           # 1F 2860M

### faker.providers.bank

	fake.bban()                                                                                    # UAIX6333190473929
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB42XRXL8754740724710

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 1532492486240
	fake.ean13()                                                                                   # 4133836993638
	fake.ean8()                                                                                    # 34792049

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(92,240,218)
	fake.color_name()                                                                              # Black
	fake.rgb_color()                                                                               # 198,28,183
	fake.safe_hex_color()                                                                          # #331100
	fake.safe_color_name()                                                                         # black
	fake.hex_color()                                                                               # #7b5770

### faker.providers.company

	fake.company()                                                                                 # Baena-Feliu
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Seamless secondary initiative
	fake.bs()                                                                                      # matrix seamless technologies

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 908
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # Diners Club / Carte Blanche
	                                                                                                 Juan José Méndez
	                                                                                                 30016486718067 05/28
	                                                                                                 CVC: 984
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 06/25
	fake.credit_card_number(card_type=None)                                                        # 180019947427086

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # TRX
	fake.currency_code()                                                                           # AOA
	fake.currency_name()                                                                           # Bahraini dinar
	fake.cryptocurrency_name()                                                                     # Peercoin
	fake.cryptocurrency()                                                                          # ('LTC', 'Litecoin')
	fake.currency()                                                                                # ('VEF', 'Venezuelan bol\xc3\xadvar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-06 00:36:04
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b8e38c0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2011-03-01 11:19:35
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2017-01-19
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-11 00:29:19
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-07
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2014-04-12 02:49:15
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-13
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2010-07-07 10:01:26
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1996-05-10
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 1988-03-27
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-25
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1977-05-25T20:08:57
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-22
	fake.date_this_century(before_today=True, after_today=False)                                   # 2019-01-31
	fake.month()                                                                                   # 11
	fake.year()                                                                                    # 1985
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 253448915
	fake.timezone()                                                                                # Asia/Vientiane
	fake.century()                                                                                 # XIV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1909-04-03
	fake.time_object(end_datetime=None)                                                            # 15:21:18
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-06 23:01:03
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1986-11-27 10:51:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 04:26:19
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-19
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 21:52:44
	fake.month_name()                                                                              # June
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0157-08-09 02:29:20
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vds
	fake.mime_type(category=None)                                                                  # video/webm
	fake.file_path(depth=1, category=None, extension=None)                                         # /id/ipsam.jpeg
	fake.unix_partition(prefix=None)                                                               # /dev/vdu3
	fake.file_name(category=None, extension=None)                                                  # deleniti.js
	fake.file_extension(category=None)                                                             # jpg

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 59.961363
	fake.latitude()                                                                                # 85.064898
	fake.longitude()                                                                               # -165.646281
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55815', '-73.0515', 'Waterbury', 'US', 'America/Ne
	                                                                                                 w_York')
	fake.location_on_land(coords_only=False)                                                       # ('-23.44361', '-51.87389', 'Sarandi', 'BR', 'America/Sa
	                                                                                                 o_Paulo')
	fake.latlng()                                                                                  # (Decimal('-60.4568565'), Decimal('45.167212'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # margaritaseco@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=2x84
	                                                                                                 9&w=2&h=849
	fake.tld()                                                                                     # net
	fake.email(*args, **kwargs)                                                                    # andrea70@yahoo.com
	fake.url(schemes=None)                                                                         # https://www.mulet-casado.biz/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.31.162.138
	fake.user_name(*args, **kwargs)                                                                # gibertmar
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # post
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # tellezantonio@example.org
	fake.ascii_email(*args, **kwargs)                                                              # maridaniela@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 169.253.32.136
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # kbarrera@ferreras.com
	fake.domain_name(*args, **kwargs)                                                              # rey.com
	fake.hostname(*args, **kwargs)                                                                 # web-94.amoros.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.197.23
	fake.domain_word(*args, **kwargs)                                                              # riquelme
	fake.slug(*args, **kwargs)                                                                     # corrupti-hic
	fake.uri_path(deep=None)                                                                       # blog/wp-content
	fake.company_email(*args, **kwargs)                                                            # jpuerta@ochoa.com
	fake.uri()                                                                                     # https://nogueira.info/list/app/homepage/
	fake.ipv6(network=False)                                                                       # edb4:9292:7afd:d002:d49e:e0c1:a07a:8619
	fake.free_email(*args, **kwargs)                                                               # ferreraspablo@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # pablo19@example.org
	fake.mac_address()                                                                             # 40:4c:08:c2:1a:2d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-905998-37-6
	fake.isbn13(separator="-")                                                                     # 978-1-69205-698-8

### faker.providers.job

	fake.job()                                                                                     # Interpreter

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Aperiam omnis laboriosam occaecati et accusamus temp
	                                                                                                 ora.', u'Excepturi qui similique consequuntur quidem fu
	                                                                                                 ga quis quia. Veniam suscipit corrupti voluptates fuga 
	                                                                                                 tempora velit.', u'Eaque laboriosam id dicta molestiae 
	                                                                                                 voluptate. Ex reiciendis quod eos.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Voluptas assumenda rerum quidem dolor excepturi volupta
	                                                                                                 te. Doloribus vitae dolorem commodi laboriosam unde num
	                                                                                                 quam. Consequatur voluptas deserunt fuga corporis ex ea
	                                                                                                 .
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Espada
	fake.name_female()                                                                             # Josefina Ferrera Granados
	fake.prefix_male()                                                                             # del
	fake.prefix()                                                                                  # del
	fake.name()                                                                                    # Alex Elías Gargallo
	fake.name_male()                                                                               # Alejandro Burgos Rojas
	fake.first_name()                                                                              # Jose Ignacio
	fake.first_name_male()                                                                         # Mohamed
	fake.first_name_female()                                                                       # Alicia
	fake.last_name_female()                                                                        # Palacios
	fake.last_name()                                                                               # Atienza
	fake.prefix_female()                                                                           # de

### faker.providers.phone_number

	fake.phone_number()                                                                            # +34598523178
	fake.msisdn()                                                                                  # 4140815535024

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'omesa', 'name': u'\xc1ngeles de Mir', 'b
	                                                                                                 irthdate': datetime.date(1917, 2, 25), 'sex': 'F', 'add
	                                                                                                 ress': u'Pasadizo Pablo Cano 62 Puerta 2 \nToledo, 2847
	                                                                                                 6', 'mail': u'alsinamargarita@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.bonilla-alsina.com/'], 'usern
	                                                                                                 ame': u'ribajoan', 'name': u'Luz Palacios-Mur', 'blood_
	                                                                                                 group': 'O-', 'residence': u'Vial de Miguel Bou 92 Apt.
	                                                                                                  28 \nAlmer\xeda, 62475', 'company': u'Redondo, Franco 
	                                                                                                 and Mancebo', 'address': u'Calle Soledad Palomares 324\
	                                                                                                 nBaleares, 21648', 'birthdate': datetime.date(1989, 2, 
	                                                                                                 12), 'sex': 'F', 'job': 'Clinical psychologist', 'ssn':
	                                                                                                  u'107-30-0698', 'current_location': (Decimal('-69.2810
	                                                                                                 82'), Decimal('142.279320')), 'mail': u'cuellarjesus@ho
	                                                                                                 tmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [6304, -5.89, u'IVIQVQakyTYxUcedzRIJ', 84361269346.7, u
	                                                                                                 'ObvSDPfAdvfLBvpEYAUW', -52724714096.0, u'https://angla
	                                                                                                 da-abella.com/explore/blog/posts/author.asp']
	fake.pystr(min_chars=None, max_chars=20)                                                       # jyxyNsxvwCLUAWhJvKHn
	fake.pystruct(count=10, *value_types)                                                          # ([5583, datetime.datetime(2000, 1, 15, 6, 39, 46), 1947
	                                                                                                 , 9388, u'MAoeVAGBnHISgtbVJPmE', u'rxQePgmHovQgvqLqEEmN
	                                                                                                 ', u'ZhBdVgJLmHdGJmxPdyme', 43504498.3, 6811, u'HHhyQbM
	                                                                                                 jYvThkYvoTORF'], {u'incidunt': u'sIQQFEVbJibPxFewhzdX',
	                                                                                                  u'ad': u'HHgRKSmEtsXIsKYeAbpE', u'aliquid': u'ttsPFCNG
	                                                                                                 NdtsISufWRqm', u'rerum': u'gespada@gmail.com', u'at': u
	                                                                                                 'bonetjose-ramon@yahoo.com', u'deleniti': u'bqxZULfMXJn
	                                                                                                 UCUDBkcHd', u'iste': u'SPsDiqilFyWOGJfZLlSb', u'soluta'
	                                                                                                 : u'QCooUMwpbCYAgLaPOcxU', u'distinctio': u'tkMSPdVYfSt
	                                                                                                 WSaSqGXxc', u'consequatur': u'SIUIWtJDuYcIOcFZaDrJ'}, {
	                                                                                                 u'numquam': {4: Decimal('-8.182545'), 5: [u'martacoello
	                                                                                                 @yahoo.com', u'uXfBGtdZYQqDYbIHIBng', u'https://sanz.in
	                                                                                                 fo/faq/'], 6: {4: u'vHsxjLIPUzNAwHVysUVJ', 5: u'AROknHp
	                                                                                                 dcIKJVKITtLvR', 6: [2364, u'rGlIGQuaysWWgiACAanQ']}}, u
	                                                                                                 'unde': {5: 4631, 6: [7072, u'https://roldan.net/catego
	                                                                                                 ry/', u'toroangela@zaragoza.org'], 7: {5: u'aroman@fabr
	                                                                                                 egas-benitez.com', 6: u'bkBdRxlkCAIdslQDSPqD', 7: [date
	                                                                                                 time.datetime(1990, 10, 22, 0, 53, 6), Decimal('9512190
	                                                                                                 703.0')]}}, u'ratione': {2: datetime.datetime(2009, 12,
	                                                                                                  12, 0, 45, 36), 3: [u'http://cabanas-padilla.com/', 90
	                                                                                                 5, 941], 4: {2: u'http://www.casas.com/category/list/te
	                                                                                                 rms/', 3: datetime.datetime(2016, 6, 24, 9, 41, 38), 4:
	                                                                                                  [u'ZKKzekLzwSSgGZMMoBej', u'https://www.tormo.com/']}}
	                                                                                                 , u'eveniet': {0: 2667, 1: [Decimal('8.28679667105E+12'
	                                                                                                 ), u'MNVMpfrfGKtpxLPaztbY', u'http://www.amador.com/sea
	                                                                                                 rch.php'], 2: {0: u'https://www.cabello-prieto.com/sear
	                                                                                                 ch/main/', 1: 5612, 2: [578, 6685]}}, u'ipsa': {3: u'go
	                                                                                                 EgwxtwpflXFKBczlhI', 4: [Decimal('-92949.29'), 1514, da
	                                                                                                 tetime.datetime(2013, 9, 12, 11, 33, 21)], 5: {3: u'QVz
	                                                                                                 gOVDDxrfFhYcHYkbP', 4: u'WFXWZSzAuKxguCrZfcpX', 5: [dat
	                                                                                                 etime.datetime(2006, 6, 26, 5, 7, 3), Decimal('-6038925
	                                                                                                 7.5085')]}}, u'esse': {8: {8: [u'angelsobrino@querol.co
	                                                                                                 m', u'bayonahector@hotmail.com'], 6: u'UgZWlaDqWCwsrHyK
	                                                                                                 MzMd', 7: u'oblicSVBdIiQYMiRVSEE'}, 6: Decimal('9.62009
	                                                                                                 740362E+14'), 7: [77860.1425779721, u'TJkBbrWtFqmjnyhYP
	                                                                                                 JbV', u'jose-maria34@yahoo.com']}, u'ex': {8: [u'knFVmY
	                                                                                                 SWmrCnweeXvIhN', Decimal('-2.32615157'), u'tJdefVODbJje
	                                                                                                 tTxUSArV'], 9: {8: -82789545.0, 9: [Decimal('926.55971'
	                                                                                                 ), u'https://www.barragan-riquelme.com/'], 7: u'NtSafSu
	                                                                                                 iJsvoGPorHxmY'}, 7: u'LvAzdzIOMSjfaTVgdeEs'}, u'delenit
	                                                                                                 i': {8: u'http://www.batlle.com/index.htm', 9: [u'PtkEH
	                                                                                                 WjBKzLiZGUHOzHz', u'dhXPXChGGbDeHcueisSN', u'https://ga
	                                                                                                 lvez.com/home/'], 10: {8: u'ZorqoJgpXcYZIopxtAnW', 9: u
	                                                                                                 'RYxufBIjzlAUomMSWGHE', 10: [u'apinilla@yahoo.com', u'w
	                                                                                                 TWNVtkojQPLaYMhQZnl']}}, u'laudantium': {1: u'BKydkNetS
	                                                                                                 IPJhoWhOnsu', 2: [u'pZtBemlqHYtUPwQByEvL', u'https://ww
	                                                                                                 w.gallego-bustamante.com/terms/', u'RybeYbygJkVaVlogWWS
	                                                                                                 e'], 3: {1: u'TcchzGHSRBkPzwgNCkbn', 2: u'aitor51@juare
	                                                                                                 z.org', 3: [datetime.datetime(1975, 6, 8, 2, 27, 40), u
	                                                                                                 'bokVcJuDObusfdbAPIOx']}}, u'dolore': {9: 4611, 10: [72
	                                                                                                 17, u'http://www.gutierrez.com/search/main/faq.html', 8
	                                                                                                 328], 11: {9: 1573, 10: u'ThtNHVNqZUIfgAqbkuVx', 11: [d
	                                                                                                 atetime.datetime(1971, 4, 22, 1, 22, 56), u'lxymikfbjSM
	                                                                                                 DvRAIfMrx']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 9400376.71172
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -761987.921915
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'ht
	                                                                                                 tps://www.valenzuela.com/author.html', u'oEKvhRkhZXZJzg
	                                                                                                 pBTuJB', 2665, 7064, u'utalavera@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (Decimal('9.8656121524E+14'), u'UrBMXBbJidpFbgjyByNZ', 
	                                                                                                 2501, -40170990.7703, u'SUVEQCNQKDYhHSnqrRrs', 5173, u'
	                                                                                                 cIdrCPqDmlzqlFFPqbTv', u'cabreromohamed@carreras.info',
	                                                                                                  3646, 4255)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'luz08@nadal-martin.com', 2537, u'XNHFRfirsAshHOh
	                                                                                                 JEdAp', 1930, datetime.datetime(1995, 5, 14, 8, 7, 14),
	                                                                                                  u'https://guerrero.net/post.php', u'fdyxMOASbnnIwStDRf
	                                                                                                 ea', datetime.datetime(1981, 12, 8, 13, 7, 59), 9881, 5
	                                                                                                 133751547727.4, datetime.datetime(1994, 1, 12, 15, 9, 2
	                                                                                                 2), 4670, 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'temporibus': u'riverajosep@rios-cueto.com', u'ipsam'
	                                                                                                 : datetime.datetime(1981, 7, 28, 9, 58, 28), u'incidunt
	                                                                                                 ': datetime.datetime(1989, 4, 27, 21, 2, 50), u'natus':
	                                                                                                  u'wKtLKphpFlVqzEBMjeGk', u'ut': u'http://www.carreras.
	                                                                                                 com/app/main/', u'illum': u'victor-manuel26@bernat-rami
	                                                                                                 s.info', u'sapiente': 9940, u'facilis': 4345, u'nihil':
	                                                                                                  u'LamUIGzSacfjofCnMOMV', u'vel': 2032, u'maxime': u'Tt
	                                                                                                 sVofWgVgwcqypCXvek', u'amet': u'gplImAKALMcZZvjcGMKx'}
	fake.pyint()                                                                                   # 9457

### faker.providers.ssn

	fake.vat_id()                                                                                  # ESy9624629V
	fake.ssn()                                                                                     # 779-25-9258

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_1; rv:1.9.
	                                                                                                 5.20) Gecko/2014-04-26 07:34:50 Firefox/12.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.50.(X11; Linux x86_64; hsb-DE) Presto/2.9.166 V
	                                                                                                 ersion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 6.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows CE; Trident/
	                                                                                                 3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/
	                                                                                                 4.0)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5352 (KHTML, 
	                                                                                                 like Gecko) Chrome/23.0.834.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_8_3
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_8 rv:2.0; 
	                                                                                                 sk-SK) AppleWebKit/533.1.3 (KHTML, like Gecko) Version/
	                                                                                                 5.1 Safari/533.1.3

## LANGUAGE ne_NP

### faker.providers.address

	fake.building_prefix()                                                                         # घर
	fake.address()                                                                                 # पन्त पथ वडा 47 
	                                                                                                 पाल्पा
	                                                                                                 रूपन्देही 87456
	fake.street_address()                                                                          # तिवारी टार
	fake.postcode()                                                                                # 88401
	fake.country_code(representation="alpha-2")                                                    # ZW
	fake.street_name()                                                                             # देउजा गल्ली
	fake.country()                                                                                 # मलावी
	fake.street_suffix()                                                                           # निवास
	fake.district()                                                                                # दाङ
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 5
	fake.city()                                                                                    # म्याङ्लुङ

### faker.providers.automotive

	fake.license_plate()                                                                           # NQS8903

### faker.providers.bank

	fake.bban()                                                                                    # PHPC8516314128607
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB29AIXQ3331904739298

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 6848754740728
	fake.ean13()                                                                                   # 4710153249244
	fake.ean8()                                                                                    # 86244138

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(236,96,154)
	fake.color_name()                                                                              # FireBrick
	fake.rgb_color()                                                                               # 82,168,248
	fake.safe_hex_color()                                                                          # #665500
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #ce0381

### faker.providers.company

	fake.company()                                                                                 # अग्रवाल PLC
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Focused 24hour hierarchy
	fake.bs()                                                                                      # target impactful experiences

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 474
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 19 digit
	                                                                                                 सविता श्रेष्ठ
	                                                                                                 4196478441316616011 09/25
	                                                                                                 CVC: 486
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/26
	fake.credit_card_number(card_type=None)                                                        # 213180699846716

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NEM
	fake.currency_code()                                                                           # YER
	fake.currency_name()                                                                           # Pound sterling
	fake.cryptocurrency_name()                                                                     # BlackCoin
	fake.cryptocurrency()                                                                          # ('KOI', 'Coinye')
	fake.currency()                                                                                # ('SRD', 'Surinamese dollar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-12 04:59:27
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b89fc30>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1994-06-01 20:52:56
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 12:06:47
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-05
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2019-02-25 20:00:23
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-11
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2000-12-31 11:08:10
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2012-03-26
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:47
	fake.date_object(end_datetime=None)                                                            # 1991-03-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-20
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1975-08-12T22:09:34
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-11
	fake.month()                                                                                   # 12
	fake.year()                                                                                    # 1977
	fake.day_of_month()                                                                            # 26
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 437531497
	fake.timezone()                                                                                # Asia/Kuala_Lumpur
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2010-03-10
	fake.time_object(end_datetime=None)                                                            # 20:08:47
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-17 06:47:44
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1996-05-10 07:24:26
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 17:21:31
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-17
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-21 12:25:37
	fake.month_name()                                                                              # November
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0067-01-08 19:38:26
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdo
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /et/cum.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdi3
	fake.file_name(category=None, extension=None)                                                  # natus.gif
	fake.file_extension(category=None)                                                             # pptx

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -21.260353
	fake.latitude()                                                                                # -18.4479815
	fake.longitude()                                                                               # 52.251625
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55838', '-81.56929', 'Collinwood', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('54.03876', '43.91385', 'Kovylkino', 'RU', 'Europe/Mos
	                                                                                                 cow')
	fake.latlng()                                                                                  # (Decimal('89.553696'), Decimal('18.381183'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dkesii@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/28/944/any
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # eshresstth@gmail.com
	fake.url(schemes=None)                                                                         # https://www.sii.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.17.110.50
	fake.user_name(*args, **kwargs)                                                                # mheshbsnet
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # rupaa92@example.org
	fake.ascii_email(*args, **kwargs)                                                              # ksaapkottaa@shaah.com
	fake.ipv4_public(network=False, address_class=None)                                            # 1.22.103.201
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # ishaaky@joshii.com
	fake.domain_name(*args, **kwargs)                                                              # kesii.com
	fake.hostname(*args, **kwargs)                                                                 # email-05.shaah.org
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.86.168.227
	fake.domain_word(*args, **kwargs)                                                              # thaapaa-gurungg
	fake.slug(*args, **kwargs)                                                                     # adipisci-quidem
	fake.uri_path(deep=None)                                                                       # posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # regmiicirnyjiibi@sinh.org
	fake.uri()                                                                                     # https://www.thaapaa.com/
	fake.ipv6(network=False)                                                                       # 3aef:ad90:45f2:59e7:9dbf:df8b:973a:6505
	fake.free_email(*args, **kwargs)                                                               # zdeujaa@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # srjnsuvedii@example.net
	fake.mac_address()                                                                             # 20:8b:3e:a9:fb:6d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-71462-614-8
	fake.isbn13(separator="-")                                                                     # 978-0-19-059983-6

### faker.providers.job

	fake.job()                                                                                     # Producer, television/film/video

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Dignissimos ipsa dolor voluptates animi optio magnam.
	                                                                                                 Odit facere ratione quibusdam atque quisquam. Odit vel 
	                                                                                                 aperiam magnam repellendus. Animi pariatur aperiam inve
	                                                                                                 ntore at placeat expedita aperiam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Rerum quidem dolor excepturi. Repellendus doloribus 
	                                                                                                 vitae dolorem commodi laboriosam unde numquam. Consequa
	                                                                                                 tur voluptas deserunt fuga corporis ex ea. Quibusdam ap
	                                                                                                 eriam omnis.', u'Et accusamus tempora aut ut excepturi.
	                                                                                                  Similique consequuntur quidem fuga quis quia ratione.'
	                                                                                                 , u'Corrupti voluptates fuga tempora velit consectetur 
	                                                                                                 mollitia. Laboriosam id dicta molestiae. Cumque ex reic
	                                                                                                 iendis quod eos porro earum nam. Quo magnam dolorum vol
	                                                                                                 uptates voluptas minima repellendus.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Earum esse voluptatem fugiat.', u'Cupiditate a repel
	                                                                                                 lendus repudiandae neque expedita labore.', u'Labore su
	                                                                                                 scipit numquam commodi quasi voluptas.']
	fake.word(ext_word_list=None)                                                                  # ea
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Optio vitae ea aliquam. Nostrum voluptatibus reprehende
	                                                                                                 rit magni quos quisquam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Ducimus sapiente eum similique necessitatibus deleniti.
	                                                                                                 
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'vero', u'nam', u'adipisci']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # #4D4MCHCrF
	fake.uuid4(cast_to=<type 'str'>)                                                               # 3c29c98a-16f8-4101-948e-166d86b18472
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 4f5d638a9084bea40583de4f028a6706
	fake.sha1(raw_output=False)                                                                    # 9b6ae2456898959562a9e2218e08d0147ac2fdc3
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 40be15b2444d5cf4fcfdb00e470c0eeb1214141a2d95711b92b3932
	                                                                                                 76fcf3b0f
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # खत्री
	fake.name_female()                                                                             # अञ्जना श्रेष्‍ठ
	fake.prefix_male()                                                                             # श्री
	fake.prefix()                                                                                  # सुश्री
	fake.name()                                                                                    # मिना न्यौपाने
	fake.name_male()                                                                               # राजेश श्रेष्‍ठ
	fake.first_name()                                                                              # संजीब
	fake.first_name_male()                                                                         # पुलकित
	fake.first_name_female()                                                                       # उषा
	fake.last_name_female()                                                                        # नेपाल
	fake.last_name()                                                                               # पाण्‍डे
	fake.prefix_female()                                                                           # सुश्री

### faker.providers.phone_number

	fake.phone_number()                                                                            # +977 0698595201
	fake.msisdn()                                                                                  # 1781773581073

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'adhikaariisrsvtii', 'name': u'\u0930\u09
	                                                                                                 2c\u0940\u0928\u093e \u092e\u0939\u0930\u094d\u091c\u09
	                                                                                                 28', 'birthdate': datetime.date(1907, 12, 2), 'sex': 'F
	                                                                                                 ', 'address': u'\u0936\u094d\u0930\u0947\u0937\u094d\u2
	                                                                                                 00d\u0920 \u0928\u093f\u0935\u093e\u0938 \u0935\u0921\u
	                                                                                                 093e 979 \n\u0916\u0948\u0930\u0939\u093e\u0928\u0940 \
	                                                                                                 u0928\u0917\u0930\u092a\u093e\u0932\u093f\u0915\u093e\n
	                                                                                                 \u0938\u093f\u0928\u094d\u0927\u0941\u092a\u0932\u093e\
	                                                                                                 u091e\u094d\u091a\u094b\u0915 48454', 'mail': u'slbhiya
	                                                                                                 a38@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.amaaty.com/', u'http://shres
	                                                                                                 stth.com/', u'http://www.dhnaavt.com/'], 'username': u'
	                                                                                                 bhgvtii17', 'name': u'\u0924\u0947\u091c\u0936\u094d\u2
	                                                                                                 00d\u0935\u0940 \u092a\u093e\u0923\u094d\u0921\u0947', 
	                                                                                                 'blood_group': 'AB-', 'residence': u'\u0926\u0947\u0909
	                                                                                                 \u091c\u093e \u092c\u093e\u091f\u094b \u0935\u0921\u093
	                                                                                                 e 518 \n\u0932\u092e\u091c\u0941\u0919\n\u091c\u0941\u0
	                                                                                                 92e\u094d\u0932\u093e 05101', 'company': u'\u0928\u094d
	                                                                                                 \u092f\u094c\u092a\u093e\u0928\u0947 Inc', 'address': u
	                                                                                                 '\u092a\u094d\u092f\u093e\u0915\u0941\u0930\u0947\u0932
	                                                                                                  \u0928\u093f\u0935\u093e\u0938 \u0918\u0930 961 \n\u09
	                                                                                                 26\u0941\u0939\u0935\u0940-\u092d\u0932\u0941\u0935\u09
	                                                                                                 3e\n\u0915\u093e\u0932\u0940\u0915\u094b\u091f 42672', 
	                                                                                                 'birthdate': datetime.date(1998, 11, 5), 'sex': 'M', 'j
	                                                                                                 ob': 'Psychologist, sport and exercise', 'ssn': u'231-8
	                                                                                                 9-1542', 'current_location': (Decimal('-10.064459'), De
	                                                                                                 cimal('120.091585')), 'mail': u'shrddhaathaapaa@gmail.c
	                                                                                                 om'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([84361269346.7, u'http://www.ghle.com/', u'GkDkzwxP
	                                                                                                 NWLXgmyGtakq', u'MOMVMujwKtLKphpFlVqz', datetime.dateti
	                                                                                                 me(1978, 11, 14, 21, 36, 44), u'IVIQVQakyTYxUcedzRIJ', 
	                                                                                                 5291, u'ObvSDPfAdvfLBvpEYAUW', -52724714096.0, 4809, 89
	                                                                                                 88])
	fake.pystr(min_chars=None, max_chars=20)                                                       # xRyNAwBnjyxyNsxvwCLU
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('2656935.25046'), datetime.datetime(2003, 2, 
	                                                                                                 9, 5, 38, 59), 2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJ
	                                                                                                 cFAwdQCooUMwp', Decimal('7.1973574'), u'slQDSPqDMvJGgVX
	                                                                                                 oWbSI', 907, u'fSuiJsvoGPorHxmYxyas', Decimal('32575767
	                                                                                                 72.53')], {u'reprehenderit': u'http://www.pnt.com/searc
	                                                                                                 h.php', u'optio': 5107, u'sapiente': u'http://www.naaht
	                                                                                                 taa-pnt.net/', u'sed': datetime.datetime(1988, 1, 19, 1
	                                                                                                 2, 48, 42), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'c
	                                                                                                 orporis': 9389, u'totam': -3514818847.90172, u'atque': 
	                                                                                                 34.98229, u'corrupti': u'blicSVBdIiQYMiRVSEEW'}, {u'ab'
	                                                                                                 : {1: u'tjMzepnBDDdAIrWGkirA', 2: [u'MFsBKydkNetSIPJhoW
	                                                                                                 hO', u'sucpZtBemlqHYtUPwQBy', 4113], 3: {1: datetime.da
	                                                                                                 tetime(2012, 12, 7, 18, 42, 44), 2: -3957324783231.1, 3
	                                                                                                 : [8074, u'RybeYbygJkVaVlogWWSe']}}, u'adipisci': {8: [
	                                                                                                 u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'htt
	                                                                                                 p://www.haayju.com/'], 9: {8: u'knFVmYSWmrCnweeXvIhN', 
	                                                                                                 9: [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV'], 7
	                                                                                                 : 3615}, 7: u'https://jain-thaapaa.com/'}, u'voluptas':
	                                                                                                  {0: 599304.553, 1: [datetime.datetime(2001, 2, 20, 13,
	                                                                                                  42, 4), datetime.datetime(1973, 4, 29, 7, 15, 22), 395
	                                                                                                 946.10373], 2: {0: u'bbipnt@yahoo.com', 1: 5778, 2: [u'
	                                                                                                 HSqJRZdMNVMpfrfGKtpx', Decimal('-378611754108')]}}, u'e
	                                                                                                 aque': {8: {8: [u'kesr34@yahoo.com', u'UgZWlaDqWCwsrHyK
	                                                                                                 MzMd'], 6: datetime.datetime(1977, 1, 7, 0, 27, 24), 7:
	                                                                                                  u'TJkBbrWtFqmjnyhYPJbV'}, 6: u'https://www.silvaal.com
	                                                                                                 /posts/app/login/', 7: [u'raajesh61@sinh-thaapaa.com', 
	                                                                                                 u'VgJLmHdGJmxPdymeLXlL', u'maitriishresstth@hotmail.com
	                                                                                                 ']}, u'fugit': {2: datetime.datetime(1994, 7, 31, 21, 3
	                                                                                                 7, 30), 3: [20.372559811, u'ZyFvDgNzIIVMfbbokVcJ', -401
	                                                                                                 492070.36155], 4: {2: u'dbAPIOxzoHHgRKSmEtsX', 3: Decim
	                                                                                                 al('92222.5078637'), 4: [u'pEbDkQQQfsOGjICAeEeR', datet
	                                                                                                 ime.datetime(1977, 11, 1, 20, 36, 1)]}}, u'dignissimos'
	                                                                                                 : {5: u'HpdcIKJVKITtLvRBmqrG', 6: [u'IGQuaysWWgiACAanQG
	                                                                                                 VR', u'raajn81@maanndhr-raajkrnnikaar.com', datetime.da
	                                                                                                 tetime(1975, 11, 28, 20, 3, 43)], 7: {5: u'HovQgvqLqEEm
	                                                                                                 NAyDKVtJ', 6: Decimal('-7.15840201176E+12'), 7: [-91528
	                                                                                                 686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'praesentium'
	                                                                                                 : {3: datetime.datetime(2012, 3, 3, 11, 8, 47), 4: [dat
	                                                                                                 etime.datetime(1973, 9, 28, 3, 32, 59), u'raajkrnnikaar
	                                                                                                 raunk@hotmail.com', u'https://www.shresstth-gautm.com/'
	                                                                                                 ], 5: {3: u'FWqgoEgwxtwpflXFKBcz', 4: u'hILrmuepFhMUpQV
	                                                                                                 zgOVD', 5: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'porro':
	                                                                                                  {9: u'qZorqoJgpXcYZIopxtAn', 10: [u'xgirii@gurungg-sih
	                                                                                                 .biz', u'zlAUomMSWGHEYZULAxnw', u'https://khtrii-dhnaav
	                                                                                                 t.com/posts/blog/app/author.php'], 11: {9: u'QZnljhbqxZ
	                                                                                                 ULfMXJnUCU', 10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv', u'
	                                                                                                 TORFGxDLTZtaYxhWnwnh']}}, u'aperiam': {8: u'https://www
	                                                                                                 .paanndde-paanndde.com/wp-content/posts/category/regist
	                                                                                                 er.html', 9: [datetime.datetime(1987, 8, 11, 6, 3, 2), 
	                                                                                                 u'cSPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH'], 10: 
	                                                                                                 {8: u'puurnnmaayaa47@mhrjn.net', 9: 7706, 10: [6453, 99
	                                                                                                 ]}}, u'magnam': {4: u'CYAgLaPOcxUTcMAoeVAG', 5: [2601, 
	                                                                                                 Decimal('-3829817231.24'), u'esuvaal@hotmail.com'], 6: 
	                                                                                                 {4: u'wwQjXSnEowhuXfBGtdZY', 5: u'https://lohnii.biz/re
	                                                                                                 gister/', 6: [u'gTrVTgSCPKavHsxjLIPU', 7550]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 18.113
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'rohn00@gmail.com', u'ritu98@gmail.com', u'HpgAakXmmr
	                                                                                                 JlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'https://www.agr
	                                                                                                 vaal.com/author.html', u'oEKvhRkhZXZJzgpBTuJB', 2665, 7
	                                                                                                 064, u'utulaadhr@hotmail.com', u'shaahhemn@daahaal-khdd
	                                                                                                 gii.com', u'raadhaa08@kesii-rsaaylii.com', datetime.dat
	                                                                                                 etime(1981, 12, 8, 13, 7, 59)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([3011, 7172, u'vLAcXNHFRfirsAshHOhJ', 694, u'dyxMOA
	                                                                                                 SbnnIwStDRfeaT', u'http://aalm-shrmaa.biz/app/tags/regi
	                                                                                                 ster/'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eos': u'VgwcqypCXvekXeLxoJDh', u'ab': -3168283911559
	                                                                                                 .0, u'consectetur': -96748.932877878, u'dolore': dateti
	                                                                                                 me.datetime(2007, 6, 3, 19, 39, 41), u'ducimus': u'AKAL
	                                                                                                 McZZvjcGMKxYffPt', u'omnis': 9940}
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 431-52-4724
	fake.ein()                                                                                     # 66-0222402
	fake.itin()                                                                                    # 912-75-1922

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-0
	                                                                                                 2-24 21:20:01 Firefox/3.6.11
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.36.(X11; Linux i686; uz-UZ) Presto/2.9.160 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/18.0.802.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/532.34.4 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6532.34.4

## LANGUAGE en_GB

### faker.providers.address

	fake.address()                                                                                 # Flat 20I
	                                                                                                 Sheila islands
	                                                                                                 Sharpefort
	                                                                                                 L5K 5WG
	fake.street_address()                                                                          # Studio 03F
	                                                                                                 Samantha common
	fake.postcode()                                                                                # NN2R 9YP
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.street_name()                                                                             # Whittaker cove
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Studio 6
	fake.street_suffix()                                                                           # prairie
	fake.city_prefix()                                                                             # North
	fake.city_suffix()                                                                             # ville
	fake.building_number()                                                                         # 683
	fake.city()                                                                                    # Lake Alexandraview

### faker.providers.automotive

	fake.license_plate()                                                                           # FM60 DFW

### faker.providers.bank

	fake.bban()                                                                                    # UAIX6333190473929
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB42XRXL8754740724710

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 1532492486240
	fake.ean13()                                                                                   # 4133836993638
	fake.ean8()                                                                                    # 34792049

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(92,240,218)
	fake.color_name()                                                                              # Black
	fake.rgb_color()                                                                               # 198,28,183
	fake.safe_hex_color()                                                                          # #331100
	fake.safe_color_name()                                                                         # black
	fake.hex_color()                                                                               # #7b5770

### faker.providers.company

	fake.company()                                                                                 # Spencer-Evans
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Seamless secondary initiative
	fake.bs()                                                                                      # matrix seamless technologies

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 908
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # Diners Club / Carte Blanche
	                                                                                                 Timothy Johnson
	                                                                                                 30016486718067 05/28
	                                                                                                 CVC: 984
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 06/25
	fake.credit_card_number(card_type=None)                                                        # 180019947427086

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # TRX
	fake.currency_code()                                                                           # AOA
	fake.currency_name()                                                                           # Bahraini dinar
	fake.cryptocurrency_name()                                                                     # Peercoin
	fake.cryptocurrency()                                                                          # ('LTC', 'Litecoin')
	fake.currency()                                                                                # ('VEF', 'Venezuelan bol\xc3\xadvar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-06 00:36:05
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b89e960>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2011-03-01 11:19:36
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2017-01-19
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-11 00:29:19
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-07
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2014-04-12 02:49:15
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-13
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2010-07-07 10:01:27
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1996-05-10
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 1988-03-27
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-25
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1977-05-25T20:08:57
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-22
	fake.date_this_century(before_today=True, after_today=False)                                   # 2019-01-31
	fake.month()                                                                                   # 11
	fake.year()                                                                                    # 1985
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 253448916
	fake.timezone()                                                                                # Asia/Vientiane
	fake.century()                                                                                 # XIV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1909-04-03
	fake.time_object(end_datetime=None)                                                            # 15:21:18
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-06 23:01:03
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1986-11-27 10:51:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 04:26:19
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-19
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 21:52:45
	fake.month_name()                                                                              # June
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0157-08-09 02:29:20
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vds
	fake.mime_type(category=None)                                                                  # video/webm
	fake.file_path(depth=1, category=None, extension=None)                                         # /id/ipsam.jpeg
	fake.unix_partition(prefix=None)                                                               # /dev/vdu3
	fake.file_name(category=None, extension=None)                                                  # deleniti.js
	fake.file_extension(category=None)                                                             # jpg

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 59.961363
	fake.latitude()                                                                                # 85.064898
	fake.longitude()                                                                               # -165.646281
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55815', '-73.0515', 'Waterbury', 'US', 'America/Ne
	                                                                                                 w_York')
	fake.location_on_land(coords_only=False)                                                       # ('-23.44361', '-51.87389', 'Sarandi', 'BR', 'America/Sa
	                                                                                                 o_Paulo')
	fake.latlng()                                                                                  # (Decimal('-60.4568565'), Decimal('45.167212'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # katherinetaylor@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=2x84
	                                                                                                 9&w=2&h=849
	fake.tld()                                                                                     # net
	fake.email(*args, **kwargs)                                                                    # danielle70@yahoo.com
	fake.url(schemes=None)                                                                         # https://www.bibi-barnes.biz/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.31.162.138
	fake.user_name(*args, **kwargs)                                                                # alipaula
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # post
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # murraydavid@example.org
	fake.ascii_email(*args, **kwargs)                                                              # armstrongabbie@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 169.253.32.136
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # kclark@owen.com
	fake.domain_name(*args, **kwargs)                                                              # marsh.com
	fake.hostname(*args, **kwargs)                                                                 # web-94.barnett.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.197.23
	fake.domain_word(*args, **kwargs)                                                              # pearson
	fake.slug(*args, **kwargs)                                                                     # corrupti-hic
	fake.uri_path(deep=None)                                                                       # blog/wp-content
	fake.company_email(*args, **kwargs)                                                            # jbanks@horton.com
	fake.uri()                                                                                     # https://berry.info/list/app/homepage/
	fake.ipv6(network=False)                                                                       # edb4:9292:7afd:d002:d49e:e0c1:a07a:8619
	fake.free_email(*args, **kwargs)                                                               # owenjake@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # graham19@example.org
	fake.mac_address()                                                                             # 40:4c:08:c2:1a:2d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-905998-37-6
	fake.isbn13(separator="-")                                                                     # 978-1-69205-698-8

### faker.providers.job

	fake.job()                                                                                     # Interpreter

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Aperiam omnis laboriosam occaecati et accusamus temp
	                                                                                                 ora.', u'Excepturi qui similique consequuntur quidem fu
	                                                                                                 ga quis quia. Veniam suscipit corrupti voluptates fuga 
	                                                                                                 tempora velit.', u'Eaque laboriosam id dicta molestiae 
	                                                                                                 voluptate. Ex reiciendis quod eos.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Voluptas assumenda rerum quidem dolor excepturi volupta
	                                                                                                 te. Doloribus vitae dolorem commodi laboriosam unde num
	                                                                                                 quam. Consequatur voluptas deserunt fuga corporis ex ea
	                                                                                                 .
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Ward
	fake.name_female()                                                                             # Megan Norman
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Denis Goodwin
	fake.name_male()                                                                               # Natasha Collier
	fake.first_name()                                                                              # Guy
	fake.first_name_male()                                                                         # Duncan
	fake.first_name_female()                                                                       # Melanie
	fake.last_name_female()                                                                        # Davies
	fake.last_name()                                                                               # Green
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +44(0)808 157 0852
	fake.cellphone_number()                                                                        # 07700 900504
	fake.msisdn()                                                                                  # 4081553502465

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'alanedwards', 'name': u'Irene Thompson',
	                                                                                                  'birthdate': datetime.date(1998, 11, 5), 'sex': 'M', '
	                                                                                                 address': u'125 Fox spur\nGrahamland\nCF2N 6TF', 'mail'
	                                                                                                 : u'kimboyle@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.chandler-anderson.com/'], 'u
	                                                                                                 sername': u'terence01', 'name': u'Mr. Joseph Thomas', '
	                                                                                                 blood_group': 'A+', 'residence': u'Flat 00G\nLee path\n
	                                                                                                 Loweberg\nE7 9DG', 'company': u'Wood PLC', 'address': u
	                                                                                                 'Studio 6\nDaly spur\nWest Glen\nB76 2NH', 'birthdate':
	                                                                                                  datetime.date(1923, 10, 31), 'sex': 'M', 'job': 'Field
	                                                                                                  trials officer', 'ssn': u'ZZ 77 35 81 T', 'current_loc
	                                                                                                 ation': (Decimal('71.1663135'), Decimal('-124.510231'))
	                                                                                                 , 'mail': u'khankathleen@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'zRIJuPqAeNfObvSDPfAd', u'kqDUqIVIQVQakyTYxUce', 41.3
	                                                                                                 0581693, 8846, Decimal('5142.87214588'), 3651, 9620, u'
	                                                                                                 alWZLQXUkeHpgAakXmmr', u'ryan45@gray-turner.info')
	fake.pystr(min_chars=None, max_chars=20)                                                       # DEnHSqJRZdMNVMpfrfGK
	fake.pystruct(count=10, *value_types)                                                          # ([5.44198416912098, u'jakemcdonald@davis.net', 9996, De
	                                                                                                 cimal('0.44761622999'), -3514818847.90172, u'http://www
	                                                                                                 .dennis-benson.com/homepage.html', 4305, u'LvAzdzIOMSjf
	                                                                                                 aTVgdeEs', u'http://www.thomas-hill.com/', datetime.dat
	                                                                                                 etime(2011, 12, 7, 22, 2, 19)], {u'a': u'http://www.han
	                                                                                                 cock.biz/search.asp', u'dolorum': u'http://www.carey.co
	                                                                                                 m/wp-content/categories/privacy.html', u'commodi': 9663
	                                                                                                 2.0, u'ut': u'https://potts.com/', u'excepturi': -88584
	                                                                                                 32.435, u'laborum': 79689.54, u'dolores': 545454975.281
	                                                                                                 1, u'consectetur': u'ZpEtSQOXfZKKzekLzwSS', u'magnam': 
	                                                                                                 Decimal('4978158211.76'), u'asperiores': u'bVKdZPWVhTQA
	                                                                                                 zuhibbkB'}, {u'consequuntur': {8: datetime.datetime(198
	                                                                                                 8, 7, 18, 20, 13, 21), 9: [u'EHWjBKzLiZGUHOzHzadh', u'h
	                                                                                                 walton@yahoo.com', 240], 10: {8: 806, 9: Decimal('-1.34
	                                                                                                 85'), 10: [u'https://www.edwards.info/categories/home/'
	                                                                                                 , u'ZorqoJgpXcYZIopxtAnW']}}, u'adipisci': {8: [Decimal
	                                                                                                 ('-2.32615157'), u'tJdefVODbJjetTxUSArV', u'NtSafSuiJsv
	                                                                                                 oGPorHxmY'], 9: {8: Decimal('926.55971'), 9: [u'https:/
	                                                                                                 /www.griffiths-pearson.com/', u'cSPsDiqilFyWOGJfZLlS'],
	                                                                                                  7: -82789545.0}, 7: u'knFVmYSWmrCnweeXvIhN'}, u'quia':
	                                                                                                  {2: datetime.datetime(2006, 4, 19, 17, 20, 15), 3: [u'
	                                                                                                 BejUgVxmVIEPctkMSPdV', u'wowen@brown.biz', u'kellyanne@
	                                                                                                 potter.com'], 4: {2: u'wxtwpflXFKBczlhILrmu', 3: u'pFhM
	                                                                                                 UpQVzgOVDDxrfFhY', 4: [u'HYkbPsWFXWZSzAuKxguC', u'ZfcpX
	                                                                                                 NMHyJcFAwdQCooU']}}, u'excepturi': {0: u'hcFeiGQOIntjMz
	                                                                                                 epnBDD', 1: [u'AIrWGkirAeMFsBKydkNe', 6904893733144.1, 
	                                                                                                 u'WhOnsucpZtBemlqHYtUP'], 2: {0: -5900633179538.4, 1: d
	                                                                                                 atetime.datetime(2012, 12, 7, 18, 42, 45), 2: [-3957324
	                                                                                                 783231.1, 8074]}}, u'veniam': {8: {8: [u'https://day.co
	                                                                                                 m/tag/tags/app/homepage.html', 577], 6: Decimal('103139
	                                                                                                 18.1298'), 7: -360338126785667.0}, 6: u'rHyKMzMdnoblicS
	                                                                                                 VBdIi', 7: [datetime.datetime(2017, 6, 5, 2, 31, 27), d
	                                                                                                 atetime.datetime(1978, 1, 8, 4, 43, 41), u'https://mcdo
	                                                                                                 nald-dyer.com/list/home.php']}, u'unde': {4: u'lewisjun
	                                                                                                 e@hotmail.com', 5: [u'nHpdcIKJVKITtLvRBmqr', 2121, Deci
	                                                                                                 mal('-36844965.4806')], 6: {4: u'WWgiACAanQGVRVrGrRhr',
	                                                                                                  5: 1200380743539.0, 6: [Decimal('12891.4075'), u'LqEEm
	                                                                                                 NAyDKVtJIPPfLTx']}}, u'sint': {9: u'victoria99@hotmail.
	                                                                                                 com', 10: [Decimal('-43262346.869'), u'kpalmer@gmail.co
	                                                                                                 m', u'QPLaYMhQZnljhbqxZULf'], 11: {9: datetime.datetime
	                                                                                                 (2016, 12, 7, 5, 38, 27), 10: Decimal('8990.57567957'),
	                                                                                                  11: [2075, u'HdjnHHhyQbMjYvThkYvo']}}, u'animi': {1: u
	                                                                                                 'chzGHSRBkPzwgNCkbnZy', 2: [4118, 1179, datetime.dateti
	                                                                                                 me(1994, 4, 29, 2, 13, 22)], 3: {1: Decimal('1103734757
	                                                                                                 0.2'), 2: u'okVcJuDObusfdbAPIOxz', 3: [u'HHgRKSmEtsXIsK
	                                                                                                 YeAbpE', u'DkQQQfsOGjICAeEeROit']}}, u'delectus': {3: u
	                                                                                                 'http://dixon-nicholson.org/tags/categories/main.php', 
	                                                                                                 4: [Decimal('-236199376594'), Decimal('7.19601982333E+1
	                                                                                                 2'), -9539866.8600347], 5: {3: u'EowhuXfBGtdZYQqDYbIH',
	                                                                                                  4: Decimal('-87639330.34'), 5: [u'taylorjacqueline@hot
	                                                                                                 mail.com', Decimal('3.449605')]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 1.32485078717e+14
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -42478707228.7
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'CjdlZQUppZpxKFSEgHgT', u'rGUEWqlWDCYiioEKvhRk', u'ZX
	                                                                                                 ZJzgpBTuJBAnEKVDOU', -193014096863120.0, 6065, u'rosien
	                                                                                                 icholls@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'NZKoUrBMXBbJidpFbgjy', u'brian15@gmail.com', u'kuVxM
	                                                                                                 bklxymikfbjSMDv', u'SUVEQCNQKDYhHSnqrRrs', u'WnwnhJfyRz
	                                                                                                 ieThtNHVNq', datetime.datetime(2018, 5, 31, 8, 25, 6), 
	                                                                                                 u'https://www.cook.com/login.asp', 4724, u'cIdrCPqDmlzq
	                                                                                                 lFFPqbTv', u'barrettnorman@wilson.info', u'https://www.
	                                                                                                 atkinson-shaw.org/app/explore/category/', 4255)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'kyleparker@yahoo.com', datetime.datetime(1973, 4
	                                                                                                 , 29, 7, 15, 22), u'yxyNsxvwCLUAWhJvKHnn', 395946.10373
	                                                                                                 , u'XNHFRfirsAshHOhJEdAp', 599304.553, datetime.datetim
	                                                                                                 e(2001, 2, 20, 13, 42, 5), u'PzGDlQmffdyxMOASbnnI', 253
	                                                                                                 7, 8434277806929.1, u'aTCLSKwWBTqKueGBgvLA', 5133751547
	                                                                                                 727.4])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'temporibus': u'UIGzSacfjofCnMOMVMuj', u'quis': 9443,
	                                                                                                  u'voluptatum': u'PttRpgqTtsVofWgVgwcq', u'ut': datetim
	                                                                                                 e.datetime(1999, 7, 28, 14, 1, 26), u'illum': u'pFlVqzE
	                                                                                                 BMjeGkDkzwxPN', u'consectetur': u'flKjfbnagplImAKALMcZ'
	                                                                                                 , u'ullam': 8.72, u'quia': 15197.7665305, u'error': 301
	                                                                                                 7, u'blanditiis': u'https://www.cross-evans.net/about.h
	                                                                                                 tml', u'expedita': u'tomlinsonkatie@booth.com', u'maxim
	                                                                                                 e': 70796128832.3, u'amet': u'storeymaureen@gmail.com'}
	                                                                                                 
	fake.pyint()                                                                                   # 4648

### faker.providers.ssn

	fake.vat_id()                                                                                  # GB524 7177 92 592
	fake.ssn()                                                                                     # ZZ342454T

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows 98; Win 9x 4.90; ast-ES; rv:1.9.2.
	                                                                                                 20) Gecko/2013-05-25 14:57:48 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.80.(Windows 98; an-ES) Presto/2.9.172 Version/1
	                                                                                                 0.00
	fake.windows_platform_token()                                                                  # Windows NT 6.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trid
	                                                                                                 ent/4.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.1; Trid
	                                                                                                 ent/3.1)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_4) AppleWebK
	                                                                                                 it/5342 (KHTML, like Gecko) Chrome/59.0.873.0 Safari/53
	                                                                                                 42
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_5_1
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8 rv:2.0
	                                                                                                 ; de-LU) AppleWebKit/531.1.7 (KHTML, like Gecko) Versio
	                                                                                                 n/5.0.4 Safari/531.1.7

## LANGUAGE ru_RU

### faker.providers.address

	fake.address()                                                                                 # с. Заводоуковск, ул. Минская, д. 72, 745615
	fake.street_address()                                                                          # ул. Ушакова, д. 68
	fake.postcode()                                                                                # 629526
	fake.country_code(representation="alpha-2")                                                    # BN
	fake.street_name()                                                                             # ул. Радищева
	fake.country()                                                                                 # Lithuania
	fake.city_name()                                                                               # Бийск
	fake.street_suffix()                                                                           # ул.
	fake.city_prefix()                                                                             # клх
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 28
	fake.street_title()                                                                            # Базарная
	fake.city()                                                                                    # клх Катав-Ивановск

### faker.providers.automotive

	fake.license_plate()                                                                           # Р085BС31

### faker.providers.bank

	fake.bban()                                                                                    # FMDF8607039633319
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB11BKTK9298684875474

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0724710153244
	fake.ean13()                                                                                   # 9248624413382
	fake.ean8()                                                                                    # 36993635

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(1,115,14)
	fake.color_name()                                                                              # Темно-розовый
	fake.rgb_color()                                                                               # 203,239,74
	fake.safe_hex_color()                                                                          # #cc6600
	fake.safe_color_name()                                                                         # черный
	fake.hex_color()                                                                               # #7ced7c

### faker.providers.company

	fake.company_suffix()                                                                          # PLC
	fake.company()                                                                                 # НПО «Полякова»
	fake.company_prefix()                                                                          # АО
	fake.catch_phrase()                                                                            # Upgradable systematic application
	fake.bs()                                                                                      # transform synergistic action-items

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 082
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # American Express
	                                                                                                 Модест Лазарев
	                                                                                                 341661601648675 06/20
	                                                                                                 CID: 8069
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/27
	fake.credit_card_number(card_type=None)                                                        # 4467199474270897

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # PPC
	fake.currency_code()                                                                           # BHD
	fake.currency_name()                                                                           # <bytes>
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('TRX', 'TRON')
	fake.currency()                                                                                # ('AOA', 'Angolan kwanza')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-25 18:30:47
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be1c1e0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1992-08-21 13:36:12
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2018-10-03
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 12:33:37
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-02
	fake.day_of_week()                                                                             # Пятница
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2014-07-23 17:17:07
	fake.date_between(start_date="-30y", end_date="today")                                         # 1994-05-31
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2008-12-01 07:06:12
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1971-08-12
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 1972-07-24
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-28
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1983-11-13T00:31:37
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-06
	fake.date_this_century(before_today=True, after_today=False)                                   # 2014-09-14
	fake.month()                                                                                   # 06
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 10
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 491569783
	fake.timezone()                                                                                # Asia/Kuwait
	fake.century()                                                                                 # XII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2018-05-30
	fake.time_object(end_datetime=None)                                                            # 19:57:53
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-06 20:42:53
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1973-10-26 20:45:07
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 11:08:17
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-15
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-25 22:54:57
	fake.month_name()                                                                              # Декабрь
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1477-05-14 06:57:28
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdq
	fake.mime_type(category=None)                                                                  # model/x3d+binary
	fake.file_path(depth=1, category=None, extension=None)                                         # /увеличиваться/дальний.jpeg
	fake.unix_partition(prefix=None)                                                               # /dev/xvdj6
	fake.file_name(category=None, extension=None)                                                  # неправда.xls
	fake.file_extension(category=None)                                                             # numbers

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 170.129796
	fake.latitude()                                                                                # -60.4568565
	fake.longitude()                                                                               # 93.227618
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('26.2173', '-80.22588', 'North Lauderdale', 'US', 'Ame
	                                                                                                 rica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('50.88506', '4.07601', 'Denderleeuw', 'BE', 'Europe/Br
	                                                                                                 ussels')
	fake.latlng()                                                                                  # (Decimal('22.583606'), Decimal('-41.508450'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # andron_2015@yandex.ru
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/577x642
	fake.tld()                                                                                     # biz
	fake.email(*args, **kwargs)                                                                    # mjasnikovafevronija@npo.ru
	fake.url(schemes=None)                                                                         # https://www.rao.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.206.241.94
	fake.user_name(*args, **kwargs)                                                                # gorshkovaskold
	fake.uri_extension()                                                                           # .htm
	fake.uri_page()                                                                                # author
	fake.free_email_domain(*args, **kwargs)                                                        # mail.ru
	fake.safe_email(*args, **kwargs)                                                               # petuhovaalla@example.com
	fake.ascii_email(*args, **kwargs)                                                              # ivan_1993@npo.ru
	fake.ipv4_public(network=False, address_class=None)                                            # 172.12.243.216
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # shubinarseni@rao.com
	fake.domain_name(*args, **kwargs)                                                              # npo.ru
	fake.hostname(*args, **kwargs)                                                                 # srv-14.npo.net
	fake.ipv4(network=False, address_class=None, private=None)                                     # 198.2.48.57
	fake.domain_word(*args, **kwargs)                                                              # rao
	fake.uri_path(deep=None)                                                                       # tags/list/tags
	fake.company_email(*args, **kwargs)                                                            # vladlendjachkov@npo.org
	fake.uri()                                                                                     # https://npo.info/
	fake.ipv6(network=False)                                                                       # dae1:e7b:e914:2223:dea7:8a4c:7544:e5e4
	fake.free_email(*args, **kwargs)                                                               # smirnovaregina@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # htretjakova@example.org
	fake.mac_address()                                                                             # 56:40:22:5e:da:5c

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-09-613179-9
	fake.isbn13(separator="-")                                                                     # 978-1-68741-648-3

### faker.providers.job

	fake.job()                                                                                     # Организатор свадеб

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Полоска сбросить светило армейский коллектив ручей плам
	                                                                                                 я зарплата. Эпоха ведь рай.
	                                                                                                 Войти самостоятельно возможно реклама. Место пересечь у
	                                                                                                 ронить около поставить бак.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u041a\u0443\u0447\u0430 \u0432\u0430\u0440\u0438\u0
	                                                                                                 430\u043d\u0442 \u0433\u043e\u0440\u044c\u043a\u0438\u0
	                                                                                                 439 \u0440\u0430\u0437\u0432\u0438\u0442\u044b\u0439 \u
	                                                                                                 0445\u0443\u0434\u043e\u0436\u0435\u0441\u0442\u0432\u0
	                                                                                                 435\u043d\u043d\u044b\u0439. \u041f\u0440\u0438\u0437\u
	                                                                                                 044b\u0432 \u0441\u0432\u0435\u0440\u043a\u0430\u044e\u
	                                                                                                 0449\u0438\u0439 \u0441\u0442\u043e\u043b\u0435\u0442\u
	                                                                                                 0438\u0435.', u'\u041f\u0430\u043b\u0435\u0446 \u043f\u
	                                                                                                 0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0
	                                                                                                 442\u044c \u0437\u0435\u043b\u0435\u043d\u044b\u0439. \
	                                                                                                 u0425\u043b\u0435\u0431 \u043e\u0442\u043c\u0435\u0442\
	                                                                                                 u0438\u0442\u044c \u0441\u043e\u043b\u043d\u0446\u0435 
	                                                                                                 \u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0441\u044b
	                                                                                                 \u043d\u043e\u043a \u043f\u043e\u043b\u043e\u0441\u043a
	                                                                                                 \u0430 \u043c\u0430\u043b\u044c\u0447\u0438\u0448\u043a
	                                                                                                 \u0430 \u043a\u0430\u044e\u0442\u0430.', u'\u041c\u0435
	                                                                                                 \u0440\u0430 \u0434\u0430 \u043f\u043e\u0434\u0437\u043
	                                                                                                 5\u043c\u043d\u044b\u0439 \u0441\u043e\u0432\u0435\u044
	                                                                                                 9\u0430\u043d\u0438\u0435 \u043c\u043e\u043d\u0435\u044
	                                                                                                 2\u0430 \u043f\u0440\u043e\u043f\u0430\u0434\u0430\u044
	                                                                                                 2\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u044
	                                                                                                 2\u044c. \u041e\u0447\u043a\u043e \u0438\u0437\u043e\u0
	                                                                                                 431\u0440\u0430\u0436\u0430\u0442\u044c \u0432\u044b\u0
	                                                                                                 442\u0430\u0441\u043a\u0438\u0432\u0430\u0442\u044c \u0
	                                                                                                 43d\u0430\u0441\u043b\u0430\u0436\u0434\u0435\u043d\u04
	                                                                                                 38\u0435 \u0448\u0442\u0430\u0431 \u0440\u0430\u0441\u0
	                                                                                                 441\u0443\u0436\u0434\u0435\u043d\u0438\u0435. \u0411\u
	                                                                                                 0430\u043a \u0447\u0435\u0442\u043a\u043e \u043f\u044f\
	                                                                                                 u0442\u0435\u0440\u043e. \u041f\u0435\u0440\u0435\u0434
	                                                                                                 \u043e \u043f\u0430\u0440\u0435\u043d\u044c \u043f\u044
	                                                                                                 0\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432
	                                                                                                 \u043e \u043a\u043e\u0441\u0442\u0435\u0440.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u0423\u0441\u043f\u043e\u043a\u043e\u0438\u0442\u04
	                                                                                                 4c\u0441\u044f \u0442\u043e\u0440\u043e\u043f\u043b\u04
	                                                                                                 38\u0432\u044b\u0439 \u0433\u043e\u043b\u0443\u0431\u04
	                                                                                                 47\u0438\u043a \u043f\u0440\u0438\u0432\u043b\u0435\u04
	                                                                                                 3a\u0430\u0442\u044c \u0440\u0435\u0431\u044f\u0442\u04
	                                                                                                 38\u0448\u043a\u0438 \u0440\u0430\u0437\u0443\u043c\u04
	                                                                                                 35\u0442\u044c\u0441\u044f.', u'\u041a\u0430\u0440\u044
	                                                                                                 2\u0438\u043d\u043a\u0430 \u0440\u0430\u0437\u0432\u043
	                                                                                                 5\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0434\u043
	                                                                                                 e\u0440\u043e\u0433\u043e\u0439 \u0432\u044b\u0433\u043
	                                                                                                 d\u0430\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u043
	                                                                                                 d\u0435\u0442 \u0441\u043b\u0430\u0442\u044c.', u'\u042
	                                                                                                 1\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435
	                                                                                                 \u043b\u044c\u043d\u043e \u043c\u043e\u0442\u043e\u0446
	                                                                                                 \u0438\u043a\u043b \u043c\u0438\u0433 \u0433\u043e\u043
	                                                                                                 b\u043e\u0432\u043a\u0430.']
	fake.word(ext_word_list=None)                                                                  # космос
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Постоянный термин рабочий войти пятеро правление еврейс
	                                                                                                 кий слишком. Необычный вообще ныне. Даль лиловый угроза
	                                                                                                  заложить табак теория.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Дошлый пробовать новый находить ныне.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u043a\u043e\u043c\u043c\u0443\u043d\u0438\u0437\u04
	                                                                                                 3c', u'\u043d\u0435\u043e\u0431\u044b\u0447\u043d\u044b
	                                                                                                 \u0439', u'\u0441\u043e\u0432\u0435\u0442\u043e\u0432\u
	                                                                                                 0430\u0442\u044c']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # +!3OCj)6r+
	fake.uuid4(cast_to=<type 'str'>)                                                               # 33138a41-440a-414f-9b35-89b8bad2ad95
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # b955ae6f318dba9b3c3c91e2df174ab0
	fake.sha1(raw_output=False)                                                                    # 2b831e819d80079bbbefc2d4c9845b33d199abf4
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # b4d2a5d532ddbfb210614862e9ea0d24180c4e178486d1b6ae57183
	                                                                                                 29a5008e5
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Королев
	fake.name_female()                                                                             # Крылова Наталья Тимофеевна
	fake.prefix_male()                                                                             # тов.
	fake.middle_name()                                                                             # Яковлевна
	fake.name()                                                                                    # Елисеев Евдоким Васильевич
	fake.middle_name_male()                                                                        # Измаилович
	fake.name_male()                                                                               # Фомин Леон Фомич
	fake.prefix()                                                                                  # г-н.
	fake.first_name()                                                                              # Василиса
	fake.middle_name_female()                                                                      # Васильевна
	fake.first_name_male()                                                                         # Валерьян
	fake.first_name_female()                                                                       # Светлана
	fake.last_name_female()                                                                        # Копылова
	fake.last_name()                                                                               # Кузьмин
	fake.prefix_female()                                                                           # г-жа

### faker.providers.phone_number

	fake.phone_number()                                                                            # 8 103 435 69 67
	fake.msisdn()                                                                                  # 8884334829812

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'rodion_96', 'name': u'\u0412\u0435\u0441
	                                                                                                 \u0435\u043b\u043e\u0432\u0430 \u041d\u0430\u0434\u0435
	                                                                                                 \u0436\u0434\u0430 \u0412\u0430\u0441\u0438\u043b\u044c
	                                                                                                 \u0435\u0432\u043d\u0430', 'birthdate': datetime.date(2
	                                                                                                 014, 6, 10), 'sex': 'F', 'address': u'\u0434. \u0410\u0
	                                                                                                 43d\u0430\u043f\u0430, \u0443\u043b. \u0428\u043e\u0441
	                                                                                                 \u0441\u0435\u0439\u043d\u0430\u044f, \u0434. 80, 99542
	                                                                                                 6', 'mail': u'bespalovanadezhda@mail.ru'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.rao.ru/', u'https://www.ao.c
	                                                                                                 om/', u'https://ao.net/', u'http://www.rao.com/'], 'use
	                                                                                                 rname': u'frol_32', 'name': u'\u041c\u0438\u0445\u0430\
	                                                                                                 u0439\u043b\u043e\u0432\u0430 \u0415\u0432\u0444\u0440\
	                                                                                                 u043e\u0441\u0438\u043d\u0438\u044f \u0413\u0440\u0438\
	                                                                                                 u0433\u043e\u0440\u044c\u0435\u0432\u043d\u0430', 'bloo
	                                                                                                 d_group': 'AB-', 'residence': u'\u0433. \u0411\u043e\u0
	                                                                                                 440\u043e\u0432\u0441\u043a, \u0443\u043b. \u0421\u043f
	                                                                                                 \u043e\u0440\u0442\u0438\u0432\u043d\u0430\u044f, \u043
	                                                                                                 4. 21, 733164', 'company': u'\u0410\u041e \xab\u0410\u0
	                                                                                                 431\u0440\u0430\u043c\u043e\u0432, \u041c\u043e\u0440\u
	                                                                                                 043e\u0437\u043e\u0432 \u0438 \u0420\u043e\u0436\u043a\
	                                                                                                 u043e\u0432\u0430\xbb', 'address': u'\u0434. \u0429\u04
	                                                                                                 35\u043b\u044c\u044f\u044e\u0440, \u0443\u043b. \u0411\
	                                                                                                 u0430\u0437\u0430\u0440\u043d\u0430\u044f, \u0434. 23, 
	                                                                                                 933587', 'birthdate': datetime.date(1930, 1, 25), 'sex'
	                                                                                                 : 'F', 'job': u'\u0411\u0430\u043b\u0435\u0442\u043c\u0
	                                                                                                 435\u0439\u0441\u0442\u0435\u0440', 'ssn': u'1215424859
	                                                                                                 72', 'current_location': (Decimal('80.246065'), Decimal
	                                                                                                 ('94.667079')), 'mail': u'dementevaklavdija@gmail.com'}
	                                                                                                 

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (9195, datetime.datetime(2006, 12, 20, 2, 53, 59), u'ht
	                                                                                                 tp://www.fedorov.com/', u'https://ao.edu/privacy/', 782
	                                                                                                 388681354554.0, datetime.datetime(1991, 8, 11, 10, 48, 
	                                                                                                 46))
	fake.pystr(min_chars=None, max_chars=20)                                                       # SPWSOoRHashDBQQCttyd
	fake.pystruct(count=10, *value_types)                                                          # ([u'GTxlDqRuPjKdVivUPnHS', Decimal('49941.44003'), u'bo
	                                                                                                 rislav_35@yahoo.com', u'NmyMtJaNtRgDZVvVaZqH', u'pzabbT
	                                                                                                 NStjfWUSHbIwSc', datetime.datetime(2001, 8, 19, 4, 59, 
	                                                                                                 18), u'kapiton88@ip.info', u'https://ao.info/home.asp',
	                                                                                                  u'LjAdlcVgZSLbWKROMlDm', u'VtTCJMyZZTxXVbPoNssD'], {u'
	                                                                                                 \u044d\u0444\u0444\u0435\u043a\u0442': u'velimirnovikov
	                                                                                                 @yandex.ru', u'\u0440\u0438\u0441': 6155, u'\u0434\u044
	                                                                                                 0\u043e\u0433\u043d\u0443\u0442\u044c': u'XoyqMxRKblsBK
	                                                                                                 GrNJPCc', u'\u0437\u0430\u0442\u043e': 8799, u'\u0434\u
	                                                                                                 044b\u0445\u0430\u043d\u0438\u0435': u'http://www.ip.ed
	                                                                                                 u/', u'\u0441\u0430\u043b\u043e\u043d': u'fhjuJuKNXxpEq
	                                                                                                 ilpmRyd', u'\u0433\u043e\u0441\u043f\u043e\u0434\u044c'
	                                                                                                 : Decimal('2.88178759896E+14'), u'\u0437\u0438\u043c\u0
	                                                                                                 430': 94.76876917, u'\u0447\u0442\u043e': datetime.date
	                                                                                                 time(1971, 11, 21, 14, 52, 52), u'\u043f\u0440\u043e\u0
	                                                                                                 43f\u0430\u0433\u0430\u043d\u0434\u0430': 826.659089}, 
	                                                                                                 {u'\u0431\u0430\u043a': {4: 5380, 5: [u'rahXdUqUMjzdMqm
	                                                                                                 Oflqe', 4774, u'vPLpAxVbKkEGkgKqfSHC'], 6: {4: u'TPCkRu
	                                                                                                 DlYXgjltJluNWF', 5: 5810, 6: [Decimal('8068397.449'), u
	                                                                                                 'UKNBvmNOOvbufKyYslyV']}}, u'\u0432\u043e\u0435\u043d\u
	                                                                                                 043d\u044b\u0439': {0: u'KvZyADxQkWvjUhdKJJwy', 1: [823
	                                                                                                 61428726586.5, u'hzhbSKYfNICtGfENVKNJ', u'MzhSRJzjBdibv
	                                                                                                 DAyamdR'], 2: {0: u'KvUChcXOqWgpQTsWPXhD', 1: u'lmSphJb
	                                                                                                 nxCxZIckupTAW', 2: [Decimal('-28151001.92'), u'PEQqfmdI
	                                                                                                 qroYNIzcdATZ']}}, u'\u0441\u043e\u0432\u0435\u0442': {8
	                                                                                                 : {8: [u'OIYPfwmDDfwBaSoAGkRA', u'lggPyxFGwZCQIHvpjBDP'
	                                                                                                 ], 6: datetime.datetime(1999, 7, 23, 20, 43, 9), 7: dat
	                                                                                                 etime.datetime(1973, 1, 20, 21, 46, 54)}, 6: u'kEBYShXe
	                                                                                                 JWNZyCXTJlCH', 7: [u'JlyCDUJEVgoltyWhkVdo', u'ozBPxjZTJ
	                                                                                                 ramPjWdsRop', u'https://ip.net/']}, u'\u0440\u0430\u043
	                                                                                                 7\u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f
	                                                                                                 ': {8: [u'https://www.ip.net/', u'gHtApKOENZNzcIVoQHsg'
	                                                                                                 , 6556], 9: {8: u'bQZROvFMXDLhZIMaBuem', 9: [3488, u'dM
	                                                                                                 UBsRFtceeklSdIBTBK'], 7: u'cACEqairvhIaidRuSpyn'}, 7: u
	                                                                                                 'chWMYaIBpXtiRIRzUZHj'}, u'\u043f\u043e\u0440\u044f\u04
	                                                                                                 34\u043e\u043a': {5: datetime.datetime(2013, 4, 17, 4, 
	                                                                                                 43, 41), 6: [u'qTQjvUqyCkmWgBUTVynI', u'evdokimovauljan
	                                                                                                 a@ao.edu', datetime.datetime(1986, 7, 2, 0, 10, 50)], 7
	                                                                                                 : {5: datetime.datetime(2013, 12, 8, 12, 7, 52), 6: u'u
	                                                                                                 FpbUnJpVAkPoNahoWRC', 7: [u'bgDQINhJCTgbYxuaiGGm', 9.95
	                                                                                                 ]}}, u'\u0432\u0438\u0442\u0440\u0438\u043d\u0430': {2:
	                                                                                                  4953, 3: [u'panfilovtihon@npo.net', u'http://www.yakus
	                                                                                                 heva.com/about/', u'hristofor1974@ao.info'], 4: {2: 487
	                                                                                                 4, 3: datetime.datetime(1971, 12, 2, 7, 46, 35), 4: [De
	                                                                                                 cimal('-4.737'), u'https://www.npo.info/blog/main.htm']
	                                                                                                 }}, u'\u0445\u0443\u0434\u043e\u0436\u0435\u0441\u0442\
	                                                                                                 u0432\u0435\u043d\u043d\u044b\u0439': {1: u'https://ao.
	                                                                                                 edu/main/homepage/', 2: [u'izrTzYRzlpbcRwACFFbi', -8904
	                                                                                                 5.79390378, u'https://www.mironov.com/blog/main/'], 3: 
	                                                                                                 {1: u'poBeNeHuabTJHPGStNEi', 2: u'CFLNQktKphIpKJvEpCaa'
	                                                                                                 , 3: [u'https://ao.edu/', -65437566084.3]}}, u'\u043f\u
	                                                                                                 043e\u043b\u044e\u0431\u0438\u0442\u044c': {8: 61.54647
	                                                                                                 66, 9: [datetime.datetime(2018, 6, 19, 13, 35, 52), dat
	                                                                                                 etime.datetime(2013, 8, 16, 16, 1, 18), u'nesterovandro
	                                                                                                 nik@ip.org'], 10: {8: u'qCoGbKzrQMGStwtsleDQ', 9: u'ter
	                                                                                                 enti2006@ao.biz', 10: [9160, 1554]}}, u'\u0432\u043e\u0
	                                                                                                 43b\u043a': {3: u'EOkrZpcZIGWowkcReVrI', 4: [u'mGulkjtZ
	                                                                                                 sXNosHVVVTxD', 7690, 3752], 5: {3: -2.74774, 4: 3135, 5
	                                                                                                 : [u'korolevdanila@ip.net', 8736]}}, u'\u0430\u043b\u04
	                                                                                                 3b\u0435\u044f': {9: u'FzNiMMYioYtoDjZAkFUQ', 10: [date
	                                                                                                 time.datetime(1982, 2, 6, 8, 46, 51), u'https://ao.biz/
	                                                                                                 privacy/', u'AaZlQztRxWEJxVoZrwPg'], 11: {9: u'oaNdMVGM
	                                                                                                 qqRUXRLKZLqH', 10: datetime.datetime(1990, 8, 27, 13, 5
	                                                                                                 0, 57), 11: [u'https://potapova.org/', u'https://www.np
	                                                                                                 o.biz/search.htm']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -44724.58
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 6.5128594873E+11
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [9930, Decimal('92746242438.5'), u'KIfkXKlTfKCqmnLBapKd
	                                                                                                 ', -9144131293.3, 7204, -43.0, u'http://www.ip.ru/', u'
	                                                                                                 JOXtITNQVLPSwDOblIse', Decimal('8784967531.18'), u'http
	                                                                                                 ://rao.org/explore/home.htm', Decimal('-5.32270378502E+
	                                                                                                 14'), u'zuevarefi@ao.net', 8643]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9889, datetime.datetime(1980, 7, 12, 15, 18, 31), u'JC
	                                                                                                 ofgYBHjwsmeGYaQNPQ', 2987, 5685188.3, 3726, datetime.da
	                                                                                                 tetime(1978, 10, 30, 4, 24, 30), u'https://rao.net/inde
	                                                                                                 x.php', u'rosipov@kondratev.biz', u'KOEzxjfeWMtSSTHZZNf
	                                                                                                 b', u'bobilevasvetlana@npo.ru')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([Decimal('3.15837497216E+13'), 3939, 228, u'nazarov
	                                                                                                 ljubosmisl@rambler.ru', 1102, u'https://romanova.edu/li
	                                                                                                 st/register/', 3346, u'WLRlHFEmzkLwPHJdZpYB', u'nikolab
	                                                                                                 orisov@rao.com', u'tjsSCmComGEMBFwOyrDV', 5629, u'matve
	                                                                                                 _2009@gmail.com', u'http://npo.org/main/categories/sear
	                                                                                                 ch.htm'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u04
	                                                                                                 41\u0442\u044c': datetime.datetime(2018, 4, 25, 19, 45,
	                                                                                                  7), u'\u043f\u0440\u043e\u0432\u0438\u043d\u0446\u0438
	                                                                                                 \u044f': u'http://www.rao.org/main.asp', u'\u0434\u0435
	                                                                                                 \u043d\u044c\u0433\u0438': Decimal('-9404.3962'), u'\u0
	                                                                                                 442\u0435\u043c\u043d\u0435\u0442\u044c': Decimal('40.5
	                                                                                                 '), u'\u0443\u043c\u043e\u043b\u044f\u0442\u044c': u'vh
	                                                                                                 QQYPMfIsvNuGmafkth', u'\u0440\u0430\u0437\u043d\u043e\u
	                                                                                                 043e\u0431\u0440\u0430\u0437\u043d\u044b\u0439': u'NFgS
	                                                                                                 kHdyjrnbDQYtcINV', u'\u043f\u043b\u043e\u0434': u'bjOfl
	                                                                                                 SlJqTvQCgsxCZbe', u'\u0433\u043e\u0441\u043f\u043e\u043
	                                                                                                 6\u0430': u'http://www.rao.info/post.php', u'\u0430\u04
	                                                                                                 40\u043c\u0435\u0439\u0441\u043a\u0438\u0439': u'YwuubW
	                                                                                                 sNEzVswgEPNHvs', u'\u043c\u043e\u043d\u0435\u0442\u0430
	                                                                                                 ': 4628, u'\u043d\u0430\u0441\u0442\u0430\u0442\u044c':
	                                                                                                  u'nuorItUnhZBTFYhdCwAT', u'\u0441\u0442\u043e\u043b\u0
	                                                                                                 435\u0442\u0438\u0435': 2248, u'\u0431\u043e\u0447\u043
	                                                                                                 e\u043a': 5951597.930584}
	fake.pyint()                                                                                   # 5786

### faker.providers.ssn

	fake.ssn()                                                                                     # 471089356427

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; rv:1.9.
	                                                                                                 4.20) Gecko/2012-06-05 23:33:59 Firefox/3.6.16
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.88.(X11; Linux x86_64; ti-ET) Presto/2.9.176 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 4.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 4.0; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_3 rv:6.0; bn
	                                                                                                 -IN) AppleWebKit/532.25.6 (KHTML, like Gecko) Version/5
	                                                                                                 .0 Safari/532.25.6
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows 95) AppleWebKit/5361 (KHTML, like 
	                                                                                                 Gecko) Chrome/37.0.830.0 Safari/5361
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_10_2
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_11_3 rv:4.
	                                                                                                 0; mhr-RU) AppleWebKit/533.20.3 (KHTML, like Gecko) Ver
	                                                                                                 sion/5.0 Safari/533.20.3

## LANGUAGE en_CA

### faker.providers.address

	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, NU G8T4R1
	fake.street_address()                                                                          # 607 Mason Underpass
	fake.postcode()                                                                                # N1H 8N5
	fake.country_code(representation="alpha-2")                                                    # IR
	fake.street_name()                                                                             # Torres Isle
	fake.country()                                                                                 # Nigeria
	fake.postal_code_letter()                                                                      # X
	fake.secondary_address()                                                                       # Apt. 141
	fake.province()                                                                                # British Columbia
	fake.city_prefix()                                                                             # New
	fake.city_suffix()                                                                             # ville
	fake.building_number()                                                                         # 840
	fake.street_suffix()                                                                           # Junctions
	fake.city()                                                                                    # New Kellyshire
	fake.province_abbr()                                                                           # ON
	fake.postalcode()                                                                              # M8P9R1

### faker.providers.automotive

	fake.license_plate()                                                                           # ZB 4739

### faker.providers.bank

	fake.bban()                                                                                    # GZXR8487547407247
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB16EADP3249248624413

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 3836993633478
	fake.ean13()                                                                                   # 9204007173984
	fake.ean8()                                                                                    # 01964783

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(160,155,36)
	fake.color_name()                                                                              # LightGreen
	fake.rgb_color()                                                                               # 25,92,37
	fake.safe_hex_color()                                                                          # #118800
	fake.safe_color_name()                                                                         # silver
	fake.hex_color()                                                                               # #7809c6

### faker.providers.company

	fake.company()                                                                                 # Wall Inc
	fake.company_suffix()                                                                          # Group
	fake.catch_phrase()                                                                            # Total modular open system
	fake.bs()                                                                                      # transform turn-key vortals

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 071
	fake.credit_card_provider(card_type=None)                                                      # JCB 15 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 16 digit
	                                                                                                 Patricia Hayes
	                                                                                                 4719947427089293 01/20
	                                                                                                 CVC: 829
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/28
	fake.credit_card_number(card_type=None)                                                        # 370086501309794

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # TIT
	fake.currency_code()                                                                           # BDT
	fake.currency_name()                                                                           # Lesotho loti
	fake.cryptocurrency_name()                                                                     # DigitalNote
	fake.cryptocurrency()                                                                          # ('XPM', 'Primecoin')
	fake.currency()                                                                                # ('BDT', 'Bangladeshi taka')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-02 04:30:18
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bfcd370>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1998-09-18 00:04:00
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-01-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-12 12:39:42
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-11
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2017-04-01 06:57:26
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-31
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2010-12-31 13:37:44
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1977-05-25
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 1997-12-23
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-13
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2019-02-04T16:34:46
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-03
	fake.date_this_century(before_today=True, after_today=False)                                   # 2004-04-14
	fake.month()                                                                                   # 02
	fake.year()                                                                                    # 1988
	fake.day_of_month()                                                                            # 04
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 971439571
	fake.timezone()                                                                                # Europe/Madrid
	fake.century()                                                                                 # XII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1948-04-05
	fake.time_object(end_datetime=None)                                                            # 05:53:38
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-15 21:54:35
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1990-08-18 09:51:02
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 12:37:44
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-12
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-10 14:47:59
	fake.month_name()                                                                              # August
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0330-05-06 02:14:37
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdx
	fake.mime_type(category=None)                                                                  # text/css
	fake.file_path(depth=1, category=None, extension=None)                                         # /molestiae/adipisci.mp3
	fake.unix_partition(prefix=None)                                                               # /dev/sdm7
	fake.file_name(category=None, extension=None)                                                  # quae.css
	fake.file_extension(category=None)                                                             # flac

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 131.120263
	fake.latitude()                                                                                # -59.6498315
	fake.longitude()                                                                               # -161.995392
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('38.58894', '-89.99038', 'Fairview Heights', 'US', 'Am
	                                                                                                 erica/Chicago')
	fake.location_on_land(coords_only=False)                                                       # ('47.80527', '-122.24064', 'Bothell West', 'US', 'Ameri
	                                                                                                 ca/Los_Angeles')
	fake.latlng()                                                                                  # (Decimal('29.0445275'), Decimal('-136.778978'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # krystalgarner@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/971x829
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # davidbarnes@gmail.com
	fake.url(schemes=None)                                                                         # https://www.wilson-watts.info/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.177.187
	fake.user_name(*args, **kwargs)                                                                # whitneyelizabeth
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # home
	fake.free_email_domain(*args, **kwargs)                                                        # yahoo.com
	fake.safe_email(*args, **kwargs)                                                               # torreschristopher@example.com
	fake.ascii_email(*args, **kwargs)                                                              # lcobb@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 192.88.90.240
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # jchristensen@curtis.com
	fake.domain_name(*args, **kwargs)                                                              # williams.com
	fake.hostname(*args, **kwargs)                                                                 # laptop-21.lee.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 203.0.124.189
	fake.domain_word(*args, **kwargs)                                                              # clayton
	fake.slug(*args, **kwargs)                                                                     # quisquam-unde-at
	fake.uri_path(deep=None)                                                                       # tags
	fake.company_email(*args, **kwargs)                                                            # richardsondave@johnson.com
	fake.uri()                                                                                     # https://meyer.com/list/tags/list/faq.jsp
	fake.ipv6(network=False)                                                                       # dae1:e7b:e914:2223:dea7:8a4c:7544:e5e4
	fake.free_email(*args, **kwargs)                                                               # ereyes@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # gabriella70@example.com
	fake.mac_address()                                                                             # 56:40:22:5e:da:5c

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-179-11687-9
	fake.isbn13(separator="-")                                                                     # 978-1-64857-969-1

### faker.providers.job

	fake.job()                                                                                     # Dramatherapist

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Saepe fuga rerum corporis. Iusto illo accusantium mi
	                                                                                                 nus saepe aut. Accusamus voluptatibus voluptas perspici
	                                                                                                 atis laboriosam.', u'Provident recusandae voluptatibus 
	                                                                                                 similique.', u'Molestiae exercitationem molestias sunt.
	                                                                                                  Voluptatem quaerat aliquid quia optio.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Distinctio esse culpa.', u'Quas praesentium sunt.', 
	                                                                                                 u'Quas nisi at soluta.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Adipisci voluptatibus iste aperiam earum quam fugit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # A soluta libero modi cumque alias.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Davis
	fake.name_female()                                                                             # Tonya Vang
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Marcus Gray
	fake.suffix_female()                                                                           # MD
	fake.name_male()                                                                               # Mr. Justin Wood
	fake.first_name()                                                                              # Emily
	fake.suffix_male()                                                                             # III
	fake.suffix()                                                                                  # MD
	fake.first_name_male()                                                                         # Eric
	fake.first_name_female()                                                                       # Rebecca
	fake.last_name_female()                                                                        # Castro
	fake.last_name()                                                                               # Ward
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 305.191.6063
	fake.msisdn()                                                                                  # 8952523377288

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'proctorangel', 'name': u'Johnny Murphy',
	                                                                                                  'birthdate': datetime.date(1939, 9, 27), 'sex': 'M', '
	                                                                                                 address': u'296 Nathan Mills\nJenniferland, NS B3P 9E1'
	                                                                                                 , 'mail': u'mathewarmstrong@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://anderson.com/'], 'username': u'xm
	                                                                                                 ason', 'name': u'David Washington', 'blood_group': 'B-'
	                                                                                                 , 'residence': u'843 Thomas Terrace Apt. 981\nNew Ianto
	                                                                                                 wn, NL H9N 6R8', 'company': u'Parks Ltd', 'address': u'
	                                                                                                 2117 Sarah Cliffs\nKennethland, NU H6H4C9', 'birthdate'
	                                                                                                 : datetime.date(1959, 7, 12), 'sex': 'M', 'job': 'Hospi
	                                                                                                 tal pharmacist', 'ssn': u'267 702 652', 'current_locati
	                                                                                                 on': (Decimal('-80.038271'), Decimal('59.817560')), 'ma
	                                                                                                 il': u'rreid@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'philipcampbell@sandoval-brooks.org', 9218, datet
	                                                                                                 ime.datetime(1998, 6, 14, 10, 52, 2), -933664.355, u'mv
	                                                                                                 illa@yahoo.com', 9195, u'INVREjlIeigXBqIwuMEE', u'hZBTF
	                                                                                                 YhdCwATHfhGuCkY', u'wgEPNHvsPZonfxEEtfxW'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # BSPWSOoRHashDBQQCtty
	fake.pystruct(count=10, *value_types)                                                          # ([u'vUPnHScKvZyADxQkWvjU', u'fmdIqroYNIzcdATZQYsv', 862
	                                                                                                 0, datetime.datetime(2014, 12, 1, 7, 15, 9), Decimal('-
	                                                                                                 8.13307834428'), 5042, u'xqUKNBvmNOOvbufKyYsl', u'Yxuai
	                                                                                                 GGmtakVZXDNbyYW', 5659, u'adrian54@gmail.com'], {u'ipsu
	                                                                                                 m': 7030, u'reprehenderit': datetime.datetime(1998, 8, 
	                                                                                                 4, 8, 30, 59), u'corporis': 5721710106.7203, u'doloribu
	                                                                                                 s': u'https://rogers.org/author/', u'fuga': Decimal('-4
	                                                                                                 739.74092668'), u'tenetur': u'ugGMXNxeGTxlDqRuPjKd', u'
	                                                                                                 doloremque': u'TjURtJXaKPFPdrOIYPfw', u'blanditiis': De
	                                                                                                 cimal('554402631173'), u'reiciendis': 6.0, u'veritatis'
	                                                                                                 : 4326}, {u'eius': {8: [u'http://lewis.com/categories/r
	                                                                                                 egister.asp', u'https://www.villa.com/', 9483], 9: {8: 
	                                                                                                 Decimal('-277439945.222'), 9: [-19642418.9089391, u'ono
	                                                                                                 zBPxjZTJramPjWdsR'], 7: u'http://davis-maldonado.com/ca
	                                                                                                 tegories/categories/privacy/'}, 7: 3386}, u'ratione': {
	                                                                                                 8: u'wBaSoAGkRAhlggPyxFGw', 9: [u'hhopkins@yahoo.com', 
	                                                                                                 u'jBDPgIYrJoCwRDDDGzMH', u'xgWlchWMYaIBpXtiRIRz'], 10: 
	                                                                                                 {8: u'https://www.brown.com/posts/main/faq.html', 9: u'
	                                                                                                 HtApKOENZNzcIVoQHsgy', 10: [Decimal('5408.0'), u'airvhI
	                                                                                                 aidRuSpynnbQZR']}}, u'fugiat': {2: -80766196899.54, 3: 
	                                                                                                 [7138, datetime.datetime(2010, 2, 18, 7, 13, 5), u'tKph
	                                                                                                 IpKJvEpCaaUhZWto'], 4: {2: u'QZxIrvIqsxjFPQIWYeDf', 3: 
	                                                                                                 495393014.95, 4: [1998, 8671]}}, u'possimus': {5: u'htt
	                                                                                                 p://marshall.info/posts/blog/index.html', 6: [u'BKGrNJP
	                                                                                                 CcUcpzabbTNSt', u'fWUSHbIwScFBirahXdUq', u'http://www.g
	                                                                                                 oodman.com/main/wp-content/search/home/'], 7: {5: 4774,
	                                                                                                  6: u'vPLpAxVbKkEGkgKqfSHC', 7: [u'TPCkRuDlYXgjltJluNWF
	                                                                                                 ', 5810]}}, u'repellendus': {8: {8: [u'NUguFpbUnJpVAkPo
	                                                                                                 Naho', u'jeffrey01@yahoo.com'], 6: -53997855963856.0, 7
	                                                                                                 : u'WgBUTVynIVXfHVozYyZO'}, 6: 9207, 7: [datetime.datet
	                                                                                                 ime(1999, 8, 8, 7, 2, 28), u'https://hobbs.net/', datet
	                                                                                                 ime.datetime(1978, 8, 8, 12, 32, 18)]}, u'assumenda': {
	                                                                                                 0: u'dKJJwywVCVQDshzhbSKY', 1: [u'NICtGfENVKNJdMzhSRJz'
	                                                                                                 , u'BdibvDAyamdRbKvUChcX', datetime.datetime(1985, 12, 
	                                                                                                 26, 19, 42, 7)], 2: {0: u'loribrennan@huynh-leon.org', 
	                                                                                                 1: u'DclmSphJbnxCxZIckupT', 2: [9374, Decimal('-2815100
	                                                                                                 1.92')]}}, u'quia': {9: u'BsidMUBsRFtceeklSdIB', 10: [u
	                                                                                                 'https://garcia.com/homepage.php', 45301655755.293, 314
	                                                                                                 8], 11: {9: u'lpmRydiaLjAdlcVgZSLb', 10: u'mbuchanan@gm
	                                                                                                 ail.com', 11: [2473, 61.5464766]}}, u'nulla': {3: datet
	                                                                                                 ime.datetime(2012, 12, 10, 15, 3, 47), 4: [datetime.dat
	                                                                                                 etime(1974, 8, 21, 2, 29, 23), Decimal('-366978.558549'
	                                                                                                 ), 4874], 5: {3: datetime.datetime(1971, 12, 2, 7, 46, 
	                                                                                                 35), 4: Decimal('-4.737'), 5: [u'https://www.todd-lewis
	                                                                                                 .org/main/blog/main.htm', datetime.datetime(1994, 10, 1
	                                                                                                 3, 21, 52, 45)]}}, u'officiis': {1: u'bKyLqCBzwROHOmwGA
	                                                                                                 Thf', 2: [-33.86, 9724, u'http://www.williams.com/regis
	                                                                                                 ter.htm'], 3: {1: 6024, 2: u'iuqNsUPRHRkWijdKlnpo', 3: 
	                                                                                                 [837, datetime.datetime(1974, 5, 25, 15, 0, 52)]}}, u'n
	                                                                                                 ecessitatibus': {4: 9868, 5: [u'zsmith@walsh.com', date
	                                                                                                 time.datetime(1979, 7, 20, 11, 8, 41), u'ZpcZIGWowkcReV
	                                                                                                 rIcmGu'], 6: {4: u'kjtZsXNosHVVVTxDyNAt', 5: -2.74774, 
	                                                                                                 6: [3135, u'jackhill@hotmail.com']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -21.5744
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 9.65494079605E+12
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'vtUcmRsJFmzhmWVMNSCZ', Decimal('92746242438.5'), u'K
	                                                                                                 IfkXKlTfKCqmnLBapKd', -9144131293.3, 7204, -43.0, u'htt
	                                                                                                 p://www.tran.com/', u'JOXtITNQVLPSwDOblIse', Decimal('8
	                                                                                                 784967531.18'), u'http://davis.net/wp-content/explore/m
	                                                                                                 ain/homepage.php', u'pateltheresa@howell.com', u'tgDIGS
	                                                                                                 TCrWLwGjsbFLkF', u'UJWMTEUgUByDBuntjsSC']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'xellis@hotmail.com', datetime.datetime(1993, 1, 11, 
	                                                                                                 14, 7, 24), u'PoNssDaFzNiMMYioYtoD', 8230, 6759, u'LwCV
	                                                                                                 CiqVgvlcKbXNnVtT', u'SpqCoGbKzrQMGStwtsle', datetime.da
	                                                                                                 tetime(2013, 8, 16, 16, 1, 18), u'gregorycarl@yahoo.com
	                                                                                                 ', u'mjennings@gmail.com', 5238, u'ZAkFUQNmRpLSOwZLWsUe
	                                                                                                 ', 21)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'GEMBFwOyrDVBfXfmCAYX', 67218236166183.0, 2697, 9
	                                                                                                 646793361.31583, 1586, u'aWLRlHFEmzkLwPHJdZpY', u'https
	                                                                                                 ://gaines.net/faq.html'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'exercitationem': u'oWUEzlFcUIFXEMoGHQYm', u'ut': u'Z
	                                                                                                 ebjOflSlJqTvQCgsxCZ', u'fugit': u'kthEyJmsuWuiNFgSkHdy'
	                                                                                                 , u'perferendis': u'JNaqJXlnnoFRvrtufkpO', u'accusantiu
	                                                                                                 m': datetime.datetime(1993, 10, 29, 18, 58, 18), u'hic'
	                                                                                                 : u'eBlmvhQQYPMfIsvNuGma', u'esse': datetime.datetime(1
	                                                                                                 974, 8, 30, 16, 4, 36), u'enim': u'mcpqIjFEWFrCGbvHageQ
	                                                                                                 ', u'nesciunt': 8770}
	fake.pyint()                                                                                   # 8246

### faker.providers.ssn

	fake.ssn()                                                                                     # 855 176 434

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2016
	                                                                                                 -10-25 06:33:16 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.46.(Windows NT 5.1; eo-US) Presto/2.9.170 Versi
	                                                                                                 on/10.00
	fake.windows_platform_token()                                                                  # Windows NT 6.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4
	                                                                                                 .90; Trident/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_0; rv:1
	                                                                                                 .9.6.20) Gecko/2011-02-05 19:41:55 Firefox/3.8
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_3) AppleWe
	                                                                                                 bKit/5342 (KHTML, like Gecko) Chrome/27.0.801.0 Safari/
	                                                                                                 5342
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/5
	                                                                                                 32.43.7 (KHTML, like Gecko) Version/4.0.5 Safari/532.43
	                                                                                                 .7

## LANGUAGE ar_AA

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake مريمview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 العلمي Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 مراد Springs Apt. 874
	                                                                                                 نبراسville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # كندة Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # النشاشيبي, عامر بن صعصعة and هذيل
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 جالا الحلاق
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:52
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be86370>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:01
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:39
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # الأحد
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:37
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:34
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # ص
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:44
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408533
	fake.timezone()                                                                                # أمريكا/الأرجنتين/لا_ريوخا
	fake.century()                                                                                 # الرابع
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:02
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:50
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:53
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:11
	fake.month_name()                                                                              # كانون الأول
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:05
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /الأرواح/بكلّ.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # القادة.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # mdrjefr@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # sbryaljbp@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.tsm.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # yalqdmany
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # sraj47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # bnw-alharv-bn-kebjmal@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # alhkm-bn-sed-aleyrpyq@bnw.biz
	fake.domain_name(*args, **kwargs)                                                              # alywby.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.lme-qhtan.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # mee
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # alhabyhmyd@enzp.com
	fake.uri()                                                                                     # https://www.bhmdwny.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # albysar-alqeqwrfrdws@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rzhlawy@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # ممثل

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # إختار وبلجيكا أملاً الشرقي. جزيرتي فقد حيث. السبب معقل 
	                                                                                                 لدحر.
	                                                                                                 لفرنسا عشوائية الصين انتباه اعتداء بقد. الربيع ماذا انت
	                                                                                                 صارهم لان جهة جديدة وبعض.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u0627\u0644\u0645\u0627\u0631\u0642 \u0625\u062a\u0
	                                                                                                 641\u0627\u0642\u064a\u0629 \u0642\u0650\u0628\u0644 \u
	                                                                                                 0628\u0647\u0646\u0627\u0643 \u0648\u0627\u0644\u0643\u
	                                                                                                 0648\u0631\u064a \u0627\u0644\u062d\u062f\u0648\u062f. 
	                                                                                                 \u0627\u0644\u062e\u0637\u0651\u0629 \u0627\u0646\u062a
	                                                                                                 \u0635\u0627\u0631\u0647\u0645 \u0644\u062a\u0642\u0644
	                                                                                                 \u064a\u0639\u0629 \u0627\u0644\u0636\u063a\u0648\u0637
	                                                                                                 .', u'\u0648\u0646\u062a\u062c \u0633\u0627\u0639\u0629
	                                                                                                  \u063a\u0636\u0648\u0646 \u0628\u062d\u0642. \u0648\u0
	                                                                                                 625\u064a\u0637\u0627\u0644\u064a \u0648\u0641\u0631\u0
	                                                                                                 646\u0633\u0627 \u0627\u0644\u063a\u0627\u0644\u064a \u
	                                                                                                 0641\u0642\u062f. \u0648\u0647\u0648\u0644\u0646\u062f\
	                                                                                                 u0627 \u062c\u062f\u064a\u062f\u0627\u064b \u0627\u0644
	                                                                                                 \u0623\u0648\u0644 \u0648\u0645\u0637\u0627\u0644\u0628
	                                                                                                 \u0629 \u062a\u0639\u062f\u0627\u062f \u0623\u062e\u063
	                                                                                                 1\u0649.', u'\u0627\u0643\u062a\u0648\u0628\u0631 \u062
	                                                                                                 d\u064a\u062b \u0628\u062d\u064a\u062b \u0627\u0644\u06
	                                                                                                 34\u062a\u0648\u064a\u0629. \u062b\u0645\u0651\u0629 \u
	                                                                                                 0641\u0634\u0643\u0651\u0644 \u0643\u0644\u0627 \u0644\
	                                                                                                 u0643\u0648\u0646.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u0628\u0623\u0636\u0631\u0627\u0631 \u0641\u0631\u0
	                                                                                                 646\u0633\u0627 \u0662\u0660\u0660\u0664 \u0628\u0627\u
	                                                                                                 0644\u0623\u062c\u0644.', u'\u0627\u0644\u0623\u0628\u0
	                                                                                                 631\u064a\u0627\u0621 \u062a\u0643\u0627\u0644\u064a\u0
	                                                                                                 641 \u0627\u0633\u062a\u0631\u0627\u0644\u064a\u0627 \u
	                                                                                                 0628\u064a\u0646\u0645\u0627.', u'\u062c\u0632\u064a\u0
	                                                                                                 631\u062a\u064a \u0627\u0644\u063a\u0627\u0644\u064a \u
	                                                                                                 062a\u062d\u0631\u0651\u0643\u062a \u062e\u0637\u0651\u
	                                                                                                 0629 \u062a\u062d\u062a \u0633\u0644\u064a\u0645\u0627\
	                                                                                                 u0646.']
	fake.word(ext_word_list=None)                                                                  # بقصف
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # لها بالجانب الأرضية ومطالبة. الأجل الا البشريةً حقول. ن
	                                                                                                 فس أصقاع بضرب دأبوا مما تلك ٠٨٠٤.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # وحلفاؤها خطّة كردة أصقاع بلها.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u0627\u0644\u0643\u0648\u0646\u062c\u0631\u0633', u
	                                                                                                 '\u062c\u064a\u0648\u0628', u'\u0628\u0648\u0644\u0627\
	                                                                                                 u062a\u0651\u0633\u0627\u0639']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # عدوان
	fake.name_female()                                                                             # جلنار الكواهلة
	fake.prefix_male()                                                                             # الدكتور
	fake.prefix()                                                                                  # السيد
	fake.name()                                                                                    # معن العوازم
	fake.name_male()                                                                               # حازم بنو شهر
	fake.first_name()                                                                              # مُتوكّل
	fake.first_name_male()                                                                         # طائع
	fake.first_name_female()                                                                       # ميرا
	fake.last_name_female()                                                                        # شمران
	fake.last_name()                                                                               # الجبشة
	fake.prefix_female()                                                                           # السيدة

### faker.providers.phone_number

	fake.phone_number()                                                                            # 006-247-5189
	fake.msisdn()                                                                                  # 8595201729128

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'ebd-alqdws59', 'name': u'\u0627\u0644\u0
	                                                                                                 645\u0647\u0646\u062f\u0633 \u0645\u064a\u062b\u0627\u0
	                                                                                                 642 \u0627\u0644\u0642\u0627\u0639\u064a', 'birthdate':
	                                                                                                  datetime.date(2019, 3, 9), 'sex': 'M', 'address': u'01
	                                                                                                 1 \u0646\u0635\u0648\u062d Expressway Apt. 020\nWest \u
	                                                                                                 0633\u064a\u0651\u062ffurt, MO 70286', 'mail': u'hany70
	                                                                                                 @hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://alsyfy.info/', u'https://www.kmal
	                                                                                                 .org/', u'https://aldlym.com/'], 'username': u'slyman38
	                                                                                                 ', 'name': u'\u0644\u062a\u064a\u0646 \u062d\u0648\u062
	                                                                                                 7\u0644\u0629', 'blood_group': 'A-', 'residence': u'661
	                                                                                                 7 \u0639\u0628\u062f \u0627\u0644\u0631\u0651\u062d\u06
	                                                                                                 45\u0646 Knoll Apt. 076\n\u0627\u0644\u0642\u0636\u0645
	                                                                                                 \u0627\u0646\u064aport, CT 14025', 'company': u'\u0627\
	                                                                                                 u0644\u0645\u0641\u062a\u064a Group', 'address': u'476 
	                                                                                                 \u062d\u0627\u062a\u0645 Route\n\u0634\u062a\u064a\u062
	                                                                                                 9land, WY 30130', 'birthdate': datetime.date(1909, 5, 2
	                                                                                                 1), 'sex': 'F', 'job': u'\u0645\u0635\u0645\u0645 \u062
	                                                                                                 f\u064a\u0643\u0648\u0631', 'ssn': u'149-05-1412', 'cur
	                                                                                                 rent_location': (Decimal('38.532080'), Decimal('-81.738
	                                                                                                 123')), 'mail': u'malmwrkp@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [6304, -5.89, u'IVIQVQakyTYxUcedzRIJ', 84361269346.7, u
	                                                                                                 'ObvSDPfAdvfLBvpEYAUW', -52724714096.0, u'https://nsybp
	                                                                                                 -alxaldy.com/explore/blog/posts/author.asp']
	fake.pystr(min_chars=None, max_chars=20)                                                       # jyxyNsxvwCLUAWhJvKHn
	fake.pystruct(count=10, *value_types)                                                          # ([5583, datetime.datetime(2000, 1, 15, 6, 39, 47), 1947
	                                                                                                 , 9388, u'MAoeVAGBnHISgtbVJPmE', u'rxQePgmHovQgvqLqEEmN
	                                                                                                 ', u'ZhBdVgJLmHdGJmxPdyme', 43504498.3, 6811, u'HHhyQbM
	                                                                                                 jYvThkYvoTORF'], {u'\u0627\u0644\u0633\u064a\u0637\u063
	                                                                                                 1\u0629': u'sIQQFEVbJibPxFewhzdX', u'\u0639\u0645\u0644
	                                                                                                 \u064a\u0629': u'galmany@gmail.com', u'\u0627\u0633\u06
	                                                                                                 2a\u062f\u0639\u0649': u'alhdmyeadl@yahoo.com', u'\u063
	                                                                                                 0\u0627\u062a': u'HHgRKSmEtsXIsKYeAbpE', u'\u0623\u0645
	                                                                                                 \u062f\u0647\u0627': u'QCooUMwpbCYAgLaPOcxU', u'\u0642\
	                                                                                                 u0628\u0636\u062a\u0647\u0645': u'ttsPFCNGNdtsISufWRqm'
	                                                                                                 , u'\u0627\u0644\u0639\u0627\u0644\u0645\u064a': u'bqxZ
	                                                                                                 ULfMXJnUCUDBkcHd', u'\u0633\u064a\u0627\u0633\u0629': u
	                                                                                                 'tkMSPdVYfStWSaSqGXxc', u'\u0639\u0631\u0636': u'SIUIWt
	                                                                                                 JDuYcIOcFZaDrJ', u'\u0623\u0636\u0641': u'SPsDiqilFyWOG
	                                                                                                 JfZLlSb'}, {u'\u062c\u0645\u0639\u062a': {2: datetime.d
	                                                                                                 atetime(2009, 12, 12, 0, 45, 37), 3: [u'http://alljawy-
	                                                                                                 alrbab.com/', 905, 941], 4: {2: u'http://www.jefr.com/c
	                                                                                                 ategory/list/terms/', 3: datetime.datetime(2016, 6, 24,
	                                                                                                  9, 41, 39), 4: [u'ZKKzekLzwSSgGZMMoBej', u'https://www
	                                                                                                 .almrazyq.com/']}}, u'\u0648\u0628\u062f\u0648\u0646': 
	                                                                                                 {3: u'goEgwxtwpflXFKBczlhI', 4: [Decimal('-92949.29'), 
	                                                                                                 1514, datetime.datetime(2013, 9, 12, 11, 33, 22)], 5: {
	                                                                                                 3: u'QVzgOVDDxrfFhYcHYkbP', 4: u'WFXWZSzAuKxguCrZfcpX',
	                                                                                                  5: [datetime.datetime(2006, 6, 26, 5, 7, 4), Decimal('
	                                                                                                 -60389257.5085')]}}, u'\u0628\u062d\u0634\u062f': {5: 4
	                                                                                                 631, 6: [7072, u'https://ebd.net/category/', u'almntfqn
	                                                                                                 swh@bnw.org'], 7: {5: u'aetybp@bhmdwny-albyty.com', 6: 
	                                                                                                 u'bkBdRxlkCAIdslQDSPqD', 7: [datetime.datetime(1990, 10
	                                                                                                 , 22, 0, 53, 7), Decimal('9512190703.0')]}}, u'\u0627\u
	                                                                                                 0644\u0645\u0633\u0631\u062d': {0: 2667, 1: [Decimal('8
	                                                                                                 .28679667105E+12'), u'MNVMpfrfGKtpxLPaztbY', u'http://w
	                                                                                                 ww.abw.com/search.php'], 2: {0: u'https://www.alljawy-b
	                                                                                                 nw.com/search/main/', 1: 5612, 2: [578, 6685]}}, u'\u06
	                                                                                                 48\u0639\u0644\u0649': {9: 4611, 10: [7217, u'http://ww
	                                                                                                 w.alqlmwny.com/search/main/faq.html', 8328], 11: {9: 15
	                                                                                                 73, 10: u'ThtNHVNqZUIfgAqbkuVx', 11: [datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'lxymikfbjSMDvRAIfMrx']}}, u
	                                                                                                 '\u0648\u0642\u062f\u0651\u0645\u0648\u0627': {8: u'htt
	                                                                                                 p://www.nwr.com/index.htm', 9: [u'PtkEHWjBKzLiZGUHOzHz'
	                                                                                                 , u'dhXPXChGGbDeHcueisSN', u'https://alqlmwny.com/home/
	                                                                                                 '], 10: {8: u'ZorqoJgpXcYZIopxtAnW', 9: u'RYxufBIjzlAUo
	                                                                                                 mMSWGHE', 10: [u'aalhwh@yahoo.com', u'wTWNVtkojQPLaYMhQ
	                                                                                                 Znl']}}, u'\u0627\u064a\u0637\u0627\u0644\u064a\u0627':
	                                                                                                  {8: {8: [u'xtybbnw-knz@ty.com', u'alebanyebd-alslam@ho
	                                                                                                 tmail.com'], 6: u'UgZWlaDqWCwsrHyKMzMd', 7: u'oblicSVBd
	                                                                                                 IiQYMiRVSEE'}, 6: Decimal('9.62009740362E+14'), 7: [778
	                                                                                                 60.1425779721, u'TJkBbrWtFqmjnyhYPJbV', u'rye34@yahoo.c
	                                                                                                 om']}, u'\u0645\u0644\u064a\u0648\u0646': {8: [u'knFVmY
	                                                                                                 SWmrCnweeXvIhN', Decimal('-2.32615157'), u'tJdefVODbJje
	                                                                                                 tTxUSArV'], 9: {8: -82789545.0, 9: [Decimal('926.55971'
	                                                                                                 ), u'https://www.altrjman.com/'], 7: u'NtSafSuiJsvoGPor
	                                                                                                 HxmY'}, 7: u'LvAzdzIOMSjfaTVgdeEs'}, u'\u0627\u0633\u06
	                                                                                                 2a\u0645\u0631\u0627\u0631': {1: u'BKydkNetSIPJhoWhOnsu
	                                                                                                 ', 2: [u'pZtBemlqHYtUPwQByEvL', u'https://www.sydawy-al
	                                                                                                 mtwly.com/terms/', u'RybeYbygJkVaVlogWWSe'], 3: {1: u'T
	                                                                                                 cchzGHSRBkPzwgNCkbn', 2: u'ebd-alrwf51@bnw.org', 3: [da
	                                                                                                 tetime.datetime(1975, 6, 8, 2, 27, 41), u'bokVcJuDObusf
	                                                                                                 dbAPIOx']}}, u'\u0642\u0627\u0645\u062a': {4: Decimal('
	                                                                                                 -8.182545'), 5: [u'mzhralrfa@yahoo.com', u'uXfBGtdZYQqD
	                                                                                                 YbIHIBng', u'https://alqwasm.info/faq/'], 6: {4: u'vHsx
	                                                                                                 jLIPUzNAwHVysUVJ', 5: u'AROknHpdcIKJVKITtLvR', 6: [2364
	                                                                                                 , u'rGlIGQuaysWWgiACAanQ']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 9400376.71172
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 747.0
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'ht
	                                                                                                 tps://www.mhj.com/author.html', u'oEKvhRkhZXZJzgpBTuJB'
	                                                                                                 , 2665, 7064, u'ukhlan@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (Decimal('9.8656121524E+14'), u'UrBMXBbJidpFbgjyByNZ', 
	                                                                                                 u'cIdrCPqDmlzqlFFPqbTv', 2501, -40170990.7703, u'SUVEQC
	                                                                                                 NQKDYhHSnqrRrs', 5173, u'hb-rmanerby@alkalwty.info', 36
	                                                                                                 46, 4255)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([datetime.datetime(1995, 5, 14, 8, 7, 15), 2537, u'
	                                                                                                 XNHFRfirsAshHOhJEdAp', 1930, u'https://alsahly.net/post
	                                                                                                 .php', u'fdyxMOASbnnIwStDRfea', datetime.datetime(1981,
	                                                                                                  12, 8, 13, 7, 59), 9881, 5133751547727.4, datetime.dat
	                                                                                                 etime(1994, 1, 12, 15, 9, 22), u'ysry08@xzaep-vqyf.com'
	                                                                                                 , 4670, 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u0648\u0644\u0627\u062a\u0651\u0633\u0627\u0639': d
	                                                                                                 atetime.datetime(1989, 4, 27, 21, 2, 51), u'\u0627\u064
	                                                                                                 4\u062e\u0627\u0633\u0631\u0629': 9940, u'\u0627\u0644\
	                                                                                                 u0625\u0637\u0644\u0627\u0642': u'faq26@almwsws-alejman
	                                                                                                 .info', u'\u0641\u064a': datetime.datetime(1981, 7, 28,
	                                                                                                  9, 58, 28), u'\u0627\u0644\u0634\u0637\u0631': u'TtsVo
	                                                                                                 fWgVgwcqypCXvek', u'\u0643\u0644\u0627': u'wKtLKphpFlVq
	                                                                                                 zEBMjeGk', u'\u0627\u0644\u062a\u062d\u0627\u0644\u0641
	                                                                                                 ': u'LamUIGzSacfjofCnMOMV', u'\u0627\u0644\u062c\u062f\
	                                                                                                 u064a\u062f\u0629': 4345, u'\u0627\u0643\u062a\u0648\u0
	                                                                                                 628\u0631': 2032}
	fake.pyint()                                                                                   # 9457

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 866-21-5908
	fake.ein()                                                                                     # 98-1172471
	fake.itin()                                                                                    # 979-74-7789

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2012
	                                                                                                 -09-09 02:42:30 Firefox/3.6.5
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.11.(Windows NT 4.0; sr-ME) Presto/2.9.186 Versi
	                                                                                                 on/11.00
	fake.windows_platform_token()                                                                  # Windows CE
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/
	                                                                                                 4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_7 rv:5.0; 
	                                                                                                 szl-PL) AppleWebKit/533.24.2 (KHTML, like Gecko) Versio
	                                                                                                 n/5.0.1 Safari/533.24.2
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_10_2) AppleWebK
	                                                                                                 it/5360 (KHTML, like Gecko) Chrome/59.0.847.0 Safari/53
	                                                                                                 60
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_8_7
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.39
	                                                                                                 .2 (KHTML, like Gecko) Version/4.0 Safari/533.39.2

## LANGUAGE ko_KR

### faker.providers.address

	fake.road_name()                                                                               # 오금
	fake.building_number()                                                                         # 08
	fake.building_suffix()                                                                         # 타운
	fake.street_address()                                                                          # 전라북도 안성시 강남대7길 (은서김동)
	fake.old_postal_code()                                                                         # 851-631
	fake.metropolitan_city()                                                                       # 광주광역시
	fake.city()                                                                                    # 안산시 상록구
	fake.road_number()                                                                             # 684
	fake.road_address()                                                                            # 인천광역시 서초구 오금로
	fake.street_suffix()                                                                           # 길
	fake.province()                                                                                # 충청남도
	fake.town_suffix()                                                                             # 리
	fake.building_dong()                                                                           # 마
	fake.city_suffix()                                                                             # 시
	fake.address_detail()                                                                          # 예진이박타운
	fake.road_suffix()                                                                             # 가
	fake.country_code(representation="alpha-2")                                                    # QA
	fake.road()                                                                                    # 학동가
	fake.country()                                                                                 # 리히텐슈타인
	fake.address()                                                                                 # 경상남도 안성시 압구정거리 (유진이마을)
	fake.postal_code()                                                                             # 12860
	fake.street_name()                                                                             # 개포
	fake.land_number()                                                                             # 363
	fake.building_name()                                                                           # 영환송임타워
	fake.town()                                                                                    # 현우남동
	fake.land_address()                                                                            # 세종특별자치시 금천구 아름이마을 566-89
	fake.postcode()                                                                                # 03963
	fake.borough()                                                                                 # 동대문구

### faker.providers.automotive

	fake.license_plate()                                                                           # 2P441

### faker.providers.bank

	fake.bban()                                                                                    # JHUI6993633479204
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB89BAUC7398019647844

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 1316616016489
	fake.ean13()                                                                                   # 6718069984677
	fake.ean8()                                                                                    # 19947426

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(240,21,219)
	fake.color_name()                                                                              # Orange
	fake.rgb_color()                                                                               # 204,250,73
	fake.safe_hex_color()                                                                          # #ff7700
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #104cb0

### faker.providers.company

	fake.company()                                                                                 # 김김
	fake.company_suffix()                                                                          # 주식회사
	fake.catch_phrase()                                                                            # 중심이 실시간 지식 기반
	fake.bs()                                                                                      # 선구적인 플러그 앤 플레이 패러다임

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 676
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 윤서 하
	                                                                                                 3530715440050512 01/22
	                                                                                                 CVC: 153
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 09/19
	fake.credit_card_number(card_type=None)                                                        # 4594132575133439

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # CDF
	fake.currency_name()                                                                           # Namibian dollar
	fake.cryptocurrency_name()                                                                     # Feathercoin
	fake.cryptocurrency()                                                                          # ('WAVES', 'Waves Platform')
	fake.currency()                                                                                # ('XPF', 'CFP franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-19 18:14:09
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bc15910>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2016-11-19 15:44:48
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-04-19
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-18 12:16:08
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-10
	fake.day_of_week()                                                                             # 토요일
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2016-09-03 16:09:30
	fake.date_between(start_date="-30y", end_date="today")                                         # 2011-12-26
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2009-01-19 09:58:32
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1971-12-18
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 2004-12-29
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-03-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1972-06-18T01:02:17
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-25
	fake.date_this_century(before_today=True, after_today=False)                                   # 2007-01-24
	fake.month()                                                                                   # 04
	fake.year()                                                                                    # 2008
	fake.day_of_month()                                                                            # 20
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1209609551
	fake.timezone()                                                                                # Europe/Berlin
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1914-11-01
	fake.time_object(end_datetime=None)                                                            # 04:17:57
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-14 08:45:00
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1981-02-07 01:18:21
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 21:52:59
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-11
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-13 03:29:36
	fake.month_name()                                                                              # 12월
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1141-11-30 02:37:42
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdj
	fake.mime_type(category=None)                                                                  # application/rss+xml
	fake.file_path(depth=1, category=None, extension=None)                                         # /quod/placeat.mov
	fake.unix_partition(prefix=None)                                                               # /dev/sdy0
	fake.file_name(category=None, extension=None)                                                  # quia.png
	fake.file_extension(category=None)                                                             # jpg

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 151.674022
	fake.latitude()                                                                                # 80.6189865
	fake.longitude()                                                                               # -176.461833
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('28.15112', '-82.46148', 'Lutz', 'US', 'America/New_Yo
	                                                                                                 rk')
	fake.location_on_land(coords_only=False)                                                       # ('24.28859', '116.11768', 'Meizhou', 'CN', 'Asia/Shangh
	                                                                                                 ai')
	fake.latlng()                                                                                  # (Decimal('-11.586989'), Decimal('119.687298'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # yeonghwangim@dreamwiz.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/1019x862
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # ijimin@ju.com
	fake.url(schemes=None)                                                                         # https://www.gimjeon.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.28.2.50
	fake.user_name(*args, **kwargs)                                                                # igim
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # category
	fake.free_email_domain(*args, **kwargs)                                                        # daum.net
	fake.safe_email(*args, **kwargs)                                                               # jgim@example.com
	fake.ascii_email(*args, **kwargs)                                                              # seohyeoncoe@nate.com
	fake.ipv4_public(network=False, address_class=None)                                            # 174.79.107.195
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # gimjeongsun@yu.com
	fake.domain_name(*args, **kwargs)                                                              # baghongbae.com
	fake.hostname(*args, **kwargs)                                                                 # web-85.baghwangbag.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.253.76.131
	fake.domain_word(*args, **kwargs)                                                              # mungoi
	fake.slug(*args, **kwargs)                                                                     # similique-qui
	fake.uri_path(deep=None)                                                                       # search
	fake.company_email(*args, **kwargs)                                                            # asong@yu.kr
	fake.uri()                                                                                     # http://seou.kr/search/app/list/index/
	fake.ipv6(network=False)                                                                       # 162f:f40b:f7b8:ab53:c76e:5bce:c3f5:786e
	fake.free_email(*args, **kwargs)                                                               # yunseo90@hanmail.net
	fake.ascii_safe_email(*args, **kwargs)                                                         # bageunju@example.com
	fake.mac_address()                                                                             # fa:aa:1f:59:28:ba

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-05-814099-X
	fake.isbn13(separator="-")                                                                     # 978-1-01-779842-5

### faker.providers.job

	fake.job()                                                                                     # 양식 주방장 및 조리사

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Ea a eaque est. Nihil sequi quaerat qui eligendi. Quas 
	                                                                                                 tempora dolores accusamus amet maiores.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Distinctio esse culpa.', u'Praesentium sunt dolor qu
	                                                                                                 as nisi at soluta.', u'Delectus unde dolore fugit. Face
	                                                                                                 re omnis assumenda inventore nesciunt nulla.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Eaque voluptas error incidunt.', u'Voluptatibus mole
	                                                                                                 stias tempore cum eius.', u'Et optio magni aspernatur b
	                                                                                                 eatae ipsa.']
	fake.word(ext_word_list=None)                                                                  # ad
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Sunt iste voluptatem quaerat aliquid quia. Numquam a so
	                                                                                                 luta libero modi cumque.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum odit voluptas laboriosam officia saepe.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'dolor', u'eveniet', u'in']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )67IxQ3l%A
	fake.uuid4(cast_to=<type 'str'>)                                                               # 013488ea-8636-4155-8d45-1d0f11e8eb93
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 27f06f6373f21c0cee6b193b5dcc39d4
	fake.sha1(raw_output=False)                                                                    # 0dca6b2ee58cd4185030c91ce0b80b4ca690665e
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # ddb71b424f85887439848687d6f2cf407a7b2e0ace0fd7ada8f03c1
	                                                                                                 1078e3c0b
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # 강
	fake.name_female()                                                                             # 임채원
	fake.name()                                                                                    # 김영수
	fake.name_male()                                                                               # 이영식
	fake.first_name()                                                                              # 승민
	fake.first_name_male()                                                                         # 병철
	fake.first_name_female()                                                                       # 혜진
	fake.last_name_female()                                                                        # 김
	fake.last_name()                                                                               # 윤

### faker.providers.phone_number

	fake.phone_number()                                                                            # 043-981-2610
	fake.msisdn()                                                                                  # 0219388843348

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'minseoggim', 'name': u'\uc624\ubbfc\uc21
	                                                                                                 8', 'birthdate': datetime.date(1938, 7, 30), 'sex': 'M'
	                                                                                                 , 'address': u'\ubd80\uc0b0\uad11\uc5ed\uc2dc \uac15\ub
	                                                                                                 d81\uad6c \ub3c4\uc0b0\ub3003\uac70\ub9ac (\uc815\uc218
	                                                                                                 \uc774\ud64d\ub9ac)', 'mail': u'hyeonsug24@naver.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.ju.com/', u'https://www.yu.c
	                                                                                                 om/'], 'username': u'jeongja94', 'name': u'\ub178\uc815
	                                                                                                 \ud6c8', 'blood_group': 'O+', 'residence': u'\ub300\uad
	                                                                                                 6c\uad11\uc5ed\uc2dc \ub3d9\ub300\ubb38\uad6c \uc0bc\uc
	                                                                                                 1314\uac00', 'company': u'\uc8fc\uc2dd\ud68c\uc0ac \ucd
	                                                                                                 5c', 'address': u'\uc11c\uc6b8\ud2b9\ubcc4\uc2dc \uc591
	                                                                                                 \ucc9c\uad6c \uc555\uad6c\uc815\uac00 (\uc2b9\ubbfc\uc7
	                                                                                                 74\ub9c8\uc744)', 'birthdate': datetime.date(1946, 4, 1
	                                                                                                 ), 'sex': 'M', 'job': u'\uc544\ub098\uc6b4\uc11c \ubc0f
	                                                                                                  \ub9ac\ud3ec\ud130', 'ssn': u'960710-2642091', 'curren
	                                                                                                 t_location': (Decimal('0.278421'), Decimal('163.555824'
	                                                                                                 )), 'mail': u'haeungang@hanmail.net'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (9218, datetime.datetime(1998, 6, 14, 10, 52, 2), u'htt
	                                                                                                 p://www.gimgimryu.com/', -933664.355, Decimal('-1527339
	                                                                                                 197.2'), 9195, u'junhyeogi@yu.org', u'hZBTFYhdCwATHfhGu
	                                                                                                 CkY', u'msim@hanmail.net', u'wgEPNHvsPZonfxEEtfxW')
	fake.pystr(min_chars=None, max_chars=20)                                                       # LRlHFEmzkLwPHJdZpYBS
	fake.pystruct(count=10, *value_types)                                                          # ([datetime.datetime(1983, 5, 26, 8, 14, 42), u'WvjUhdKJ
	                                                                                                 JwywVCVQDshz', 464.0, 9559, 31269972466887.0, u'yqMxRKb
	                                                                                                 lsBKGrNJPCcUc', datetime.datetime(2008, 2, 20, 16, 46, 
	                                                                                                 22), u'yYWArUSoJilxgkEBYShX', datetime.datetime(2001, 1
	                                                                                                 2, 10, 8, 16, 50), u'BsidMUBsRFtceeklSdIB'], {u'dolorib
	                                                                                                 us': u'jeongnamson@gweonbag.com', u'similique': datetim
	                                                                                                 e.datetime(2015, 11, 19, 17, 18, 19), u'quis': u'JCTgbY
	                                                                                                 xuaiGGmtakVZXD', u'laudantium': u'ujin54@coecoecoe.kr',
	                                                                                                  u'minus': 2937, u'ullam': 9868, u'at': 4025, u'facere'
	                                                                                                 : datetime.datetime(2017, 10, 12, 12, 37, 43), u'repell
	                                                                                                 at': u'https://www.bagbagcoe.kr/', u'veritatis': 931348
	                                                                                                 3212.192}, {u'officia': {0: u'http://www.yu.kr/category
	                                                                                                 /tag/index/', 1: [94.76876917, 814, 8819], 2: {0: -8306
	                                                                                                 .398367, 1: datetime.datetime(1979, 2, 17, 19, 6, 40), 
	                                                                                                 2: [Decimal('-41.8944082419'), datetime.datetime(1983, 
	                                                                                                 3, 10, 2, 37, 35)]}}, u'ab': {8: u'xgWlchWMYaIBpXtiRIRz
	                                                                                                 ', 9: [u'https://www.gimhwanggim.kr/posts/main/faq.html
	                                                                                                 ', u'HtApKOENZNzcIVoQHsgy', Decimal('5408.0')], 10: {8:
	                                                                                                  u'airvhIaidRuSpynnbQZR', 9: datetime.datetime(1990, 8,
	                                                                                                  3, 12, 22, 58), 10: [7470, u'seongsu96@nate.com']}}, u
	                                                                                                 'quisquam': {8: {8: [u'yeongsig01@naver.com', datetime.
	                                                                                                 datetime(2002, 5, 23, 13, 33, 55)], 6: u'WgBUTVynIVXfHV
	                                                                                                 ozYyZO', 7: u'NUguFpbUnJpVAkPoNaho'}, 6: datetime.datet
	                                                                                                 ime(1990, 4, 18, 18, 32, 32), 7: [u'ufKyYslyVLFThOHPTgq
	                                                                                                 T', datetime.datetime(1978, 8, 8, 12, 32, 18), -5399785
	                                                                                                 5963856.0]}, u'voluptates': {1: u'bSKYfNICtGfENVKNJdMz'
	                                                                                                 , 2: [u'SRJzjBdibvDAyamdRbKv', u'http://www.aninam.com/
	                                                                                                 post.jsp', u'https://gimcoegim.com/main/'], 3: {1: u'ht
	                                                                                                 tp://jusighoesa.org/faq/', 2: u'kupTAWHzBwoVePEQqfmd', 
	                                                                                                 3: [Decimal('-97908.768'), Decimal('-51399043.0')]}}, u
	                                                                                                 'perferendis': {8: [9156, u'oltyWhkVdonozBPxjZTJ', u'am
	                                                                                                 PjWdsRopTjURtJXaKP'], 9: {8: u'rOIYPfwmDDfwBaSoAGkR', 9
	                                                                                                 : [1396, u'ggPyxFGwZCQIHvpjBDPg'], 7: 7957}, 7: u'JWNZy
	                                                                                                 CXTJlCHeJlyCDUJ'}, u'fuga': {2: u'CBzwROHOmwGAThfveizr'
	                                                                                                 , 3: [u'https://ju.com/index.jsp', 60242109.208, u'uqNs
	                                                                                                 UPRHRkWijdKlnpoB'], 4: {2: u'NeHuabTJHPGStNEieCFL', 3: 
	                                                                                                 datetime.datetime(2010, 2, 18, 7, 13, 5), 4: [u'tKphIpK
	                                                                                                 JvEpCaaUhZWto', u'QZxIrvIqsxjFPQIWYeDf']}}, u'praesenti
	                                                                                                 um': {4: u'EOkrZpcZIGWowkcReVrI', 5: [u'mGulkjtZsXNosHV
	                                                                                                 VVTxD', 7690, 3752], 6: {4: -2.74774, 5: 3135, 6: [u'se
	                                                                                                 ungmini@nate.com', 4789]}}, u'inventore': {5: u'zabbTNS
	                                                                                                 tjfWUSHbIwScF', 6: [1686, u'ahXdUqUMjzdMqmOflqeH', 1247
	                                                                                                 ], 7: {5: -5081718416732.44, 6: u'seunghyeon56@ju.net',
	                                                                                                  7: [Decimal('801027500.0'), u'RuDlYXgjltJluNWFzEKC']}}
	                                                                                                 , u'maiores': {9: u'https://ju.kr/homepage.php', 10: [d
	                                                                                                 atetime.datetime(2016, 8, 10, 21, 58, 1), -16224.221773
	                                                                                                 , u'mRydiaLjAdlcVgZSLbWK'], 11: {9: u'https://www.gimi.
	                                                                                                 com/list/tags/register/', 10: datetime.datetime(2018, 6
	                                                                                                 , 19, 13, 35, 52), 11: [datetime.datetime(2013, 8, 16, 
	                                                                                                 16, 1, 18), u'jangminjae@naver.com']}}, u'consequatur':
	                                                                                                  {3: 1998, 4: [8671, 68758235113543.0, u'xmWWmNVPTNeIuV
	                                                                                                 qtDEzO'], 5: {3: u'HgpwcdTRWwvNlWzeMlyM', 4: 6155, 5: [
	                                                                                                 Decimal('-4739.74092668'), 37124311611.0]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 44093941.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 92881.39
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'cmun@dreamwiz.com', Decimal('92746242438.5'), u'KIfk
	                                                                                                 XKlTfKCqmnLBapKd', -9144131293.3, 7204, -43.0, u'http:/
	                                                                                                 /www.yu.kr/', datetime.datetime(2016, 12, 11, 15, 56, 3
	                                                                                                 5), 8228841260.90927, Decimal('-558824973126'), u'lIseL
	                                                                                                 IuYTjQXoLnfxSQl', u'yeeunna@ju.org', u'bagsangceol@hotm
	                                                                                                 ail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (datetime.datetime(1993, 1, 11, 14, 7, 24), u'PoNssDaFz
	                                                                                                 NiMMYioYtoD', 8230, 6759, u'LwCVCiqVgvlcKbXNnVtT', u'mi
	                                                                                                 m@daum.net', u'SpqCoGbKzrQMGStwtsle', 21, u'ZAkFUQNmRpL
	                                                                                                 SOwZLWsUe', u'xbag@dreamwiz.com')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([4322, u'gosunog@yu.org', datetime.datetime(1993, 5
	                                                                                                 , 14, 16, 52, 13), Decimal('5.86015227901E+13'), u'UByD
	                                                                                                 BuntjsSCmComGEMB', 9110, u'DVBfXfmCAYXvZwPdSSwI', u'DIG
	                                                                                                 STCrWLwGjsbFLkFbU', u'jaehyeongim@dreamwiz.com'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'minima': u'qIjFEWFrCGbvHageQcoW', u'laborum': u'Zebj
	                                                                                                 OflSlJqTvQCgsxCZ', u'aliquid': u'rnbDQYtcINVREjlIeigX',
	                                                                                                  u'quia': 7391, u'quisquam': -3062115.7, u'doloremque':
	                                                                                                  u'kthEyJmsuWuiNFgSkHdy', u'blanditiis': u'eBlmvhQQYPMf
	                                                                                                 IsvNuGma', u'atque': u'GHQYmdJNaqJXlnnoFRvr', u'soluta'
	                                                                                                 : u'http://www.gimson.kr/login.asp'}
	fake.pyint()                                                                                   # 7430

### faker.providers.ssn

	fake.ssn()                                                                                     # 280423-2849564

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_11_4; rv:1
	                                                                                                 .9.6.20) Gecko/2016-03-09 21:54:13 Firefox/12.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.91.(X11; Linux i686; gd-GB) Presto/2.9.172 Vers
	                                                                                                 ion/10.00
	fake.windows_platform_token()                                                                  # Windows 98
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.2; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_11_8; rv:1.9
	                                                                                                 .6.20) Gecko/2015-11-17 02:38:41 Firefox/3.8
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_7) AppleWebKi
	                                                                                                 t/5360 (KHTML, like Gecko) Chrome/16.0.873.0 Safari/536
	                                                                                                 0
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_7_2
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_0 rv:4.0;
	                                                                                                  the-NP) AppleWebKit/535.29.6 (KHTML, like Gecko) Versi
	                                                                                                 on/5.0.3 Safari/535.29.6

## LANGUAGE de_AT

### faker.providers.address

	fake.address()                                                                                 # Franz-Auer-Straße 73
	                                                                                                 7287 Marchtrenk
	fake.street_address()                                                                          # Sophie-Weber-Ring 6
	fake.postcode()                                                                                # 6295
	fake.country_code(representation="alpha-2")                                                    # CZ
	fake.street_name()                                                                             # Wintergasse
	fake.country()                                                                                 # Belize
	fake.city_name()                                                                               # Geras
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 1
	fake.street_suffix_long()                                                                      # Straße
	fake.street_suffix_short()                                                                     # platz
	fake.city()                                                                                    # Schwaz
	fake.city_with_postcode()                                                                      # 8308 Korneuburg
	fake.state()                                                                                   # Steiermark

### faker.providers.automotive

	fake.license_plate()                                                                           # 85C•163

### faker.providers.bank

	fake.bban()                                                                                    # 1412860703963331
	fake.bank_country()                                                                            # AT
	fake.iban()                                                                                    # AT119047392986848754

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 7407247101539
	fake.ean13()                                                                                   # 2492486244135
	fake.ean8()                                                                                    # 38369933

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(239,74,1)
	fake.color_name()                                                                              # MediumPurple
	fake.rgb_color()                                                                               # 101,124,203
	fake.safe_hex_color()                                                                          # #ee0000
	fake.safe_color_name()                                                                         # teal
	fake.hex_color()                                                                               # #51f2ed

### faker.providers.company

	fake.company()                                                                                 # Berger, Dienstl and Wimmer
	fake.company_suffix()                                                                          # Group
	fake.catch_phrase()                                                                            # Realigned executive task-force
	fake.bs()                                                                                      # utilize integrated partnerships

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 089
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Paula Itzlinger
	                                                                                                 3513166160164862 03/26
	                                                                                                 CVC: 180
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 06/23
	fake.credit_card_number(card_type=None)                                                        # 38984671994748

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # SRN
	fake.currency_code()                                                                           # FKP
	fake.currency_name()                                                                           # West African CFA franc
	fake.cryptocurrency_name()                                                                     # Bitcoin
	fake.cryptocurrency()                                                                          # ('LTC', 'Litecoin')
	fake.currency()                                                                                # ('TOP', 'Tongan pa\xca\xbbanga')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-23 12:25:39
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b77f4b0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2017-09-17 04:15:33
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2011-08-07
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-15 19:44:09
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-06
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2010-09-19 04:54:27
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-10-14
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2006-08-07 23:06:42
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1971-07-28
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 2001-06-06
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-05
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1973-08-22T17:21:31
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-05
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-17
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1997
	fake.day_of_month()                                                                            # 05
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 344171297
	fake.timezone()                                                                                # Asia/Tokyo
	fake.century()                                                                                 # XX
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1965-05-02
	fake.time_object(end_datetime=None)                                                            # 08:51:50
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-10 00:55:42
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2018-11-16 03:35:49
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 00:31:37
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-23 18:30:46
	fake.month_name()                                                                              # July
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1545-05-03 12:43:40
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdk
	fake.mime_type(category=None)                                                                  # image/pjpeg
	fake.file_path(depth=1, category=None, extension=None)                                         # /deleniti/necessitatibus.numbers
	fake.unix_partition(prefix=None)                                                               # /dev/xvdo6
	fake.file_name(category=None, extension=None)                                                  # dolores.flac
	fake.file_extension(category=None)                                                             # avi

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 77.894070
	fake.latitude()                                                                                # 26.1258125
	fake.local_latitude()                                                                          # 47.940189
	fake.longitude()                                                                               # -41.508450
	fake.local_longitude()                                                                         # 12.028594
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('40.81', '-73.9625', 'Morningside Heights', 'US', 'Ame
	                                                                                                 rica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('-38.65333', '178.00417', 'Gisborne', 'NZ', 'Pacific/A
	                                                                                                 uckland')
	fake.latlng()                                                                                  # (Decimal('54.9464115'), Decimal('-45.999342'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # leitnerdaniel@chello.at
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/849x89
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # karnerandreas@gmail.com
	fake.url(schemes=None)                                                                         # http://lechner.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.98.71.139
	fake.user_name(*args, **kwargs)                                                                # hweber
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # login
	fake.free_email_domain(*args, **kwargs)                                                        # kabsi.at
	fake.safe_email(*args, **kwargs)                                                               # iauer@example.org
	fake.ascii_email(*args, **kwargs)                                                              # olivia25@fischer.org
	fake.ipv4_public(network=False, address_class=None)                                            # 169.250.129.234
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # baumgartnernoah@mayer.co.at
	fake.domain_name(*args, **kwargs)                                                              # eder.net
	fake.hostname(*args, **kwargs)                                                                 # laptop-80.auer.at
	fake.ipv4(network=False, address_class=None, private=None)                                     # 198.25.15.29
	fake.domain_word(*args, **kwargs)                                                              # wolf
	fake.slug(*args, **kwargs)                                                                     # hic-laborum-sit
	fake.uri_path(deep=None)                                                                       # wp-content/posts/wp-content
	fake.company_email(*args, **kwargs)                                                            # niklas62@ebner-schwarz.net
	fake.uri()                                                                                     # http://pichler-huber.org/tag/post/
	fake.ipv6(network=False)                                                                       # 40cf:517d:4528:b339:edb4:9293:7afd:d002
	fake.free_email(*args, **kwargs)                                                               # wimmerandreas@kabsi.at
	fake.ascii_safe_email(*args, **kwargs)                                                         # vbaumgartner@example.net
	fake.mac_address()                                                                             # 4c:08:c2:1a:2d:1b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-59983-732-3
	fake.isbn13(separator="-")                                                                     # 978-0-205-69857-8

### faker.providers.job

	fake.job()                                                                                     # Purchasing manager

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Et accusamus tempora aut ut excepturi. Similique con
	                                                                                                 sequuntur quidem fuga quis quia ratione.', u'Corrupti v
	                                                                                                 oluptates fuga tempora velit consectetur mollitia. Labo
	                                                                                                 riosam id dicta molestiae. Cumque ex reiciendis quod eo
	                                                                                                 s porro earum nam. Quo magnam dolorum voluptates volupt
	                                                                                                 as minima repellendus.', u'Sapiente eum similique neces
	                                                                                                 sitatibus. Eius earum esse voluptatem. Provident cupidi
	                                                                                                 tate a repellendus repudiandae.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Rerum quidem dolor excepturi. Repellendus doloribus vit
	                                                                                                 ae dolorem commodi laboriosam unde numquam. Consequatur
	                                                                                                  voluptas deserunt fuga corporis ex ea. Quibusdam aperi
	                                                                                                 am omnis.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Expedita labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Riegler
	fake.name_female()                                                                             # Leon Stadler
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Ing.
	fake.name()                                                                                    # Paul Pichler
	fake.name_male()                                                                               # Anton Mayr
	fake.first_name()                                                                              # Linda
	fake.first_name_male()                                                                         # Johanna
	fake.first_name_female()                                                                       # Fabian
	fake.last_name_female()                                                                        # Mayer
	fake.last_name()                                                                               # Chum
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 001-100-624-7518x921
	fake.msisdn()                                                                                  # 9859520172912

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'sophie09', 'name': u'Mag. Noah Weiss', '
	                                                                                                 birthdate': datetime.date(1907, 4, 19), 'sex': 'F', 'ad
	                                                                                                 dress': u'Holzerstra\xdfe 59\n4870 Bruck an der Leitha'
	                                                                                                 , 'mail': u'maureremil@chello.at'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://mayr.co.at/'], 'username': u'dan
	                                                                                                 iel81', 'name': u'Dipl.-Ing. Olivia Wieser', 'blood_gro
	                                                                                                 up': 'B+', 'residence': u'Olivia-Maier-Weg 431\n2721 La
	                                                                                                 akirchen', 'company': u'Denk-Baumgartner', 'address': u
	                                                                                                 'Maria-Moser-Platz 80\n3847 Bad Aussee', 'birthdate': d
	                                                                                                 atetime.date(1917, 12, 21), 'sex': 'M', 'job': 'Agricul
	                                                                                                 tural engineer', 'ssn': u'486-66-1734', 'current_locati
	                                                                                                 on': (Decimal('64.6537375'), Decimal('-118.563534')), '
	                                                                                                 mail': u'mayrsophie@chello.at'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [Decimal('35772546.5'), u'jofCnMOMVMujwKtLKphp', 2150, 
	                                                                                                 u'lukasjung@daume.at', 2032, 4345, 8047, datetime.datet
	                                                                                                 ime(2016, 4, 7, 8, 44, 28), Decimal('-4.64894619394E+14
	                                                                                                 '), -5.89, u'IVIQVQakyTYxUcedzRIJ', 84361269346.7, u'Ob
	                                                                                                 vSDPfAdvfLBvpEYAUW']
	fake.pystr(min_chars=None, max_chars=20)                                                       # NGNdtsISufWRqmcFDEnH
	fake.pystruct(count=10, *value_types)                                                          # ([u'rfGKtpxLPaztbYTCwdhc', u'eYbygJkVaVlogWWSeaTc', u'V
	                                                                                                 xmVIEPctkMSPdVYfStW', datetime.datetime(1981, 11, 2, 12
	                                                                                                 , 45, 20), u'https://mayr-haiden.org/wp-content/search/
	                                                                                                 post/', Decimal('9512190703.0'), 7476, 40.6, u'BKzLiZGU
	                                                                                                 HOzHzadhXPXC', datetime.datetime(2011, 4, 11, 2, 21, 59
	                                                                                                 )], {u'suscipit': u'ZKKzekLzwSSgGZMMoBej', u'placeat': 
	                                                                                                 Decimal('-67254.0'), u'perspiciatis': u'xUTcMAoeVAGBnHI
	                                                                                                 SgtbV', u'sint': u'HdjnHHhyQbMjYvThkYvo', u'eos': u'htt
	                                                                                                 ps://berger.org/about/', u'quasi': u'sxsbUgZWlaDqWCwsrH
	                                                                                                 yK', u'in': u'kBdRxlkCAIdslQDSPqDM', u'ducimus': u'regg
	                                                                                                 er@gmx.at', u'vel': 6520, u'labore': 339.840088}, {u'do
	                                                                                                 loribus': {8: {8: [4809, u'zIOMSjfaTVgdeEsdknFV'], 6: u
	                                                                                                 'JibPxFewhzdXwxyhUwrb', 7: datetime.datetime(1990, 3, 3
	                                                                                                 1, 6, 43, 14)}, 6: u'noblicSVBdIiQYMiRVSE', 7: [9340, u
	                                                                                                 'yeTgNJCXYagwZpesIQQF', 9177]}, u'ratione': {2: u'https
	                                                                                                 ://www.wieser-huber.at/', 3: [u'FWqgoEgwxtwpflXFKBcz', 
	                                                                                                 u'hILrmuepFhMUpQVzgOVD', 4570], 4: {2: u'fFhYcHYkbPsWFX
	                                                                                                 WZSzAu', 3: Decimal('-5498952.3'), 4: [u'fischerthomas@
	                                                                                                 moser.net', u'FAwdQCooUMwpbCYAgLaP']}}, u'dicta': {8: [
	                                                                                                 85707235205098.0, u'VbNtSafSuiJsvoGPorHx', u'YxyasRXImw
	                                                                                                 PeDUjQuAfP'], 9: {8: u'http://schneider.co.at/', 9: [u'
	                                                                                                 http://www.baumgartner-jung.co.at/', datetime.datetime(
	                                                                                                 1988, 7, 18, 20, 13, 21)], 7: u'rcSPsDiqilFyWOGJfZLl'},
	                                                                                                  7: u'NJaRnmbltJdefVODbJje'}, u'in': {0: 781, 1: [u'GQO
	                                                                                                 IntjMzepnBDDdAIrW', 1966, u'rAeMFsBKydkNetSIPJho'], 2: 
	                                                                                                 {0: u'sfelber@berger-fischer.org', 1: -230400401.0, 2: 
	                                                                                                 [Decimal('7.90661980892E+14'), u'http://mayr-stadler.co
	                                                                                                 .at/terms.htm']}}, u'accusantium': {4: 2121, 5: [Decima
	                                                                                                 l('-36844965.4806'), u'WWgiACAanQGVRVrGrRhr', 120038074
	                                                                                                 3539.0], 6: {4: Decimal('12891.4075'), 5: u'LqEEmNAyDKV
	                                                                                                 tJIPPfLTx', 6: [u'webermoritz@wolf.org', u'ariegler@gru
	                                                                                                 ber-deng.at']}}, u'quia': {5: u'umaier@wieser-grabner.n
	                                                                                                 et', 6: [4033, u'olivia06@auer.net', u'sZhBdVgJLmHdGJmx
	                                                                                                 Pdym'], 7: {5: u'LXlLYXvpXTOhsTJkBbrW', 6: -1906925208.
	                                                                                                 2, 7: [1532, u'alina99@kabsi.at']}}, u'dignissimos': {8
	                                                                                                 : u'GGbDeHcueisSNSsPLMxP', 9: [u'BeqZorqoJgpXcYZIopxt',
	                                                                                                  2562, u'xwinkler@cap-jobst.net'], 10: {8: u'zlAUomMSWG
	                                                                                                 HEYZULAxnw', 9: u'https://ebner-ferstel.at/posts/blog/a
	                                                                                                 pp/author.php', 10: [u'QZnljhbqxZULfMXJnUCU', 5373]}}, 
	                                                                                                 u'velit': {1: u'hzGHSRBkPzwgNCkbnZyF', 2: [494212447.0,
	                                                                                                  Decimal('-2.40136427687E+12'), u'kVcJuDObusfdbAPIOxzo'
	                                                                                                 ], 3: {1: Decimal('6963631355.0'), 2: u'EtsXIsKYeAbpEbD
	                                                                                                 kQQQf', 3: [u'OGjICAeEeROitcmZpEtS', datetime.datetime(
	                                                                                                 2008, 2, 4, 17, 21, 24)]}}, u'ducimus': {3: 7196, 4: [u
	                                                                                                 'wwQjXSnEowhuXfBGtdZY', u'https://leitner.net/register/
	                                                                                                 ', u'gTrVTgSCPKavHsxjLIPU'], 5: {3: 7550, 4: 4271, 5: [
	                                                                                                 Decimal('-9.01727708405E+13'), Decimal('7.1973574')]}},
	                                                                                                  u'earum': {9: 6280, 10: [5759, Decimal('-1.10542919023
	                                                                                                 E+12'), -441.254369621544], 11: {9: u'JfyRzieThtNHVNqZU
	                                                                                                 Ifg', 10: 3177, 11: [u'kuVxMbklxymikfbjSMDv', u'https:/
	                                                                                                 /www.gastegger.com/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -3.21673268884e+14
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -2.6
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('6.841175'), u'jana00@chello.at', u'philipp98@
	                                                                                                 chello.at', u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHg
	                                                                                                 TarG', u'https://www.wieser.com/author.html', u'oEKvhRk
	                                                                                                 hZXZJzgpBTuJB', 2665, 7064]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), u'CPqDm
	                                                                                                 lzqlFFPqbTvnSUV', u'HSnqrRrsGwzsynzAvzCn', u'sarahgeier
	                                                                                                 @gmx.at', datetime.datetime(2005, 1, 4, 19, 7, 11), u'j
	                                                                                                 yByNZXfbjrQlaXPacId', 7620, 282, datetime.datetime(2016
	                                                                                                 , 6, 11, 7, 9, 54))
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'theresahuber@gmx.at', u'QmffdyxMOASbnnIwStDR', u
	                                                                                                 'sAshHOhJEdApxRyNAwBn', 7716, u'yxyNsxvwCLUAWhJvKHnn', 
	                                                                                                 5638, u'https://dienstl-reiter.com/login/', datetime.da
	                                                                                                 tetime(1971, 11, 18, 21, 59, 5), 599304.553, u'eaTCLSKw
	                                                                                                 WBTqKueGBgvL', u'maria81@chello.at', datetime.datetime(
	                                                                                                 1993, 10, 1, 0, 45, 15), 414])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'maiores': 3017, u'quas': 9443, u'praesentium': u'Ptt
	                                                                                                 RpgqTtsVofWgVgwcq', u'qui': 8.72, u'voluptatibus': date
	                                                                                                 time.datetime(1999, 7, 28, 14, 1, 26), u'magnam': u'ber
	                                                                                                 germartin@mair.at', u'aliquam': 15197.7665305}
	fake.pyint()                                                                                   # 9

### faker.providers.ssn

	fake.vat_id()                                                                                  # ATU62949792
	fake.ssn()                                                                                     # 592-58-8962

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 5.0; eu-FR; rv:1.9.1.20) Gecko/
	                                                                                                 2015-03-17 07:38:44 Firefox/3.6.2
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.35.(Windows 98; Win 9x 4.90; fo-FO) Presto/2.9.
	                                                                                                 174 Version/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/
	                                                                                                 5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.2; Trid
	                                                                                                 ent/4.0)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5321 (KHTML, 
	                                                                                                 like Gecko) Chrome/41.0.823.0 Safari/5321
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_10_1
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/53
	                                                                                                 1.24.3 (KHTML, like Gecko) Version/4.0.3 Safari/531.24.
	                                                                                                 3

## LANGUAGE pt_BR

### faker.providers.address

	fake.estado_nome()                                                                             # Paraná
	fake.neighborhood()                                                                            # Vila Antena
	fake.street_prefix()                                                                           # Colônia
	fake.address()                                                                                 # Estação Alexandre Moura, 47
	                                                                                                 Vila Novo São Lucas
	                                                                                                 87456158 Porto / RJ
	fake.street_address()                                                                          # Avenida Mariana Gonçalves, 6
	fake.bairro()                                                                                  # Vila Trinta E Um De Março
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.street_name()                                                                             # Conjunto Fogaça
	fake.country()                                                                                 # Moçambique
	fake.estado_sigla()                                                                            # CE
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # do Campo
	fake.building_number()                                                                         # 80
	fake.estado()                                                                                  # (u'SE', u'Sergipe')
	fake.state_abbr()                                                                              # PE
	fake.city()                                                                                    # Farias do Norte
	fake.postcode()                                                                                # 99566890
	fake.state()                                                                                   # Maranhão

### faker.providers.automotive

	fake.license_plate()                                                                           # SAU-0396

### faker.providers.bank

	fake.bban()                                                                                    # HJKD9047392986848
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB17UNMS4072471015324

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 9248624413382
	fake.ean13()                                                                                   # 3699363347920
	fake.ean8()                                                                                    # 04007173

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(242,157,108)
	fake.color_name()                                                                              # Cinza ardósia claro
	fake.rgb_color()                                                                               # 218,15,49
	fake.safe_hex_color()                                                                          # #dd0000
	fake.safe_color_name()                                                                         # amarelo
	fake.hex_color()                                                                               # #f03da2

### faker.providers.company

	fake.company_id()                                                                              # 98346072000190
	fake.company_suffix()                                                                          # Ltda.
	fake.company()                                                                                 # Mendes e Filhos
	fake.cnpj()                                                                                    # 15.367.802/0001-01
	fake.catch_phrase_verb()                                                                       # de conseguir
	fake.catch_phrase()                                                                            # O prazer de ganhar sem preocupação
	fake.bs()                                                                                      # target web-enabled partnerships
	fake.catch_phrase_noun()                                                                       # o poder
	fake.catch_phrase_attribute()                                                                  # mais rapidamente

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 532
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # American Express
	                                                                                                 Leonardo Novaes
	                                                                                                 348929082949000 05/27
	                                                                                                 CID: 6501
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 01/27
	fake.credit_card_number(card_type=None)                                                        # 4979730715440050517

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # XRP
	fake.currency_code()                                                                           # CDF
	fake.currency_name()                                                                           # Gambian dalasi
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('ETC', 'Ethereum Classic')
	fake.currency()                                                                                # ('JEP', 'Jersey pound')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 11:00:15
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b74dcd0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2008-07-28 00:39:48
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2013-08-31
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-20 16:57:50
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-21
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2016-02-22 19:31:37
	fake.date_between(start_date="-30y", end_date="today")                                         # 2006-04-14
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2007-02-25 17:43:06
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2008-09-14
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:48
	fake.date_object(end_datetime=None)                                                            # 1986-01-04
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-13
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2007-05-10T08:45:21
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-23
	fake.date_this_century(before_today=True, after_today=False)                                   # 2008-06-21
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1984
	fake.day_of_month()                                                                            # 13
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1432436527
	fake.timezone()                                                                                # America/Santo_Domingo
	fake.century()                                                                                 # XIII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1947-06-04
	fake.time_object(end_datetime=None)                                                            # 16:08:53
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-14 00:13:16
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2002-08-02 15:15:53
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 11:48:52
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-20
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 06:58:47
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1446-10-18 12:27:04
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvds
	fake.mime_type(category=None)                                                                  # video/x-ms-wmv
	fake.file_path(depth=1, category=None, extension=None)                                         # /amet/voluptatem.flac
	fake.unix_partition(prefix=None)                                                               # /dev/vdh4
	fake.file_name(category=None, extension=None)                                                  # optio.mp4
	fake.file_extension(category=None)                                                             # pages

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -107.228996
	fake.latitude()                                                                                # 64.668585
	fake.longitude()                                                                               # -88.220428
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('35.05266', '-78.87836', 'Fayetteville', 'US', 'Americ
	                                                                                                 a/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('1.6', '103.81667', 'Ulu Tiram', 'MY', 'Asia/Kuala_Lum
	                                                                                                 pur')
	fake.latlng()                                                                                  # (Decimal('50.185977'), Decimal('103.515530'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # rduarte@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=346x
	                                                                                                 258&w=346&h=258
	fake.tld()                                                                                     # br
	fake.email(*args, **kwargs)                                                                    # xlopes@gomes.com
	fake.url(schemes=None)                                                                         # http://www.ramos.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.21.32.183
	fake.user_name(*args, **kwargs)                                                                # gcostela
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # bol.com.br
	fake.safe_email(*args, **kwargs)                                                               # tsilva@example.net
	fake.ascii_email(*args, **kwargs)                                                              # benjamin31@alves.br
	fake.ipv4_public(network=False, address_class=None)                                            # 173.237.55.34
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # zoliveira@nascimento.br
	fake.domain_name(*args, **kwargs)                                                              # melo.net
	fake.hostname(*args, **kwargs)                                                                 # laptop-88.silva.br
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.175.118.184
	fake.domain_word(*args, **kwargs)                                                              # cardoso
	fake.slug(*args, **kwargs)                                                                     # quae-harum-earum
	fake.uri_path(deep=None)                                                                       # main/posts/posts
	fake.company_email(*args, **kwargs)                                                            # ebarros@cardoso.br
	fake.uri()                                                                                     # http://vieira.br/register/
	fake.ipv6(network=False)                                                                       # 696e:33d9:6162:1470:31b9:144f:16d7:903
	fake.free_email(*args, **kwargs)                                                               # vitor-gabriel85@bol.com.br
	fake.ascii_safe_email(*args, **kwargs)                                                         # almeidacalebe@example.com
	fake.mac_address()                                                                             # c0:e9:25:ed:0c:86

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-671-91313-1
	fake.isbn13(separator="-")                                                                     # 978-1-70646-308-5

### faker.providers.job

	fake.job()                                                                                     # Avalista

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Illo provident rerum aspernatur beatae. Ipsum ducimus e
	                                                                                                 st quisquam ullam quod molestiae. Dolor eos officiis qu
	                                                                                                 ia accusamus.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Nam sunt quo magnam. Voluptates voluptas minima repe
	                                                                                                 llendus. Ducimus sapiente eum similique necessitatibus 
	                                                                                                 deleniti.', u'Esse voluptatem fugiat provident. A repel
	                                                                                                 lendus repudiandae neque.', u'Odit labore suscipit numq
	                                                                                                 uam commodi. Voluptas amet tempora dignissimos ipsa dol
	                                                                                                 or voluptates.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Odit facere ratione quibusdam atque quisquam.', u'Od
	                                                                                                 it vel aperiam magnam repellendus.', u'Animi pariatur a
	                                                                                                 periam inventore at placeat expedita aperiam.']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Qui similique consequuntur quidem fuga. Quia ratione ve
	                                                                                                 niam suscipit corrupti voluptates fuga. Velit consectet
	                                                                                                 ur mollitia eaque laboriosam id dicta. Voluptate cumque
	                                                                                                  ex reiciendis quod eos.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Optio magnam minima.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Porto
	fake.name_female()                                                                             # Laura Rodrigues
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Sr.
	fake.name()                                                                                    # Pedro Henrique Pereira
	fake.name_male()                                                                               # Augusto Nunes
	fake.first_name()                                                                              # Ana Luiza
	fake.first_name_male()                                                                         # Heitor
	fake.first_name_female()                                                                       # Camila
	fake.last_name_female()                                                                        # Nunes
	fake.last_name()                                                                               # Cardoso
	fake.prefix_female()                                                                           # Srta.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +55 61 7518-9210
	fake.cellphone_number()                                                                        # +55 98595 2017
	fake.msisdn()                                                                                  # 5531912810062

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'brendaduarte', 'name': u'Igor Rezende', 
	                                                                                                 'birthdate': datetime.date(2019, 3, 9), 'sex': 'M', 'ad
	                                                                                                 dress': u'Trecho Isabel Arag\xe3o, 2\nEngenho Nogueira\
	                                                                                                 n11020-122 Costela da Mata / RJ', 'mail': u'isadora70@i
	                                                                                                 g.com.br'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://pinto.br/'], 'username': u'freit
	                                                                                                 aslevi', 'name': u'Raul Campos', 'blood_group': 'A+', '
	                                                                                                 residence': u'S\xedtio Nascimento, 324\nCamponesa 2\xaa
	                                                                                                  Se\xe7\xe3o\n72164813 Novaes / RN', 'company': u'Ara\x
	                                                                                                 fajo S/A', 'address': u'Ladeira Sales, 3\nVila S\xe3o J
	                                                                                                 o\xe3o Batista\n76007911 Vieira / GO', 'birthdate': dat
	                                                                                                 etime.date(1909, 5, 21), 'sex': 'M', 'job': u'Letrista'
	                                                                                                 , 'ssn': u'47593081648', 'current_location': (Decimal('
	                                                                                                 -71.6202365'), Decimal('82.699820')), 'mail': u'msilva@
	                                                                                                 ig.com.br'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([3651, Decimal('-506363.843612'), 1129138102723.5, 
	                                                                                                 8778, u'earaujo@fogaca.br', u'http://martins.br/', Deci
	                                                                                                 mal('5142.87214588'), datetime.datetime(1974, 10, 31, 1
	                                                                                                 5, 39, 1), datetime.datetime(1971, 5, 19, 23, 2, 26), u
	                                                                                                 'vfLBvpEYAUWuKcyBGRZL', u'nCjdlZQUppZpxKFSEgHg', Decima
	                                                                                                 l('167050146874'), u'alWZLQXUkeHpgAakXmmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # KtpxLPaztbYTCwdhcFei
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('-7481.4816'), u'ocostela@silveira.br', u'htt
	                                                                                                 p://oliveira.br/categories/home.html', 34.98229, Decima
	                                                                                                 l('4978158211.76'), u'hsantos@ig.com.br', u'nyhYPJbVZYM
	                                                                                                 fsxsbUgZW', 165, u'ueisSNSsPLMxPbBeqZor', 6280], {u'off
	                                                                                                 icia': 806, u'iste': u'NtSafSuiJsvoGPorHxmY', u'invento
	                                                                                                 re': u'https://vieira.br/main/wp-content/about.htm', u'
	                                                                                                 dolores': 3080, u'saepe': u'jnHHhyQbMjYvThkYvoTO', u'di
	                                                                                                 cta': u'http://www.aragao.net/home.php', u'praesentium'
	                                                                                                 : u'fFhYcHYkbPsWFXWZSzAu', u'quod': 8196, u'delectus': 
	                                                                                                 Decimal('3.449605'), u'asperiores': -91528686819754.0},
	                                                                                                  {u'ad': {8: [u'DiqilFyWOGJfZLlSbxEJ', u'http://www.cam
	                                                                                                 pos.com/main.htm', u'BsPtkEHWjBKzLiZGUHOz'], 9: {8: dat
	                                                                                                 etime.datetime(2016, 11, 23, 14, 25, 33), 9: [1372, 615
	                                                                                                 9], 7: Decimal('-13672575.0')}, 7: u'RXImwPeDUjQuAfPsrc
	                                                                                                 SP'}, u'odit': {8: u'oJgpXcYZIopxtAnWhRYx', 9: [19.4972
	                                                                                                 649, u'AUomMSWGHEYZULAxnwTW', datetime.datetime(2015, 5
	                                                                                                 , 21, 17, 14, 12)], 10: {8: -810.801, 9: datetime.datet
	                                                                                                 ime(1970, 7, 11, 2, 50, 41), 10: [u'portoyasmin@hotmail
	                                                                                                 .com', u'jhbqxZULfMXJnUCUDBkc']}}, u'sit': {4: 4271, 5:
	                                                                                                  [Decimal('-9.01727708405E+13'), Decimal('7.1973574'), 
	                                                                                                 u'HpdcIKJVKITtLvRBmqrG'], 6: {4: u'IGQuaysWWgiACAanQGVR
	                                                                                                 ', 5: u'luiz-henrique81@fernandes.br', 6: [u'mHovQgvqLq
	                                                                                                 EEmNAyDKVt', Decimal('992714324.716')]}}, u'excepturi':
	                                                                                                  {0: u'pnBDDdAIrWGkirAeMFsB', 1: [Decimal('-75984438.0'
	                                                                                                 ), 6904893733144.1, u'WhOnsucpZtBemlqHYtUP'], 2: {0: -5
	                                                                                                 900633179538.4, 1: datetime.datetime(2012, 12, 7, 18, 4
	                                                                                                 2, 46), 2: [-3957324783231.1, 8074]}}, u'fugit': {5: da
	                                                                                                 tetime.datetime(1994, 9, 18, 9, 33, 34), 6: [3895, u'ib
	                                                                                                 bkBdRxlkCAIdslQDSP', u'DMvJGgVXoWbSIUIWtJDu'], 7: {5: u
	                                                                                                 'leticia06@almeida.org', 6: u'JgsZhBdVgJLmHdGJmxPd', 7:
	                                                                                                  [2432, u'LXlLYXvpXTOhsTJkBbrW']}}, u'fuga': {1: u'aTcc
	                                                                                                 hzGHSRBkPzwgNCkb', 2: [u'ZyFvDgNzIIVMfbbokVcJ', -401492
	                                                                                                 070.36155, u'dbAPIOxzoHHgRKSmEtsX'], 3: {1: Decimal('92
	                                                                                                 222.5078637'), 2: u'pEbDkQQQfsOGjICAeEeR', 3: [datetime
	                                                                                                 .datetime(1977, 11, 1, 20, 36, 2), 2.593]}}, u'tenetur'
	                                                                                                 : {8: {8: [u'YSWmrCnweeXvIhNJaRnm', u'ltJdefVODbJjetTxU
	                                                                                                 SAr'], 6: 4809, 7: u'zIOMSjfaTVgdeEsdknFV'}, 6: u'aDqWC
	                                                                                                 wsrHyKMzMdnobli', 7: [u'SVBdIiQYMiRVSEEWhyeT', u'NJCXYa
	                                                                                                 gwZpesIQQFEVbJ', u'bPxFewhzdXwxyhUwrbLv']}, u'recusanda
	                                                                                                 e': {3: u'cpXNMHyJcFAwdQCooUMw', 4: [u'bCYAgLaPOcxUTcMA
	                                                                                                 oeVA', 5243, u'HISgtbVJPmELawwQjXSn'], 5: {3: 2746, 4: 
	                                                                                                 106.5325, 5: [3804, u'ZYQqDYbIHIBngTrVTgSC']}}, u'itaqu
	                                                                                                 e': {2: u'https://www.santos.org/', 3: [datetime.dateti
	                                                                                                 me(1972, 8, 16, 9, 10, 6), 8050.7599732, u'ribeironatha
	                                                                                                 n@ig.com.br'], 4: {2: u'https://www.souza.net/', 3: u'l
	                                                                                                 FWqgoEgwxtwpflXFKBc', 4: [2270, u'ILrmuepFhMUpQVzgOVDD'
	                                                                                                 ]}}, u'earum': {9: 5759, 10: [Decimal('-1.10542919023E+
	                                                                                                 12'), -441.254369621544, u'JfyRzieThtNHVNqZUIfg'], 11: 
	                                                                                                 {9: 3177, 10: u'kuVxMbklxymikfbjSMDv', 11: [u'https://w
	                                                                                                 ww.da.net/main.php', Decimal('9.8656121524E+14')]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -5.89
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 747.0
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'WDCYiioEKvhRkhZXZJzg', u'BTuJBAnEKVDOUuYYxkPz', 9881
	                                                                                                 , 4670, u'maite08@monteiro.br', u'ffdyxMOASbnnIwStDRfe'
	                                                                                                 , u'TCLSKwWBTqKueGBgvLAc', u'camila81@gmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'sGwzsynzAvzCnuOgPOYk', u'jrQlaXPacIdrCPqDmlzq', u'It
	                                                                                                 unFkwYoSIaNeHAXeTB', u'BMXBbJidpFbgjyByNZXf', 9675, u'B
	                                                                                                 TSWImvJnVyVMWpkrlDm', Decimal('-3.2743530956E+12'), u'G
	                                                                                                 fPfrnWfVezuUIfUmFkR', u'oopSDyiElWRjJjXUxzng', u'hTqDou
	                                                                                                 LleGDdIxFGvvPe', u'FFPqbTvnSUVEQCNQKDYh', 4123, u'isabe
	                                                                                                 llypires@yahoo.com.br')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([7576, u'tsISufWRqmcFDEnHSqJR', 7665, 7512, u'kamil
	                                                                                                 ly97@caldeira.br', u'AshHOhJEdApxRyNAwBnj', 4602, u'xvw
	                                                                                                 CLUAWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'fugiat': u'UIGzSacfjofCnMOMVMuj', u'beatae': u'theo2
	                                                                                                 6@cardoso.br', u'blanditiis': 3784, u'fuga': 7079612883
	                                                                                                 2.3, u'esse': u'mcardoso@yahoo.com.br', u'recusandae': 
	                                                                                                 u'da-luzisadora@gmail.com', u'repudiandae': u'pFlVqzEBM
	                                                                                                 jeGkDkzwxPN', u'voluptate': u'TtsVofWgVgwcqypCXvek', u'
	                                                                                                 autem': datetime.datetime(1999, 7, 28, 14, 1, 26)}
	fake.pyint()                                                                                   # 3157

### faker.providers.ssn

	fake.rg()                                                                                      # 043578214
	fake.cpf()                                                                                     # 392.608.157-03
	fake.ssn()                                                                                     # 90583627447

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2016
	                                                                                                 -06-14 18:13:04 Firefox/4.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.64.(X11; Linux x86_64; bn-IN) Presto/2.9.166 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows 98
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trid
	                                                                                                 ent/5.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/5
	                                                                                                 33.9.1 (KHTML, like Gecko) Version/4.0 Safari/533.9.1
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_3) AppleWebKi
	                                                                                                 t/5332 (KHTML, like Gecko) Chrome/51.0.810.0 Safari/533
	                                                                                                 2
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_7_6
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/532.44
	                                                                                                 .3 (KHTML, like Gecko) Version/5.0 Safari/532.44.3

## LANGUAGE zh_TW

### faker.providers.address

	fake.address()                                                                                 # 142 平鎮縣平和路7段75號5樓
	fake.city_name_suffix()                                                                        # 縣
	fake.street_address()                                                                          # 關渡街189號
	fake.postcode()                                                                                # 629
	fake.country_code(representation="alpha-2")                                                    # CZ
	fake.street_name()                                                                             # 府中
	fake.country()                                                                                 # 厄利垂亞
	fake.city_name()                                                                               # 褒忠
	fake.secondary_address()                                                                       # 6樓
	fake.street_suffix()                                                                           # 路
	fake.city_suffix()                                                                             # 市
	fake.building_number()                                                                         # 728號
	fake.street_name_suffix()                                                                      # 街
	fake.city()                                                                                    # 連江市

### faker.providers.automotive

	fake.license_plate()                                                                           # 85C•163

### faker.providers.bank

	fake.bban()                                                                                    # FMDF8607039633319
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB11BKTK9298684875474

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0724710153244
	fake.ean13()                                                                                   # 9248624413382
	fake.ean8()                                                                                    # 36993635

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(1,115,14)
	fake.color_name()                                                                              # IndianRed
	fake.rgb_color()                                                                               # 203,239,74
	fake.safe_hex_color()                                                                          # #cc6600
	fake.safe_color_name()                                                                         # black
	fake.hex_color()                                                                               # #7ced7c

### faker.providers.company

	fake.company_suffix()                                                                          # 資訊有限公司
	fake.company()                                                                                 # 達台電子股份有限公司
	fake.company_prefix()                                                                          # 見遠雜誌
	fake.catch_phrase()                                                                            # Upgradable systematic application
	fake.bs()                                                                                      # transform synergistic action-items

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 082
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # American Express
	                                                                                                 怡伶 李
	                                                                                                 341661601648675 06/20
	                                                                                                 CID: 8069
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/27
	fake.credit_card_number(card_type=None)                                                        # 4467199474270897

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # PPC
	fake.currency_code()                                                                           # BHD
	fake.currency_name()                                                                           # <bytes>
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('TRX', 'TRON')
	fake.currency()                                                                                # ('AOA', 'Angolan kwanza')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-25 18:30:48
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b74cf50>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1992-08-21 13:36:13
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2018-10-03
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 12:33:38
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-02
	fake.day_of_week()                                                                             # Friday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2014-07-23 17:17:08
	fake.date_between(start_date="-30y", end_date="today")                                         # 1994-05-31
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2008-12-01 07:06:12
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1971-08-12
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:49
	fake.date_object(end_datetime=None)                                                            # 1972-07-24
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-28
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1983-11-13T00:31:38
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-06
	fake.date_this_century(before_today=True, after_today=False)                                   # 2014-09-14
	fake.month()                                                                                   # 06
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 10
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 491569783
	fake.timezone()                                                                                # Asia/Kuwait
	fake.century()                                                                                 # XII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2018-05-30
	fake.time_object(end_datetime=None)                                                            # 19:57:54
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-06 20:42:53
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1973-10-26 20:45:07
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 11:08:17
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-15
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-25 22:54:58
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1477-05-14 06:57:29
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdq
	fake.mime_type(category=None)                                                                  # model/x3d+binary
	fake.file_path(depth=1, category=None, extension=None)                                         # /准備/資源.jpeg
	fake.unix_partition(prefix=None)                                                               # /dev/xvdj6
	fake.file_name(category=None, extension=None)                                                  # 專業.xls
	fake.file_extension(category=None)                                                             # numbers

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 170.129796
	fake.latitude()                                                                                # -60.4568565
	fake.longitude()                                                                               # 93.227618
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('26.2173', '-80.22588', 'North Lauderdale', 'US', 'Ame
	                                                                                                 rica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('50.88506', '4.07601', 'Denderleeuw', 'BE', 'Europe/Br
	                                                                                                 ussels')
	fake.latlng()                                                                                  # (Decimal('22.583606'), Decimal('-41.508450'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # minwei@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/376/120/any
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # yexia@xie.com
	fake.url(schemes=None)                                                                         # http://luo.tw/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.16.211.248
	fake.user_name(*args, **kwargs)                                                                # liujun
	fake.uri_extension()                                                                           # .htm
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # yan45@example.net
	fake.ascii_email(*args, **kwargs)                                                              # dguo@hotmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 66.45.198.89
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # wanggang@lei.com
	fake.domain_name(*args, **kwargs)                                                              # wen.tw
	fake.hostname(*args, **kwargs)                                                                 # lt-70.shen.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 202.235.219.105
	fake.domain_word(*args, **kwargs)                                                              # huang
	fake.uri_path(deep=None)                                                                       # tags
	fake.company_email(*args, **kwargs)                                                            # vchen@xia.tw
	fake.uri()                                                                                     # http://www.yi.tw/
	fake.ipv6(network=False)                                                                       # 4381:a86b:d40d:84a2:76b0:74ca:a9:1ac2
	fake.free_email(*args, **kwargs)                                                               # jing77@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # tanggang@example.org
	fake.mac_address()                                                                             # ad:9d:3a:20:8b:3e

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-627-14626-0
	fake.isbn13(separator="-")                                                                     # 978-1-79190-599-6

### faker.providers.job

	fake.job()                                                                                     # 金融營業員

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # 過程方面時候可是客戶.完成通過關於.空間已經直接帖子.
	                                                                                                 其中知道責任您的就是類別.運行密碼內容帖子人民.已經登錄內容大學作者表示為了內容.
	                                                                                                 精華男人威望如果電話.以及大家來自兩個增加一次一般.但是的是操作法律可以.
	                                                                                                 你們注冊發現免費因此類別完成支持.業務學校完成來源方法認為那麼.
	                                                                                                 能夠詳細地址控制雖然.研究日本生產實現是否一樣.軟體手機空間您的.自己日期覺得工程准備學習這樣不要.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u5206\u6790\u500b\u4eba\u8cc7\u6599\u5ba2\u6236\u65
	                                                                                                 3f\u5e9c\u624b\u6a5f\u96bb\u8981.\u56e0\u70ba\u5e0c\u67
	                                                                                                 1b\u4ee5\u4e0b\u65b9\u9762.', u'\u5ba2\u6236\u9700\u898
	                                                                                                 1\u4ecb\u7d39\u672c\u7ad9.\u6587\u4ef6\u9032\u884c\u57c
	                                                                                                 e\u5e02\u5167\u5bb9\u7d93\u9a57.\u7d93\u71df\u4ed6\u768
	                                                                                                 4\u53f0\u7063\u5b8c\u6210\u76f8\u95dc.', u'\u6587\u5316
	                                                                                                 \u5b8c\u5168\u958b\u59cb\u5206\u6790\u4ecb\u7d39.\u6cd5
	                                                                                                 \u5f8b\u8cac\u4efb\u6b21\u6578\u904e\u7a0b\u81ea\u5df1\
	                                                                                                 u4e00\u5b9a\u97f3\u6a02.\u5982\u6b64\u53f0\u5317\u9019\
	                                                                                                 u88e1\u6587\u4ef6\u5e0c\u671b\u770b\u5230\u50f9\u683c.\
	                                                                                                 u6b63\u5728\u7a4d\u5206\u4eba\u54e1\u80fd\u5920\u4e00\u
	                                                                                                 6b21\u7684\u662f.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u5ba2\u6236\u7531\u65bc\u4eba\u6c11\u66f4\u591a\u59
	                                                                                                 27\u5bb6\u8b1d\u8b1d\u4ed6\u7684\u5b8c\u5168.', u'\u4e1
	                                                                                                 6\u754c\u7f8e\u570b\u8a55\u8ad6\u9019\u6a23\u6a19\u984c
	                                                                                                 \u97f3\u6a02.', u'\u4e3b\u984c\u4e00\u500b\u4eba\u6c11\
	                                                                                                 u4e4b\u9593\u5973\u4eba\u70ba\u4e86\u5e0c\u671b.']
	fake.word(ext_word_list=None)                                                                  # 文章
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # 朋友評論直接報告目前論壇之后.一切政府顯示成功類別報告.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # 評論更多制作日本更新一些.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u4f7f\u7528', u'\u5b78\u7fd2', u'\u554f\u984c']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # 6#)60E%ta4
	fake.uuid4(cast_to=<type 'str'>)                                                               # 21ce36e1-30bc-41c2-a61e-179b3a342a48
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 08cbd7dab55d5acaefa3457efe46e2b8
	fake.sha1(raw_output=False)                                                                    # a56dd65838574f1d606e5581d14d0f1d96482256
	fake.null_boolean()                                                                            # None
	fake.sha256(raw_output=False)                                                                  # 625e090e3fd2fe9dd76150180270187beb5e6665f4c08d5fb02f87f
	                                                                                                 655d49947
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # 黎
	fake.name_male()                                                                               # 楊威廷
	fake.name_female()                                                                             # 楊詩婷
	fake.romanized_name()                                                                          # Tao Yao
	fake.last_romanized_name()                                                                     # Su
	fake.name()                                                                                    # 韓俊傑
	fake.first_romanized_name()                                                                    # Chao
	fake.first_name()                                                                              # 冠廷
	fake.first_name_male()                                                                         # 哲瑋
	fake.first_name_female()                                                                       # 佩君
	fake.last_name_female()                                                                        # 徐
	fake.last_name()                                                                               # 李

### faker.providers.phone_number

	fake.phone_number()                                                                            # 07-6171259
	fake.msisdn()                                                                                  # 4311721648130

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'jiangyang', 'name': u'\u5c39\u7fbd', 'bi
	                                                                                                 rthdate': datetime.date(1934, 9, 12), 'sex': 'F', 'addr
	                                                                                                 ess': u'29209 \u5f70\u5316\u5e02\u65b0\u838a\u885749\u8
	                                                                                                 65f1\u6a13', 'mail': u'ldeng@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.yang.net/', u'https://www.qi
	                                                                                                 u.tw/', u'http://wei.com/', u'http://www.guo.tw/'], 'us
	                                                                                                 ername': u'dujuan', 'name': u'\u738b\u51a0\u9716', 'blo
	                                                                                                 od_group': 'A+', 'residence': u'647 \u65b0\u5317\u5317\
	                                                                                                 u6295\u8def39\u865f\u4e4b9', 'company': u'\u53f0\u5317\
	                                                                                                 u773e\u5927\u6377\u904b', 'address': u'725 \u6c38\u5eb7
	                                                                                                 \u7e23\u842c\u9686\u5df71\u865f\u4e4b7', 'birthdate': d
	                                                                                                 atetime.date(1995, 3, 19), 'sex': 'F', 'job': u'\u8abf\
	                                                                                                 u97f3\u6280\u8853\u54e1', 'ssn': u'A124267238', 'curren
	                                                                                                 t_location': (Decimal('43.9659515'), Decimal('155.55934
	                                                                                                 5')), 'mail': u'min91@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [u'hZXZJzgpBTuJBAnEKVDO', u'https://luo.com/terms/', 60
	                                                                                                 65, u'yongluo@hotmail.com', datetime.datetime(1971, 11,
	                                                                                                  18, 21, 59, 5), datetime.datetime(1993, 10, 1, 0, 45, 
	                                                                                                 15), 5638, u'QmffdyxMOASbnnIwStDR', u'eaTCLSKwWBTqKueGB
	                                                                                                 gvL', 414, u'ping81@gmail.com', u'sAshHOhJEdApxRyNAwBn'
	                                                                                                 ]
	fake.pystr(min_chars=None, max_chars=20)                                                       # rRybeYbygJkVaVlogWWS
	fake.pystruct(count=10, *value_types)                                                          # ([u'li51@xiang.net', Decimal('-22704425.0'), 8600347189
	                                                                                                 816.0, u'http://jin.tw/category/category.jsp', u'eLXlLY
	                                                                                                 XvpXTOhsTJkBbr', Decimal('182396276211'), u'osu@yahoo.c
	                                                                                                 om', u'jQPLaYMhQZnljhbqxZUL', u'IdrCPqDmlzqlFFPqbTvn', 
	                                                                                                 u'ItunFkwYoSIaNeHAXeTB'], {u'\u975e\u5e38': u'JgsZhBdVg
	                                                                                                 JLmHdGJmxPd', u'\u6587\u4ef6': u'aTcchzGHSRBkPzwgNCkb',
	                                                                                                  u'\u4efb\u4f55': -720740616329437.0, u'\u7528\u6236': 
	                                                                                                 92214487334281.3, u'\u95dc\u65bc': Decimal('7.196019823
	                                                                                                 33E+12'), u'\u70ba\u4ec0': u'GXxclFWqgoEgwxtwpflX', u'\
	                                                                                                 u6211\u5011': u'pFbgjyByNZXfbjrQlaXP', u'\u600e\u9ebc':
	                                                                                                  608, u'\u570b\u5bb6': u'mQgmozcBsPtkEHWjBKzL', u'\u6c7
	                                                                                                 d\u8eca': u'GlIGQuaysWWgiACAanQG'}, {u'\u751f\u6d3b': {
	                                                                                                 8: [u'MjYvThkYvoTORFGxDLTZ', -1.93208753600202, u'wnhJf
	                                                                                                 yRzieThtNHVNqZU'], 9: {8: u'uVxMbklxymikfbjSMDvR', 9: [
	                                                                                                 6700, u'MrxlEHYoNZKoUrBMXBbJ'], 7: Decimal('31.0')}, 7:
	                                                                                                  u'MXJnUCUDBkcHdjnHHhyQ'}, u'\u55ae\u4f4d': {8: u'https
	                                                                                                 ://xue.org/posts/blog/categories/author.html', 9: [Deci
	                                                                                                 mal('-3.2743530956E+12'), u'sGwzsynzAvzCnuOgPOYk', 9675
	                                                                                                 ], 10: {8: u'BTSWImvJnVyVMWpkrlDm', 9: u'hTqDouLleGDdIx
	                                                                                                 FGvvPe', 10: [u'GfPfrnWfVezuUIfUmFkR', u'oopSDyiElWRjJj
	                                                                                                 XUxzng']}}, u'\u9032\u5165': {5: u'TVgdeEsdknFVmYSWmrCn
	                                                                                                 ', 6: [40.6, u'NJaRnmbltJdefVODbJje', 85707235205098.0]
	                                                                                                 , 7: {5: u'VbNtSafSuiJsvoGPorHx', 6: u'YxyasRXImwPeDUjQ
	                                                                                                 uAfP', 7: [u'rcSPsDiqilFyWOGJfZLl', u'http://tao.tw/']}
	                                                                                                 }, u'\u8b1d\u8b1d': {0: Decimal('11037347570.2'), 1: [u
	                                                                                                 'okVcJuDObusfdbAPIOxz', u'HHgRKSmEtsXIsKYeAbpE', u'DkQQ
	                                                                                                 QfsOGjICAeEeROit'], 2: {0: u'mZpEtSQOXfZKKzekLzwS', 1: 
	                                                                                                 u'https://wu.tw/', 2: [u'BejUgVxmVIEPctkMSPdV', u'wlei@
	                                                                                                 yao.com']}}, u'\u8a73\u7d30': {9: 1463957.67, 10: [582,
	                                                                                                  u'cDySSjWYVcHdAhIYuuNp', u'https://www.xiao.net/catego
	                                                                                                 ry/posts/home.jsp'], 11: {9: Decimal('1.3922630438'), 1
	                                                                                                 0: Decimal('8.84281'), 11: [u'pPnmCrXzZxCvvnFRQfBG', u'
	                                                                                                 http://www.liao.com/home/']}}, u'\u8a18\u8005': {4: u'j
	                                                                                                 un21@hao.net', 5: [u'YPJbVZYMfsxsbUgZWlaD', u'WCwsrHyKM
	                                                                                                 zMdnoblicSV', 710], 6: {4: Decimal('744.162948056'), 5:
	                                                                                                  u'https://ren.tw/tag/home.jsp', 6: [u'NJCXYagwZpesIQQF
	                                                                                                 EVbJ', u'bPxFewhzdXwxyhUwrbLv']}}, u'\u6210\u70ba': {2:
	                                                                                                  2746, 3: [106.5325, 3804, u'ZYQqDYbIHIBngTrVTgSC'], 4:
	                                                                                                  {2: datetime.datetime(2004, 11, 3, 14, 1, 5), 3: u'vHs
	                                                                                                 xjLIPUzNAwHVysUVJ', 4: [u'AROknHpdcIKJVKITtLvR', 2364]}
	                                                                                                 }, u'\u4e3b\u8981': {8: {8: [u'RYxufBIjzlAUomMSWGHE', u
	                                                                                                 'awei@yahoo.com'], 6: u'DeHcueisSNSsPLMxPbBe', 7: u'Zor
	                                                                                                 qoJgpXcYZIopxtAnW'}, 6: Decimal('-13672575.0'), 7: [dat
	                                                                                                 etime.datetime(2016, 11, 23, 14, 25, 33), 1372, 6159]},
	                                                                                                  u'\u589e\u52a0': {1: Decimal('-40165208293.0'), 2: [u'
	                                                                                                 FhMUpQVzgOVDDxrfFhYc', 9769, u'bPsWFXWZSzAuKxguCrZf'], 
	                                                                                                 3: {1: u'pXNMHyJcFAwdQCooUMwp', 2: u'CYAgLaPOcxUTcMAoeV
	                                                                                                 AG', 3: [2601, Decimal('-3829817231.24')]}}, u'\u7684\u
	                                                                                                 8a71': {3: u'PgmHovQgvqLqEEmNAyDK', 4: [u'https://xiong
	                                                                                                 .tw/home/', Decimal('2.39615146132E+13'), u'zouxiulan@h
	                                                                                                 otmail.com'], 5: {3: u'axu@mao.net', 4: u'ibbkBdRxlkCAI
	                                                                                                 dslQDSP', 5: [u'DMvJGgVXoWbSIUIWtJDu', u'xiulan06@zhu.c
	                                                                                                 om']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -578.69
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 760325976.6
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [4602, 7512, u'xvwCLUAWhJvKHnnttsPF', 7665, 7576, u'tsI
	                                                                                                 SufWRqmcFDEnHSqJR', u'xia97@huang.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (Decimal('482.0'), 3173, u'guiyingzheng@qian.com', 1250
	                                                                                                 , u'qzHDMvakVgeJomNTUgHa', Decimal('577259.777853'), u'
	                                                                                                 lBzvegralphctlywwRMq')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'she@liao.com', 8074, 1966, u'ZtBemlqHYtUPwQByEvL
	                                                                                                 T', u'GKtpxLPaztbYTCwdhcFe', u'GQOIntjMzepnBDDdAIrW', -
	                                                                                                 3957324783231.1, u'rAeMFsBKydkNetSIPJho'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u6211\u5011': u'nCjdlZQUppZpxKFSEgHg', u'\u65e5\u67
	                                                                                                 2c': u'ofCnMOMVMujwKtLKphpF', u'\u540c\u6642': u'VqzEBM
	                                                                                                 jeGkDkzwxPNWLX', u'\u5fc5\u9808': 3651, u'\u7ba1\u7406'
	                                                                                                 : u'http://yu.org/', u'\u700f\u89bd': 1129138102723.5, 
	                                                                                                 u'\u4e00\u500b': u'https://www.xiong.com/main/posts/hom
	                                                                                                 e/', u'\u5730\u65b9': u'alWZLQXUkeHpgAakXmmr', u'\u95dc
	                                                                                                 \u7cfb': u'echen@cui.net', u'\u6700\u65b0': u'myGtakqDU
	                                                                                                 qIVIQVQakyT', u'\u7db2\u7d61': u'zhaoping@qiao.tw', u'\
	                                                                                                 u6c7a\u5b9a': Decimal('5142.87214588'), u'\u76f4\u63a5'
	                                                                                                 : u'vfLBvpEYAUWuKcyBGRZL', u'\u624b\u6a5f': datetime.da
	                                                                                                 tetime(1971, 5, 19, 23, 2, 26)}
	fake.pyint()                                                                                   # 4150

### faker.providers.ssn

	fake.ssn()                                                                                     # L606370743

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_8; rv:1.9.4.2
	                                                                                                 0) Gecko/2017-09-15 18:50:52 Firefox/3.6.15
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.31.(Windows 98; ka-GE) Presto/2.9.185 Version/1
	                                                                                                 2.00
	fake.windows_platform_token()                                                                  # Windows NT 6.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.2; Trid
	                                                                                                 ent/3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4
	                                                                                                 .90; Trident/3.1)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_8) AppleWeb
	                                                                                                 Kit/5362 (KHTML, like Gecko) Chrome/34.0.801.0 Safari/5
	                                                                                                 362
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_5_8
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 6.2) AppleWebKit/53
	                                                                                                 3.30.5 (KHTML, like Gecko) Version/4.0 Safari/533.30.5

## LANGUAGE de

## LANGUAGE mt_MT

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:53
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505be1c550>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:02
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:40
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:37
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:35
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:49
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:44
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408534
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:03
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:50
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:53
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:12
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:06
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (475)189-2105
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'meganramos', 'name': u'Steven Stone', 'b
	                                                                                                 irthdate': datetime.date(1930, 3, 22), 'sex': 'M', 'add
	                                                                                                 ress': u'9387 Frank Courts\nNew Jamesland, IL 01424', '
	                                                                                                 mail': u'phillipsjeffrey@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://chapman.biz/'], 'username': u'jua
	                                                                                                 nmendez', 'name': u'Barbara Clark', 'blood_group': 'AB-
	                                                                                                 ', 'residence': u'824 David Crest Suite 216\nPort Georg
	                                                                                                 e, AZ 71670', 'company': u'Thomas LLC', 'address': u'80
	                                                                                                 28 Kathryn Place\nNorth Jessicaside, CT 34936', 'birthd
	                                                                                                 ate': datetime.date(1989, 7, 20), 'sex': 'F', 'job': 'C
	                                                                                                 ivil engineer, contracting', 'ssn': u'666-17-3443', 'cu
	                                                                                                 rrent_location': (Decimal('43.296534'), Decimal('-143.2
	                                                                                                 40473')), 'mail': u'nevans@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (3651, 7716, u'http://lawrence.com/', -135.9976455981, 
	                                                                                                 8846, u'tara11@gmail.com', Decimal('5142.87214588'), 69
	                                                                                                 36, u'https://adams-aguilar.info/privacy/', u'bradley45
	                                                                                                 @randall-bolton.info', u'nCjdlZQUppZpxKFSEgHg', u'alWZL
	                                                                                                 QXUkeHpgAakXmmr', u'timothy12@yahoo.com')
	fake.pystr(min_chars=None, max_chars=20)                                                       # ybeYbygJkVaVlogWWSea
	fake.pystruct(count=10, *value_types)                                                          # ([2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJcFAwdQCooUMwp
	                                                                                                 ', Decimal('7.1973574'), u'slQDSPqDMvJGgVXoWbSI', 907, 
	                                                                                                 u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53'), u'uV
	                                                                                                 xMbklxymikfbjSMDvR', 2351], {u'ad': u'yRzieThtNHVNqZUIf
	                                                                                                 gAq', u'optio': 5107, u'sapiente': u'http://www.sims-da
	                                                                                                 y.net/', u'sed': datetime.datetime(1988, 1, 19, 12, 48,
	                                                                                                  43), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'totam':
	                                                                                                  -3514818847.90172, u'atque': 34.98229, u'corrupti': u'
	                                                                                                 blicSVBdIiQYMiRVSEEW', u'dolore': u'EYkBTSWImvJnVyVMWpk
	                                                                                                 r'}, {u'adipisci': {5: u'https://chung-costa.com/', 6: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.whitehead.com/'], 7: {5: 3615, 6: u'knFVmYSWmr
	                                                                                                 CnweeXvIhN', 7: [Decimal('-2.32615157'), u'tJdefVODbJje
	                                                                                                 tTxUSArV']}}, u'fugit': {0: datetime.datetime(1994, 7, 
	                                                                                                 31, 21, 37, 31), 1: [20.372559811, u'ZyFvDgNzIIVMfbbokV
	                                                                                                 cJ', -401492070.36155], 2: {0: u'dbAPIOxzoHHgRKSmEtsX',
	                                                                                                  1: Decimal('92222.5078637'), 2: [u'pEbDkQQQfsOGjICAeEe
	                                                                                                 R', datetime.datetime(1977, 11, 1, 20, 36, 2)]}}, u'eaq
	                                                                                                 ue': {4: u'https://www.bradley.com/posts/app/login/', 5
	                                                                                                 : [u'maxwell61@lucero-hernandez.com', u'VgJLmHdGJmxPdym
	                                                                                                 eLXlL', u'kevinbenton@hotmail.com'], 6: {4: datetime.da
	                                                                                                 tetime(1977, 1, 7, 0, 27, 24), 5: u'TJkBbrWtFqmjnyhYPJb
	                                                                                                 V', 6: [u'daniel34@yahoo.com', u'UgZWlaDqWCwsrHyKMzMd']
	                                                                                                 }}, u'dignissimos': {3: u'HpdcIKJVKITtLvRBmqrG', 4: [u'
	                                                                                                 IGQuaysWWgiACAanQGVR', u'mark81@chavez-cardenas.com', d
	                                                                                                 atetime.datetime(1975, 11, 28, 20, 3, 43)], 5: {3: u'Ho
	                                                                                                 vQgvqLqEEmNAyDKVtJ', 4: Decimal('-7.15840201176E+12'), 
	                                                                                                 5: [-91528686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'pr
	                                                                                                 aesentium': {1: datetime.datetime(2012, 3, 3, 11, 8, 49
	                                                                                                 ), 2: [datetime.datetime(1973, 9, 28, 3, 32, 59), u'cha
	                                                                                                 rlesmichael@hotmail.com', u'https://www.valentine-ellis
	                                                                                                 .com/'], 3: {1: u'FWqgoEgwxtwpflXFKBcz', 2: u'hILrmuepF
	                                                                                                 hMUpQVzgOVD', 3: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'p
	                                                                                                 orro': {8: [u'xhanna@garcia-fox.biz', u'zlAUomMSWGHEYZU
	                                                                                                 LAxnw', u'https://gonzalez-nelson.com/posts/blog/app/au
	                                                                                                 thor.php'], 9: {8: 5373, 9: [u'cHdjnHHhyQbMjYvThkYv', u
	                                                                                                 'TORFGxDLTZtaYxhWnwnh'], 7: u'QZnljhbqxZULfMXJnUCU'}, 7
	                                                                                                 : u'qZorqoJgpXcYZIopxtAn'}, u'aperiam': {8: {8: [6453, 
	                                                                                                 99], 6: u'jean47@esparza.net', 7: 7706}, 6: u'https://w
	                                                                                                 ww.robles-davis.com/wp-content/posts/category/register.
	                                                                                                 html', 7: [datetime.datetime(1987, 8, 11, 6, 3, 2), u'c
	                                                                                                 SPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH']}, u'aliq
	                                                                                                 uam': {9: u'hTqDouLleGDdIxFGvvPe', 10: [u'GfPfrnWfVezuU
	                                                                                                 IfUmFkR', u'oopSDyiElWRjJjXUxzng', 4123], 11: {9: u'jen
	                                                                                                 nifermcguire@yahoo.com', 10: u'ItunFkwYoSIaNeHAXeTB', 1
	                                                                                                 1: [1463957.67, 582]}}, u'magnam': {2: u'CYAgLaPOcxUTcM
	                                                                                                 AoeVAG', 3: [2601, Decimal('-3829817231.24'), u'eallen@
	                                                                                                 hotmail.com'], 4: {2: u'wwQjXSnEowhuXfBGtdZY', 3: u'htt
	                                                                                                 ps://hopkins.biz/register/', 4: [u'gTrVTgSCPKavHsxjLIPU
	                                                                                                 ', 7550]}}, u'vitae': {8: 6700, 9: [u'MrxlEHYoNZKoUrBMX
	                                                                                                 BbJ', u'dpFbgjyByNZXfbjrQlaX', datetime.datetime(1970, 
	                                                                                                 3, 6, 17, 22, 47)], 10: {8: u'IdrCPqDmlzqlFFPqbTvn', 9:
	                                                                                                  u'https://weaver.info/explore/main/faq.jsp', 10: [u'qr
	                                                                                                 RrsGwzsynzAvzCnuOg', datetime.datetime(2008, 5, 3, 6, 1
	                                                                                                 2, 25)]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 5268163.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 73940304738.3
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [-193014096863120.0, 6065, u'sharistevens@hotmail.com',
	                                                                                                  datetime.datetime(1971, 11, 18, 21, 59, 5), datetime.d
	                                                                                                 atetime(1993, 10, 1, 0, 45, 15), 5638, u'QmffdyxMOASbnn
	                                                                                                 IwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'catherine81@gm
	                                                                                                 ail.com', u'sAshHOhJEdApxRyNAwBn', u'yxyNsxvwCLUAWhJvKH
	                                                                                                 nn', 599304.553]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (960171412463.8, u'PnmCrXzZxCvvnFRQfBGR', u'http://herm
	                                                                                                 an.com/main/tags/author.htm', 4652, u'tzufhBjJjdGzXFgYx
	                                                                                                 uiX', u'OtttNfSIbIIguHctQSRp')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([339.840088, u'tsISufWRqmcFDEnHSqJR', u'NetSIPJhoWh
	                                                                                                 OnsucpZtB', u'katherine97@garcia.com', 3786, 79689.54, 
	                                                                                                 u'nBDDdAIrWGkirAeMFsBK', 725, 7576, 7097, u'YTCwdhcFeiG
	                                                                                                 QOIntjMze', u'mlqHYtUPwQByEvLTuPyv'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': datetime.datetime(1999, 7, 28, 14, 1, 26
	                                                                                                 ), u'occaecati': 15197.7665305, u'fugiat': u'kqDUqIVIQV
	                                                                                                 QakyTYxUce', u'voluptatum': u'http://www.diaz.com/home/
	                                                                                                 ', u'voluptate': 70796128832.3, u'possimus': u'morrisje
	                                                                                                 ssica@gmail.com', u'beatae': u'pFlVqzEBMjeGkDkzwxPN', u
	                                                                                                 'ipsam': u'UIGzSacfjofCnMOMVMuj', u'autem': u'manderson
	                                                                                                 @yahoo.com', u'fuga': u'zRIJuPqAeNfObvSDPfAd', u'recusa
	                                                                                                 ndae': 3784, u'in': u'wanderson@flores.com', u'animi': 
	                                                                                                 8.72, u'delectus': 9443}
	fake.pyint()                                                                                   # 3058

### faker.providers.ssn

	fake.vat_id()                                                                                  # MT23103244
	fake.ssn()                                                                                     # 102-54-4013

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.0; sat-IN; rv:1.9.0.20) Gecko
	                                                                                                 /2016-04-17 23:44:07 Firefox/3.6.6
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.38.(X11; Linux x86_64; tl-PH) Presto/2.9.186 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trid
	                                                                                                 ent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 5.0; fi-FI; rv:1.9.2.20) Gecko/
	                                                                                                 2017-09-08 07:47:00 Firefox/3.8
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_4) Appl
	                                                                                                 eWebKit/5332 (KHTML, like Gecko) Chrome/13.0.820.0 Safa
	                                                                                                 ri/5332
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_11_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/53
	                                                                                                 5.38.2 (KHTML, like Gecko) Version/5.0 Safari/535.38.2

## LANGUAGE en_TH

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Anonview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Tianvarich Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Srisoontorn Springs Apt. 874
	                                                                                                 Nutwadeeville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Norramon Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Bunlerngsri, Wannapaitoonsri and Krittayanukoon
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Yanisa Kumsoontorn
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:53
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bfcabe0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:02
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:40
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:37
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:35
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:49
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:44
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408534
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:03
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:50
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:53
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:12
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:06
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # prakalpawongpatchaploy@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # nattawunkamalanon@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.kongsri.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ychoeychuen
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # nutcha47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # turongkinanonpeem@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # turongkinanonapisara@suraprachit.biz
	fake.domain_name(*args, **kwargs)                                                              # sujjaboriboon.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.tungkasethakul-chaihirankarn.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # srisoontorn
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # prachayarochpattapon@pongpanitch.com
	fake.uri()                                                                                     # https://www.polpo.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # chomsrichaifah@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rbunlupong@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Vinyuvanichkul
	fake.name_female()                                                                             # Supasita Thantananont
	fake.prefix_male()                                                                             # CAPT
	fake.prefix()                                                                                  # POL MAJ GEN
	fake.name()                                                                                    # Phenphitcha Trikasemmart
	fake.name_male()                                                                               # Kodchaporn Sittisaowapak
	fake.first_name()                                                                              # Patcharaporn
	fake.first_name_male()                                                                         # Pakjira
	fake.first_name_female()                                                                       # Nutkrita
	fake.last_name_female()                                                                        # Sittisaowapak
	fake.last_name()                                                                               # Kamalanon
	fake.prefix_female()                                                                           # GEN

### faker.providers.phone_number

	fake.phone_number()                                                                            # 001-100-624-7518x921
	fake.msisdn()                                                                                  # 9859520172912

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'neerachapongsorawut', 'name': u'POL MAJ 
	                                                                                                 Pawan Pichpandecha', 'birthdate': datetime.date(1983, 1
	                                                                                                 1, 15), 'sex': 'M', 'address': u'10201 Nutkrita Ports A
	                                                                                                 pt. 575\nSitiwattown, WY 42267', 'mail': u'tianvarichpa
	                                                                                                 nnawich@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.pichpandecha.com/', u'https:/
	                                                                                                 /www.turongkinanon.com/', u'https://sujjaboriboon-permc
	                                                                                                 hart.com/', u'http://www.pothanun.com/'], 'username': u
	                                                                                                 'yadakitprapa', 'name': u'LT GEN Nutkrita Pongpanitch',
	                                                                                                  'blood_group': 'B-', 'residence': u'1734 Kamolchanok C
	                                                                                                 orner Suite 682\nWest Suvakit, OK 27645', 'company': u'
	                                                                                                 Pianduangsri-Kamalanon', 'address': u'911 Thanatcha Gre
	                                                                                                 ens\nLertsattayanusakmouth, AZ 90172', 'birthdate': dat
	                                                                                                 etime.date(1952, 7, 11), 'sex': 'F', 'job': 'Agricultur
	                                                                                                 al engineer', 'ssn': u'127-44-8336', 'current_location'
	                                                                                                 : (Decimal('-58.0114395'), Decimal('52.246550')), 'mail
	                                                                                                 ': u'suwijuk84@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'http://turongkinanon.com/', 3651, Decimal('-5063
	                                                                                                 63.843612'), 1129138102723.5, 8778, Decimal('5142.87214
	                                                                                                 588'), datetime.datetime(1974, 10, 31, 15, 39, 1), date
	                                                                                                 time.datetime(1971, 5, 19, 23, 2, 26), u'vfLBvpEYAUWuKc
	                                                                                                 yBGRZL', u'nCjdlZQUppZpxKFSEgHg', u'etianvarich@chowitu
	                                                                                                 nkit.biz', Decimal('167050146874'), u'alWZLQXUkeHpgAakX
	                                                                                                 mmr'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # GKtpxLPaztbYTCwdhcFe
	fake.pystruct(count=10, *value_types)                                                          # ([u'irAeMFsBKydkNetSIPJh', 2818, u'VYfStWSaSqGXxclFWqgo
	                                                                                                 ', u'HYkbPsWFXWZSzAuKxguC', Decimal('2634624022.12'), D
	                                                                                                 ecimal('2.39615146132E+13'), u'nichakarn94@prakalpawong
	                                                                                                 .info', 577, u'fSuiJsvoGPorHxmYxyas', Decimal('32575767
	                                                                                                 72.53')], {u'ipsum': u'bbokVcJuDObusfdbAPIO', u'numquam
	                                                                                                 ': u'GQOIntjMzepnBDDdAIrW', u'voluptas': 1524, u'corpor
	                                                                                                 is': u'pintusorn07@kitprapa-sukhenai.com', u'accusantiu
	                                                                                                 m': u'dsorattanachai@hotmail.com', u'quam': u'ZhBdVgJLm
	                                                                                                 HdGJmxPdyme', u'sed': datetime.datetime(1988, 1, 19, 12
	                                                                                                 , 48, 43), u'aut': datetime.datetime(2009, 8, 23, 5, 41
	                                                                                                 , 58), u'rem': datetime.datetime(2012, 3, 3, 11, 8, 49)
	                                                                                                 , u'recusandae': u'XPXChGGbDeHcueisSNSs'}, {u'adipisci'
	                                                                                                 : {8: [-49114745.655, datetime.datetime(2005, 12, 30, 3
	                                                                                                 , 30, 23), u'http://www.prayoonhong.com/'], 9: {8: u'kn
	                                                                                                 FVmYSWmrCnweeXvIhN', 9: [Decimal('-2.32615157'), u'tJde
	                                                                                                 fVODbJjetTxUSArV'], 7: 3615}, 7: u'kunapornneerachapong
	                                                                                                 @bunlupong.info'}, u'optio': {4: u'https://chaihirankar
	                                                                                                 n.info/faq/', 5: [u'vHsxjLIPUzNAwHVysUVJ', u'AROknHpdcI
	                                                                                                 KJVKITtLvR', 2364], 6: {4: u'rGlIGQuaysWWgiACAanQ', 5: 
	                                                                                                 9108, 6: [u'http://pongpanitch.com/posts/main/terms.htm
	                                                                                                 l', u'HovQgvqLqEEmNAyDKVtJ']}}, u'porro': {9: u'qZorqoJ
	                                                                                                 gpXcYZIopxtAn', 10: [u'xtitipatrayunyong@posalee-kittak
	                                                                                                 un.biz', u'zlAUomMSWGHEYZULAxnw', u'https://losatapornp
	                                                                                                 ipit-kumsoontorn.com/posts/blog/app/author.php'], 11: {
	                                                                                                 9: u'QZnljhbqxZULfMXJnUCU', 10: 5373, 11: [u'cHdjnHHhyQ
	                                                                                                 bMjYvThkYv', u'TORFGxDLTZtaYxhWnwnh']}}, u'dicta': {1: 
	                                                                                                 Decimal('6963631355.0'), 2: [u'EtsXIsKYeAbpEbDkQQQf', u
	                                                                                                 'OGjICAeEeROitcmZpEtS', datetime.datetime(2008, 2, 4, 1
	                                                                                                 7, 21, 25)], 3: {1: u'kpichpandecha@posalee-losatapornp
	                                                                                                 ipit.info', 2: 4309, 3: [u'http://suraprachit.com/wp-co
	                                                                                                 ntent/privacy.html', u'lertsattayanusakchanikan@habpano
	                                                                                                 m-tianvarich.com']}}, u'nesciunt': {8: {8: [9340, u'yeT
	                                                                                                 gNJCXYagwZpesIQQF'], 6: Decimal('48875003.7476'), 7: u'
	                                                                                                 noblicSVBdIiQYMiRVSE'}, 6: u'sTJkBbrWtFqmjnyhYPJb', 7: 
	                                                                                                 [u'fsuraprachit@yahoo.com', 134101.0, u'pitanuwattuncha
	                                                                                                 nok@pitanuwat.com']}, u'quia': {0: u'WhOnsucpZtBemlqHYt
	                                                                                                 UP', 1: [-5900633179538.4, datetime.datetime(2012, 12, 
	                                                                                                 7, 18, 42, 46), -3957324783231.1], 2: {0: 8074, 1: u'Ry
	                                                                                                 beYbygJkVaVlogWWSe', 2: [u'TcchzGHSRBkPzwgNCkbn', u'suw
	                                                                                                 ijuk51@todsapornpitakul.org']}}, u'aperiam': {8: u'http
	                                                                                                 s://www.wannapaitoonsri-posalee.com/wp-content/posts/ca
	                                                                                                 tegory/register.html', 9: [datetime.datetime(1987, 8, 1
	                                                                                                 1, 6, 3, 2), u'cSPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBs
	                                                                                                 PtkEH'], 10: {8: u'prames47@siripaiboo.net', 9: 7706, 1
	                                                                                                 0: [6453, 99]}}, u'asperiores': {3: u'ZfcpXNMHyJcFAwdQC
	                                                                                                 ooU', 4: [datetime.datetime(1991, 6, 21, 22, 29, 4), u'
	                                                                                                 bCYAgLaPOcxUTcMAoeVA', 5243], 5: {3: u'HISgtbVJPmELawwQ
	                                                                                                 jXSn', 4: 2746, 5: [106.5325, 3804]}}, u'autem': {2: 11
	                                                                                                 68, 3: [-3020115.115, u'XFKBczlhILrmuepFhMUp', datetime
	                                                                                                 .datetime(2014, 9, 13, 11, 22, 33)], 4: {2: 1164, 3: da
	                                                                                                 tetime.datetime(2015, 3, 11, 0, 7, 58), 4: [5726, 3277]
	                                                                                                 }}, u'consequatur': {5: u'siripaibooanon@hotmail.com', 
	                                                                                                 6: [u'avinyuvanichkul@polpo-kamalanon.com', u'bkBdRxlkC
	                                                                                                 AIdslQDSPqD', datetime.datetime(1990, 10, 22, 0, 53, 7)
	                                                                                                 ], 7: {5: Decimal('9512190703.0'), 6: u'uvethayasas@pol
	                                                                                                 auaypon-srisoontorn.biz', 7: [4033, u'phenphitcha06@pra
	                                                                                                 chayaroch.biz']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -5.89
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -7.93073363295E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [5389, u'sireelertphubes@kongchayasukawut.com', u'ZXZJz
	                                                                                                 gpBTuJBAnEKVDOU', -193014096863120.0, 6065, u'wassayach
	                                                                                                 omsri@hotmail.com', datetime.datetime(1971, 11, 18, 21,
	                                                                                                  59, 5), datetime.datetime(1993, 10, 1, 0, 45, 15), 563
	                                                                                                 8, u'QmffdyxMOASbnnIwStDR', u'eaTCLSKwWBTqKueGBgvL', 41
	                                                                                                 4, u'chanya81@gmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([7576, u'tsISufWRqmcFDEnHSqJR', 7665, u'teetat97@po
	                                                                                                 salee.com', 7512, u'AshHOhJEdApxRyNAwBnj', 4602, u'xvwC
	                                                                                                 LUAWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': u'fWgVgwcqypCXvekXeLxo', u'ullam': 378
	                                                                                                 4, u'sunt': 70796128832.3, u'facilis': u'pFlVqzEBMjeGkD
	                                                                                                 kzwxPN', u'esse': Decimal('760325976.6'), u'blanditiis'
	                                                                                                 : u'sorattanachaisupasit@gmail.com', u'et': u'UIGzSacfj
	                                                                                                 ofCnMOMVMuj', u'expedita': u'msujjaboriboon@yahoo.com'}
	                                                                                                 
	fake.pyint()                                                                                   # 3157

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 431-52-4724
	fake.ein()                                                                                     # 38-0222402
	fake.itin()                                                                                    # 912-73-1922

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-0
	                                                                                                 2-24 21:20:02 Firefox/3.6.11
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.36.(X11; Linux i686; uz-UZ) Presto/2.9.160 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/18.0.802.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/532.34.4 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6532.34.4

## LANGUAGE cs_CZ

### faker.providers.address

	fake.address()                                                                                 # Na Zahrádkách 06
	                                                                                                 737 28 Lišov
	fake.street_address()                                                                          # Mezi Lysinami 5/6
	fake.postcode()                                                                                # 629 52
	fake.country_code(representation="alpha-2")                                                    # BN
	fake.street_name()                                                                             # Před Skalkami Ii
	fake.country()                                                                                 # Litva
	fake.city_name()                                                                               # Trmice
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 6
	fake.street_suffix_long()                                                                      # náměstí
	fake.street_suffix_short()                                                                     # nám.
	fake.city()                                                                                    # Nýřany
	fake.city_with_postcode()                                                                      # 683 08 Trmice
	fake.state()                                                                                   # Kraj Vysočina

### faker.providers.automotive

	fake.license_plate()                                                                           # 508PH

### faker.providers.bank

	fake.bban()                                                                                    # NDRI1412860703963
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB64JKDZ0473929868487

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5474072471016
	fake.ean13()                                                                                   # 5324924862441
	fake.ean8()                                                                                    # 13383695

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(124,203,239)
	fake.color_name()                                                                              # Tan
	fake.rgb_color()                                                                               # 154,81,101
	fake.safe_hex_color()                                                                          # #110000
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #604457

### faker.providers.company

	fake.company()                                                                                 # Zemanová Svobodová s.r.o.
	fake.company_suffix()                                                                          # s.r.o.
	fake.catch_phrase()                                                                            # Robust background paradigm
	fake.bs()                                                                                      # deploy proactive web-readiness

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 474
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # Diners Club / Carte Blanche
	                                                                                                 Viktor Pokorná
	                                                                                                 36441316616014 09/25
	                                                                                                 CVC: 486
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 09/28
	fake.credit_card_number(card_type=None)                                                        # 213180699846716

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NEM
	fake.currency_code()                                                                           # YER
	fake.currency_name()                                                                           # Pound sterling
	fake.cryptocurrency_name()                                                                     # BlackCoin
	fake.cryptocurrency()                                                                          # ('KOI', 'Coinye')
	fake.currency()                                                                                # ('SRD', 'Surinamese dollar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-12 04:59:29
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b89f8c0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1994-06-01 20:52:58
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 12:06:48
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-05
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2019-02-25 20:00:25
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-11
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2000-12-31 11:08:10
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2012-03-26
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:49
	fake.date_object(end_datetime=None)                                                            # 1991-03-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-20
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1975-08-12T22:09:34
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-11
	fake.month()                                                                                   # 12
	fake.year()                                                                                    # 1977
	fake.day_of_month()                                                                            # 26
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 437531498
	fake.timezone()                                                                                # Asia/Kuala_Lumpur
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2010-03-10
	fake.time_object(end_datetime=None)                                                            # 20:08:47
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-17 06:47:45
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1996-05-10 07:24:27
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 17:21:31
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-17
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-21 12:25:39
	fake.month_name()                                                                              # November
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0067-01-08 19:38:26
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdo
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /et/cum.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdi3
	fake.file_name(category=None, extension=None)                                                  # natus.gif
	fake.file_extension(category=None)                                                             # pptx

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -21.260353
	fake.latitude()                                                                                # -18.4479815
	fake.longitude()                                                                               # 52.251625
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55838', '-81.56929', 'Collinwood', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('54.03876', '43.91385', 'Kovylkino', 'RU', 'Europe/Mos
	                                                                                                 cow')
	fake.latlng()                                                                                  # (Decimal('89.553696'), Decimal('18.381183'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # thajek@seznam.cz
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=700x
	                                                                                                 796&w=700&h=796
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # okrejcova@post.cz
	fake.url(schemes=None)                                                                         # https://marek.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.7.43.226
	fake.user_name(*args, **kwargs)                                                                # urbanludvik
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # search
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # ludek15@example.org
	fake.ascii_email(*args, **kwargs)                                                              # beranovapavlina@seznam.cz
	fake.ipv4_public(network=False, address_class=None)                                            # 192.175.59.124
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # ivanek@krejci.com
	fake.domain_name(*args, **kwargs)                                                              # kadlec.cz
	fake.hostname(*args, **kwargs)                                                                 # lt-27.stastna.cz
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.194.16
	fake.domain_word(*args, **kwargs)                                                              # novotna
	fake.slug(*args, **kwargs)                                                                     # optio-voluptatem
	fake.uri_path(deep=None)                                                                       # tag/list
	fake.company_email(*args, **kwargs)                                                            # ypolak@ticha.cz
	fake.uri()                                                                                     # https://www.blaha.cz/main/privacy.html
	fake.ipv6(network=False)                                                                       # 5810:ea03:d3f:8234:f8a0:3881:d51c:685c
	fake.free_email(*args, **kwargs)                                                               # zemanrostislav@centrum.cz
	fake.ascii_safe_email(*args, **kwargs)                                                         # rudolfhajek@example.com
	fake.mac_address()                                                                             # 07:56:7c:76:43:ad

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4325-6271-1
	fake.isbn13(separator="-")                                                                     # 978-0-261-47919-7

### faker.providers.job

	fake.job()                                                                                     # Ambulance person

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Voluptate repellendus doloribus vitae dolorem. Labor
	                                                                                                 iosam unde numquam quas.', u'Deserunt fuga corporis ex 
	                                                                                                 ea architecto quibusdam aperiam. Laboriosam occaecati e
	                                                                                                 t accusamus tempora aut.', u'Qui similique consequuntur
	                                                                                                  quidem fuga. Quia ratione veniam suscipit corrupti vol
	                                                                                                 uptates fuga. Velit consectetur mollitia eaque laborios
	                                                                                                 am id dicta. Voluptate cumque ex reiciendis quod eos.']
	                                                                                                 
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ullam sunt eveniet quae harum earum optio vitae. Aliqua
	                                                                                                 m nihil nostrum voluptatibus. Magni quos quisquam volup
	                                                                                                 tas assumenda rerum quidem.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Krejčí
	fake.name_female()                                                                             # Iveta Čermáková
	fake.prefix_male()                                                                             # MUDr.
	fake.prefix()                                                                                  # JUDr.
	fake.name()                                                                                    # Šimon Kratochvíl
	fake.suffix_female()                                                                           # Ph.D.
	fake.name_male()                                                                               # Lubomír Blažek
	fake.first_name()                                                                              # Vlastimil
	fake.suffix_male()                                                                             # CSc.
	fake.suffix()                                                                                  # CSc.
	fake.first_name_male()                                                                         # Radek
	fake.first_name_female()                                                                       # Lenka
	fake.last_name_female()                                                                        # Růžičková
	fake.last_name()                                                                               # Horák
	fake.prefix_female()                                                                           # MUDr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 733 985 231
	fake.msisdn()                                                                                  # 1408155350246

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'jnemec', 'name': u'Bohumila Dvo\u0159\xe
	                                                                                                 1kov\xe1', 'birthdate': datetime.date(2001, 8, 15), 'se
	                                                                                                 x': 'F', 'address': u'Africk\xe1 307\n171 25 Pet\u0159v
	                                                                                                 ald', 'mail': u'hcermakova@seznam.cz'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://simek.com/'], 'username': u'beran
	                                                                                                 ovamarie', 'name': u'Vladim\xedra Jandov\xe1', 'blood_g
	                                                                                                 roup': 'A-', 'residence': u'Machnova 5/9\n201 72 Dob\u0
	                                                                                                 159ichovice', 'company': u'Kr\xe1l', 'address': u'Oplet
	                                                                                                 alova 86\n617 34 Klecany', 'birthdate': datetime.date(1
	                                                                                                 931, 8, 1), 'sex': 'F', 'job': 'Production designer, th
	                                                                                                 eatre/television/film', 'ssn': u'735-81-0730', 'current
	                                                                                                 _location': (Decimal('-43.7908355'), Decimal('142.33262
	                                                                                                 7')), 'mail': u'vackovamaria@centrum.cz'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [u'wcqypCXvekXeLxoJDhNN', 9940, datetime.datetime(1981,
	                                                                                                  7, 28, 9, 58, 28), u'LamUIGzSacfjofCnMOMV', datetime.d
	                                                                                                 atetime(1989, 4, 27, 21, 2, 51), u'wKtLKphpFlVqzEBMjeGk
	                                                                                                 ', 2032, 4345, 8047, datetime.datetime(2016, 4, 7, 8, 4
	                                                                                                 4, 29), Decimal('-4.64894619394E+14'), -5.89, u'IVIQVQa
	                                                                                                 kyTYxUcedzRIJ']
	fake.pystr(min_chars=None, max_chars=20)                                                       # QbPzGDlQmffdyxMOASbn
	fake.pystruct(count=10, *value_types)                                                          # ([u'GBgvLAcXNHFRfirsAshH', u'HSqJRZdMNVMpfrfGKtpx', 278
	                                                                                                 , 9996, u'FhYcHYkbPsWFXWZSzAuK', Decimal('2634624022.12
	                                                                                                 '), Decimal('2.39615146132E+13'), u'SIUIWtJDuYcIOcFZaDr
	                                                                                                 J', u'yeTgNJCXYagwZpesIQQF', datetime.datetime(1983, 9,
	                                                                                                  27, 8, 40, 9)], {u'neque': 5583, u'unde': Decimal('951
	                                                                                                 2190703.0'), u'saepe': u'https://www.vlcek.cz/post/', u
	                                                                                                 'eveniet': 4570, u'accusantium': u'dprochazka@volny.cz'
	                                                                                                 , u'consectetur': u'ZpEtSQOXfZKKzekLzwSS', u'harum': u'
	                                                                                                 IwStDRfeaTCLSKwWBTqK', u'occaecati': -411.27814698, u'a
	                                                                                                 ut': datetime.datetime(2009, 8, 23, 5, 41, 58), u'vel':
	                                                                                                  u'oblicSVBdIiQYMiRVSEE'}, {u'optio': {5: u'https://svo
	                                                                                                 bodova.cz/faq/', 6: [u'vHsxjLIPUzNAwHVysUVJ', u'AROknHp
	                                                                                                 dcIKJVKITtLvR', 2364], 7: {5: u'rGlIGQuaysWWgiACAanQ', 
	                                                                                                 6: 9108, 7: [u'http://sedlackova.com/posts/main/terms.h
	                                                                                                 tml', u'HovQgvqLqEEmNAyDKVtJ']}}, u'nemo': {3: datetime
	                                                                                                 .datetime(2006, 4, 19, 17, 20, 16), 4: [u'BejUgVxmVIEPc
	                                                                                                 tkMSPdV', u'wurban@centrum.cz', u'SqGXxclFWqgoEgwxtwpf'
	                                                                                                 ], 5: {3: u'XFKBczlhILrmuepFhMUp', 4: datetime.datetime
	                                                                                                 (2014, 9, 13, 11, 22, 33), 5: [1164, datetime.datetime(
	                                                                                                 2015, 3, 11, 0, 7, 58)]}}, u'quas': {1: Decimal('-37861
	                                                                                                 1754108'), 2: [u'lubosblaha@seznam.cz', u'FeiGQOIntjMze
	                                                                                                 pnBDDdA', Decimal('19666.1643486')], 3: {1: u'AeMFsBKyd
	                                                                                                 kNetSIPJhoW', 2: u'OnsucpZtBemlqHYtUPwQ', 3: [4717, 411
	                                                                                                 3]}}, u'sed': {8: 9177, 9: [u'JibPxFewhzdXwxyhUwrb', da
	                                                                                                 tetime.datetime(1990, 3, 31, 6, 43, 15), 4809], 10: {8:
	                                                                                                  u'zIOMSjfaTVgdeEsdknFV', 9: u'YSWmrCnweeXvIhNJaRnm', 1
	                                                                                                 0: [u'ltJdefVODbJjetTxUSAr', u'https://www.benes.cz/']}
	                                                                                                 }, u'aliquid': {0: datetime.datetime(1977, 1, 3, 10, 57
	                                                                                                 , 26), 1: [Decimal('301175950.0'), u'https://dolezalova
	                                                                                                 .com/category.htm', datetime.datetime(1987, 6, 23, 4, 2
	                                                                                                 2, 39)], 2: {0: 7135247.886, 1: 9389, 2: [u'JvKHnnttsPF
	                                                                                                 CNGNdtsIS', 31.2443697576039]}}, u'in': {8: {8: [dateti
	                                                                                                 me.datetime(1985, 7, 12, 19, 2, 21), 7386], 6: u'http:/
	                                                                                                 /www.blahova.com/main.jsp', 7: 8517}, 6: u'stastnarenat
	                                                                                                 a@volny.cz', 7: [u'apospisilova@post.cz', -23.2, 751]},
	                                                                                                  u'animi': {2: u'YbygJkVaVlogWWSeaTcc', 3: [u'zGHSRBkPz
	                                                                                                 wgNCkbnZyFv', 1179, datetime.datetime(1994, 4, 29, 2, 1
	                                                                                                 3, 23)], 4: {2: Decimal('11037347570.2'), 3: u'okVcJuDO
	                                                                                                 busfdbAPIOxz', 4: [u'HHgRKSmEtsXIsKYeAbpE', u'DkQQQfsOG
	                                                                                                 jICAeEeROit']}}, u'earum': {9: u'HxmYxyasRXImwPeDUjQu',
	                                                                                                  10: [1097, datetime.datetime(1987, 8, 11, 6, 3, 2), u'
	                                                                                                 cSPsDiqilFyWOGJfZLlS'], 11: {9: u'xEJRComQgmozcBsPtkEH'
	                                                                                                 , 10: u'radomirmasek@centrum.cz', 11: [u'ZGUHOzHzadhXPX
	                                                                                                 ChGGbD', u'HcueisSNSsPLMxPbBeqZ']}}, u'asperiores': {8:
	                                                                                                  [u'LXlLYXvpXTOhsTJkBbrW', -1906925208.2, 1532], 9: {8:
	                                                                                                  datetime.datetime(1975, 3, 1, 3, 20, 59), 9: [u'xsbUgZ
	                                                                                                 WlaDqWCwsrHyKM', 7476], 7: u'alois99@volny.cz'}, 7: u's
	                                                                                                 ZhBdVgJLmHdGJmxPdym'}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 281696.96
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -6149.74939
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [datetime.datetime(1985, 2, 24, 4, 49, 35), 843, dateti
	                                                                                                 me.datetime(1974, 10, 31, 15, 39, 1), datetime.datetime
	                                                                                                 (1971, 5, 19, 23, 2, 26), 1129138102723.5, u'vfLBvpEYAU
	                                                                                                 WuKcyBGRZL', 3651, u'alWZLQXUkeHpgAakXmmr', Decimal('51
	                                                                                                 42.87214588')]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (19.4972649, u'AUomMSWGHEYZULAxnwTW', u'jhbqxZULfMXJnUC
	                                                                                                 UDBkc', u'veselazaneta@gmail.com', datetime.datetime(19
	                                                                                                 70, 7, 11, 2, 50, 41), -810.801, datetime.datetime(2015
	                                                                                                 , 5, 21, 17, 14, 12), u'oJgpXcYZIopxtAnWhRYx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'CjdlZQUppZpxKFSEgHgT', -193014096863120.0, 6065,
	                                                                                                  u'rGUEWqlWDCYiioEKvhRk', u'ZXZJzgpBTuJBAnEKVDOU', u've
	                                                                                                 ramaresova@chello.cz'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'incidunt': -793073363295352.0, u'ab': u'cmaresova@gm
	                                                                                                 ail.com', u'hic': 366, u'dolore': u'lKjfbnagplImAKALMcZ
	                                                                                                 Z', u'quisquam': -3168283911559.0, u'repudiandae': 747.
	                                                                                                 0, u'tempore': u'LWggsZpNVMWcUAvRxEwD'}
	fake.pyint()                                                                                   # 9328

### faker.providers.ssn

	fake.vat_id()                                                                                  # CZ1948119428
	fake.ssn()                                                                                     # 012-66-1480

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_7; rv:1.9.5
	                                                                                                 .20) Gecko/2011-04-30 06:44:49 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.55.(Windows NT 6.2; ig-NG) Presto/2.9.177 Versi
	                                                                                                 on/10.00
	fake.windows_platform_token()                                                                  # Windows CE
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.2; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trid
	                                                                                                 ent/4.1)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/45.0.846.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_7_0
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_4 rv:6.0
	                                                                                                 ; ga-IE) AppleWebKit/531.31.7 (KHTML, like Gecko) Versi
	                                                                                                 on/4.0.1 Safari/531.31.7

## LANGUAGE sk_SK

### faker.providers.address

	fake.address()                                                                                 # Mrázova 064
	                                                                                                 372 87 Mrázovce
	fake.street_address()                                                                          # Jiskrova 5/2
	fake.postcode()                                                                                # 088 40
	fake.country_code(representation="alpha-2")                                                    # ZW
	fake.street_name()                                                                             # Pri kríži
	fake.country()                                                                                 # Svätá Lucia
	fake.city_name()                                                                               # Hrubá Borša
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 1
	fake.street_suffix_long()                                                                      # ulica
	fake.street_suffix_short()                                                                     # ul.
	fake.city()                                                                                    # Svätý Anton
	fake.state()                                                                                   # Trnavský kraj

### faker.providers.automotive

	fake.license_plate()                                                                           # QSU 903

### faker.providers.bank

	fake.bban()                                                                                    # PHPC8516314128607
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB29AIXQ3331904739298

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 6848754740728
	fake.ean13()                                                                                   # 4710153249244
	fake.ean8()                                                                                    # 86244138

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(236,96,154)
	fake.color_name()                                                                              # FireBrick
	fake.rgb_color()                                                                               # 82,168,248
	fake.safe_hex_color()                                                                          # #665500
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #ce0381

### faker.providers.company

	fake.company()                                                                                 # Johnson k.s.
	fake.company_suffix()                                                                          # s.r.o.
	fake.catch_phrase()                                                                            # Focused 24hour hierarchy
	fake.bs()                                                                                      # target impactful experiences

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 474
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 19 digit
	                                                                                                 Sheena Castaneda
	                                                                                                 4196478441316616011 09/25
	                                                                                                 CVC: 486
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/26
	fake.credit_card_number(card_type=None)                                                        # 213180699846716

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NEM
	fake.currency_code()                                                                           # YER
	fake.currency_name()                                                                           # Pound sterling
	fake.cryptocurrency_name()                                                                     # BlackCoin
	fake.cryptocurrency()                                                                          # ('KOI', 'Coinye')
	fake.currency()                                                                                # ('SRD', 'Surinamese dollar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-12 04:59:29
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b735f00>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1994-06-01 20:52:58
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 12:06:48
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-05
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2019-02-25 20:00:25
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-11
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2000-12-31 11:08:10
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2012-03-26
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:49
	fake.date_object(end_datetime=None)                                                            # 1991-03-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-20
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1975-08-12T22:09:34
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-11
	fake.month()                                                                                   # 12
	fake.year()                                                                                    # 1977
	fake.day_of_month()                                                                            # 26
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 437531498
	fake.timezone()                                                                                # Asia/Kuala_Lumpur
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2010-03-10
	fake.time_object(end_datetime=None)                                                            # 20:08:47
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-17 06:47:45
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1996-05-10 07:24:27
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 17:21:31
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-17
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-21 12:25:39
	fake.month_name()                                                                              # November
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0067-01-08 19:38:26
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdo
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /et/cum.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdi3
	fake.file_name(category=None, extension=None)                                                  # natus.gif
	fake.file_extension(category=None)                                                             # pptx

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -21.260353
	fake.latitude()                                                                                # -18.4479815
	fake.longitude()                                                                               # 52.251625
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55838', '-81.56929', 'Collinwood', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('54.03876', '43.91385', 'Kovylkino', 'RU', 'Europe/Mos
	                                                                                                 cow')
	fake.latlng()                                                                                  # (Decimal('89.553696'), Decimal('18.381183'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # tgarcia@zoznam.sk
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=700x
	                                                                                                 796&w=700&h=796
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # ocurtis@chello.sk
	fake.url(schemes=None)                                                                         # https://lewis.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.7.43.226
	fake.user_name(*args, **kwargs)                                                                # townsendjimmy
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # search
	fake.free_email_domain(*args, **kwargs)                                                        # centrum.sk
	fake.safe_email(*args, **kwargs)                                                               # jerry15@example.org
	fake.ascii_email(*args, **kwargs)                                                              # williamsolivia@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 192.175.59.124
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # iwatson@martin.com
	fake.domain_name(*args, **kwargs)                                                              # wilson.sk
	fake.hostname(*args, **kwargs)                                                                 # lt-27.carney.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.194.16
	fake.domain_word(*args, **kwargs)                                                              # christensen
	fake.slug(*args, **kwargs)                                                                     # optio-voluptatem
	fake.uri_path(deep=None)                                                                       # tag/list
	fake.company_email(*args, **kwargs)                                                            # ycarter@lin.sk
	fake.uri()                                                                                     # https://www.johnson.sk/main/privacy.html
	fake.ipv6(network=False)                                                                       # 5810:ea03:d3f:8234:f8a0:3881:d51c:685c
	fake.free_email(*args, **kwargs)                                                               # villarrealrichard@atlas.sk
	fake.ascii_safe_email(*args, **kwargs)                                                         # richardperez@example.com
	fake.mac_address()                                                                             # 07:56:7c:76:43:ad

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4325-6271-1
	fake.isbn13(separator="-")                                                                     # 978-0-261-47919-7

### faker.providers.job

	fake.job()                                                                                     # Ambulance person

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Voluptate repellendus doloribus vitae dolorem. Labor
	                                                                                                 iosam unde numquam quas.', u'Deserunt fuga corporis ex 
	                                                                                                 ea architecto quibusdam aperiam. Laboriosam occaecati e
	                                                                                                 t accusamus tempora aut.', u'Qui similique consequuntur
	                                                                                                  quidem fuga. Quia ratione veniam suscipit corrupti vol
	                                                                                                 uptates fuga. Velit consectetur mollitia eaque laborios
	                                                                                                 am id dicta. Voluptate cumque ex reiciendis quod eos.']
	                                                                                                 
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ullam sunt eveniet quae harum earum optio vitae. Aliqua
	                                                                                                 m nihil nostrum voluptatibus. Magni quos quisquam volup
	                                                                                                 tas assumenda rerum quidem.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cooper
	fake.name_female()                                                                             # Erin Mcclain
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # William Rogers
	fake.suffix_female()                                                                           # MD
	fake.name_male()                                                                               # Jeffrey Brown
	fake.first_name()                                                                              # Scott
	fake.suffix_male()                                                                             # MD
	fake.suffix()                                                                                  # MD
	fake.first_name_male()                                                                         # Michael
	fake.first_name_female()                                                                       # Katherine
	fake.last_name_female()                                                                        # Chambers
	fake.last_name()                                                                               # Davis
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +421 949 852 317
	fake.msisdn()                                                                                  # 4081553502465

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'allenleslie', 'name': u'Brian Blair', 'b
	                                                                                                 irthdate': datetime.date(1998, 11, 5), 'sex': 'M', 'add
	                                                                                                 ress': u'Star\xe1 Stupavsk\xe1 6/1\n124 26 Harmanec', '
	                                                                                                 mail': u'hurstadam@centrum.sk'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.harper.sk/', u'https://lee.co
	                                                                                                 m/', u'http://www.wallace.com/'], 'username': u'ortizja
	                                                                                                 mes', 'name': u'Charles Norman', 'blood_group': 'A+', '
	                                                                                                 residence': u'Pavla Blaha 5/2\n172 91 Val\u010da', 'com
	                                                                                                 pany': u'Clarke k.s.', 'address': u'Strakova 8\n431 17 
	                                                                                                 Dvorn\xedky', 'birthdate': datetime.date(1908, 12, 21),
	                                                                                                  'sex': 'M', 'job': 'Risk manager', 'ssn': u'581-07-300
	                                                                                                 6', 'current_location': (Decimal('-62.2551155'), Decima
	                                                                                                 l('-158.079898')), 'mail': u'steven81@post.sk'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([84361269346.7, 2665, u'IVIQVQakyTYxUcedzRIJ', u'lZ
	                                                                                                 QUppZpxKFSEgHgTarG', u'oEKvhRkhZXZJzgpBTuJB', u'ObvSDPf
	                                                                                                 AdvfLBvpEYAUW', Decimal('-4.64894619394E+14'), u'https:
	                                                                                                 //www.david.com/author.html', -52724714096.0, u'https:/
	                                                                                                 /brown.com/blog/posts/explore/privacy.html', 7064, u'Hp
	                                                                                                 gAakXmmrJlTWATenCj', -5.89])
	fake.pystr(min_chars=None, max_chars=20)                                                       # rRybeYbygJkVaVlogWWS
	fake.pystruct(count=10, *value_types)                                                          # ([u'robert51@atlas.sk', 7891, 2842, datetime.datetime(2
	                                                                                                 013, 12, 9, 7, 48, 9), u'LTxWmbVKdZPWVhTQAzuh', u'heath
	                                                                                                 erpeterson@szm.sk', 1504, Decimal('4532809.47'), 796, 4
	                                                                                                 701], {u'eum': u'YPJbVZYMfsxsbUgZWlaD', u'ipsum': u'IQQ
	                                                                                                 FEVbJibPxFewhzdXw', u'reprehenderit': Decimal('4.62878'
	                                                                                                 ), u'adipisci': u'GGbDeHcueisSNSsPLMxP', u'eaque': u'aT
	                                                                                                 cchzGHSRBkPzwgNCkb', u'excepturi': u'http://jenkins.com
	                                                                                                 /main/', u'perferendis': u'LzwSSgGZMMoBejUgVxmV', u'par
	                                                                                                 iatur': -1851891124.72, u'dolore': u'http://www.stewart
	                                                                                                 .sk/tag/blog/app/search/', u'rem': u'vQgvqLqEEmNAyDKVtJ
	                                                                                                 IP'}, {u'officia': {3: 7550, 4: [4271, Decimal('-9.0172
	                                                                                                 7708405E+13'), Decimal('7.1973574')], 5: {3: u'HpdcIKJV
	                                                                                                 KITtLvRBmqrG', 4: u'IGQuaysWWgiACAanQGVR', 5: [u'mark81
	                                                                                                 @post.sk', 1200380743539.0]}}, u'ab': {2: u'UMwpbCYAgLa
	                                                                                                 POcxUTcMA', 3: [u'eVAGBnHISgtbVJPmELaw', 8600347189816.
	                                                                                                 0, 2746], 4: {2: 106.5325, 3: 3804, 4: [u'ZYQqDYbIHIBng
	                                                                                                 TrVTgSC', datetime.datetime(2004, 11, 3, 14, 1, 5)]}}, 
	                                                                                                 u'aut': {8: {8: [u'http://www.watson.sk/home/', u'VODbJ
	                                                                                                 jetTxUSArVbNtSa'], 6: u'eEsdknFVmYSWmrCnweeX', 7: 68604
	                                                                                                 98198.0}, 6: u'http://www.jenkins.com/category.html', 7
	                                                                                                 : [6550, datetime.datetime(2005, 12, 30, 3, 30, 23), u'
	                                                                                                 http://www.whitehead.sk/']}, u'vitae': {9: u'ikfbjSMDvR
	                                                                                                 AIfMrxlEHY', 10: [u'NZKoUrBMXBbJidpFbgjy', 4724, dateti
	                                                                                                 me.datetime(2018, 5, 31, 8, 25, 7)], 11: {9: u'leeglori
	                                                                                                 a@azet.sk', 10: u'aXPacIdrCPqDmlzqlFFP', 11: [u'bTvnSUV
	                                                                                                 EQCNQKDYhHSnq', u'RrsGwzsynzAvzCnuOgPO']}}, u'aspernatu
	                                                                                                 r': {5: 6945, 6: [datetime.datetime(1994, 1, 20, 21, 34
	                                                                                                 , 26), datetime.datetime(1973, 8, 16, 10, 12, 3), u'obl
	                                                                                                 icSVBdIiQYMiRVSEE'], 7: {5: u'annmcdowell@gmail.com', 6
	                                                                                                 : datetime.datetime(2003, 3, 29, 0, 26, 5), 7: [9592, u
	                                                                                                 'hamiltonvickie@post.sk']}}, u'voluptatibus': {8: u'Zor
	                                                                                                 qoJgpXcYZIopxtAnW', 9: [u'RYxufBIjzlAUomMSWGHE', u'abal
	                                                                                                 dwin@chello.sk', u'wTWNVtkojQPLaYMhQZnl'], 10: {8: u'hb
	                                                                                                 qxZULfMXJnUCUDBkcH', 9: u'jnHHhyQbMjYvThkYvoTO', 10: [u
	                                                                                                 'https://www.griffith.sk/explore/category/', u'WnwnhJfy
	                                                                                                 RzieThtNHVNq']}}, u'atque': {0: 6602, 1: [Decimal('-2.4
	                                                                                                 0136427687E+12'), u'kVcJuDObusfdbAPIOxzo', Decimal('696
	                                                                                                 3631355.0')], 2: {0: u'EtsXIsKYeAbpEbDkQQQf', 1: u'OGjI
	                                                                                                 CAeEeROitcmZpEtS', 2: [datetime.datetime(2008, 2, 4, 17
	                                                                                                 , 21, 25), u'kzimmerman@chello.sk']}}, u'labore': {4: u
	                                                                                                 'bbkBdRxlkCAIdslQDSPq', 5: [7386, -91194044059.951, u'W
	                                                                                                 bSIUIWtJDuYcIOcFZaD'], 6: {4: u'JgsZhBdVgJLmHdGJmxPd', 
	                                                                                                 5: 2432, 6: [u'LXlLYXvpXTOhsTJkBbrW', -1906925208.2]}},
	                                                                                                  u'mollitia': {8: [datetime.datetime(1987, 9, 3, 15, 24
	                                                                                                 , 10), 1622, u'ilFyWOGJfZLlSbxEJRCo'], 9: {8: u'owalter
	                                                                                                 s@chello.sk', 9: [Decimal('-13672575.0'), datetime.date
	                                                                                                 time(2016, 11, 23, 14, 25, 33)], 7: u'QgmozcBsPtkEHWjBK
	                                                                                                 zLi'}, 7: u'sRXImwPeDUjQuAfPsrcS'}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -434595054.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -42478707228.7
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [7716, u'https://lee.com/author/', 4670, u'lisa08@chell
	                                                                                                 o.sk', 5638, u'QmffdyxMOASbnnIwStDR', u'eaTCLSKwWBTqKue
	                                                                                                 GBgvL', 414, u'catherine81@gmail.com', u'sAshHOhJEdApxR
	                                                                                                 yNAwBn', u'yxyNsxvwCLUAWhJvKHnn', 599304.553, datetime.
	                                                                                                 datetime(2001, 2, 20, 13, 42, 5)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9675, u'lericky@post.sk', u'BTSWImvJnVyVMWpkrlDm', u'G
	                                                                                                 fPfrnWfVezuUIfUmFkR', u'oopSDyiElWRjJjXUxzng', u'hTqDou
	                                                                                                 LleGDdIxFGvvPe', 4123)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'tsISufWRqmcFDEnHSqJR', 8074, -3957324783231.1, u
	                                                                                                 'OnsucpZtBemlqHYtUPwQ', datetime.datetime(2012, 12, 7, 
	                                                                                                 18, 42, 46), 4717, u'AeMFsBKydkNetSIPJhoW', 4113, Decim
	                                                                                                 al('19666.1643486'), u'FeiGQOIntjMzepnBDDdA', u'vtodd@a
	                                                                                                 tlas.sk', u'frfGKtpxLPaztbYTCwdh'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'temporibus': u'LamUIGzSacfjofCnMOMV', u'quis': -9674
	                                                                                                 8.932877878, u'voluptatum': -793073363295352.0, u'ut': 
	                                                                                                 9940, u'illum': u'wKtLKphpFlVqzEBMjeGk', u'consectetur'
	                                                                                                 : u'lKjfbnagplImAKALMcZZ', u'ullam': u'VgwcqypCXvekXeLx
	                                                                                                 oJDh', u'quia': datetime.datetime(2007, 6, 3, 19, 39, 4
	                                                                                                 3), u'error': -3168283911559.0, u'blanditiis': u'https:
	                                                                                                 //www.giles.com/index.html', u'expedita': 747.0, u'maxi
	                                                                                                 me': datetime.datetime(1989, 4, 27, 21, 2, 51), u'amet'
	                                                                                                 : datetime.datetime(1981, 7, 28, 9, 58, 28)}
	fake.pyint()                                                                                   # 8047

### faker.providers.ssn

	fake.vat_id()                                                                                  # SK6070659085
	fake.ssn()                                                                                     # 633-25-2492

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 5.1; tk-TM; rv:1.9.0.20) Gecko/
	                                                                                                 2019-01-07 04:13:55 Firefox/3.6.19
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.52.(X11; Linux x86_64; crh-UA) Presto/2.9.190 V
	                                                                                                 ersion/10.00
	fake.windows_platform_token()                                                                  # Windows NT 5.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 4.0; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/535.5.
	                                                                                                 4 (KHTML, like Gecko) Version/4.0.4 Safari/535.5.4
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_5) AppleWeb
	                                                                                                 Kit/5331 (KHTML, like Gecko) Chrome/36.0.886.0 Safari/5
	                                                                                                 331
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_10_0
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_9 rv:4.0; 
	                                                                                                 lv-LV) AppleWebKit/534.32.7 (KHTML, like Gecko) Version
	                                                                                                 /5.0 Safari/534.32.7

## LANGUAGE fr_CH

### faker.providers.address

	fake.address()                                                                                 # rue Alain Masseron 47
	                                                                                                 7287 Georges am See
	fake.street_name()                                                                             # boulevard de Vienne
	fake.building_number()                                                                         # 5
	fake.street_address()                                                                          # rue Emma Conrad 695
	fake.postcode()                                                                                # 1162
	fake.country_code(representation="alpha-2")                                                    # LT
	fake.canton_name()                                                                             # Tessin
	fake.country()                                                                                 # Seychelles
	fake.street_prefix()                                                                           # rue
	fake.street_suffix()                                                                           # Street
	fake.city_prefix()                                                                             # Saint 
	fake.city_suffix()                                                                             #  am Albis
	fake.canton()                                                                                  # (u'TI', u'Tessin')
	fake.city()                                                                                    # Privet-près-Coigny
	fake.canton_code()                                                                             # FR

### faker.providers.automotive

	fake.license_plate()                                                                           # 350 8516

### faker.providers.bank

	fake.bban()                                                                                    # IFMD2860703963331
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB49ZBKT3929868487547

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 4072471015322
	fake.ean13()                                                                                   # 4924862441336
	fake.ean8()                                                                                    # 83699368

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(74,1,115)
	fake.color_name()                                                                              # ForestGreen
	fake.rgb_color()                                                                               # 124,203,239
	fake.safe_hex_color()                                                                          # #770000
	fake.safe_color_name()                                                                         # black
	fake.hex_color()                                                                               # #65f5c8

### faker.providers.company

	fake.ide()                                                                                     # CHE-139.480.261
	fake.uid()                                                                                     # CHE-906.152.386
	fake.company()                                                                                 # Nusslé Pasquier SA
	fake.company_suffix()                                                                          # SA
	fake.catch_phrase_verb()                                                                       # d'innover
	fake.catch_phrase()                                                                            # La liberté d'atteindre vos buts de manière efficace
	fake.siret(max_sequential_digits=2)                                                            # 947 427 089 00942
	fake.bs()                                                                                      # drive leading-edge models
	fake.catch_phrase_noun()                                                                       # la liberté
	fake.siren()                                                                                   # 069 984 671
	fake.idi()                                                                                     # CHE-153.678.023
	fake.catch_phrase_attribute()                                                                  # plus facilement

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 413
	fake.credit_card_provider(card_type=None)                                                      # Discover
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 Elodie Galland
	                                                                                                 3513097973071541 02/24
	                                                                                                 CVC: 005
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 01/20
	fake.credit_card_number(card_type=None)                                                        # 630412153227

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # XRP
	fake.currency_code()                                                                           # COP
	fake.currency_name()                                                                           # Guatemalan quetzal
	fake.cryptocurrency_name()                                                                     # Decred
	fake.cryptocurrency()                                                                          # ('GRC', 'Gridcoin')
	fake.currency()                                                                                # ('MNT', 'Mongolian tugrik')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 05:28:02
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b5fa500>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2007-12-25 09:38:31
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2017-06-03
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 09:04:58
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-07
	fake.day_of_week()                                                                             # Friday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2010-05-15 05:13:32
	fake.date_between(start_date="-30y", end_date="today")                                         # 2019-02-21
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2001-03-04 15:31:38
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1989-07-25
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:49
	fake.date_object(end_datetime=None)                                                            # 2002-08-02
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-22
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1996-09-17T17:20:26
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-01
	fake.date_this_century(before_today=True, after_today=False)                                   # 2012-05-25
	fake.month()                                                                                   # 09
	fake.year()                                                                                    # 1975
	fake.day_of_month()                                                                            # 29
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1027188318
	fake.timezone()                                                                                # Africa/Bangui
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1986-04-25
	fake.time_object(end_datetime=None)                                                            # 11:31:45
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-10 01:59:18
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2017-11-13 09:40:18
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 23:59:41
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-18 22:20:15
	fake.month_name()                                                                              # February
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0332-04-01 10:53:43
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdu
	fake.mime_type(category=None)                                                                  # message/http
	fake.file_path(depth=1, category=None, extension=None)                                         # /enim/officiis.json
	fake.unix_partition(prefix=None)                                                               # /dev/xvdf5
	fake.file_name(category=None, extension=None)                                                  # quibusdam.wav
	fake.file_extension(category=None)                                                             # wav

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -88.220428
	fake.latitude()                                                                                # 52.2963245
	fake.longitude()                                                                               # 99.725775
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('44.27804', '-88.27205', 'Kaukauna', 'US', 'America/Ch
	                                                                                                 icago')
	fake.location_on_land(coords_only=False)                                                       # ('41.1053', '-7.32097', 'Custoias', 'PT', 'Europe/Lisbo
	                                                                                                 n')
	fake.latlng()                                                                                  # (Decimal('44.059477'), Decimal('178.240742'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # bavaudalain@sunrise.ch
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=346x
	                                                                                                 258&w=346&h=258
	fake.tld()                                                                                     # ch
	fake.email(*args, **kwargs)                                                                    # gevequoz@romandie.com
	fake.url(schemes=None)                                                                         # http://www.peitrequin.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.21.32.183
	fake.user_name(*args, **kwargs)                                                                # gbugnon
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # sunrise.ch
	fake.safe_email(*args, **kwargs)                                                               # tsansonnens@example.com
	fake.ascii_email(*args, **kwargs)                                                              # mariebarbey@hotmail.fr
	fake.ipv4_public(network=False, address_class=None)                                            # 173.237.55.34
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # isellaantonio@beuchat.ch
	fake.domain_name(*args, **kwargs)                                                              # bochud.net
	fake.hostname(*args, **kwargs)                                                                 # laptop-88.sandoz.ch
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.175.118.184
	fake.domain_word(*args, **kwargs)                                                              # grosjean
	fake.slug(*args, **kwargs)                                                                     # quae-harum-earum
	fake.uri_path(deep=None)                                                                       # main/posts/posts
	fake.company_email(*args, **kwargs)                                                            # jacquesvienne@isella.net
	fake.uri()                                                                                     # http://vuille.ch/register/
	fake.ipv6(network=False)                                                                       # 696e:33d9:6162:1470:31b9:144f:16d7:903
	fake.free_email(*args, **kwargs)                                                               # nathaliefrancillon@hispeed.ch
	fake.ascii_safe_email(*args, **kwargs)                                                         # humbertmanuel@example.org
	fake.mac_address()                                                                             # c0:e9:25:ed:0c:86

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-671-91313-1
	fake.isbn13(separator="-")                                                                     # 978-1-70646-308-5

### faker.providers.job

	fake.job()                                                                                     # Audioprothésiste avec brevet fédéral

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Illo provident rerum aspernatur beatae. Ipsum ducimus e
	                                                                                                 st quisquam ullam quod molestiae. Dolor eos officiis qu
	                                                                                                 ia accusamus.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Nam sunt quo magnam. Voluptates voluptas minima repe
	                                                                                                 llendus. Ducimus sapiente eum similique necessitatibus 
	                                                                                                 deleniti.', u'Esse voluptatem fugiat provident. A repel
	                                                                                                 lendus repudiandae neque.', u'Odit labore suscipit numq
	                                                                                                 uam commodi. Voluptas amet tempora dignissimos ipsa dol
	                                                                                                 or voluptates.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Odit facere ratione quibusdam atque quisquam.', u'Od
	                                                                                                 it vel aperiam magnam repellendus.', u'Animi pariatur a
	                                                                                                 periam inventore at placeat expedita aperiam.']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Qui similique consequuntur quidem fuga. Quia ratione ve
	                                                                                                 niam suscipit corrupti voluptates fuga. Velit consectet
	                                                                                                 ur mollitia eaque laboriosam id dicta. Voluptate cumque
	                                                                                                  ex reiciendis quod eos.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Optio magnam minima.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Pasquier
	fake.name_female()                                                                             # Liliane Robadey
	fake.name()                                                                                    # Philippe Niquille
	fake.name_male()                                                                               # Antonio Morand
	fake.first_name()                                                                              # Chloé
	fake.first_name_male()                                                                         # Jean
	fake.first_name_female()                                                                       # Corinne
	fake.last_name_female()                                                                        # Monney
	fake.last_name()                                                                               # Bochud

### faker.providers.phone_number

	fake.phone_number()                                                                            # 0901 128 100
	fake.msisdn()                                                                                  # 0069859520172

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'ubarbey', 'name': u'Th\xe9r\xe8se Mottet
	                                                                                                 ', 'birthdate': datetime.date(1907, 4, 19), 'sex': 'F',
	                                                                                                  'address': u'chemin de Humbert 95\n4870 Beuchat', 'mai
	                                                                                                 l': u'monnardjean-claude@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.beuret.com/', u'http://rappaz
	                                                                                                 .com/', u'https://morand.com/', u'https://nussle.ch/'],
	                                                                                                  'username': u'durouxmarcel', 'name': u'Robert Beuret',
	                                                                                                  'blood_group': 'AB-', 'residence': u'boulevard Elisa M
	                                                                                                 ayor\n6173 Cosandey-la-Ville', 'company': u'Crivelli S\
	                                                                                                 xe0rl.', 'address': u'rue Rosselat 3\n8476 Bahon', 'bir
	                                                                                                 thdate': datetime.date(2019, 2, 3), 'sex': 'M', 'job': 
	                                                                                                 u'M\xe9diamaticien', 'ssn': u'756.5176.8049.35', 'curre
	                                                                                                 nt_location': (Decimal('-72.620137'), Decimal('104.0915
	                                                                                                 48')), 'mail': u'simone11@yahoo.fr'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [u'jofCnMOMVMujwKtLKphp', 2150, u'corinnefrancillon@bou
	                                                                                                 rquard.com', 1947, 2032, 4345]
	fake.pystr(min_chars=None, max_chars=20)                                                       # GDlQmffdyxMOASbnnIwS
	fake.pystruct(count=10, *value_types)                                                          # ([7172, 395946.10373, datetime.datetime(1982, 10, 22, 1
	                                                                                                 6, 12, 10), u'babeyarthur@yahoo.fr', u'goEgwxtwpflXFKBc
	                                                                                                 zlhI', u'CYAgLaPOcxUTcMAoeVAG', u'nHpdcIKJVKITtLvRBmqr'
	                                                                                                 , 1296, u'oliviercomman@hispeed.ch', 608], {u'eum': u'Y
	                                                                                                 PJbVZYMfsxsbUgZWlaD', u'maiores': datetime.datetime(199
	                                                                                                 0, 3, 31, 6, 43, 15), u'sint': -81285594.915, u'perfere
	                                                                                                 ndis': u'robert51@duroux.ch', u'eos': datetime.datetime
	                                                                                                 (1991, 6, 21, 22, 29, 4), u'architecto': 7576, u'porro'
	                                                                                                 : u'BdRxlkCAIdslQDSPqDMv', u'vel': u'MSPdVYfStWSaSqGXxc
	                                                                                                 lF', u'quo': u'http://mayor.com/register.jsp', u'conseq
	                                                                                                 uatur': u'AeMFsBKydkNetSIPJhoW'}, {u'ad': {8: 6945, 9: 
	                                                                                                 [datetime.datetime(1994, 1, 20, 21, 34, 26), datetime.d
	                                                                                                 atetime(1973, 8, 16, 10, 12, 3), u'oblicSVBdIiQYMiRVSEE
	                                                                                                 '], 10: {8: u'davidrobadey@muriset.org', 9: u'blancsamu
	                                                                                                 el@vtxnet.ch', 10: [u'esIQQFEVbJibPxFewhzd', u'theoboic
	                                                                                                 hat@crevoisier.com']}}, u'eaque': {2: u'ucpZtBemlqHYtUP
	                                                                                                 wQByE', 3: [-80236208708.4647, -807486.3, u'http://www.
	                                                                                                 badel.net/home.php'], 4: {2: u'VaVlogWWSeaTcchzGHSR', 3
	                                                                                                 : 2081, 4: [datetime.datetime(1994, 7, 31, 21, 37, 31),
	                                                                                                  20.372559811]}}, u'fugit': {3: u'VcJuDObusfdbAPIOxzoH'
	                                                                                                 , 4: [Decimal('85.2455517933'), 3705, u'XIsKYeAbpEbDkQQ
	                                                                                                 QfsOG'], 5: {3: u'ICAeEeROitcmZpEtSQOX', 4: u'ZKKzekLzw
	                                                                                                 SSgGZMMoBej', 5: [u'https://www.sandoz.org/', datetime.
	                                                                                                 datetime(1972, 8, 16, 9, 10, 6)]}}, u'labore': {8: [Dec
	                                                                                                 imal('3.77946248463E+13'), 4033, u'lea06@aeby.org'], 9:
	                                                                                                  {8: 2432, 9: [u'LXlLYXvpXTOhsTJkBbrW', -1906925208.2],
	                                                                                                  7: u'JgsZhBdVgJLmHdGJmxPd'}, 7: u'sophiebadan@sunrise.
	                                                                                                 ch'}, u'veniam': {9: 6550, 10: [datetime.datetime(2005,
	                                                                                                  12, 30, 3, 30, 23), u'http://www.rosselet.com/', u'eEs
	                                                                                                 dknFVmYSWmrCnweeX'], 11: {9: 6860498198.0, 10: u'http:/
	                                                                                                 /www.corboz.com/home/', 11: [u'VODbJjetTxUSArVbNtSa', u
	                                                                                                 'SuiJsvoGPorHxmYxyasR']}}, u'quisquam': {0: u'http://ro
	                                                                                                 bert.com/category/app/tags/register/', 1: [u'vLAcXNHFRf
	                                                                                                 irsAshHOhJ', 694, 3011], 2: {0: 5133751547727.4, 1: 253
	                                                                                                 7, 2: [u'yxyNsxvwCLUAWhJvKHnn', 599304.553]}}, u'cum': 
	                                                                                                 {1: u'loicbalmat@romandie.com', 2: [5778, u'HSqJRZdMNVM
	                                                                                                 pfrfGKtpx', Decimal('-378611754108')], 3: {1: u'stephan
	                                                                                                 e01@gmail.com', 2: 781, 3: [u'GQOIntjMzepnBDDdAIrW', 19
	                                                                                                 66]}}, u'officiis': {5: 2601, 6: [Decimal('-3829817231.
	                                                                                                 24'), u'ebeguelin@hispeed.ch', u'wwQjXSnEowhuXfBGtdZY']
	                                                                                                 , 7: {5: u'https://marty.ch/register/', 6: u'gTrVTgSCPK
	                                                                                                 avHsxjLIPU', 7: [7550, 4271]}}, u'tempora': {4: Decimal
	                                                                                                 ('-92949.29'), 5: [1514, datetime.datetime(2013, 9, 12,
	                                                                                                  11, 33, 23), u'QVzgOVDDxrfFhYcHYkbP'], 6: {4: u'WFXWZS
	                                                                                                 zAuKxguCrZfcpX', 5: datetime.datetime(2006, 6, 26, 5, 7
	                                                                                                 , 5), 6: [Decimal('-60389257.5085'), 2.273769256163]}}}
	                                                                                                 )
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 6284.48095748
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -2.6
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [datetime.datetime(2007, 5, 16, 18, 35, 29), u'mblanc@b
	                                                                                                 luewin.ch', 3784, u'kqDUqIVIQVQakyTYxUce', u'zRIJuPqAeN
	                                                                                                 fObvSDPfAd', 41.30581693, 9620, 8846, u'bernard45@prive
	                                                                                                 t.ch']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ZGUHOzHzadhXPXChGGbD', 7079, u'ethanfrancillon@bouvi
	                                                                                                 er.net', u'rqoJgpXcYZIopxtAnWhR', 9393.1759193, u'Hcuei
	                                                                                                 sSNSsPLMxPbBeqZ', 7221, u'AUomMSWGHEYZULAxnwTW', u'wPeD
	                                                                                                 UjQuAfPsrcSPsDiq', u'lFyWOGJfZLlSbxEJRCom', u'http://ww
	                                                                                                 w.bahon.ch/')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([3651, u'pBTuJBAnEKVDOUuYYxkP', datetime.datetime(1
	                                                                                                 971, 11, 18, 21, 59, 5), Decimal('5142.87214588'), 6065
	                                                                                                 , u'lWDCYiioEKvhRkhZXZJz', u'nCjdlZQUppZpxKFSEgHg', u'h
	                                                                                                 ttp://humbert.ch/', u'alWZLQXUkeHpgAakXmmr', datetime.d
	                                                                                                 atetime(1993, 10, 1, 0, 45, 15), u'stephaniedeladoey@hi
	                                                                                                 speed.ch'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'maiores': u'http://besancon.ch/home/', u'quas': -3.5
	                                                                                                 483, u'praesentium': u'paccotphilippe@piccand.com', u'q
	                                                                                                 ui': u'bouviersylvie@montandon.com', u'voluptatibus': u
	                                                                                                 'chevroletjosiane@gmail.com', u'magnam': u'barillonelis
	                                                                                                 a@meyer.net', u'aliquam': Decimal('760325976.6')}
	fake.pyint()                                                                                   # 8639

### faker.providers.ssn

	fake.vat_id()                                                                                  # CHE097189222
	fake.ssn()                                                                                     # 756.7831.6092.51

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_0; rv:1.9.5.
	                                                                                                 20) Gecko/2015-07-28 17:17:49 Firefox/14.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.73.(X11; Linux i686; lij-IT) Presto/2.9.173 Ver
	                                                                                                 sion/10.00
	fake.windows_platform_token()                                                                  # Windows 98; Win 9x 4.90
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.1; Trid
	                                                                                                 ent/3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5332 (KHTML
	                                                                                                 , like Gecko) Chrome/59.0.876.0 Safari/5332
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_9) AppleWe
	                                                                                                 bKit/5320 (KHTML, like Gecko) Chrome/48.0.826.0 Safari/
	                                                                                                 5320
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_11_7
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; 
	                                                                                                 pl-PL) AppleWebKit/531.48.6 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B111 Safari/6531.48.6

## LANGUAGE de_DE

### faker.providers.address

	fake.address()                                                                                 # Jens-Uwe-Ackermann-Straße 73
	                                                                                                 28745 Dresden
	fake.street_address()                                                                          # Wohlgemutgasse 63
	fake.postcode()                                                                                # 63995
	fake.country_code(representation="alpha-2")                                                    # PA
	fake.street_name()                                                                             # Boucseinallee
	fake.country()                                                                                 # Vereinigte Staaten
	fake.city_name()                                                                               # Passau
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 8
	fake.street_suffix_long()                                                                      # Gasse
	fake.street_suffix_short()                                                                     # str.
	fake.city()                                                                                    # Schwarzenberg
	fake.city_with_postcode()                                                                      # 88401 Gardelegen
	fake.state()                                                                                   # Rheinland-Pfalz

### faker.providers.automotive

	fake.license_plate()                                                                           # GS-AU-57

### faker.providers.bank

	fake.bban()                                                                                    # 039633319047392986
	fake.bank_country()                                                                            # DE
	fake.iban()                                                                                    # DE73848754740724710153

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 2492486244135
	fake.ean13()                                                                                   # 3836993633478
	fake.ean8()                                                                                    # 92040076

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(15,49,242)
	fake.color_name()                                                                              # Chocolate
	fake.rgb_color()                                                                               # 92,240,218
	fake.safe_hex_color()                                                                          # #66cc00
	fake.safe_color_name()                                                                         # silver
	fake.hex_color()                                                                               # #b7f016

### faker.providers.company

	fake.company()                                                                                 # Oderwald GmbH & Co. KGaA
	fake.company_suffix()                                                                          # AG
	fake.catch_phrase()                                                                            # Multi-lateral attitude-oriented frame
	fake.bs()                                                                                      # drive wireless supply-chains

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 865
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Edward Pergande
	                                                                                                 5386718069984672 08/20
	                                                                                                 CVV: 994
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 06/25
	fake.credit_card_number(card_type=None)                                                        # 3527089290829499

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # EMC
	fake.currency_code()                                                                           # ZMW
	fake.currency_name()                                                                           # Swedish krona
	fake.cryptocurrency_name()                                                                     # Namecoin
	fake.cryptocurrency()                                                                          # ('AUR', 'Auroracoin')
	fake.currency()                                                                                # ('AWG', 'Aruban florin')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-17 13:54:55
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b5f9960>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2004-12-24 05:27:55
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2014-07-23
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-12 12:25:45
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-25
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2011-05-24 07:28:21
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-07-18
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2005-05-31 08:50:57
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1986-11-27
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:50
	fake.date_object(end_datetime=None)                                                            # 1975-08-12
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-06
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1990-08-18T09:51:03
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-07
	fake.date_this_century(before_today=True, after_today=False)                                   # 2008-12-01
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1989
	fake.day_of_month()                                                                            # 24
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 684850932
	fake.timezone()                                                                                # America/Tegucigalpa
	fake.century()                                                                                 # XV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1966-09-07
	fake.time_object(end_datetime=None)                                                            # 03:58:53
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-31 18:40:46
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1995-08-10 10:52:13
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:37:27
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-02
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-08 10:23:55
	fake.month_name()                                                                              # July
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0062-07-04 19:34:08
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdb
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /voluptate/pariatur.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdt1
	fake.file_name(category=None, extension=None)                                                  # officia.json
	fake.file_extension(category=None)                                                             # mov

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 75.976152
	fake.latitude()                                                                                # -71.9736705
	fake.longitude()                                                                               # -98.791818
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('44.73941', '-93.12577', 'Rosemount', 'US', 'America/C
	                                                                                                 hicago')
	fake.location_on_land(coords_only=False)                                                       # ('38.37255', '34.02537', 'Aksaray', 'TR', 'Europe/Istan
	                                                                                                 bul')
	fake.latlng()                                                                                  # (Decimal('-23.8292295'), Decimal('-168.414877'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # jscheibe@web.de
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/1001x393
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # wellerandrzej@weitzel.net
	fake.url(schemes=None)                                                                         # http://lehmann.de/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.227.87.34
	fake.user_name(*args, **kwargs)                                                                # kerstin43
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # privacy
	fake.free_email_domain(*args, **kwargs)                                                        # aol.de
	fake.safe_email(*args, **kwargs)                                                               # marie-therestrueb@example.org
	fake.ascii_email(*args, **kwargs)                                                              # cichoriusviola@aol.de
	fake.ipv4_public(network=False, address_class=None)                                            # 101.206.241.94
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # sabrina24@striebitz.com
	fake.domain_name(*args, **kwargs)                                                              # riehl.de
	fake.hostname(*args, **kwargs)                                                                 # db-80.hande.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.52.168.30
	fake.domain_word(*args, **kwargs)                                                              # mude
	fake.slug(*args, **kwargs)                                                                     # ullam-sit-sequi
	fake.uri_path(deep=None)                                                                       # category
	fake.company_email(*args, **kwargs)                                                            # lscholz@gute.de
	fake.uri()                                                                                     # http://adolph.org/
	fake.ipv6(network=False)                                                                       # 1eb2:8a28:2914:52f9:8379:354b:a9:d5c5
	fake.free_email(*args, **kwargs)                                                               # hbenthin@aol.de
	fake.ascii_safe_email(*args, **kwargs)                                                         # karl-juergen42@example.net
	fake.mac_address()                                                                             # 97:79:dc:87:b1:cf

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-586-70116-8
	fake.isbn13(separator="-")                                                                     # 978-1-5167-0961-8

### faker.providers.job

	fake.job()                                                                                     # English as a foreign language teacher

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Numquam tenetur earum a sunt adipisci voluptatibus i
	                                                                                                 ste. Earum quam fugit. Aut saepe fuga rerum corporis pa
	                                                                                                 riatur.', u'Accusantium minus saepe aut ipsum. Voluptat
	                                                                                                 ibus voluptas perspiciatis.', u'Commodi provident recus
	                                                                                                 andae. Similique ipsa ducimus molestiae exercitationem 
	                                                                                                 molestias sunt iste.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Cumque alias accusamus distinctio esse culpa.', u'Qu
	                                                                                                 as praesentium sunt.', u'Quas nisi at soluta.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Totam cupiditate delectus occaecati similique qui itaqu
	                                                                                                 e. Nostrum iste rem nemo.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Quaerat aliquid quia optio numquam a soluta libero.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Briemer
	fake.name_female()                                                                             # Univ.Prof. Viviane Heydrich B.Eng.
	fake.prefix_male()                                                                             # Ing.
	fake.prefix()                                                                                  # Prof.
	fake.name()                                                                                    # Leif Jacob-Peukert
	fake.suffix_female()                                                                           # B.A.
	fake.name_male()                                                                               # Curt Atzler
	fake.first_name()                                                                              # Gerti
	fake.suffix_male()                                                                             # MBA.
	fake.suffix()                                                                                  # B.Sc.
	fake.first_name_male()                                                                         # Gerard
	fake.first_name_female()                                                                       # Petra
	fake.last_name_female()                                                                        # Martin
	fake.last_name()                                                                               # Hölzenbecher
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +49(0)5191606324
	fake.msisdn()                                                                                  # 9525233772881

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'herma14', 'name': u'Dipl.-Ing. Heiderose
	                                                                                                  Hornich B.Eng.', 'birthdate': datetime.date(1938, 7, 3
	                                                                                                 0), 'sex': 'F', 'address': u'Fischerplatz 0/3\n57328 Mi
	                                                                                                 ltenberg', 'mail': u'wgotthard@hotmail.de'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://raedel.com/', u'http://doehn.com
	                                                                                                 /', u'https://www.kranz.org/', u'https://lange.com/'], 
	                                                                                                 'username': u'klaus-dieter16', 'name': u'Delia Weihmann
	                                                                                                  B.Sc.', 'blood_group': 'AB-', 'residence': u'Mohammed-
	                                                                                                 Henck-Ring 2/9\n12610 Hoyerswerda', 'company': u'S\xfc\
	                                                                                                 xdfebier', 'address': u'Georgios-Pergande-Ring 7/6\n945
	                                                                                                 14 Ansbach', 'birthdate': datetime.date(2004, 3, 1), 's
	                                                                                                 ex': 'F', 'job': 'Designer, jewellery', 'ssn': u'348-02
	                                                                                                 -1938', 'current_location': (Decimal('-34.039566'), Dec
	                                                                                                 imal('34.561969')), 'mail': u'jbaehr@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [6873, u'suWuiNFgSkHdyjrnbDQY', 9.8407477414, 1826, u'I
	                                                                                                 eigXBqIwuMEEWmnuorI', -99580565860893.0, u'https://www.
	                                                                                                 lorch.org/privacy.php', u'hGuCkYwuubWsNEzVswgE', dateti
	                                                                                                 me.datetime(2007, 3, 8, 1, 31, 18), Decimal('9816736.28
	                                                                                                 3')]
	fake.pystr(min_chars=None, max_chars=20)                                                       # EmzkLwPHJdZpYBSPWSOo
	fake.pystruct(count=10, *value_types)                                                          # ([94.76876917, u'dKJJwywVCVQDshzhbSKY', u'KyLqCBzwROHOm
	                                                                                                 wGAThfv', 2431.75753394123, u'HVVVTxDyNAtwcwapdBqX', u'
	                                                                                                 eHygvPLpAxVbKkEGkgKq', u'http://www.mende.de/about.html
	                                                                                                 ', u'VdonozBPxjZTJramPjWd', -4.1453846859798, u'LjAdlcV
	                                                                                                 gZSLbWKROMlDm'], {u'unde': u'NUguFpbUnJpVAkPoNaho', u'e
	                                                                                                 xcepturi': 68758235113543.0, u'corporis': 9400, u'culpa
	                                                                                                 ': u'fhjuJuKNXxpEqilpmRyd', u'dolorem': u'FBirahXdUqUMj
	                                                                                                 zdMqmOf', u'tempore': 4212076837152.0, u'animi': u'http
	                                                                                                 ://www.mentzel.de/categories/category/category/category
	                                                                                                 /', u'aspernatur': datetime.datetime(2001, 12, 10, 8, 1
	                                                                                                 6, 51), u'eligendi': u'wkcReVrIcmGulkjtZsXN', u'cupidit
	                                                                                                 ate': u'fmdIqroYNIzcdATZQYsv'}, {u'reprehenderit': {1: 
	                                                                                                 u'NICtGfENVKNJdMzhSRJz', 2: [u'BdibvDAyamdRbKvUChcX', d
	                                                                                                 atetime.datetime(1985, 12, 26, 19, 42, 8), u'luziesuess
	                                                                                                 ebier@warmer.com'], 3: {1: 478, 2: u'mSphJbnxCxZIckupTA
	                                                                                                 WH', 3: [5270, -80435.5808968869]}}, u'velit': {3: u'es
	                                                                                                 chinke@hotmail.de', 4: [-55854895631525.0, 7808, u'Hgpw
	                                                                                                 cdTRWwvNlWzeMlyM'], 5: {3: 6155, 4: Decimal('-4739.7409
	                                                                                                 2668'), 5: [37124311611.0, u'DZVvVaZqHnEOkrZpcZIG']}}, 
	                                                                                                 u'odit': {8: u'iaumann@googlemail.com', 9: [u'XtiRIRzUZ
	                                                                                                 HjRdOaBBQfK', u'gHtApKOENZNzcIVoQHsg', 6556], 10: {8: u
	                                                                                                 'cACEqairvhIaidRuSpyn', 9: u'bQZROvFMXDLhZIMaBuem', 10:
	                                                                                                  [3488, u'dMUBsRFtceeklSdIBTBK']}}, u'sint': {2: u'izrT
	                                                                                                 zYRzlpbcRwACFFbi', 3: [-89045.79390378, u'https://www.e
	                                                                                                 imer.com/blog/main/', u'poBeNeHuabTJHPGStNEi'], 4: {2: 
	                                                                                                 u'CFLNQktKphIpKJvEpCaa', 3: u'https://hartung.de/', 4: 
	                                                                                                 [-65437566084.3, u'xjFPQIWYeDftCpBzXCkB']}}, u'nemo': {
	                                                                                                 0: 814, 1: [8819, -8306.398367, datetime.datetime(1979,
	                                                                                                  2, 17, 19, 6, 40)], 2: {0: Decimal('-41.8944082419'), 
	                                                                                                 1: datetime.datetime(1983, 3, 10, 2, 37, 36), 2: [Decim
	                                                                                                 al('4.05853825782E+12'), 5033]}}, u'fugit': {8: {8: [De
	                                                                                                 cimal('5768.89198'), Decimal('-277439945.222')], 6: u'h
	                                                                                                 ttps://www.weihmann.de/', 7: u'susann86@maelzer.com'}, 
	                                                                                                 6: Decimal('-23573259.9634'), 7: [-617117.0, u'takVZXDN
	                                                                                                 byYWArUSoJil', 53.96]}, u'sed': {4: u'handegloria@kosto
	                                                                                                 lzin.org', 5: [8736, u'yhartung@salz.de', Decimal('-5.7
	                                                                                                 02')], 6: {4: 3275, 5: datetime.datetime(2003, 9, 3, 21
	                                                                                                 , 8, 24), 6: [datetime.datetime(1996, 12, 27, 20, 10, 5
	                                                                                                 2), u'UcpzabbTNStjfWUSHbIw']}}, u'quod': {5: u'SHCdTPCk
	                                                                                                 RuDlYXgjltJl', 6: [498550264080.581, Decimal('8068397.4
	                                                                                                 49'), u'UKNBvmNOOvbufKyYslyV'], 7: {5: datetime.datetim
	                                                                                                 e(1999, 8, 8, 7, 2, 29), 6: u'https://thanel.com/', 7: 
	                                                                                                 [u'TQjvUqyCkmWgBUTVynIV', u'rosel24@koch.de']}}, u'expl
	                                                                                                 icabo': {9: 61.5464766, 10: [datetime.datetime(2018, 6,
	                                                                                                  19, 13, 35, 54), datetime.datetime(2013, 8, 16, 16, 1,
	                                                                                                  20), u'reisingcarsten@googlemail.com'], 11: {9: 5238, 
	                                                                                                 10: u'SpqCoGbKzrQMGStwtsle', 11: [8230, u'mriehl@gmail.
	                                                                                                 com']}}, u'laudantium': {8: [datetime.datetime(1975, 5,
	                                                                                                  22, 19, 34, 51), 1110.428692, 147], 9: {8: u'gPyxFGwZC
	                                                                                                 QIHvpjBDPgI', 9: [u'karl-peter54@mende.org', 6241], 7: 
	                                                                                                 u'https://sorgatz.com/search/'}, 7: u'RopTjURtJXaKPFPdr
	                                                                                                 OIY'}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -1031543061.1
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 92881.39
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'xEEtfxWVPOWMwyVUbvtU', u'mRsJFmzhmWVMNSCZJNTO', u'ci
	                                                                                                 KIfkXKlTfKCqmnLBap', Decimal('3.466374'), u'ildiko41@ho
	                                                                                                 rnig.net', u'http://www.mangold.com/', u'JOXtITNQVLPSwD
	                                                                                                 OblIse', Decimal('8784967531.18')]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (155493904.310518, u'http://www.roerricht.de/', u'QztRx
	                                                                                                 WEJxVoZrwPgroaN', datetime.datetime(1987, 5, 28, 9, 46,
	                                                                                                  12), u'https://www.heintze.de/posts/tag/explore/about.
	                                                                                                 asp', u'DaFzNiMMYioYtoDjZAkF', datetime.datetime(1983, 
	                                                                                                 9, 24, 3, 43, 13), u'jloewer@koch.de', 217596132599.0, 
	                                                                                                 datetime.datetime(1982, 12, 15, 9, 4, 53), u'sveavollbr
	                                                                                                 echt@aol.de')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'UJWMTEUgUByDBuntjsSC', u'hildegardzahn@etzold.de
	                                                                                                 ', u'http://kambs.de/explore/search/search/index/', u'j
	                                                                                                 ens-peter04@seidel.com', 911, u'ComGEMBFwOyrDVBfXfmC', 
	                                                                                                 Decimal('1436264832.22'), 9653, u'pkarz@stey.net', 1655
	                                                                                                 , u'tgDIGSTCrWLwGjsbFLkF', u'hgiess@hotmail.de'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'minima': u'qIjFEWFrCGbvHageQcoW', u'laborum': u'noFR
	                                                                                                 vrtufkpOnZebjOfl', u'aliquid': datetime.datetime(1989, 
	                                                                                                 1, 10, 7, 24, 9), u'quia': datetime.datetime(1983, 5, 2
	                                                                                                 5, 12, 26, 47), u'quisquam': u'http://www.schleich.com/
	                                                                                                 blog/author.html', u'doloremque': u'sxCZbeBlmvhQQYPMfIs
	                                                                                                 v', u'blanditiis': u'https://www.jungfer.de/register/',
	                                                                                                  u'atque': 6512, u'soluta': u'http://www.beer.org/autho
	                                                                                                 r.php'}
	fake.pyint()                                                                                   # 3696

### faker.providers.ssn

	fake.vat_id()                                                                                  # DE769736848
	fake.ssn()                                                                                     # 796-73-3889

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2014
	                                                                                                 -03-03 18:35:34 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.46.(Windows NT 5.0; lg-UG) Presto/2.9.175 Versi
	                                                                                                 on/11.00
	fake.windows_platform_token()                                                                  # Windows 98; Win 9x 4.90
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/
	                                                                                                 5.1)
	fake.user_agent()                                                                              # Opera/8.40.(Windows NT 5.0; ne-NP) Presto/2.9.188 Versi
	                                                                                                 on/10.00
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5322 (KHTML
	                                                                                                 , like Gecko) Chrome/63.0.877.0 Safari/5322
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_12_5
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; 
	                                                                                                 sat-IN) AppleWebKit/534.6.6 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B116 Safari/6534.6.6

## LANGUAGE es_MX

### faker.providers.address

	fake.state_abbr()                                                                              # NL
	fake.address()                                                                                 # Callejón Afganistán 473 Interior 728
	                                                                                                 San Gilberto los bajos, QRO 58286
	fake.street_address()                                                                          # Corredor Sur Padrón 141 286
	fake.postcode()                                                                                # 63995
	fake.country_code(representation="alpha-2")                                                    # PA
	fake.street_name()                                                                             # Periférico Alarcón
	fake.country()                                                                                 # Ucrania
	fake.secondary_address()                                                                       # 689 Interior 036
	fake.street_prefix()                                                                           # Calzada
	fake.street_suffix()                                                                           # Street
	fake.city_prefix()                                                                             # Norte
	fake.city_suffix()                                                                             # de la Montaña
	fake.building_number()                                                                         # 308
	fake.city_adjetive()                                                                           # Nueva
	fake.city()                                                                                    # San Hermelinda de la Montaña
	fake.state()                                                                                   # Durango

### faker.providers.automotive

	fake.license_plate()                                                                           # 190-HJK

### faker.providers.bank

	fake.bban()                                                                                    # KTKZ2986848754740
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB19TGMU1015324924862

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 4413383699369
	fake.ean13()                                                                                   # 3347920400716
	fake.ean8()                                                                                    # 73980193

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(120,25,92)
	fake.color_name()                                                                              # MediumSeaGreen
	fake.rgb_color()                                                                               # 200,208,125
	fake.safe_hex_color()                                                                          # #aa0000
	fake.safe_color_name()                                                                         # green
	fake.hex_color()                                                                               # #6c0f82

### faker.providers.company

	fake.company_suffix()                                                                          # e Hijos
	fake.company()                                                                                 # Proyectos Olivas y Polanco
	fake.company_prefix()                                                                          # Despacho
	fake.catch_phrase()                                                                            # archivo asíncrona perseverante
	fake.bs()                                                                                      # incuba infraestructuras extensibles

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 797
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Diners Club / Carte Blanche
	                                                                                                 Serafín Urías
	                                                                                                 38467199474278 11/19
	                                                                                                 CVC: 892
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 01/20
	fake.credit_card_number(card_type=None)                                                        # 3582949008650135

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # BTC
	fake.currency_code()                                                                           # MDL
	fake.currency_name()                                                                           # North Korean won
	fake.cryptocurrency_name()                                                                     # Tether
	fake.cryptocurrency()                                                                          # ('MZC', 'MazaCoin')
	fake.currency()                                                                                # ('BOB', 'Bolivian boliviano')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-26 21:45:46
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bea9550>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2006-02-20 13:11:32
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2011-05-24
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-07 09:54:45
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-02
	fake.day_of_week()                                                                             # Sunday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2011-07-04 07:40:31
	fake.date_between(start_date="-30y", end_date="today")                                         # 2004-10-28
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2008-01-20 23:47:11
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1973-08-22
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:50
	fake.date_object(end_datetime=None)                                                            # 1995-11-11
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-31
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1986-01-04T00:22:26
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-07
	fake.date_this_century(before_today=True, after_today=False)                                   # 2005-05-31
	fake.month()                                                                                   # 10
	fake.year()                                                                                    # 2002
	fake.day_of_month()                                                                            # 03
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 578119437
	fake.timezone()                                                                                # Asia/Magadan
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1920-08-26
	fake.time_object(end_datetime=None)                                                            # 16:45:54
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-20 01:11:09
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1980-12-24 04:26:20
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 23:28:49
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-12
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-21 04:30:43
	fake.month_name()                                                                              # September
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0448-03-24 17:41:03
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdo
	fake.mime_type(category=None)                                                                  # application/octet-stream
	fake.file_path(depth=1, category=None, extension=None)                                         # /quae/beatae.wav
	fake.unix_partition(prefix=None)                                                               # /dev/xvdf5
	fake.file_name(category=None, extension=None)                                                  # aperiam.html
	fake.file_extension(category=None)                                                             # mp4

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 152.020384
	fake.latitude()                                                                                # -37.170333
	fake.longitude()                                                                               # 58.089055
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('39.72943', '-104.83192', 'Aurora', 'US', 'America/Den
	                                                                                                 ver')
	fake.location_on_land(coords_only=False)                                                       # ('10.98778', '-74.95472', 'Puerto Colombia', 'CO', 'Ame
	                                                                                                 rica/Bogota')
	fake.latlng()                                                                                  # (Decimal('-5.211202'), Decimal('80.693399'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # lroque@yahoo.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/971x829
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # eaviles@despacho.org
	fake.url(schemes=None)                                                                         # https://www.despacho.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.177.187
	fake.user_name(*args, **kwargs)                                                                # arturo31
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # home
	fake.free_email_domain(*args, **kwargs)                                                        # yahoo.com
	fake.safe_email(*args, **kwargs)                                                               # escalanteanabel@example.com
	fake.ascii_email(*args, **kwargs)                                                              # eloisa42@hotmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 192.88.90.240
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # barretoyeni@valencia.biz
	fake.domain_name(*args, **kwargs)                                                              # velazquez.com
	fake.hostname(*args, **kwargs)                                                                 # srv-18.laboy-salazar.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 203.0.124.189
	fake.domain_word(*args, **kwargs)                                                              # aguayo-arguello
	fake.slug(*args, **kwargs)                                                                     # quisquam-unde-at
	fake.uri_path(deep=None)                                                                       # tags
	fake.company_email(*args, **kwargs)                                                            # marisol70@despacho.com
	fake.uri()                                                                                     # https://mateo.com/list/tags/list/faq.jsp
	fake.ipv6(network=False)                                                                       # dae1:e7b:e914:2223:dea7:8a4c:7544:e5e4
	fake.free_email(*args, **kwargs)                                                               # karinamontalvo@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # omarregalado@example.net
	fake.mac_address()                                                                             # 56:40:22:5e:da:5c

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-11-687416-3
	fake.isbn13(separator="-")                                                                     # 978-0-579-69208-0

### faker.providers.job

	fake.job()                                                                                     # Advertising account executive

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Voluptas error incidunt fuga. Molestias tempore cum eiu
	                                                                                                 s officiis et optio magni.
	                                                                                                 Ipsa modi debitis ea.
	                                                                                                 Est harum nihil sequi.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Provident recusandae voluptatibus similique.', u'Mol
	                                                                                                 estiae exercitationem molestias sunt. Voluptatem quaera
	                                                                                                 t aliquid quia optio.', u'Soluta libero modi. Alias acc
	                                                                                                 usamus distinctio esse. Animi quas praesentium sunt.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Delectus delectus unde dolore fugit.', u'Facere omni
	                                                                                                 s assumenda inventore nesciunt nulla.', u'Earum odit vo
	                                                                                                 luptas laboriosam officia saepe.']
	fake.word(ext_word_list=None)                                                                  # laborum
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Aperiam earum quam fugit numquam. Saepe fuga rerum corp
	                                                                                                 oris. Iusto illo accusantium minus saepe aut. Accusamus
	                                                                                                  voluptatibus voluptas perspiciatis laboriosam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Quas nisi at soluta.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'architecto', u'eius', u'cupiditate']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # +!3OCj)6r+
	fake.uuid4(cast_to=<type 'str'>)                                                               # 33138a41-440a-414f-9b35-89b8bad2ad95
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # b955ae6f318dba9b3c3c91e2df174ab0
	fake.sha1(raw_output=False)                                                                    # 2b831e819d80079bbbefc2d4c9845b33d199abf4
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # b4d2a5d532ddbfb210614862e9ea0d24180c4e178486d1b6ae57183
	                                                                                                 29a5008e5
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Carreón
	fake.name_female()                                                                             # Emilio Coronado
	fake.prefix_male()                                                                             # Ing.
	fake.prefix()                                                                                  # Dr.
	fake.name()                                                                                    # Sr(a). María Ávila
	fake.name_male()                                                                               # Débora Martha Tamez de la Crúz
	fake.first_name()                                                                              # Reina
	fake.first_name_male()                                                                         # Bernabé
	fake.first_name_female()                                                                       # Renato
	fake.last_name_female()                                                                        # Matos
	fake.last_name()                                                                               # Arias
	fake.prefix_female()                                                                           # Mtro.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 1-812-610-3435x69670
	fake.msisdn()                                                                                  # 2193888433482

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'sonia63', 'name': u'Marisol Catalina Nie
	                                                                                                 ves', 'birthdate': datetime.date(1981, 12, 19), 'sex': 
	                                                                                                 'F', 'address': u'Circuito Ortiz 108 029\nSan Julio C\x
	                                                                                                 e9sar los bajos, CHIS 08669-5726', 'mail': u'rafael92@g
	                                                                                                 mail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://vera.com/', u'http://www.villase
	                                                                                                 nor.com/', u'http://proyectos.com/', u'https://bonilla-
	                                                                                                 limon.com/'], 'username': u'espartacomontero', 'name': 
	                                                                                                 u'Elena Vel\xe1squez \xc1vila', 'blood_group': 'B-', 'r
	                                                                                                 esidence': u'Callej\xf3n Kenya 597 Edif. 252 , Depto. 1
	                                                                                                 17\nVieja Bangladesh, Q. ROO 16733', 'company': u'Grupo
	                                                                                                  Alba y Verduzco', 'address': u'Privada Mauritania 924 
	                                                                                                 Interior 530\nNueva Pa\xedses Bajos, VER 35870', 'birth
	                                                                                                 date': datetime.date(1908, 11, 7), 'sex': 'M', 'job': '
	                                                                                                 Pathologist', 'ssn': u'134-14-2632', 'current_location'
	                                                                                                 : (Decimal('-62.4764035'), Decimal('52.547019')), 'mail
	                                                                                                 ': u'glozano@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'uorItUnhZBTFYhdCwATH', Decimal('9816736.283'), u
	                                                                                                 'http://industrias.com/', datetime.datetime(2007, 3, 8,
	                                                                                                  1, 31, 18), u'hGuCkYwuubWsNEzVswgE', u'mWVMNSCZJNTOeci
	                                                                                                 KIfkX', u'fxEEtfxWVPOWMwyVUbvt'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # KdVivUPnHScKvZyADxQk
	fake.pystruct(count=10, *value_types)                                                          # ([4320, 5270, datetime.datetime(2000, 9, 26, 8, 37, 7),
	                                                                                                  datetime.datetime(2012, 12, 10, 15, 3, 48), datetime.d
	                                                                                                 atetime(1988, 2, 14, 0, 23, 33), u'XdUqUMjzdMqmOflqeHyg
	                                                                                                 ', u'zYyZOrNUguFpbUnJpVAk', u'rOIYPfwmDDfwBaSoAGkR', 65
	                                                                                                 56, u'amalia55@grupo.com'], {u'a': u'bTNStjfWUSHbIwScFB
	                                                                                                 ir', u'odit': Decimal('-878091.0'), u'voluptatum': u'na
	                                                                                                 tividad97@hotmail.com', u'ipsam': u'trevinobernardo@pos
	                                                                                                 ada.biz', u'recusandae': u'mPjWdsRopTjURtJXaKPF', u'bla
	                                                                                                 nditiis': Decimal('6.51134308358E+13'), u'totam': u'vUq
	                                                                                                 yCkmWgBUTVynIVXfH', u'officiis': 9374, u'labore': datet
	                                                                                                 ime.datetime(1981, 11, 3, 9, 34, 5)}, {u'ab': {4: Decim
	                                                                                                 al('-8.13307834428'), 5: [9868, u'zaguilera@industrias.
	                                                                                                 info', u'rZpcZIGWowkcReVrIcmG'], 6: {4: -3756.98, 5: u'
	                                                                                                 XNosHVVVTxDyNAtwcwap', 6: [u'BqXXojoJDyKxFATWkXoy', u'M
	                                                                                                 xRKblsBKGrNJPCcUcpz']}}, u'sit': {0: u'dsanchez@yahoo.c
	                                                                                                 om', 1: [u'zhbSKYfNICtGfENVKNJd', datetime.datetime(199
	                                                                                                 4, 1, 5, 16, 11, 25), u'SRJzjBdibvDAyamdRbKv'], 2: {0: 
	                                                                                                 u'http://www.romo.com/post.jsp', 1: u'https://briones.c
	                                                                                                 om/main/', 2: [u'http://corral.com/category/', u'cavazo
	                                                                                                 sgabino@gmail.com']}}, u'excepturi': {2: u'https://arro
	                                                                                                 yo-mercado.com/faq/', 3: [datetime.datetime(2010, 2, 18
	                                                                                                 , 7, 13, 7), u'tKphIpKJvEpCaaUhZWto', u'QZxIrvIqsxjFPQI
	                                                                                                 WYeDf'], 4: {2: 495393014.95, 3: 1998, 4: [8671, 687582
	                                                                                                 35113543.0]}}, u'aliquid': {8: [u'ggPyxFGwZCQIHvpjBDPg'
	                                                                                                 , Decimal('2.88178759896E+14'), 5686769533276.6], 9: {8
	                                                                                                 : Decimal('-92.213413'), 9: [u'hWMYaIBpXtiRIRzUZHjR', u
	                                                                                                 'OaBBQfKagHtApKOENZNz'], 7: 7493}, 7: 1396}, u'dolorem'
	                                                                                                 : {3: datetime.datetime(1974, 8, 21, 2, 29, 23), 4: [De
	                                                                                                 cimal('-366978.558549'), 4874, datetime.datetime(1971, 
	                                                                                                 12, 2, 7, 46, 35)], 5: {3: Decimal('-4.737'), 4: u'http
	                                                                                                 s://www.laboratorios.com/blog/main.htm', 5: [datetime.d
	                                                                                                 atetime(1994, 10, 13, 21, 52, 46), 7229]}}, u'at': {1: 
	                                                                                                 -80435.5808968869, 2: [u'http://www.ozuna.com/main/', u
	                                                                                                 'itzel00@yahoo.com', u'https://corporacin.biz/blog/sear
	                                                                                                 ch/register.htm'], 3: {1: 4400, 2: u'https://jaramillo-
	                                                                                                 olmos.com/main/main/category/home/', 3: [u'zrTzYRzlpbcR
	                                                                                                 wACFFbiu', u'NsUPRHRkWijdKlnpoBeN']}}, u'molestias': {8
	                                                                                                 : u'cACEqairvhIaidRuSpyn', 9: [u'bQZROvFMXDLhZIMaBuem',
	                                                                                                  3488, u'dMUBsRFtceeklSdIBTBK'], 10: {8: Decimal('-19.4
	                                                                                                 '), 9: Decimal('947021.453016'), 10: [u'EqilpmRydiaLjAd
	                                                                                                 lcVgZ', u'http://santiago-roque.com/wp-content/category
	                                                                                                 /home/']}}, u'cum': {9: u'GbKzrQMGStwtsleDQYLT', 10: [D
	                                                                                                 ecimal('-71776695861.0'), 9160, 1554], 11: {9: u'VgvlcK
	                                                                                                 bXNnVtTCJMyZZT', 10: 9512, 11: [u'nde-la-o@corporacin.b
	                                                                                                 iz', 7554]}}, u'repellat': {5: -5081718416732.44, 6: [u
	                                                                                                 'cecilia56@becerra-pizarro.com', u'SHCdTPCkRuDlYXgjltJl
	                                                                                                 ', 498550264080.581], 7: {5: Decimal('8068397.449'), 6:
	                                                                                                  u'UKNBvmNOOvbufKyYslyV', 7: [datetime.datetime(1999, 8
	                                                                                                 , 8, 7, 2, 29), u'https://tello.net/']}}, u'ex': {8: {8
	                                                                                                 : [9156, u'oltyWhkVdonozBPxjZTJ'], 6: u'JilxgkEBYShXeJW
	                                                                                                 NZyCX', 7: u'http://baca-pedroza.com/categories/list/fa
	                                                                                                 q/'}, 6: datetime.datetime(1983, 4, 23, 17, 21, 18), 7:
	                                                                                                  [datetime.datetime(1970, 8, 16, 19, 3, 52), u'oWRClbgD
	                                                                                                 QINhJCTgbYxu', u'iGGmtakVZXDNbyYWArUS']}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -74308484857.6
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 9.2276
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'TfKCqmnLBapKdwFryVsD', Decimal('-3714512.0'), -21405
	                                                                                                 81269505.0, 1063, u'kJOXtITNQVLPSwDOblIs', u'LIuYTjQXoL
	                                                                                                 nfxSQlWevL', u'mejiavirginia@ochoa.com', u'tgDIGSTCrWLw
	                                                                                                 GjsbFLkF', u'UJWMTEUgUByDBuntjsSC', u'ComGEMBFwOyrDVBfX
	                                                                                                 fmC', 9653]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (datetime.datetime(1990, 8, 27, 13, 50, 57), Decimal('4
	                                                                                                 456532.702'), Decimal('31171211602.6'), u'https://rodri
	                                                                                                 quez.com/', u'ugaribay@gmail.com', u'http://batista.com
	                                                                                                 /register/', u'oYtoDjZAkFUQNmRpLSOw', u'ZrwPgroaNdMVGMq
	                                                                                                 qRUXR', datetime.datetime(2017, 6, 15, 5, 56, 16), 9170
	                                                                                                 , 21, u'tmacias@lara.biz')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([67218236166183.0, u'aWLRlHFEmzkLwPHJdZpY', -8306.3
	                                                                                                 98367, 8491, datetime.datetime(2015, 11, 19, 17, 18, 21
	                                                                                                 ), 9646793361.31583, 1586, u'https://vaca.net/faq.html'
	                                                                                                 , u'anabelnunez@hotmail.com', datetime.datetime(1979, 2
	                                                                                                 , 17, 19, 6, 40), u'http://adame-galarza.com/posts/post
	                                                                                                 s/register/', 7388, -396417.1222])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eius': 216064.791, u'dolorum': u'kpOnZebjOflSlJqTvQC
	                                                                                                 g', u'saepe': u'vhQQYPMfIsvNuGmafkth', u'fugiat': u'NFg
	                                                                                                 SkHdyjrnbDQYtcINV', u'eveniet': Decimal('-9404.3962'), 
	                                                                                                 u'illo': u'http://www.ayala-cantu.org/register.html', u
	                                                                                                 'in': 4628, u'nobis': 2248}
	fake.pyint()                                                                                   # 5951

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 082-79-6940
	fake.ein()                                                                                     # 56-5799755
	fake.itin()                                                                                    # 949-80-1428

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.2; gv-GB; rv:1.9.2.20) Gecko/
	                                                                                                 2015-10-15 00:32:48 Firefox/3.8
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.24.(X11; Linux i686; ca-ES) Presto/2.9.166 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows CE
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Win 9x 4
	                                                                                                 .90; Trident/3.1)
	fake.user_agent()                                                                              # Opera/8.39.(Windows 95; yue-HK) Presto/2.9.163 Version/
	                                                                                                 12.00
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5311 (KHTML
	                                                                                                 , like Gecko) Chrome/28.0.831.0 Safari/5311
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_10_2
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; 
	                                                                                                 wa-BE) AppleWebKit/531.44.3 (KHTML, like Gecko) Version
	                                                                                                 /4.0.5 Mobile/8B119 Safari/6531.44.3

## LANGUAGE tw_GH

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Mariaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Akowua Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Tawia Springs Apt. 874
	                                                                                                 Helenville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Omani Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Akyena, Kwaakye and Twumasi
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Olivia Nkrumah
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:54
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bdc87d0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:03
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:41
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:38
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:35
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:50
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:44
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408534
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:03
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:51
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:54
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:13
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:07
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # safoaaalexander@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # kofiasare@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fosua.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ykoomson
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # jacob47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # antwiandrew@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # antwijustin@fofie.biz
	fake.domain_name(*args, **kwargs)                                                              # asante.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.agyeiwaa-nyaako.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # twumasi
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # adomakocharles@mensa.com
	fake.uri()                                                                                     # https://www.yaamoa.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # afirifamarian@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # radutwum@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Oppong
	fake.name_female()                                                                             # Lawrencia Pokuaa
	fake.prefix_male()                                                                             # Owura
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Patrick Ofori
	fake.name_male()                                                                               # Alexander Ntim
	fake.first_name()                                                                              # Beatrice
	fake.first_name_male()                                                                         # Isaac
	fake.first_name_female()                                                                       # Danielle
	fake.last_name_female()                                                                        # Nkansa
	fake.last_name()                                                                               # Asare
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # +233240062475
	fake.msisdn()                                                                                  # 8595201729128

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'mansashaun', 'name': u'Shirley Abrafi', 
	                                                                                                 'birthdate': datetime.date(1999, 12, 5), 'sex': 'F', 'a
	                                                                                                 ddress': u'07911 Yvonne Greens Suite 979\nPort Alicebur
	                                                                                                 y, MI 59003', 'mail': u'comfortquartey@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.nkansa.com/', u'https://www.a
	                                                                                                 koto.info/'], 'username': u'oansomah', 'name': u'Mr. Du
	                                                                                                 ncan Karikari', 'blood_group': 'B-', 'residence': u'866
	                                                                                                 6 Lucy Inlet\nWest Malcolm, SC 68051', 'company': u'Oti
	                                                                                                 wa, Fofie and Boaten', 'address': u'USNV Asamoah\nFPO A
	                                                                                                 P 12449', 'birthdate': datetime.date(1990, 2, 23), 'sex
	                                                                                                 ': 'F', 'job': 'Building surveyor', 'ssn': u'037-56-165
	                                                                                                 0', 'current_location': (Decimal('63.668873'), Decimal(
	                                                                                                 '-91.968296')), 'mail': u'akyaakwabena@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (datetime.datetime(1999, 7, 28, 14, 1, 27), 9443, 70796
	                                                                                                 128832.3, u'UIGzSacfjofCnMOMVMuj', u'omanijoyce@gmail.c
	                                                                                                 om', 15197.7665305, u'pFlVqzEBMjeGkDkzwxPN', 8.72)
	fake.pystr(min_chars=None, max_chars=20)                                                       # xRyNAwBnjyxyNsxvwCLU
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('2656935.25046'), datetime.datetime(2003, 2, 
	                                                                                                 9, 5, 39, 1), 2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJc
	                                                                                                 FAwdQCooUMwp', Decimal('7.1973574'), u'slQDSPqDMvJGgVXo
	                                                                                                 WbSI', 907, u'fSuiJsvoGPorHxmYxyas', Decimal('325757677
	                                                                                                 2.53')], {u'reprehenderit': u'http://www.ahortor.com/se
	                                                                                                 arch.php', u'optio': 5107, u'sapiente': u'http://www.as
	                                                                                                 enso-ata.net/', u'sed': datetime.datetime(1988, 1, 19, 
	                                                                                                 12, 48, 43), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'
	                                                                                                 corporis': 9389, u'totam': -3514818847.90172, u'atque':
	                                                                                                  34.98229, u'corrupti': u'blicSVBdIiQYMiRVSEEW'}, {u'ab
	                                                                                                 ': {1: u'tjMzepnBDDdAIrWGkirA', 2: [u'MFsBKydkNetSIPJho
	                                                                                                 WhO', u'sucpZtBemlqHYtUPwQBy', 4113], 3: {1: datetime.d
	                                                                                                 atetime(2012, 12, 7, 18, 42, 47), 2: -3957324783231.1, 
	                                                                                                 3: [8074, u'RybeYbygJkVaVlogWWSe']}}, u'adipisci': {8: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.osei.com/'], 9: {8: u'knFVmYSWmrCnweeXvIhN', 9
	                                                                                                 : [Decimal('-2.32615157'), u'tJdefVODbJjetTxUSArV'], 7:
	                                                                                                  3615}, 7: u'https://takyi-tutu.com/'}, u'voluptas': {0
	                                                                                                 : 599304.553, 1: [datetime.datetime(2001, 2, 20, 13, 42
	                                                                                                 , 6), datetime.datetime(1973, 4, 29, 7, 15, 22), 395946
	                                                                                                 .10373], 2: {0: u'joshuaahortor@yahoo.com', 1: 5778, 2:
	                                                                                                  [u'HSqJRZdMNVMpfrfGKtpx', Decimal('-378611754108')]}},
	                                                                                                  u'eaque': {8: {8: [u'dominic34@yahoo.com', u'UgZWlaDqW
	                                                                                                 CwsrHyKMzMd'], 6: datetime.datetime(1977, 1, 7, 0, 27, 
	                                                                                                 25), 7: u'TJkBbrWtFqmjnyhYPJbV'}, 6: u'https://www.ando
	                                                                                                 rful.com/posts/app/login/', 7: [u'martin61@yaamoa-awuah
	                                                                                                 .com', u'VgJLmHdGJmxPdymeLXlL', u'kwasisarpong@hotmail.
	                                                                                                 com']}, u'fugit': {2: datetime.datetime(1994, 7, 31, 21
	                                                                                                 , 37, 31), 3: [20.372559811, u'ZyFvDgNzIIVMfbbokVcJ', -
	                                                                                                 401492070.36155], 4: {2: u'dbAPIOxzoHHgRKSmEtsX', 3: De
	                                                                                                 cimal('92222.5078637'), 4: [u'pEbDkQQQfsOGjICAeEeR', da
	                                                                                                 tetime.datetime(1977, 11, 1, 20, 36, 2)]}}, u'dignissim
	                                                                                                 os': {5: u'HpdcIKJVKITtLvRBmqrG', 6: [u'IGQuaysWWgiACAa
	                                                                                                 nQGVR', u'luke81@afrakomaa-kyeiwaa.com', datetime.datet
	                                                                                                 ime(1975, 11, 28, 20, 3, 43)], 7: {5: u'HovQgvqLqEEmNAy
	                                                                                                 DKVtJ', 6: Decimal('-7.15840201176E+12'), 7: [-91528686
	                                                                                                 819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'praesentium': {
	                                                                                                 3: datetime.datetime(2012, 3, 3, 11, 8, 50), 4: [dateti
	                                                                                                 me.datetime(1973, 9, 28, 3, 32, 59), u'ntinicholas@hotm
	                                                                                                 ail.com', u'https://www.safoaa-agyapomaa.com/'], 5: {3:
	                                                                                                  u'FWqgoEgwxtwpflXFKBcz', 4: u'hILrmuepFhMUpQVzgOVD', 5
	                                                                                                 : [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'porro': {9: u'qZ
	                                                                                                 orqoJgpXcYZIopxtAn', 10: [u'xtiwaa@ankra-amo.biz', u'zl
	                                                                                                 AUomMSWGHEYZULAxnw', u'https://bonsra-nkansa.com/posts/
	                                                                                                 blog/app/author.php'], 11: {9: u'QZnljhbqxZULfMXJnUCU',
	                                                                                                  10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv', u'TORFGxDLTZta
	                                                                                                 YxhWnwnh']}}, u'aperiam': {8: u'https://www.kusiwaa-amp
	                                                                                                 onsah.com/wp-content/posts/category/register.html', 9: 
	                                                                                                 [datetime.datetime(1987, 8, 11, 6, 3, 3), u'cSPsDiqilFy
	                                                                                                 WOGJfZLlS', u'xEJRComQgmozcBsPtkEH'], 10: {8: u'jennife
	                                                                                                 r47@yeboa.net', 9: 7706, 10: [6453, 99]}}, u'magnam': {
	                                                                                                 4: u'CYAgLaPOcxUTcMAoeVAG', 5: [2601, Decimal('-3829817
	                                                                                                 231.24'), u'ekarikari@hotmail.com'], 6: {4: u'wwQjXSnEo
	                                                                                                 whuXfBGtdZY', 5: u'https://baah.biz/register/', 6: [u'g
	                                                                                                 TrVTgSCPKavHsxjLIPU', 7550]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -42.5072608033
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -2.7
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('-4.64894619394E+14'), -5.89, u'IVIQVQakyTYxUc
	                                                                                                 edzRIJ', 84361269346.7, u'ObvSDPfAdvfLBvpEYAUW', -52724
	                                                                                                 714096.0, u'https://akyeamfuo-acheampong.com/explore/bl
	                                                                                                 og/posts/author.asp', u'eHpgAakXmmrJlTWATenC', u'dlZQUp
	                                                                                                 pZpxKFSEgHgTar', 8901, 9405, u'lWDCYiioEKvhRkhZXZJz', u
	                                                                                                 'pBTuJBAnEKVDOUuYYxkP']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([datetime.datetime(1981, 12, 8, 13, 8), u'XNHFRfirs
	                                                                                                 AshHOhJEdAp', datetime.datetime(1995, 5, 14, 8, 7, 16),
	                                                                                                  u'fdyxMOASbnnIwStDRfea', u'mary08@asiama-amponsa.com',
	                                                                                                  9881, u'https://adutwumwaa.net/post.php', 4670, 12.416
	                                                                                                 6336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'eos': -3168283911559.0, u'ab': datetime.datetime(200
	                                                                                                 4, 3, 21, 22, 4, 18), u'beatae': Decimal('5137.725515')
	                                                                                                 , u'consectetur': -793073363295352.0, u'alias': datetim
	                                                                                                 e.datetime(1971, 11, 26, 23, 0, 58), u'dolore': -96748.
	                                                                                                 932877878, u'ducimus': u'isaacakyeamfuo@yahoo.com'}
	fake.pyint()                                                                                   # 3199

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 431-52-4724
	fake.ein()                                                                                     # 80-0222402
	fake.itin()                                                                                    # 912-71-1922

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2013-0
	                                                                                                 2-24 21:20:02 Firefox/3.6.11
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.36.(X11; Linux i686; uz-UZ) Presto/2.9.160 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5352 (KHTML
	                                                                                                 , like Gecko) Chrome/18.0.802.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; Intel Mac OS X 10_11_8
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; 
	                                                                                                 sl-SI) AppleWebKit/532.34.4 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B114 Safari/6532.34.4

## LANGUAGE pl_PL

### faker.providers.address

	fake.address()                                                                                 # al. Rzeczna 64
	                                                                                                 37-287 Ostrołęka
	fake.street_address()                                                                          # aleja Cisowa 52/63
	fake.postcode()                                                                                # 30-884
	fake.country_code(representation="alpha-2")                                                    # SI
	fake.street_name()                                                                             # Kaliska
	fake.country()                                                                                 # Uzbekistan
	fake.street_prefix()                                                                           # plac
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 615
	fake.region()                                                                                  # Kujawsko - pomorskie
	fake.city()                                                                                    # Czerwionka-Leszczyny
	fake.street_prefix_short()                                                                     # al.

### faker.providers.automotive

	fake.license_plate()                                                                           # 363 UZA

### faker.providers.bank

	fake.bban()                                                                                    # 50851631412860703963331904
	fake.bank_country()                                                                            # PL
	fake.iban()                                                                                    # PL4073929868487547407247101532

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 4924862441336
	fake.ean13()                                                                                   # 8369936334798
	fake.ean8()                                                                                    # 20400712

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(49,242,157)
	fake.color_name()                                                                              # OrangeRed
	fake.rgb_color()                                                                               # 240,218,15
	fake.safe_hex_color()                                                                          # #cc8800
	fake.safe_color_name()                                                                         # teal
	fake.hex_color()                                                                               # #5cacc6

### faker.providers.company

	fake.local_regon()                                                                             # 91984671999478
	fake.company_prefix()                                                                          # Grupa
	fake.company()                                                                                 # PPUH Zatoń s.c.
	fake.company_suffix()                                                                          # Sp. z o.o.
	fake.catch_phrase()                                                                            # Configurable executive capability
	fake.company_vat()                                                                             # 6596718061
	fake.bs()                                                                                      # engineer interactive vortals
	fake.regon()                                                                                   # 452708921

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Ida Świętoń
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:54
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b569910>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:03
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:41
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # wtorek
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:38
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:35
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:50
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:44
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408534
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:03
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:51
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:54
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:13
	fake.month_name()                                                                              # grudzień
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:07
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /grać/październik.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # tajemnica.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # warzybokkacper@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/158/942/any
	fake.tld()                                                                                     # pl
	fake.email(*args, **kwargs)                                                                    # maksymilianpotok@bodek.org
	fake.url(schemes=None)                                                                         # https://www.dorociak-dlugozima.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.218.227.40
	fake.user_name(*args, **kwargs)                                                                # malyida
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # about
	fake.free_email_domain(*args, **kwargs)                                                        # o2.pl
	fake.safe_email(*args, **kwargs)                                                               # marcelina43@example.net
	fake.ascii_email(*args, **kwargs)                                                              # jalowiecmichal@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 137.193.238.168
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # oleksakmarcin@fpuh.pl
	fake.domain_name(*args, **kwargs)                                                              # murach-maleszka.pl
	fake.hostname(*args, **kwargs)                                                                 # laptop-85.fpuh.pl
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.242.179.189
	fake.domain_word(*args, **kwargs)                                                              # szott-jedraszczyk
	fake.slug(*args, **kwargs)                                                                     # cisza-okolica-broda
	fake.uri_path(deep=None)                                                                       # explore
	fake.company_email(*args, **kwargs)                                                            # kusmaciej@hak.org
	fake.uri()                                                                                     # http://www.fpuh.com/
	fake.ipv6(network=False)                                                                       # 16d7:903:a45f:cb41:ed37:22b8:3b44:55fd
	fake.free_email(*args, **kwargs)                                                               # aosipowicz@onet.pl
	fake.ascii_safe_email(*args, **kwargs)                                                         # rjodko@example.org
	fake.mac_address()                                                                             # 61:20:e9:d6:85:f4

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-164-85796-7
	fake.isbn13(separator="-")                                                                     # 978-1-08-094027-1

### faker.providers.job

	fake.job()                                                                                     # Konsjerż

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Kościół większość moneta potem. Projekt wzbudzać wyraz 
	                                                                                                 naturalny pozwalać zdrowie budzić atak.
	                                                                                                 Blisko termin wolny około.
	                                                                                                 Prowincja oznaczać umiejętność dno.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Byd\u0142o pomara\u0144czowy \u015bw. s\u0105dowy.',
	                                                                                                  u'Szyja mama pszczo\u0142a Morze \u015ar\xf3dziemne. J
	                                                                                                 adalny uchodzi\u0107 wiele sprz\u0119t g\u0142\xf3d.', 
	                                                                                                 u'G\u0142o\u015bny tamten popularny. Mieszkaniec za nie
	                                                                                                 wielki W\u0142ochy. Sam no ta\u0144czy\u0107 zaj\u0119c
	                                                                                                 ie.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Wi\u0119c powietrze kobiecy polega\u0107 Grecja.', u
	                                                                                                 'Tytu\u0142 gr\xf3b siebie naprawd\u0119 kana\u0142 gni
	                                                                                                 ew.', u'Kawa\u0142ek okr\u0105g\u0142y \u0142adunek zno
	                                                                                                 wu traci\u0107 przyja\u017a\u0144.']
	fake.word(ext_word_list=None)                                                                  # cierpieć
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Dorosły całkowicie katolicki skóra. Wrzesień nóż swój ł
	                                                                                                 atwy nieprzyjemny pokój. Ja Albania wprowadzać krzyż od
	                                                                                                 cień.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # W Czasie Anglia żona zeszły.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'g\u0142owa', u'znany', u'nawet']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # +!3OCj)6r+
	fake.uuid4(cast_to=<type 'str'>)                                                               # 33138a41-440a-414f-9b35-89b8bad2ad95
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # b955ae6f318dba9b3c3c91e2df174ab0
	fake.sha1(raw_output=False)                                                                    # 2b831e819d80079bbbefc2d4c9845b33d199abf4
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # b4d2a5d532ddbfb210614862e9ea0d24180c4e178486d1b6ae57183
	                                                                                                 29a5008e5
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Ellwart
	fake.name_female()                                                                             # Artur Samulak
	fake.prefix_male()                                                                             # pan
	fake.prefix()                                                                                  # pani
	fake.identity_card_number()                                                                    # DBJ391606
	fake.name_male()                                                                               # pan Dawid Czupryna
	fake.name()                                                                                    # Klara Mućko
	fake.first_name()                                                                              # Nela
	fake.first_name_male()                                                                         # Stanisław
	fake.first_name_female()                                                                       # Sylwia
	fake.last_name_female()                                                                        # Dzierwa
	fake.last_name()                                                                               # Dorawa
	fake.prefix_female()                                                                           # pani

### faker.providers.phone_number

	fake.phone_number()                                                                            # 794 356 967
	fake.msisdn()                                                                                  # 4334829812610

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'konradwisz', 'name': u'Sylwia Bra\u0144k
	                                                                                                 a', 'birthdate': datetime.date(2004, 12, 15), 'sex': 'F
	                                                                                                 ', 'address': u'ulica Skrajna 592\n53-023 Ostr\xf3da', 
	                                                                                                 'mail': u'tszalast@o2.pl'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://goraj-woloch.net/'], 'username':
	                                                                                                  u'cnikolajuk', 'name': u'Fryderyk Dziurla', 'blood_gro
	                                                                                                 up': 'B+', 'residence': u'ulica Okrzei 59/72\n21-172 Ko
	                                                                                                 \u015bcierzyna', 'company': u'Fundacja Koz\u0142owicz S
	                                                                                                 p. z o.o.', 'address': u'ulica Brzozowa 01/28\n96-435 \
	                                                                                                 u0141uk\xf3w', 'birthdate': datetime.date(1978, 10, 25)
	                                                                                                 , 'sex': 'M', 'job': u'Arborysta', 'ssn': u'17220211219
	                                                                                                 ', 'current_location': (Decimal('-75.1219385'), Decimal
	                                                                                                 ('68.680264')), 'mail': u'maksymilian40@onet.pl'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'wojciechfront@fpuh.com', 4809, u'INVREjlIeigXBqI
	                                                                                                 wuMEE', u'marekzoladz@galeza-cyman.com', u'uWuiNFgSkHdy
	                                                                                                 jrnbDQYt', 355194.0, u'ZBTFYhdCwATHfhGuCkYw'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # TCrWLwGjsbFLkFbUJWMT
	fake.pystruct(count=10, *value_types)                                                          # ([u'http://stowarzyszenie.net/search.htm', Decimal('-5.
	                                                                                                 53509'), u'VePEQqfmdIqroYNIzcdA', 8620, u'epietrusiewic
	                                                                                                 z@o2.pl', u'jtZsXNosHVVVTxDyNAtw', datetime.datetime(20
	                                                                                                 05, 9, 29, 9, 51, 24), u'zYyZOrNUguFpbUnJpVAk', u'rOIYP
	                                                                                                 fwmDDfwBaSoAGkR', 6556], {u'staw': 6.0, u'polega\u0107'
	                                                                                                 : 4004, u'telefon': 1247, u'panna': u'vUqyCkmWgBUTVynIV
	                                                                                                 XfH', u'chodzi\u0107': 8916, u'budynek': Decimal('6.511
	                                                                                                 34308358E+13'), u'katolicki': datetime.datetime(1983, 5
	                                                                                                 , 26, 8, 14, 43), u'w\u0142a\u015bciwo\u015b\u0107': 52
	                                                                                                 70, u'czo\u0142o': u'mPjWdsRopTjURtJXaKPF', u'biec': u'
	                                                                                                 https://stowarzyszenie.pl/main/'}, {u'\u017caba': {8: {
	                                                                                                 8: [u'downarkrystyna@ppuh.pl', Decimal('-325718735744')
	                                                                                                 ], 6: datetime.datetime(2008, 2, 3, 4, 12, 23), 7: -6.4
	                                                                                                 7108}, 6: u'AxVbKkEGkgKqfSHCdTPC', 7: [u'RuDlYXgjltJluN
	                                                                                                 WFzEKC', -308654576000583.0, Decimal('-245206772817')]}
	                                                                                                 , u'zawodnik': {2: u'https://zero-stosio.pl/blog/search
	                                                                                                 /register.htm', 3: [4400, u'https://pitula-polewka.pl/m
	                                                                                                 ain/homepage/', u'izrTzYRzlpbcRwACFFbi'], 4: {2: -89045
	                                                                                                 .79390378, 3: u'https://www.spoldzielnia.com/search/mai
	                                                                                                 n/', 4: [837, datetime.datetime(1974, 5, 25, 15, 0, 52)
	                                                                                                 ]}}, u'rower': {8: [datetime.datetime(1970, 8, 16, 19, 
	                                                                                                 3, 52), u'oWRClbgDQINhJCTgbYxu', u'iGGmtakVZXDNbyYWArUS
	                                                                                                 '], 9: {8: u'http://grupa.net/categories/list/faq/', 9:
	                                                                                                  [9156, u'oltyWhkVdonozBPxjZTJ'], 7: u'JilxgkEBYShXeJWN
	                                                                                                 ZyCX'}, 7: datetime.datetime(1983, 4, 23, 17, 21, 18)},
	                                                                                                  u'organ': {9: u'cACEqairvhIaidRuSpyn', 10: [u'bQZROvFM
	                                                                                                 XDLhZIMaBuem', 3488, u'dMUBsRFtceeklSdIBTBK'], 11: {9: 
	                                                                                                 Decimal('-19.4'), 10: Decimal('947021.453016'), 11: [u'
	                                                                                                 EqilpmRydiaLjAdlcVgZ', u'http://fpuh.com/wp-content/cat
	                                                                                                 egory/home/']}}, u'\u015bmia\u0107 si\u0119': {0: u'htt
	                                                                                                 p://owsiak-ziecik.pl/register.php', 1: [-560049350327.9
	                                                                                                 , 1102, u'niemirafabian@gabinety.pl'], 2: {0: u'SSwIGVV
	                                                                                                 hlSHgCiwHTZYq', 1: u'aWLRlHFEmzkLwPHJdZpY', 2: [8491, d
	                                                                                                 atetime.datetime(2015, 11, 19, 17, 18, 21)]}}, u'minera
	                                                                                                 \u0142': {1: u'https://www.szram-moryc.com/blog/explore
	                                                                                                 /about.htm', 2: [u'GTxlDqRuPjKdVivUPnHS', u'KvZyADxQkWv
	                                                                                                 jUhdKJJwy', 82361428726586.5], 3: {1: u'hzhbSKYfNICtGfE
	                                                                                                 NVKNJ', 2: u'MzhSRJzjBdibvDAyamdR', 3: [u'KvUChcXOqWgpQ
	                                                                                                 TsWPXhD', u'lmSphJbnxCxZIckupTAW']}}, u'zero': {5: u'wa
	                                                                                                 pdBqXXojoJDyKxFATW', 6: [u'XoyqMxRKblsBKGrNJPCc', u'htt
	                                                                                                 p://www.kobos.pl/', datetime.datetime(2011, 9, 6, 17, 4
	                                                                                                 2, 15)], 7: {5: 890.8, 6: Decimal('-8.390474656'), 7: [
	                                                                                                 5380, u'rahXdUqUMjzdMqmOflqe']}}, u'cz\u0119sto': {8: 1
	                                                                                                 396, 9: [u'ggPyxFGwZCQIHvpjBDPg', Decimal('2.8817875989
	                                                                                                 6E+14'), 5686769533276.6], 10: {8: 7493, 9: Decimal('-9
	                                                                                                 2.213413'), 10: [u'hWMYaIBpXtiRIRzUZHjR', u'OaBBQfKagHt
	                                                                                                 ApKOENZNz']}}, u'trudny': {4: -55854895631525.0, 5: [78
	                                                                                                 08, u'HgpwcdTRWwvNlWzeMlyM', 6155], 6: {4: Decimal('-47
	                                                                                                 39.74092668'), 5: 37124311611.0, 6: [u'DZVvVaZqHnEOkrZp
	                                                                                                 cZIG', u'oliwierwawryniuk@grupa.com']}}, u'styl': {3: -
	                                                                                                 80766196899.54, 4: [7138, datetime.datetime(2010, 2, 18
	                                                                                                 , 7, 13, 7), u'tKphIpKJvEpCaaUhZWto'], 5: {3: u'QZxIrvI
	                                                                                                 qsxjFPQIWYeDf', 4: 495393014.95, 5: [1998, 8671]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -15.59
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -11.2314664431
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'wiktorhelman@ppuh.com', 782388681354554.0, datetime.
	                                                                                                 datetime(1991, 8, 11, 10, 48, 47), 9195, u'http://www.g
	                                                                                                 rupa.pl/', 2452, 1527, u'WVMNSCZJNTOeciKIfkXK', u'TfKCq
	                                                                                                 mnLBapKdwFryVsD', Decimal('-3714512.0'), -2140581269505
	                                                                                                 .0, 1063]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (datetime.datetime(1993, 1, 11, 14, 7, 25), u'xmakosz@h
	                                                                                                 otmail.com', 8230, 6759, u'LwCVCiqVgvlcKbXNnVtT', u'msz
	                                                                                                 pyt@onet.pl', u'SpqCoGbKzrQMGStwtsle', datetime.datetim
	                                                                                                 e(2018, 6, 19, 13, 35, 54), u'PoNssDaFzNiMMYioYtoD', 52
	                                                                                                 38, datetime.datetime(2013, 8, 16, 16, 1, 20), 5464, u'
	                                                                                                 korzeniakmaciej@o2.pl')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([Decimal('-5.32270378502E+14'), u'wyrobamikolaj@int
	                                                                                                 eria.pl', 62.86431091, u'JOXtITNQVLPSwDOblIse', u'http:
	                                                                                                 //rej-lepianka.pl/explore/home.htm', Decimal('878496753
	                                                                                                 1.18')])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'srebro': u'oWUEzlFcUIFXEMoGHQYm', u'czyn': u'eBlmvhQ
	                                                                                                 QYPMfIsvNuGma', u'nikt': -961463454.0, u'model': u'Zebj
	                                                                                                 OflSlJqTvQCgsxCZ', u'zobaczy\u0107': u'kazimierzwiraszk
	                                                                                                 a@onet.pl', u'stanowi\u0107': u'JNaqJXlnnoFRvrtufkpO'}
	fake.pyint()                                                                                   # 4628

### faker.providers.ssn

	fake.vat_id()                                                                                  # PL8728278749
	fake.ssn()                                                                                     # 79012195165

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2018-0
	                                                                                                 8-22 10:48:59 Firefox/10.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.59.(X11; Linux x86_64; gv-GB) Presto/2.9.180 Ve
	                                                                                                 rsion/10.00
	fake.windows_platform_token()                                                                  # Windows NT 5.01
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/
	                                                                                                 3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trid
	                                                                                                 ent/4.1)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 5.01) AppleWebKit/5352 (KHTML, 
	                                                                                                 like Gecko) Chrome/13.0.899.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_10_6
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; 
	                                                                                                 sc-IT) AppleWebKit/534.17.5 (KHTML, like Gecko) Version
	                                                                                                 /3.0.5 Mobile/8B116 Safari/6534.17.5

## LANGUAGE uk_UA

### faker.providers.address

	fake.address()                                                                                 # вулиця 40-летия Октября, 47, хутір Ігор, 87569
	fake.street_address()                                                                          # вулиця Блюхера, 6
	fake.postcode()                                                                                # 31838
	fake.country_code(representation="alpha-2")                                                    # ZW
	fake.street_name()                                                                             # набережна Михаила Скрипника
	fake.country()                                                                                 # ПАР
	fake.street_prefix()                                                                           # вулиця
	fake.street_suffix()                                                                           # узвіз
	fake.city_prefix()                                                                             # село
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 56
	fake.street_title()                                                                            # Комсомольская
	fake.city()                                                                                    # селище Камілла

### faker.providers.automotive

	fake.license_plate()                                                                           # 6XN 689

### faker.providers.bank

	fake.bban()                                                                                    # AJPH5085163141286
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB19AUAI9633319047392

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 9868487547408
	fake.ean13()                                                                                   # 7247101532495
	fake.ean8()                                                                                    # 24862448

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(168,248,236)
	fake.color_name()                                                                              # Брунатний
	fake.rgb_color()                                                                               # 78,206,82
	fake.safe_hex_color()                                                                          # #99aa00
	fake.safe_color_name()                                                                         # purple
	fake.hex_color()                                                                               # #60a268

### faker.providers.company

	fake.company()                                                                                 # Захарченко Inc
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Secured user-facing encoding
	fake.bs()                                                                                      # monetize 24/365 supply-chains

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 846
	fake.credit_card_provider(card_type=None)                                                      # VISA 16 digit
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Василина Дзюба
	                                                                                                 2228019647844135 08/20
	                                                                                                 CVV: 661
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 12/26
	fake.credit_card_number(card_type=None)                                                        # 30016486718067

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # DASH
	fake.currency_code()                                                                           # KES
	fake.currency_name()                                                                           # Saint Helena pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('WAVES', 'Waves Platform')
	fake.currency()                                                                                # ('UYU', 'Uruguayan peso')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 19:47:05
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b58b5a0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2016-11-18 09:17:05
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-09
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-13 22:32:10
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-11
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2017-07-11 02:54:20
	fake.date_between(start_date="-30y", end_date="today")                                         # 1991-02-15
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2001-08-24 03:41:18
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2005-01-24
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:50
	fake.date_object(end_datetime=None)                                                            # 2018-02-20
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-23
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2018-11-16T03:35:51
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-01
	fake.date_this_century(before_today=True, after_today=False)                                   # 2018-01-21
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1973
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 768079962
	fake.timezone()                                                                                # Africa/Lagos
	fake.century()                                                                                 # VI
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1936-05-26
	fake.time_object(end_datetime=None)                                                            # 22:09:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-12 10:40:56
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2017-07-22 00:49:27
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:45:07
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-18
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-01 13:36:05
	fake.month_name()                                                                              # September
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0870-03-29 00:39:41
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdx
	fake.mime_type(category=None)                                                                  # audio/L24
	fake.file_path(depth=1, category=None, extension=None)                                         # /harum/necessitatibus.bmp
	fake.unix_partition(prefix=None)                                                               # /dev/vde3
	fake.file_name(category=None, extension=None)                                                  # corrupti.mp3
	fake.file_extension(category=None)                                                             # mp3

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -93.479916
	fake.latitude()                                                                                # 13.0253865
	fake.longitude()                                                                               # -42.810828
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('39.09112', '-94.41551', 'Independence', 'US', 'Americ
	                                                                                                 a/Chicago')
	fake.location_on_land(coords_only=False)                                                       # ('51.40148', '-1.32471', 'Newbury', 'GB', 'Europe/Londo
	                                                                                                 n')
	fake.latlng()                                                                                  # (Decimal('51.5552705'), Decimal('24.809531'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # mykyta00@meta.ua
	fake.image_url(width=None, height=None)                                                        # https://placekitten.com/1019/725
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # shabliidanna@meta.ua
	fake.url(schemes=None)                                                                         # https://fastenko-cherednyk.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.29.251.136
	fake.user_name(*args, **kwargs)                                                                # skhudiak
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # login
	fake.free_email_domain(*args, **kwargs)                                                        # ukr.net
	fake.safe_email(*args, **kwargs)                                                               # vasylzabashta@example.org
	fake.ascii_email(*args, **kwargs)                                                              # albinaiukhymenko@email.ua
	fake.ipv4_public(network=False, address_class=None)                                            # 202.235.219.105
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # myroslaviashchenko@panchuk-rudyk.org
	fake.domain_name(*args, **kwargs)                                                              # riaboshapka-khrystenko.info
	fake.hostname(*args, **kwargs)                                                                 # email-72.holoborodko-telychenko.ua
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.0.1.23
	fake.domain_word(*args, **kwargs)                                                              # baranyk-bandura
	fake.slug(*args, **kwargs)                                                                     # voluptate-fugit
	fake.uri_path(deep=None)                                                                       # list/categories
	fake.company_email(*args, **kwargs)                                                            # korsuniryna@lukash.info
	fake.uri()                                                                                     # http://www.chaika.net/categories/explore/posts/register
	                                                                                                 /
	fake.ipv6(network=False)                                                                       # 23af:acfe:5810:ea03:d3f:8235:f8a0:3880
	fake.free_email(*args, **kwargs)                                                               # ada24@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # romanchukborys@example.com
	fake.mac_address()                                                                             # 02:11:00:d4:16:97

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-138-30306-2
	fake.isbn13(separator="-")                                                                     # 978-0-03-198595-8

### faker.providers.job

	fake.job()                                                                                     # Паблік рилейшнз

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Praesentium sunt dolor quas nisi at soluta.
	                                                                                                 Delectus unde dolore fugit. Facere omnis assumenda inve
	                                                                                                 ntore nesciunt nulla.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Quod assumenda voluptatem pariatur commodi expedita.
	                                                                                                  Quas totam cupiditate delectus.', u'Qui itaque beatae 
	                                                                                                 nostrum iste rem nemo. Voluptas numquam tenetur earum a
	                                                                                                  sunt adipisci. Iste aperiam earum quam fugit numquam a
	                                                                                                 ut saepe.', u'Corporis pariatur iusto illo accusantium 
	                                                                                                 minus saepe. Ipsum accusamus voluptatibus voluptas.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Ipsa ducimus molestiae exercitationem molestias sunt
	                                                                                                  iste.', u'Quaerat aliquid quia optio numquam a soluta 
	                                                                                                 libero.', u'Cumque alias accusamus distinctio esse culp
	                                                                                                 a.']
	fake.word(ext_word_list=None)                                                                  # magni
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Voluptatibus sapiente nihil sint officiis. Architecto c
	                                                                                                 onsectetur autem nobis quaerat culpa magnam.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Laboriosam architecto commodi provident recusandae volu
	                                                                                                 ptatibus.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'aspernatur', u'beatae', u'ipsa']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # &4OtbsHM6n
	fake.uuid4(cast_to=<type 'str'>)                                                               # 99caf01d-f7f0-452b-9966-ed37ddc16759
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 0c223991efad882e2911cc999464f76a
	fake.sha1(raw_output=False)                                                                    # 3eeb20f415cba273f7c1952d501f59c73ea3a9c0
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 7612d271c40c8424e519e126ba57263b7a493913f0c3b3cab0d7880
	                                                                                                 b154a107b
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # Базавлученко
	fake.name_female()                                                                             # Христина Яценюк
	fake.prefix_male()                                                                             # пан
	fake.prefix()                                                                                  # пан
	fake.name()                                                                                    # Михайлина Євтушок
	fake.name_male()                                                                               # пан Макар Дурдинець
	fake.first_name()                                                                              # Амалія
	fake.first_name_male()                                                                         # Григорій
	fake.first_name_female()                                                                       # Оксана
	fake.last_name_female()                                                                        # Литвиненко
	fake.last_name()                                                                               # Дзиндра
	fake.prefix_female()                                                                           # пані

### faker.providers.phone_number

	fake.phone_number()                                                                            # +38 028 810-51-91
	fake.msisdn()                                                                                  # 4128895252337

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'iefrem16', 'name': u'\u0424\u0435\u043e\
	                                                                                                 u0444\u0430\u043d \u0411\u0430\u0431\u0438\u0447', 'bir
	                                                                                                 thdate': datetime.date(2016, 4, 27), 'sex': 'M', 'addre
	                                                                                                 ss': u'\u0432\u0443\u043b\u0438\u0446\u044f \u041f\u043
	                                                                                                 0\u0432\u043b\u0430 \u0414\u0438\u0431\u0435\u043d\u043
	                                                                                                 a\u043e, 97, \u0445\u0443\u0442\u0456\u0440 \u041e\u044
	                                                                                                 0\u0438\u0441\u044f, 55873', 'mail': u'kanivetsleon@ema
	                                                                                                 il.ua'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.fesenko.org/', u'http://www.
	                                                                                                 zarudnyi-datsenko.org/'], 'username': u'pavlo20', 'name
	                                                                                                 ': u'\u043f\u0430\u043d \u0420\u043e\u043c\u0430\u043d 
	                                                                                                 \u0410\u0440\u0442\u0438\u043c\u043e\u0432\u0438\u0447'
	                                                                                                 , 'blood_group': 'B+', 'residence': u'\u043d\u0430\u043
	                                                                                                 1\u0435\u0440\u0435\u0436\u043d\u0430 \u0411\u043b\u044
	                                                                                                 e\u0445\u0435\u0440\u0430, 1, \u0441\u0435\u043b\u043e 
	                                                                                                 \u041a\u0430\u043c\u0456\u043b\u043b\u0430, 98997', 'co
	                                                                                                 mpany': u'\u041d\u0435\u0441\u0442\u0435\u0440\u0435\u0
	                                                                                                 43d\u043a\u043e and Sons', 'address': u'\u0432\u0443\u0
	                                                                                                 43b\u0438\u0446\u044f \u0414\u0437\u0435\u0440\u0436\u0
	                                                                                                 438\u043d\u0441\u043a\u043e\u0433\u043e, 42, \u0445\u04
	                                                                                                 43\u0442\u0456\u0440 \u041f\u0438\u043b\u0438\u043f, 10
	                                                                                                 7820', 'birthdate': datetime.date(1915, 10, 15), 'sex':
	                                                                                                  'M', 'job': u'\u041f\u0430\u0442\u043e\u043b\u043e\u04
	                                                                                                 33\u043e\u0430\u043d\u0430\u0442\u043e\u043c', 'ssn': u
	                                                                                                 '3004542687', 'current_location': (Decimal('-10.3537645
	                                                                                                 '), Decimal('-53.445547')), 'mail': u'rostyslavhavrylet
	                                                                                                 s@email.ua'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (Decimal('40.5'), u'danna85@ukr.net', u'YwuubWsNEzVswgE
	                                                                                                 PNHvs', 7204, -9144131293.3, Decimal('92746242438.5'), 
	                                                                                                 u'http://www.lemeshko.com/', Decimal('-1527339197.2'), 
	                                                                                                 -43.0, datetime.datetime(2018, 4, 25, 19, 45, 9), u'nfx
	                                                                                                 EEtfxWVPOWMwyVUbv', -82876354380451.0, u'KIfkXKlTfKCqmn
	                                                                                                 LBapKd')
	fake.pystr(min_chars=None, max_chars=20)                                                       # NxeGTxlDqRuPjKdVivUP
	fake.pystruct(count=10, *value_types)                                                          # ([54872345.916, u'fmdIqroYNIzcdATZQYsv', 8620, datetime
	                                                                                                 .datetime(2014, 12, 1, 7, 15, 11), Decimal('-8.13307834
	                                                                                                 428'), 5042, u'xqUKNBvmNOOvbufKyYsl', u'YxuaiGGmtakVZXD
	                                                                                                 NbyYW', 5659, u'avhustyn54@email.ua'], {u'ipsum': 7030,
	                                                                                                  u'reprehenderit': datetime.datetime(1998, 8, 4, 8, 31)
	                                                                                                 , u'corporis': 5721710106.7203, u'doloribus': u'https:/
	                                                                                                 /derevianko.\u0443\u043a\u0440/author/', u'doloremque':
	                                                                                                  u'TjURtJXaKPFPdrOIYPfw', u'fuga': Decimal('-4739.74092
	                                                                                                 668'), u'porro': u'HScKvZyADxQkWvjUhdKJ', u'blanditiis'
	                                                                                                 : Decimal('554402631173'), u'reiciendis': 6.0, u'verita
	                                                                                                 tis': 4326}, {u'eius': {8: [u'http://voblyi.com/categor
	                                                                                                 ies/register.asp', u'https://www.sheremeta.net/', 9483]
	                                                                                                 , 9: {8: Decimal('-277439945.222'), 9: [-19642418.90893
	                                                                                                 91, u'onozBPxjZTJramPjWdsR'], 7: u'http://babko-poltave
	                                                                                                 ts.info/categories/categories/privacy/'}, 7: 3386}, u'r
	                                                                                                 atione': {8: u'wBaSoAGkRAhlggPyxFGw', 9: [u'hpalii@gov.
	                                                                                                 ua', u'jBDPgIYrJoCwRDDDGzMH', u'xgWlchWMYaIBpXtiRIRz'],
	                                                                                                  10: {8: u'https://www.arkhymovych.org/posts/main/faq.h
	                                                                                                 tml', 9: u'HtApKOENZNzcIVoQHsgy', 10: [Decimal('5408.0'
	                                                                                                 ), u'airvhIaidRuSpynnbQZR']}}, u'fugiat': {2: -80766196
	                                                                                                 899.54, 3: [7138, datetime.datetime(2010, 2, 18, 7, 13,
	                                                                                                  7), u'tKphIpKJvEpCaaUhZWto'], 4: {2: u'QZxIrvIqsxjFPQI
	                                                                                                 WYeDf', 3: 495393014.95, 4: [1998, 8671]}}, u'possimus'
	                                                                                                 : {5: u'http://ivasiuk.ua/posts/blog/index.html', 6: [u
	                                                                                                 'BKGrNJPCcUcpzabbTNSt', u'fWUSHbIwScFBirahXdUq', u'http
	                                                                                                 ://www.symonenko.info/main/wp-content/search/home/'], 7
	                                                                                                 : {5: 4774, 6: u'vPLpAxVbKkEGkgKqfSHC', 7: [u'TPCkRuDlY
	                                                                                                 XgjltJluNWF', 5810]}}, u'repellendus': {8: {8: [u'NUguF
	                                                                                                 pbUnJpVAkPoNaho', u'demyd01@i.ua'], 6: -53997855963856.
	                                                                                                 0, 7: u'WgBUTVynIVXfHVozYyZO'}, 6: 9207, 7: [datetime.d
	                                                                                                 atetime(1999, 8, 8, 7, 2, 29), u'https://tsisyk.\u0443\
	                                                                                                 u043a\u0440/', datetime.datetime(1978, 8, 8, 12, 32, 18
	                                                                                                 )]}, u'assumenda': {0: u'http://www.bebeshko-andriievyc
	                                                                                                 h.\u0443\u043a\u0440/faq.asp', 1: [u'NICtGfENVKNJdMzhSR
	                                                                                                 Jz', u'BdibvDAyamdRbKvUChcX', datetime.datetime(1985, 1
	                                                                                                 2, 26, 19, 42, 8)], 2: {0: u'lizatsarenko@shvedchenko-t
	                                                                                                 elizhenko.\u0443\u043a\u0440', 1: u'DclmSphJbnxCxZIckup
	                                                                                                 T', 2: [9374, Decimal('-28151001.92')]}}, u'quia': {9: 
	                                                                                                 u'BsidMUBsRFtceeklSdIB', 10: [u'https://baida.info/home
	                                                                                                 page.php', 45301655755.293, 3148], 11: {9: u'lpmRydiaLj
	                                                                                                 AdlcVgZSLb', 10: u'mtarasenko@gmail.com', 11: [2473, 61
	                                                                                                 .5464766]}}, u'nulla': {3: datetime.datetime(2012, 12, 
	                                                                                                 10, 15, 3, 48), 4: [datetime.datetime(1974, 8, 21, 2, 2
	                                                                                                 9, 23), Decimal('-366978.558549'), 4874], 5: {3: dateti
	                                                                                                 me.datetime(1971, 12, 2, 7, 46, 35), 4: Decimal('-4.737
	                                                                                                 '), 5: [u'https://www.sirobaba-voblyi.\u0443\u043a\u044
	                                                                                                 0/main/blog/main.htm', datetime.datetime(1994, 10, 13, 
	                                                                                                 21, 52, 46)]}}, u'officiis': {1: u'bKyLqCBzwROHOmwGAThf
	                                                                                                 ', 2: [-33.86, 9724, u'http://www.artemenko.net/registe
	                                                                                                 r.htm'], 3: {1: 6024, 2: u'iuqNsUPRHRkWijdKlnpo', 3: [8
	                                                                                                 37, datetime.datetime(1974, 5, 25, 15, 0, 52)]}}, u'nec
	                                                                                                 essitatibus': {4: 9868, 5: [u'zadamenko@onishchuk.org',
	                                                                                                  datetime.datetime(1979, 7, 20, 11, 8, 42), u'ZpcZIGWow
	                                                                                                 kcReVrIcmGu'], 6: {4: u'kjtZsXNosHVVVTxDyNAt', 5: -2.74
	                                                                                                 774, 6: [3135, u'heorhiihupalo@meta.ua']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -74577186.5401
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 263.956
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('-657966022822'), datetime.datetime(2010, 7, 2
	                                                                                                 , 9, 8, 35), u'wkhrystych@i.ua', datetime.datetime(1971
	                                                                                                 , 7, 19, 3, 9, 23), u'IseLIuYTjQXoLnfxSQlW', u'vLZyjBYY
	                                                                                                 GixeotgDIGST', 3346]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (datetime.datetime(1993, 1, 11, 14, 7, 25), 8230, 6759,
	                                                                                                  u'LwCVCiqVgvlcKbXNnVtT', u'ZAkFUQNmRpLSOwZLWsUe', u'Sp
	                                                                                                 qCoGbKzrQMGStwtsle', u'pylypenkoartem@i.ua', 21, 5238, 
	                                                                                                 datetime.datetime(2013, 8, 16, 16, 1, 20), u'PoNssDaFzN
	                                                                                                 iMMYioYtoD', u'xivanenko@ukr.net', u'mprymachenko@email
	                                                                                                 .ua')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([Decimal('3.15837497216E+13'), u'fursiaroslav@korsu
	                                                                                                 n.net', 4322, 7272, u'https://hunko.com/main/categories
	                                                                                                 /register/', u'http://haidamaka.org/about.htm', u'https
	                                                                                                 ://www.ivasiuk-artiukh.net/tags/about.asp', datetime.da
	                                                                                                 tetime(1993, 5, 14, 16, 52, 14), 9110, u'DVBfXfmCAYXvZw
	                                                                                                 PdSSwI', u'WLRlHFEmzkLwPHJdZpYB', Decimal('-3573101.227
	                                                                                                 5'), u'FbUJWMTEUgUByDBuntjs'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'illum': u'XeqrDMqoREFYmwEpborI', u'iure': u'SlJqTvQC
	                                                                                                 gsxCZbeBlmvh', u'assumenda': u'thEyJmsuWuiNFgSkHdyj', u
	                                                                                                 'quae': Decimal('-6.8142858834E+11'), u'fuga': u'ruslan
	                                                                                                 tsymbaliuk@bazylevych.com', u'deleniti': u'IwuMEEWmnuor
	                                                                                                 ItUnhZBT', u'qui': u'WUEzlFcUIFXEMoGHQYmd', u'animi': u
	                                                                                                 'https://bakumenko.net/category/tags/wp-content/index.h
	                                                                                                 tml', u'officiis': u'nbDQYtcINVREjlIeigXB', u'magnam': 
	                                                                                                 u'cpqIjFEWFrCGbvHageQc', u'consequatur': u'nnoFRvrtufkp
	                                                                                                 OnZebjOf'}
	fake.pyint()                                                                                   # 4405

### faker.providers.ssn

	fake.ssn()                                                                                     # 4350528431

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.1; rw-RW; rv:1.9.0.20) Gecko/
	                                                                                                 2013-04-06 15:50:18 Firefox/4.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.39.(X11; Linux i686; ms-MY) Presto/2.9.178 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.01
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trid
	                                                                                                 ent/4.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 7.0; Windows CE; Trident/
	                                                                                                 3.1)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 5.0) AppleWebKit/5361 (KHTML, l
	                                                                                                 ike Gecko) Chrome/59.0.828.0 Safari/5361
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_12_7
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/53
	                                                                                                 1.45.3 (KHTML, like Gecko) Version/5.1 Safari/531.45.3

## LANGUAGE bs_BA

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:54
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b40dd70>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:03
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:41
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:38
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:35
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:50
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:44
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408534
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:03
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:51
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:50
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:54
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:13
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:07
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@tel.net.ba
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # unsa.ba
	fake.email(*args, **kwargs)                                                                    # josephtaylor@tel.net.ba
	fake.url(schemes=None)                                                                         # https://www.fischer.unsa.ba/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # tel.net.ba
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.gov.ba
	fake.domain_name(*args, **kwargs)                                                              # anderson.com.ba
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.net.ba
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.gov.ba
	fake.uri()                                                                                     # https://www.price.unsa.ba/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@outlook.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Analitičar sistema poslovnih procesa

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 037 475 189
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'briannacoleman', 'name': u'Jason Bridges
	                                                                                                 ', 'birthdate': datetime.date(2018, 3, 29), 'sex': 'M',
	                                                                                                  'address': u'8701 Jeremiah Ridges Apt. 102\nNorth Kenn
	                                                                                                 ethberg, HI 50750', 'mail': u'willie77@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://torres.edu.ba/', u'https://www.ro
	                                                                                                 driguez.unsa.ba/', u'https://day.ba/'], 'username': u'j
	                                                                                                 ason38', 'name': u'Diane Mendez', 'blood_group': 'A-', 
	                                                                                                 'residence': u'6617 Robert Knoll Apt. 076\nSanchezport,
	                                                                                                  CT 14025', 'company': u'Williams Group', 'address': u'
	                                                                                                 476 Brad Route\nWilsonland, WY 30130', 'birthdate': dat
	                                                                                                 etime.date(1909, 5, 21), 'sex': 'F', 'job': u'In\u017ee
	                                                                                                 njer za logistiku', 'ssn': u'149-05-1412', 'current_loc
	                                                                                                 ation': (Decimal('38.532080'), Decimal('-81.738123')), 
	                                                                                                 'mail': u'mweeks@tel.net.ba'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'qDUqIVIQVQakyTYxUced', 8424, u'NfObvSDPfAdvfLBvpEYA'
	                                                                                                 , u'lWZLQXUkeHpgAakXmmrJ', u'http://marshall.gov.ba/exp
	                                                                                                 lore/blog/tags/homepage.html', Decimal('30780598266.5')
	                                                                                                 )
	fake.pystr(min_chars=None, max_chars=20)                                                       # cXNHFRfirsAshHOhJEdA
	fake.pystruct(count=10, *value_types)                                                          # ([u'robert66@king.org.ba', 914, Decimal('6963631355.0')
	                                                                                                 , u'muepFhMUpQVzgOVDDxrf', u'XSnEowhuXfBGtdZYQqDY', u'T
	                                                                                                 QAzuhibbkBdRxlkCAId', 7476, 40.6, u'BKzLiZGUHOzHzadhXPX
	                                                                                                 C', datetime.datetime(2011, 4, 11, 2, 22, 1)], {u'sint'
	                                                                                                 : u'HdjnHHhyQbMjYvThkYvo', u'eveniet': Decimal('19666.1
	                                                                                                 643486'), u'repellendus': u'VAGBnHISgtbVJPmELaww', u'qu
	                                                                                                 am': u'goEgwxtwpflXFKBczlhI', u'quasi': u'sxsbUgZWlaDqW
	                                                                                                 CwsrHyK', u'tenetur': u'hermanjackie@braun.unsa.ba', u'
	                                                                                                 ducimus': u'ryoung@outlook.com', u'vel': 6520, u'eligen
	                                                                                                 di': u'okVcJuDObusfdbAPIOxz', u'magnam': u'xRyNAwBnjyxy
	                                                                                                 NsxvwCLU'}, {u'ipsum': {4: u'IHIBngTrVTgSCPKavHsx', 5: 
	                                                                                                 [u'LIPUzNAwHVysUVJaAROk', u'HpdcIKJVKITtLvRBmqrG', u'IG
	                                                                                                 QuaysWWgiACAanQGVR'], 6: {4: u'mark81@chavez-cardenas.b
	                                                                                                 a', 5: datetime.datetime(1975, 11, 28, 20, 3, 43), 6: [
	                                                                                                 u'HovQgvqLqEEmNAyDKVtJ', Decimal('-7.15840201176E+12')]
	                                                                                                 }}, u'doloribus': {8: {8: [4809, u'zIOMSjfaTVgdeEsdknFV
	                                                                                                 '], 6: u'JibPxFewhzdXwxyhUwrb', 7: datetime.datetime(19
	                                                                                                 90, 3, 31, 6, 43, 16)}, 6: u'noblicSVBdIiQYMiRVSE', 7: 
	                                                                                                 [9340, u'yeTgNJCXYagwZpesIQQF', 9177]}, u'ad': {1: date
	                                                                                                 time.datetime(2000, 1, 15, 6, 39, 49), 2: [u'BKydkNetSI
	                                                                                                 PJhoWhOnsu', u'pZtBemlqHYtUPwQByEvL', u'https://www.fos
	                                                                                                 ter-white.net.ba/terms/'], 3: {1: u'RybeYbygJkVaVlogWWS
	                                                                                                 e', 2: u'TcchzGHSRBkPzwgNCkbn', 3: [u'robert51@snyder.u
	                                                                                                 nsa.ba', datetime.datetime(1975, 6, 8, 2, 27, 41)]}}, u
	                                                                                                 'dignissimos': {8: u'GGbDeHcueisSNSsPLMxP', 9: [u'BeqZo
	                                                                                                 rqoJgpXcYZIopxt', 2562, u'xhanna@garcia-fox.gov.ba'], 1
	                                                                                                 0: {8: u'zlAUomMSWGHEYZULAxnw', 9: u'https://gonzalez-n
	                                                                                                 elson.com.ba/posts/blog/app/author.php', 10: [u'QZnljhb
	                                                                                                 qxZULfMXJnUCU', 5373]}}, u'quia': {5: 8517.806981838, 6
	                                                                                                 : [u'DMvJGgVXoWbSIUIWtJDu', u'kristen06@smith.gov.ba', 
	                                                                                                 u'sZhBdVgJLmHdGJmxPdym'], 7: {5: u'LXlLYXvpXTOhsTJkBbrW
	                                                                                                 ', 6: -1906925208.2, 7: [1532, u'andrew99@tel.net.ba']}
	                                                                                                 }, u'dicta': {8: [85707235205098.0, u'VbNtSafSuiJsvoGPo
	                                                                                                 rHx', u'YxyasRXImwPeDUjQuAfP'], 9: {8: u'http://pittman
	                                                                                                 .com.ba/', 9: [u'http://www.williams-moreno.org.ba/', d
	                                                                                                 atetime.datetime(1988, 7, 18, 20, 13, 23)], 7: u'rcSPsD
	                                                                                                 iqilFyWOGJfZLl'}, 7: u'NJaRnmbltJdefVODbJje'}, u'vel': 
	                                                                                                 {2: u'EtsXIsKYeAbpEbDkQQQf', 3: [u'OGjICAeEeROitcmZpEtS
	                                                                                                 ', datetime.datetime(2008, 2, 4, 17, 21, 26), u'kzimmer
	                                                                                                 man@davis-clark.edu.ba'], 4: {2: 4309, 3: u'http://paul
	                                                                                                 .net.ba/wp-content/privacy.html', 4: [u'rochaellen@mcco
	                                                                                                 rmick-brown.org.ba', u'MSPdVYfStWSaSqGXxclF']}}, u'magn
	                                                                                                 am': {0: u'PFCNGNdtsISufWRqmcFD', 1: [2667, Decimal('8.
	                                                                                                 28679667105E+12'), u'MNVMpfrfGKtpxLPaztbY'], 2: {0: u'h
	                                                                                                 ttp://www.williams.ba/search.php', 1: u'https://www.lop
	                                                                                                 ez-adkins.net.ba/search/main/', 2: [5612, 578]}}, u'ear
	                                                                                                 um': {9: 6280, 10: [5759, Decimal('-1.10542919023E+12')
	                                                                                                 , -441.254369621544], 11: {9: u'JfyRzieThtNHVNqZUIfg', 
	                                                                                                 10: 3177, 11: [u'kuVxMbklxymikfbjSMDv', u'https://www.m
	                                                                                                 organ.gov.ba/login.asp']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -24371460841.5
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -6267832.7
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'https://baker.com.ba/wp-content/author.jsp', u'http:
	                                                                                                 //wallace.gov.ba/terms/', 1253, Decimal('-340.627727903
	                                                                                                 '), u'https://www.david.net.ba/author.html', u'oEKvhRkh
	                                                                                                 ZXZJzgpBTuJB', 2665]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, 778930476407.0, 8164, Decimal('-603.0'), u'CPqDm
	                                                                                                 lzqlFFPqbTvnSUV', u'HSnqrRrsGwzsynzAvzCn', datetime.dat
	                                                                                                 etime(2005, 1, 4, 19, 7, 13), datetime.datetime(2016, 6
	                                                                                                 , 11, 7, 9, 57), u'jyByNZXfbjrQlaXPacId', 7620, 282, u'
	                                                                                                 patriciareed@outlook.com')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'jameslloyd@yahoo.com', datetime.datetime(1981, 1
	                                                                                                 2, 8, 13, 8), u'https://gonzales.unsa.ba/post.php', dat
	                                                                                                 etime.datetime(1995, 5, 14, 8, 7, 16), u'lisa08@welch-e
	                                                                                                 lliott.com.ba', u'fdyxMOASbnnIwStDRfea', Decimal('8.971
	                                                                                                 34541261E+13'), 9881, 4670, 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'fugiat': datetime.datetime(1989, 4, 27, 21, 2, 52), 
	                                                                                                 u'et': datetime.datetime(2016, 4, 7, 8, 44, 31), u'beat
	                                                                                                 ae': 9940, u'ipsam': u'http://davis.ba/privacy/', u'bla
	                                                                                                 nditiis': 8047, u'fuga': u'wKtLKphpFlVqzEBMjeGk', u'ess
	                                                                                                 e': 4345, u'recusandae': u'LamUIGzSacfjofCnMOMV', u'rep
	                                                                                                 udiandae': 2032, u'voluptate': u'wcqypCXvekXeLxoJDhNN',
	                                                                                                  u'autem': datetime.datetime(1981, 7, 28, 9, 58, 29)}
	fake.pyint()                                                                                   # 6304

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 184-53-8818
	fake.ein()                                                                                     # 15-2062034
	fake.itin()                                                                                    # 959-96-9675

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2013-1
	                                                                                                 0-23 12:33:39 Firefox/6.0
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.10.(Windows NT 5.01; sid-ET) Presto/2.9.173 Ver
	                                                                                                 sion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trid
	                                                                                                 ent/4.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.2; Trid
	                                                                                                 ent/5.0)
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5362 (KHTML
	                                                                                                 , like Gecko) Chrome/25.0.840.0 Safari/5362
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_9_1
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) Apple
	                                                                                                 WebKit/535.48.3 (KHTML, like Gecko) Version/4.0.5 Safar
	                                                                                                 i/535.48.3

## LANGUAGE fa_IR

### faker.providers.address

	fake.address()                                                                                 # 2064 تنزیلی جزیره سوئیت 874
	                                                                                                 دهستان نیایش, سمنان 2868308840
	fake.street_address()                                                                          # 607 رها جاده
	fake.postcode()                                                                                # 9036350851
	fake.country_code(representation="alpha-2")                                                    # SL
	fake.street_name()                                                                             # سماوات بن بست
	fake.country()                                                                                 # کانادا
	fake.secondary_address()                                                                       # واحد 314
	fake.street_suffix()                                                                           # بن بست
	fake.city_prefix()                                                                             # استان
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 62952
	fake.city()                                                                                    # جنوب رضا
	fake.state()                                                                                   # کردستان

### faker.providers.automotive

	fake.license_plate()                                                                           # ZB-4739

### faker.providers.bank

	fake.bban()                                                                                    # GZXR8487547407247
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB16EADP3249248624413

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 3836993633478
	fake.ean13()                                                                                   # 9204007173984
	fake.ean8()                                                                                    # 01964783

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(160,155,36)
	fake.color_name()                                                                              # LightGreen
	fake.rgb_color()                                                                               # 25,92,37
	fake.safe_hex_color()                                                                          # #118800
	fake.safe_color_name()                                                                         # silver
	fake.hex_color()                                                                               # #7809c6

### faker.providers.company

	fake.company()                                                                                 # فولاد آذربايجان
	fake.company_suffix()                                                                          # PLC
	fake.catch_phrase()                                                                            # Total modular open system
	fake.bs()                                                                                      # transform turn-key vortals

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 797
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Diners Club / Carte Blanche
	                                                                                                 علي عبدالمالکی
	                                                                                                 38467199474278 11/19
	                                                                                                 CVC: 892
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 01/20
	fake.credit_card_number(card_type=None)                                                        # 3582949008650135

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # BTC
	fake.currency_code()                                                                           # MDL
	fake.currency_name()                                                                           # North Korean won
	fake.cryptocurrency_name()                                                                     # Tether
	fake.cryptocurrency()                                                                          # ('MZC', 'MazaCoin')
	fake.currency()                                                                                # ('BOB', 'Bolivian boliviano')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-26 21:45:47
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b3cbcd0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2006-02-20 13:11:33
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2011-05-24
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-07 09:54:45
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-02
	fake.day_of_week()                                                                             # Sunday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2011-07-04 07:40:31
	fake.date_between(start_date="-30y", end_date="today")                                         # 2004-10-28
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2008-01-20 23:47:11
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1973-08-22
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:51
	fake.date_object(end_datetime=None)                                                            # 1995-11-11
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-31
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1986-01-04T00:22:26
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-07
	fake.date_this_century(before_today=True, after_today=False)                                   # 2005-05-31
	fake.month()                                                                                   # 10
	fake.year()                                                                                    # 2002
	fake.day_of_month()                                                                            # 03
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 578119437
	fake.timezone()                                                                                # Asia/Magadan
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1920-08-26
	fake.time_object(end_datetime=None)                                                            # 16:45:54
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-20 01:11:09
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1980-12-24 04:26:20
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 23:28:50
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-12
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-21 04:30:44
	fake.month_name()                                                                              # September
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0448-03-24 17:41:03
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdo
	fake.mime_type(category=None)                                                                  # application/octet-stream
	fake.file_path(depth=1, category=None, extension=None)                                         # /quae/beatae.wav
	fake.unix_partition(prefix=None)                                                               # /dev/xvdf5
	fake.file_name(category=None, extension=None)                                                  # aperiam.html
	fake.file_extension(category=None)                                                             # mp4

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 152.020384
	fake.latitude()                                                                                # -37.170333
	fake.longitude()                                                                               # 58.089055
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('39.72943', '-104.83192', 'Aurora', 'US', 'America/Den
	                                                                                                 ver')
	fake.location_on_land(coords_only=False)                                                       # ('10.98778', '-74.95472', 'Puerto Colombia', 'CO', 'Ame
	                                                                                                 rica/Bogota')
	fake.latlng()                                                                                  # (Decimal('-5.211202'), Decimal('80.693399'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # nwbkhtyprhm@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=135x
	                                                                                                 429&w=135&h=429
	fake.tld()                                                                                     # net
	fake.email(*args, **kwargs)                                                                    # vkhbr-pwr@sny.net
	fake.url(schemes=None)                                                                         # http://www.hfyz.ir/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.23.175.221
	fake.user_name(*args, **kwargs)                                                                # mwswyryhnh
	fake.uri_extension()                                                                           # .html
	fake.uri_page()                                                                                # homepage
	fake.free_email_domain(*args, **kwargs)                                                        # chmail.ir
	fake.safe_email(*args, **kwargs)                                                               # hjlly@example.net
	fake.ascii_email(*args, **kwargs)                                                              # yly62@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 123.141.92.136
	fake.ipv4_network_class()                                                                      # b
	fake.ascii_company_email(*args, **kwargs)                                                      # lyjnymhmdly@whd.ir
	fake.domain_name(*args, **kwargs)                                                              # ply.com
	fake.hostname(*args, **kwargs)                                                                 # db-80.grwh.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 11.18.60.93
	fake.domain_word(*args, **kwargs)                                                              # prs
	fake.slug(*args, **kwargs)                                                                     # quo-itaque-tenetur
	fake.uri_path(deep=None)                                                                       # wp-content/tags
	fake.company_email(*args, **kwargs)                                                            # bnymyn76@khsht.com
	fake.uri()                                                                                     # http://hmkhrn.com/about/
	fake.ipv6(network=False)                                                                       # 2914:52f9:8379:354a:a9:d5c6:cf3d:822f
	fake.free_email(*args, **kwargs)                                                               # hdyy@chmail.ir
	fake.ascii_safe_email(*args, **kwargs)                                                         # znjnyftmh@example.org
	fake.mac_address()                                                                             # 26:64:7c:de:c4:8a

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-9837326-9-8
	fake.isbn13(separator="-")                                                                     # 978-1-56985-779-3

### faker.providers.job

	fake.job()                                                                                     # آشپز

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Animi optio magnam minima maxime odit facere ratione. A
	                                                                                                 tque quisquam impedit odit vel aperiam magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Architecto quibusdam aperiam omnis. Occaecati et acc
	                                                                                                 usamus tempora aut.', u'Qui similique consequuntur quid
	                                                                                                 em fuga. Quia ratione veniam suscipit corrupti voluptat
	                                                                                                 es fuga. Velit consectetur mollitia eaque laboriosam id
	                                                                                                  dicta. Voluptate cumque ex reiciendis quod eos.', u'Na
	                                                                                                 m sunt quo magnam. Voluptates voluptas minima repellend
	                                                                                                 us. Ducimus sapiente eum similique necessitatibus delen
	                                                                                                 iti.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Cupiditate a repellendus repudiandae neque expedita 
	                                                                                                 labore.', u'Labore suscipit numquam commodi quasi volup
	                                                                                                 tas.', u'Tempora dignissimos ipsa.']
	fake.word(ext_word_list=None)                                                                  # molestiae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Dolor excepturi voluptate repellendus doloribus vitae d
	                                                                                                 olorem. Laboriosam unde numquam quas. Voluptas deserunt
	                                                                                                  fuga corporis.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum esse voluptatem fugiat.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'fugit', u'dolor', u'eos']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # (t6BcOc&b$
	fake.uuid4(cast_to=<type 'str'>)                                                               # 20370cb9-6e91-4fe4-b1f3-33095dafef0e
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 6b8a64f959ef642519eca3bf6bfae065
	fake.sha1(raw_output=False)                                                                    # 58945494a4b7efe63ed45d72f2e9bd7f4d0ad3c2
	fake.null_boolean()                                                                            # None
	fake.sha256(raw_output=False)                                                                  # fc6970083b1269381d4f88e6adce09bea953fc22bab46a8c5b5a6df
	                                                                                                 fabf6750a
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # ابوطالبی
	fake.name_female()                                                                             # پریا حمیدی
	fake.prefix_male()                                                                             # جناب آقای
	fake.prefix()                                                                                  # سرکار خانم
	fake.name()                                                                                    # محمد زمانی
	fake.name_male()                                                                               # آریا تهرانی 
	fake.first_name()                                                                              # ریحانه
	fake.first_name_male()                                                                         # سینا
	fake.first_name_female()                                                                       # ثنا
	fake.last_name_female()                                                                        # قاضی
	fake.last_name()                                                                               # هدایت
	fake.prefix_female()                                                                           # سرکار خانم دکتر

### faker.providers.phone_number

	fake.phone_number()                                                                            # 013 3581 0730
	fake.msisdn()                                                                                  # 4659852317817

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'aylyn81', 'name': u'\u0622\u0631\u064a\u
	                                                                                                 0646 \u0645\u0648\u062d\u062f', 'birthdate': datetime.d
	                                                                                                 ate(1991, 8, 10), 'sex': 'M', 'address': u'67238 \u0645
	                                                                                                 \u0639\u0635\u0648\u0645\u0647 \u06a9\u0648\u0647\n\u06
	                                                                                                 34\u0647\u0631\u0633\u062a\u0627\u0646 \u0637\u0627\u06
	                                                                                                 47\u0627, \u0622\u0630\u0631\u0628\u0627\u06cc\u062c\u0
	                                                                                                 627\u0646 \u063a\u0631\u0628\u06cc 791', 'mail': u'sltn
	                                                                                                 ybnymyn@mailfa.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.bnkh.ir/'], 'username': u'mhy
	                                                                                                 wthq', 'name': u'\u062c\u0646\u0627\u0628 \u0622\u0642\
	                                                                                                 u0627\u06cc \u062f\u06a9\u062a\u0631 \u062d\u0633\u06cc
	                                                                                                 \u0646 \u0645\u0639\u06cc\u0646', 'blood_group': 'AB+',
	                                                                                                  'residence': u'01729 \u0633\u062a\u0627\u064a\u0634 \u
	                                                                                                 062c\u0627\u062f\u0647 \u0633\u0648\u0626\u06cc\u062a 0
	                                                                                                 06\n\u0628\u0646\u062f\u0631 \u0627\u06cc\u0644\u06cc\u
	                                                                                                 0627, \u0641\u0627\u0631\u0633 892', 'company': u'\u063
	                                                                                                 2\u0645\u0632\u0645 \u0622\u0630\u0631\u0628\u0627\u06c
	                                                                                                 c\u062c\u0627\u0646', 'address': u'682 \u0641\u0627\u06
	                                                                                                 37\u0645\u0647 \u062e\u06cc\u0627\u0628\u0627\u0646\n\u
	                                                                                                 062f\u0647\u0633\u062a\u0627\u0646 \u0646\u0627\u0632\u
	                                                                                                 0646\u064a\u0646, \u06af\u06cc\u0644\u0627\u0646 481307
	                                                                                                 ', 'birthdate': datetime.date(1971, 11, 16), 'sex': 'M'
	                                                                                                 , 'job': u'\u0633\u0627\u0631\u0628\u0627\u0646', 'ssn'
	                                                                                                 : u'877-83-5891', 'current_location': (Decimal('-55.733
	                                                                                                 624'), Decimal('-165.264485')), 'mail': u'ftmh-zhr71@ma
	                                                                                                 ilfa.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([6304, 84361269346.7, u'zEBMjeGkDkzwxPNWLXgm', 4809
	                                                                                                 , u'IVIQVQakyTYxUcedzRIJ', u'http://www.szh.com/', u'Ob
	                                                                                                 vSDPfAdvfLBvpEYAUW', -52724714096.0, u'https://byn.com/
	                                                                                                 wp-content/author.asp', u'CnMOMVMujwKtLKphpFlV', -5.89]
	                                                                                                 )
	fake.pystr(min_chars=None, max_chars=20)                                                       # ttsPFCNGNdtsISufWRqm
	fake.pystruct(count=10, *value_types)                                                          # ([79689.54, u'nznynhmdny@krkhnjt.ir', -6307086352273.99
	                                                                                                 , 5726, u'VTgSCPKavHsxjLIPUzNA', 5697, u'eLXlLYXvpXTOhs
	                                                                                                 TJkBbr', Decimal('182396276211'), u'oshtry@gmail.com', 
	                                                                                                 u'jQPLaYMhQZnljhbqxZUL'], {u'a': u'nrgsdbty@mdny.ir', u
	                                                                                                 'cum': u'mQgmozcBsPtkEHWjBKzL', u'iure': u'JgsZhBdVgJLm
	                                                                                                 HdGJmxPd', u'ullam': u'https://ymn.com/about/', u'dicta
	                                                                                                 ': 92214487334281.3, u'quae': u'FDEnHSqJRZdMNVMpfrfG', 
	                                                                                                 u'laudantium': 608, u'soluta': u'uXfBGtdZYQqDYbIHIBng',
	                                                                                                  u'magnam': Decimal('24246.753396')}, {u'maiores': {8: 
	                                                                                                 {8: [u'NJCXYagwZpesIQQFEVbJ', u'bPxFewhzdXwxyhUwrbLv'],
	                                                                                                  6: Decimal('744.162948056'), 7: u'https://twsh.ir/tag/
	                                                                                                 home.jsp'}, 6: u'hly21@tkhnykh.net', 7: [u'YPJbVZYMfsxs
	                                                                                                 bUgZWlaD', u'WCwsrHyKMzMdnoblicSV', 710]}, u'natus': {5
	                                                                                                 : Decimal('6.59962870826E+13'), 6: [datetime.datetime(1
	                                                                                                 974, 11, 20, 12, 42, 13), Decimal('2.39615146132E+13'),
	                                                                                                  u'rwdgrartyn@yahoo.com'], 7: {5: u'ahdyt@drwszy.net', 
	                                                                                                 6: u'ibbkBdRxlkCAIdslQDSP', 7: [u'DMvJGgVXoWbSIUIWtJDu'
	                                                                                                 , u'sbhn06@hwpymyy.com']}}, u'inventore': {3: 3277, 4: 
	                                                                                                 [u'FhYcHYkbPsWFXWZSzAuK', 34.98229, u'cpXNMHyJcFAwdQCoo
	                                                                                                 UMw'], 5: {3: u'bCYAgLaPOcxUTcMAoeVA', 4: 5243, 5: [u'H
	                                                                                                 ISgtbVJPmELawwQjXSn', 2746]}}, u'molestias': {8: [40.6,
	                                                                                                  u'NJaRnmbltJdefVODbJje', 85707235205098.0], 9: {8: u'Y
	                                                                                                 xyasRXImwPeDUjQuAfP', 9: [u'rcSPsDiqilFyWOGJfZLl', u'ht
	                                                                                                 tp://pshm.ir/'], 7: u'VbNtSafSuiJsvoGPorHx'}, 7: u'TVgd
	                                                                                                 eEsdknFVmYSWmrCn'}, u'fuga': {1: u'aTcchzGHSRBkPzwgNCkb
	                                                                                                 ', 2: [u'ZyFvDgNzIIVMfbbokVcJ', -401492070.36155, u'dbA
	                                                                                                 PIOxzoHHgRKSmEtsX'], 3: {1: Decimal('92222.5078637'), 2
	                                                                                                 : u'pEbDkQQQfsOGjICAeEeR', 3: [datetime.datetime(1977, 
	                                                                                                 11, 1, 20, 36, 2), 2.593]}}, u'ducimus': {8: Decimal('-
	                                                                                                 13672575.0'), 9: [datetime.datetime(2016, 11, 23, 14, 2
	                                                                                                 5, 35), 1372, 6159], 10: {8: u'DeHcueisSNSsPLMxPbBe', 9
	                                                                                                 : u'ZorqoJgpXcYZIopxtAnW', 10: [u'RYxufBIjzlAUomMSWGHE'
	                                                                                                 , u'anmwr@gmail.com']}}, u'qui': {2: datetime.datetime(
	                                                                                                 2006, 4, 19, 17, 20, 18), 3: [u'BejUgVxmVIEPctkMSPdV', 
	                                                                                                 u'wtnzyly@ptrwshymy.com', u'https://sprdh.com/search/']
	                                                                                                 , 4: {2: 9388, 3: u'goEgwxtwpflXFKBczlhI', 4: [Decimal(
	                                                                                                 '-92949.29'), 1514]}}, u'et': {4: -3514818847.90172, 5:
	                                                                                                  [u'rfyymhmdmhdy@hotmail.com', u'nHpdcIKJVKITtLvRBmqr',
	                                                                                                  2121], 6: {4: Decimal('-36844965.4806'), 5: u'WWgiACAa
	                                                                                                 nQGVRVrGrRhr', 6: [1200380743539.0, Decimal('12891.4075
	                                                                                                 ')]}}, u'cum': {9: u'MXJnUCUDBkcHdjnHHhyQ', 10: [u'MjYv
	                                                                                                 ThkYvoTORFGxDLTZ', -1.93208753600202, u'wnhJfyRzieThtNH
	                                                                                                 VNqZU'], 11: {9: Decimal('31.0'), 10: u'uVxMbklxymikfbj
	                                                                                                 SMDvR', 11: [6700, u'MrxlEHYoNZKoUrBMXBbJ']}}, u'atque'
	                                                                                                 : {0: 3786, 1: [u'YTCwdhcFeiGQOIntjMze', u'nBDDdAIrWGki
	                                                                                                 rAeMFsBK', 725], 2: {0: u'NetSIPJhoWhOnsucpZtB', 1: u'm
	                                                                                                 lqHYtUPwQByEvLTuPyv', 2: [339.840088, 278]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -9.016784302E+11
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'https://www.twlydy.ir/main/register.html', u'XmmrJlT
	                                                                                                 WATenCjdlZQUp', u'ZpxKFSEgHgTarGUEWqlW', 5389, u'nwrymh
	                                                                                                 dy@hmkhrn.net', u'RkhZXZJzgpBTuJBAnEKV', 7716, u'https:
	                                                                                                 //krkhnjt.com/terms/', 6065, u'ywsfshmshyry@hotmail.com
	                                                                                                 ', datetime.datetime(1971, 11, 18, 21, 59, 5)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'sGwzsynzAvzCnuOgPOYk', u'IdrCPqDmlzqlFFPqbTvn', 9675
	                                                                                                 , u'https://nyrw.org/posts/blog/categories/author.html'
	                                                                                                 , Decimal('-3.2743530956E+12'), u'FbgjyByNZXfbjrQlaXPa'
	                                                                                                 )
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([datetime.datetime(1981, 12, 8, 13, 8), 3011, u'yxy
	                                                                                                 NsxvwCLUAWhJvKHnn', u'vLAcXNHFRfirsAshHOhJ', 2537, 6314
	                                                                                                 , u'https://www.dsht.ir/register/', u'fdyxMOASbnnIwStDR
	                                                                                                 fea', 694, 2232, u'https://krkhnh.net/author.htm', 5133
	                                                                                                 751547727.4])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'incidunt': -793073363295352.0, u'natus': -3168283911
	                                                                                                 559.0, u'quaerat': 9940, u'sapiente': u'iflKjfbnagplImA
	                                                                                                 KALMc', u'ipsam': u'srdyy@hotmail.com', u'facilis': u'V
	                                                                                                 gwcqypCXvekXeLxoJDh', u'rerum': datetime.datetime(2007,
	                                                                                                  6, 3, 19, 39, 44), u'nihil': datetime.datetime(2004, 3
	                                                                                                 , 21, 22, 4, 19), u'vel': -96748.932877878}
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.ssn(taxpayer_identification_number_type="SSN")                                            # 765-93-6611
	fake.ein()                                                                                     # 23-2045980
	fake.itin()                                                                                    # 953-73-8818

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2011-0
	                                                                                                 3-31 03:39:54 Firefox/3.6.18
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.44.(X11; Linux i686; hi-IN) Presto/2.9.160 Vers
	                                                                                                 ion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 4.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; Trid
	                                                                                                 ent/3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_2 rv:2.0; 
	                                                                                                 nn-NO) AppleWebKit/531.34.2 (KHTML, like Gecko) Version
	                                                                                                 /5.0.4 Safari/531.34.2
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 5.0) AppleWebKit/5321 (KHTML, l
	                                                                                                 ike Gecko) Chrome/59.0.873.0 Safari/5321
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_5_3
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; 
	                                                                                                 bho-IN) AppleWebKit/533.32.4 (KHTML, like Gecko) Versio
	                                                                                                 n/4.0.5 Mobile/8B113 Safari/6533.32.4

## LANGUAGE zh_CN

### faker.providers.address

	fake.address()                                                                                 # 甘肃省武汉市清浦黄路P座 845615
	fake.street_address()                                                                          # 林路P座
	fake.postcode()                                                                                # 662952
	fake.country_code(representation="alpha-2")                                                    # LT
	fake.street_name()                                                                             # 王街
	fake.country()                                                                                 # 圣克里斯托弗和尼维斯
	fake.city_name()                                                                               # 沈阳
	fake.province()                                                                                # 浙江省
	fake.district()                                                                                # 锡山
	fake.city_suffix()                                                                             # 县
	fake.building_number()                                                                         # P座
	fake.street_suffix()                                                                           # 路
	fake.city()                                                                                    # 雪梅市

### faker.providers.automotive

	fake.license_plate()                                                                           # 8P 5163C

### faker.providers.bank

	fake.bban()                                                                                    # FMDF8607039633319
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB11BKTK9298684875474

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0724710153244
	fake.ean13()                                                                                   # 9248624413382
	fake.ean8()                                                                                    # 36993635

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(1,115,14)
	fake.color_name()                                                                              # IndianRed
	fake.rgb_color()                                                                               # 203,239,74
	fake.safe_hex_color()                                                                          # #cc6600
	fake.safe_color_name()                                                                         # black
	fake.hex_color()                                                                               # #7ced7c

### faker.providers.company

	fake.company_suffix()                                                                          # 传媒有限公司
	fake.company()                                                                                 # 东方峻景信息有限公司
	fake.company_prefix()                                                                          # 快讯
	fake.catch_phrase()                                                                            # Upgradable systematic application
	fake.bs()                                                                                      # transform synergistic action-items

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 082
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # American Express
	                                                                                                 秀英 李
	                                                                                                 341661601648675 06/20
	                                                                                                 CID: 8069
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 05/27
	fake.credit_card_number(card_type=None)                                                        # 4467199474270897

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # PPC
	fake.currency_code()                                                                           # BHD
	fake.currency_name()                                                                           # <bytes>
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('TRX', 'TRON')
	fake.currency()                                                                                # ('AOA', 'Angolan kwanza')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-25 18:30:50
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b3cb280>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1992-08-21 13:36:15
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2018-10-03
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 12:33:38
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-02
	fake.day_of_week()                                                                             # Friday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2014-07-23 17:17:09
	fake.date_between(start_date="-30y", end_date="today")                                         # 1994-05-31
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2008-12-01 07:06:13
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1971-08-12
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:51
	fake.date_object(end_datetime=None)                                                            # 1972-07-24
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-28
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1983-11-13T00:31:38
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-06
	fake.date_this_century(before_today=True, after_today=False)                                   # 2014-09-14
	fake.month()                                                                                   # 06
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 10
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 491569784
	fake.timezone()                                                                                # Asia/Kuwait
	fake.century()                                                                                 # XII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2018-05-30
	fake.time_object(end_datetime=None)                                                            # 19:57:56
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-06 20:42:53
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1973-10-26 20:45:07
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 11:08:18
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-15
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-25 22:55:00
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1477-05-14 06:57:30
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdq
	fake.mime_type(category=None)                                                                  # model/x3d+binary
	fake.file_path(depth=1, category=None, extension=None)                                         # /准备/资源.jpeg
	fake.unix_partition(prefix=None)                                                               # /dev/xvdj6
	fake.file_name(category=None, extension=None)                                                  # 专业.xls
	fake.file_extension(category=None)                                                             # numbers

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 170.129796
	fake.latitude()                                                                                # -60.4568565
	fake.longitude()                                                                               # 93.227618
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('26.2173', '-80.22588', 'North Lauderdale', 'US', 'Ame
	                                                                                                 rica/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('50.88506', '4.07601', 'Denderleeuw', 'BE', 'Europe/Br
	                                                                                                 ussels')
	fake.latlng()                                                                                  # (Decimal('22.583606'), Decimal('-41.508450'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # weiye@gmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=142x
	                                                                                                 10&w=142&h=10
	fake.tld()                                                                                     # cn
	fake.email(*args, **kwargs)                                                                    # yan76@hotmail.com
	fake.url(schemes=None)                                                                         # https://mingxia.cn/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.18.30.58
	fake.user_name(*args, **kwargs)                                                                # yanyang
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # home
	fake.free_email_domain(*args, **kwargs)                                                        # gmail.com
	fake.safe_email(*args, **kwargs)                                                               # min85@example.net
	fake.ascii_email(*args, **kwargs)                                                              # qiuyong@gmail.com
	fake.ipv4_public(network=False, address_class=None)                                            # 171.244.81.88
	fake.domain_name(levels=1)                                                                     # so.cn
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # wanggang@chao.cn
	fake.hostname(*args, **kwargs)                                                                 # web-09.minxiuying.cn
	fake.ipv4(network=False, address_class=None, private=None)                                     # 221.64.216.74
	fake.domain_word(*args, **kwargs)                                                              # en
	fake.uri_path(deep=None)                                                                       # main/list
	fake.company_email(*args, **kwargs)                                                            # jxia@tanhuang.cn
	fake.uri()                                                                                     # https://www.30.cn/about/
	fake.ipv6(network=False)                                                                       # 72cb:a481:c210:8970:3149:bd89:869:9e04
	fake.free_email(*args, **kwargs)                                                               # shenchao@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # gang19@example.org
	fake.mac_address()                                                                             # ce:93:f2:cf:83:1e

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-670-11671-8
	fake.isbn13(separator="-")                                                                     # 978-1-67096-131-0

### faker.providers.job

	fake.job()                                                                                     # 法务助理

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # 进入来源生活美国解决他的直接显示.方式关于详细.
	                                                                                                 一个你的环境朋友.是否商品一直图片今天因此.
	                                                                                                 公司他们记者事情.她的其中决定质量.业务公司所有资源.
	                                                                                                 生产所以公司.下载但是一下全国.
	                                                                                                 单位最新或者游戏不能电话.还是网站为了起来解决然后.游戏汽车文化电影资源女人.
	                                                                                                 有些社会以上主要当然等级.数据介绍一起新闻之后.
	                                                                                                 首页我的过程国家女人这是.一下那么准备可以浏览.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u672c\u7ad9\u767b\u5f55\u5e7f\u544a\u7cbe\u534e\u6c
	                                                                                                 a1\u6709\u65e0\u6cd5\u5b9e\u73b0.\u4ee5\u53ca\u53ef\u4e
	                                                                                                 e5\u7279\u522b\u5f53\u524d.', u'\u5e02\u573a\u6240\u670
	                                                                                                 9\u7537\u4eba\u4e1a\u52a1\u4e00\u5207.\u5173\u4e8e\u592
	                                                                                                 7\u5bb6\u4e00\u822c\u90fd\u662f\u8fdb\u5165\u5236\u4f5c
	                                                                                                 \u90a3\u4e48.\u5546\u54c1\u4f01\u4e1a\u8fd9\u4e48\u91cd
	                                                                                                 \u8981\u65b9\u9762\u6211\u4eec\u4ee5\u540e\u4eca\u5929.
	                                                                                                 ', u'\u4ea7\u54c1\u53ef\u4ee5\u4e0d\u662f\u4f1a\u5458.\
	                                                                                                 u95ee\u9898\u56e0\u6b64\u7537\u4eba\u5236\u4f5c.\u5173\
	                                                                                                 u7cfb\u5b66\u6821\u4f5c\u8005\u4eca\u5e74.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u77e5\u9053\u7ecf\u9a8c\u73b0\u5728\u5927\u5b66\u64
	                                                                                                 1c\u7d22\u4e1c\u897f.', u'\u4e0d\u8fc7\u4f5c\u4e3a\u5ba
	                                                                                                 2\u6237\u5730\u65b9\u8fd0\u884c\u5b9e\u73b0.', u'\u6587
	                                                                                                 \u4ef6\u5f53\u524d\u8fd9\u6837\u56de\u590d.']
	fake.word(ext_word_list=None)                                                                  # 一种
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # 上海必须完全文化.方式或者开发觉得一样.当前简介汽车评论一个制作注册.开发内容生产系列这种方面相关实现.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # 上海上海历史地址这种.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u4e3a\u4ec0', u'\u5f53\u524d', u'\u4e2d\u6587']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # 7!9N5Dmdwi
	fake.uuid4(cast_to=<type 'str'>)                                                               # 3e99aecc-b0d6-4c5d-9a8d-21161528efd4
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # f2c8241992bd570e2694da17dcb0e297
	fake.sha1(raw_output=False)                                                                    # e0d1fb3207e70c68a78cf34f713942f45a6fefdf
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 8fdfff91a3dee25cff3ad8773412cd313e6d475ef8d0d52dad1049e
	                                                                                                 37285aec2
	fake.boolean(chance_of_getting_true=50)                                                        # False

### faker.providers.person

	fake.last_name_male()                                                                          # 张
	fake.name_male()                                                                               # 高飞
	fake.name_female()                                                                             # 黎小红
	fake.romanized_name()                                                                          # Jun Cai
	fake.last_romanized_name()                                                                     # Sun
	fake.name()                                                                                    # 柴冬梅
	fake.first_romanized_name()                                                                    # Wei
	fake.first_name()                                                                              # 建国
	fake.first_name_male()                                                                         # 亮
	fake.first_name_female()                                                                       # 燕
	fake.last_name_female()                                                                        # 杨
	fake.last_name()                                                                               # 杨

### faker.providers.phone_number

	fake.phone_number()                                                                            # 18200612903
	fake.msisdn()                                                                                  # 0128296435771
	fake.phonenumber_prefix()                                                                      # 152

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'nguo', 'name': u'\u6768\u5029', 'birthda
	                                                                                                 te': datetime.date(1938, 12, 8), 'sex': 'M', 'address':
	                                                                                                  u'\u5b89\u5fbd\u7701\u7433\u5e02\u6d54\u9633\u547c\u54
	                                                                                                 8c\u6d69\u7279\u8857O\u5ea7 290017', 'mail': u'yaojing@
	                                                                                                 hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://pingjun.cn/'], 'username': u'dug
	                                                                                                 ang', 'name': u'\u8d75\u9896', 'blood_group': 'AB-', 'r
	                                                                                                 esidence': u'\u5e7f\u4e1c\u7701\u4e0a\u6d77\u5e02\u5357
	                                                                                                 \u957f\u5434\u8857T\u5ea7 107412', 'company': u'\u6613\
	                                                                                                 u52a8\u529b\u7f51\u7edc\u6709\u9650\u516c\u53f8', 'addr
	                                                                                                 ess': u'\u5c71\u897f\u7701\u68a7\u5dde\u53bf\u82b1\u6ea
	                                                                                                 a\u5317\u9547\u8857I\u5ea7 695726', 'birthdate': dateti
	                                                                                                 me.date(1981, 12, 19), 'sex': 'M', 'job': u'\u603b\u7f1
	                                                                                                 6/\u526f\u603b\u7f16', 'ssn': u'430923194007105924', 'c
	                                                                                                 urrent_location': (Decimal('-37.387658'), Decimal('-64.
	                                                                                                 636133')), 'mail': u'mzhou@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (1527, 3754, u'xWVPOWMwyVUbvtUcmRsJ', u'kJOXtITNQVLPSwD
	                                                                                                 OblIs', Decimal('-3714512.0'), 2452, u'TfKCqmnLBapKdwFr
	                                                                                                 yVsD', 1063, u'WVMNSCZJNTOeciKIfkXK', -2140581269505.0)
	                                                                                                 
	fake.pystr(min_chars=None, max_chars=20)                                                       # LwPHJdZpYBSPWSOoRHas
	fake.pystruct(count=10, *value_types)                                                          # ([3099, u'https://www.bd.cn/category/login.htm', 783308
	                                                                                                 0536758.24, 8620, u'NVPTNeIuVqtDEzOcHgpw', 5042, u'xqUK
	                                                                                                 NBvmNOOvbufKyYsl', Decimal('20170.8047121'), 5659, u'dM
	                                                                                                 UBsRFtceeklSdIBTBK'], {u'\u540c\u65f6': u'TjURtJXaKPFPd
	                                                                                                 rOIYPfw', u'\u4ee5\u53ca': 7030, u'\u5b69\u5b50': 4326,
	                                                                                                  u'\u4ec0\u4e48': Decimal('-731224172689'), u'\u4ee5\u4
	                                                                                                 e0a': 5207, u'\u90a3\u4e9b': u'https://kanglu.cn/author
	                                                                                                 /', u'\u70b9\u51fb': u'QZROvFMXDLhZIMaBuemB', u'\u60c5\
	                                                                                                 u51b5': u'DBQQCttydugGMXNxeGTx', u'\u4e00\u4e9b': u'htt
	                                                                                                 p://chao.com/', u'\u6b22\u8fce': 6.0}, {u'\u53d1\u73b0'
	                                                                                                 : {8: u'wBaSoAGkRAhlggPyxFGw', 9: [u'htan@yahoo.com', u
	                                                                                                 'jBDPgIYrJoCwRDDDGzMH', u'xgWlchWMYaIBpXtiRIRz'], 10: {
	                                                                                                 8: u'https://www.chengxiao.cn/categories/posts/home.php
	                                                                                                 ', 9: u'gHtApKOENZNzcIVoQHsg', 10: [6556, u'cACEqairvhI
	                                                                                                 aidRuSpyn']}}, u'\u7559\u8a00': {5: u'http://yq.cn/post
	                                                                                                 s/blog/index.html', 6: [u'BKGrNJPCcUcpzabbTNSt', u'fWUS
	                                                                                                 HbIwScFBirahXdUq', u'http://www.73.cn/main/wp-content/s
	                                                                                                 earch/home/'], 7: {5: 4774, 6: u'vPLpAxVbKkEGkgKqfSHC',
	                                                                                                  7: [u'TPCkRuDlYXgjltJluNWF', 5810]}}, u'\u97f3\u4e50':
	                                                                                                  {3: -80766196899.54, 4: [7138, datetime.datetime(2010,
	                                                                                                  2, 18, 7, 13, 8), u'tKphIpKJvEpCaaUhZWto'], 5: {3: u'Q
	                                                                                                 ZxIrvIqsxjFPQIWYeDf', 4: 495393014.95, 5: [1998, 8671]}
	                                                                                                 }, u'\u6807\u51c6': {4: u'dTRWwvNlWzeMlyMAGLlN', 5: [u'
	                                                                                                 yMtJaNtRgDZVvVaZqHnE', datetime.datetime(1979, 7, 20, 1
	                                                                                                 1, 8, 42), u'ZpcZIGWowkcReVrIcmGu'], 6: {4: u'kjtZsXNos
	                                                                                                 HVVVTxDyNAt', 5: -2.74774, 6: [3135, u'jiehou@hotmail.c
	                                                                                                 om']}}, u'\u65e5\u671f': {1: 116, 2: [u'dRbKvUChcXOqWgp
	                                                                                                 QTsWP', u'fang22@huangfan.cn', u'nxCxZIckupTAWHzBwoVe']
	                                                                                                 , 3: {1: datetime.datetime(1998, 8, 4, 8, 31), 2: u'htt
	                                                                                                 p://www.63.cn/main/', 3: [u'ming00@yahoo.com', u'https:
	                                                                                                 //li.cn/blog/category.php']}}, u'\u8bb0\u8005': {9: Dec
	                                                                                                 imal('-19.4'), 10: [Decimal('947021.453016'), u'EqilpmR
	                                                                                                 ydiaLjAdlcVgZ', u'http://xiuyingxie.cn/categories/main/
	                                                                                                 '], 11: {9: 61.5464766, 10: datetime.datetime(2018, 6, 
	                                                                                                 19, 13, 35, 55), 11: [datetime.datetime(2013, 8, 16, 16
	                                                                                                 , 1, 21), u'taofang@yahoo.com']}}, u'\u751f\u4ea7': {8:
	                                                                                                  [u'chaofeng@qianghan.cn', u'kVZXDNbyYWArUSoJilxg', u'E
	                                                                                                 BYShXeJWNZyCXTJlCHe'], 9: {8: Decimal('-277439945.222')
	                                                                                                 , 9: [-19642418.9089391, u'onozBPxjZTJramPjWdsR'], 7: D
	                                                                                                 ecimal('5768.89198')}, 7: u'NahoWRClbgDQINhJCTgb'}, u'\
	                                                                                                 u64cd\u4f5c': {2: 1471356372.106, 3: [-33.86, 9724, u'h
	                                                                                                 ttp://www.08.cn/register.htm'], 4: {2: 6024, 3: u'iuqNs
	                                                                                                 UPRHRkWijdKlnpo', 4: [837, datetime.datetime(1974, 5, 2
	                                                                                                 5, 15, 0, 52)]}}, u'\u4e00\u70b9': {0: u'https://www.fa
	                                                                                                 ngyuan.cn/homepage/', 1: [u'http://changwan.cn/tag/cate
	                                                                                                 gories/categories/category/', datetime.datetime(1979, 8
	                                                                                                 , 17, 5, 26, 50), u'yuguiying@76.cn'], 2: {0: 54872345.
	                                                                                                 916, 1: u'http://www.duan.cn/terms.php', 2: [u'ctan@qia
	                                                                                                 ng.cn', 7620]}}, u'\u60a8\u7684': {8: {8: [9809, dateti
	                                                                                                 me.datetime(1986, 7, 2, 0, 10, 51)], 6: 8896, 7: u'http
	                                                                                                 ://www.yangzhong.cn/list/search/category.asp'}, 6: 9207
	                                                                                                 , 7: [datetime.datetime(1999, 8, 8, 7, 2, 29), u'https:
	                                                                                                 //yindong.cn/', u'http://www.junming.cn/wp-content/auth
	                                                                                                 or.html']}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 283491.268297
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 1342082.36502
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [Decimal('8784967531.18'), u'http://fx.net/wp-content/e
	                                                                                                 xplore/main/homepage.php', u'qianyan@qiangguiying.cn', 
	                                                                                                 u'otgDIGSTCrWLwGjsbFLk', 228, u'https://pingyang.cn/cat
	                                                                                                 egories/tag/categories/register/']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (datetime.datetime(1993, 1, 11, 14, 7, 25), u'PoNssDaFz
	                                                                                                 NiMMYioYtoD', 8230, 6759, u'LwCVCiqVgvlcKbXNnVtT', u'Sp
	                                                                                                 qCoGbKzrQMGStwtsle', 21, u'xluo@hotmail.com', u'mtian@g
	                                                                                                 mail.com', u'ZAkFUQNmRpLSOwZLWsUe')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([2496, 856141547206.0, u'hguo@yahoo.com', 1102, u'h
	                                                                                                 ttp://wh.net/explore/search/search/index/', Decimal('14
	                                                                                                 36264832.22'), u'tjsSCmComGEMBFwOyrDV', u'qiaoming@yong
	                                                                                                 li.org', 1950])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u611f\u89c9': u'https://dingtang.cn/posts/category/
	                                                                                                 login.html', u'\u7f51\u7ad9': 9647, u'\u7cfb\u7edf': u'
	                                                                                                 nbDQYtcINVREjlIeigXB', u'\u4fe1\u606f': 1903, u'\u8be6\
	                                                                                                 u7ec6': u'IwuMEEWmnuorItUnhZBT', u'\u4e00\u5b9a': u'fkt
	                                                                                                 hEyJmsuWuiNFgSkHd', u'\u4e00\u4e9b': u'dCwATHfhGuCkYwuu
	                                                                                                 bWsN', u'\u9605\u8bfb': 4809, u'\u672c\u7ad9': u'gangsh
	                                                                                                 ao@xiatan.cn'}
	fake.pyint()                                                                                   # 1052

### faker.providers.ssn

	fake.ssn(min_age=18, max_age=90)                                                               # 230602192906088430

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.1; rw-RW; rv:1.9.0.20) Gecko/
	                                                                                                 2013-04-06 15:50:18 Firefox/4.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.39.(X11; Linux i686; ms-MY) Presto/2.9.178 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.01
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trid
	                                                                                                 ent/4.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (compatible; MSIE 7.0; Windows CE; Trident/
	                                                                                                 3.1)
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 5.0) AppleWebKit/5361 (KHTML, l
	                                                                                                 ike Gecko) Chrome/59.0.828.0 Safari/5361
	fake.mac_platform_token()                                                                      # Macintosh; U; PPC Mac OS X 10_12_7
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/53
	                                                                                                 1.45.3 (KHTML, like Gecko) Version/5.1 Safari/531.45.3

## LANGUAGE sv_SE

### faker.providers.address

	fake.address()                                                                                 # Idrottsgatan 47
	                                                                                                 72874 Skellefteå
	fake.street_address()                                                                          # Villavägen 9
	fake.postcode()                                                                                # 40162
	fake.country_code(representation="alpha-2")                                                    # UY
	fake.street_name()                                                                             # Villastigen
	fake.country()                                                                                 # Benin
	fake.city_name()                                                                               # Karlskoga
	fake.street_prefix()                                                                           # Furu
	fake.street_suffix()                                                                           # torget
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 582
	fake.city()                                                                                    # Skellefteå
	fake.state()                                                                                   # Västerbottens län

### faker.providers.automotive

	fake.license_plate()                                                                           # JPH 508

### faker.providers.bank

	fake.bban()                                                                                    # NDRI1412860703963
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB64JKDZ0473929868487

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5474072471016
	fake.ean13()                                                                                   # 5324924862441
	fake.ean8()                                                                                    # 13383695

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(124,203,239)
	fake.color_name()                                                                              # Tan
	fake.rgb_color()                                                                               # 154,81,101
	fake.safe_hex_color()                                                                          # #110000
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #604457

### faker.providers.company

	fake.company()                                                                                 # Svensson Persson AB
	fake.company_suffix()                                                                          # AB
	fake.catch_phrase()                                                                            # Robust background paradigm
	fake.bs()                                                                                      # deploy proactive web-readiness

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 474
	fake.credit_card_provider(card_type=None)                                                      # JCB 16 digit
	fake.credit_card_full(card_type=None)                                                          # Diners Club / Carte Blanche
	                                                                                                 Rolf Olofsson
	                                                                                                 36441316616014 09/25
	                                                                                                 CVC: 486
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 09/28
	fake.credit_card_number(card_type=None)                                                        # 213180699846716

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NEM
	fake.currency_code()                                                                           # YER
	fake.currency_name()                                                                           # Pound sterling
	fake.cryptocurrency_name()                                                                     # BlackCoin
	fake.cryptocurrency()                                                                          # ('KOI', 'Coinye')
	fake.currency()                                                                                # ('SRD', 'Surinamese dollar')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-12 04:59:31
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b407cd0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 1994-06-01 20:53:00
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-10-16
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-16 12:06:50
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-05
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2019-02-25 20:00:27
	fake.date_between(start_date="-30y", end_date="today")                                         # 1997-08-11
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2000-12-31 11:08:10
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2012-03-26
	fake.am_pm()                                                                                   # PM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:51
	fake.date_object(end_datetime=None)                                                            # 1991-03-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-20
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1975-08-12T22:09:35
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-24
	fake.date_this_century(before_today=True, after_today=False)                                   # 2000-08-11
	fake.month()                                                                                   # 12
	fake.year()                                                                                    # 1977
	fake.day_of_month()                                                                            # 26
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 437531498
	fake.timezone()                                                                                # Asia/Kuala_Lumpur
	fake.century()                                                                                 # II
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 2010-03-10
	fake.time_object(end_datetime=None)                                                            # 20:08:47
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-03-17 06:47:47
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1996-05-10 07:24:28
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 17:21:31
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-17
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-21 12:25:41
	fake.month_name()                                                                              # November
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 0067-01-08 19:38:26
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvdo
	fake.mime_type(category=None)                                                                  # audio/vorbis
	fake.file_path(depth=1, category=None, extension=None)                                         # /et/cum.avi
	fake.unix_partition(prefix=None)                                                               # /dev/sdi3
	fake.file_name(category=None, extension=None)                                                  # natus.gif
	fake.file_extension(category=None)                                                             # pptx

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -21.260353
	fake.latitude()                                                                                # -18.4479815
	fake.longitude()                                                                               # 52.251625
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.55838', '-81.56929', 'Collinwood', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('54.03876', '43.91385', 'Kovylkino', 'RU', 'Europe/Mos
	                                                                                                 cow')
	fake.latlng()                                                                                  # (Decimal('89.553696'), Decimal('18.381183'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # deriksson@yahoo.de
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/971/446/any
	fake.tld()                                                                                     # com
	fake.email(*args, **kwargs)                                                                    # larssonkarl@spray.se
	fake.url(schemes=None)                                                                         # http://eriksson.se/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.212.13.132
	fake.user_name(*args, **kwargs)                                                                # johan61
	fake.uri_extension()                                                                           # .php
	fake.uri_page()                                                                                # category
	fake.free_email_domain(*args, **kwargs)                                                        # telia.com
	fake.safe_email(*args, **kwargs)                                                               # pfransson@example.org
	fake.ascii_email(*args, **kwargs)                                                              # kberglund@jakobsson.se
	fake.ipv4_public(network=False, address_class=None)                                            # 40.190.75.60
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # ijansson@dahl.com
	fake.domain_name(*args, **kwargs)                                                              # magnusson.com
	fake.hostname(*args, **kwargs)                                                                 # lt-03.svensson.org
	fake.ipv4(network=False, address_class=None, private=None)                                     # 203.18.58.250
	fake.domain_word(*args, **kwargs)                                                              # eriksson
	fake.slug(*args, **kwargs)                                                                     # quidem-autem
	fake.uri_path(deep=None)                                                                       # app/tag/search
	fake.company_email(*args, **kwargs)                                                            # lundmarkerik@wallin.org
	fake.uri()                                                                                     # http://www.johansson.net/categories/posts/wp-content/fa
	                                                                                                 q.htm
	fake.ipv6(network=False)                                                                       # 8bb7:8f86:6b51:c641:203d:3090:21e3:a661
	fake.free_email(*args, **kwargs)                                                               # yvonne76@spray.se
	fake.ascii_safe_email(*args, **kwargs)                                                         # tonynilsson@example.net
	fake.mac_address()                                                                             # 3e:a9:fb:6d:84:d4

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 0-919059-98-8
	fake.isbn13(separator="-")                                                                     # 978-0-326-92056-5

### faker.providers.job

	fake.job()                                                                                     # Waste management officer

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Suscipit numquam commodi quasi voluptas. Tempora dignis
	                                                                                                 simos ipsa. Voluptates animi optio magnam.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Corporis ex ea architecto quibusdam. Omnis laboriosa
	                                                                                                 m occaecati.', u'Tempora aut ut. Qui similique consequu
	                                                                                                 ntur quidem fuga.', u'Ratione veniam suscipit corrupti 
	                                                                                                 voluptates fuga tempora. Consectetur mollitia eaque lab
	                                                                                                 oriosam id dicta molestiae voluptate. Ex reiciendis quo
	                                                                                                 d eos.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Voluptas minima repellendus nam ducimus sapiente eum
	                                                                                                  similique.', u'Deleniti eius earum esse voluptatem fug
	                                                                                                 iat.', u'Cupiditate a repellendus repudiandae neque exp
	                                                                                                 edita labore.']
	fake.word(ext_word_list=None)                                                                  # quaerat
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Quos quisquam voluptas assumenda rerum quidem. Exceptur
	                                                                                                 i voluptate repellendus doloribus. Dolorem commodi labo
	                                                                                                 riosam unde numquam quas consequatur voluptas.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Earum nam sunt quo magnam dolorum.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'exercitationem', u'illo', u'provident']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # _4DnAnsA*W
	fake.uuid4(cast_to=<type 'str'>)                                                               # 6103d4e5-3c8c-4446-9f98-3cd0b1430d32
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 74e477963791e5708538de213aa4d96f
	fake.sha1(raw_output=False)                                                                    # 63e1c6eaad86b90a39f40e33a898b590f6fddee7
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 56f85b5978313cd0dbffeaa85f1b5686821929f5ceae0442b91c25f
	                                                                                                 d091e166c
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Holmgren
	fake.name_female()                                                                             # Eva Samuelsson
	fake.name()                                                                                    # Viktoria Hjalmarsson
	fake.name_male()                                                                               # Jan Andersson
	fake.first_name()                                                                              # Stig
	fake.first_name_male()                                                                         # Morgan
	fake.first_name_female()                                                                       # Irma
	fake.last_name_female()                                                                        # Magnusson
	fake.last_name()                                                                               # Axelsson

### faker.providers.phone_number

	fake.phone_number()                                                                            # 08-35 02 46
	fake.msisdn()                                                                                  # 1881504140815

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'hanssonbernt', 'name': u'Inger Petersson
	                                                                                                 ', 'birthdate': datetime.date(1948, 10, 6), 'sex': 'F',
	                                                                                                  'address': u'Kvarngatan 595\n96181 Trollh\xe4ttan', 'm
	                                                                                                 ail': u'eivornilsson@gmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.nilsson.org/', u'http://www.b
	                                                                                                 orjesson.se/', u'http://www.larsson.org/'], 'username':
	                                                                                                  u'anderssongeorg', 'name': u'Ann-Mari Kristiansson', '
	                                                                                                 blood_group': 'O-', 'residence': u'Backgr\xe4nd 58\n073
	                                                                                                 00 Sandviken', 'company': u'Paulsson & Klasson AB', 'ad
	                                                                                                 dress': u'Ekstigen 734\n30768 Lule\xe5', 'birthdate': d
	                                                                                                 atetime.date(1934, 11, 17), 'sex': 'F', 'job': 'Materia
	                                                                                                 ls engineer', 'ssn': u'730923-1376', 'current_location'
	                                                                                                 : (Decimal('59.802313'), Decimal('32.093891')), 'mail':
	                                                                                                  u'erikbjorklund@live.se'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'http://www.gustavsson.se/', 84361269346.7, u'GkD
	                                                                                                 kzwxPNWLXgmyGtakq', u'MOMVMujwKtLKphpFlVqz', 4809, u'IV
	                                                                                                 IQVQakyTYxUcedzRIJ', 5291, u'ObvSDPfAdvfLBvpEYAUW', -52
	                                                                                                 724714096.0, datetime.datetime(1978, 11, 14, 21, 36, 44
	                                                                                                 ), 8988])
	fake.pystr(min_chars=None, max_chars=20)                                                       # NGNdtsISufWRqmcFDEnH
	fake.pystruct(count=10, *value_types)                                                          # ([u'rfGKtpxLPaztbYTCwdhc', Decimal('2.08113619969E+12')
	                                                                                                 , 2396, u'PsWFXWZSzAuKxguCrZfc', u'dhansson@yahoo.de', 
	                                                                                                 u'BdRxlkCAIdslQDSPqDMv', u'nyhYPJbVZYMfsxsbUgZW', 165, 
	                                                                                                 u'kjansson@gmail.com', Decimal('-45.2211189642')], {u'n
	                                                                                                 umquam': u'http://andersson.se/', u'ad': u'aolsson@joha
	                                                                                                 nsson.com', u'sit': u'anita42@googlemail.com', u'dolore
	                                                                                                 s': 3080, u'dignissimos': u'MUpQVzgOVDDxrfFhYcHY', u'eo
	                                                                                                 s': u'https://andersson.org/about/', u'ullam': u'http:/
	                                                                                                 /nilsson.se/wp-content/privacy.html', u'maiores': u'uVx
	                                                                                                 MbklxymikfbjSMDvR', u'iste': u'NtSafSuiJsvoGPorHxmY', u
	                                                                                                 'asperiores': 624743931356171.0}, {u'ad': {8: u'QPLaYMh
	                                                                                                 QZnljhbqxZULf', 9: [datetime.datetime(2016, 12, 7, 5, 3
	                                                                                                 8, 30), Decimal('8990.57567957'), 2075], 10: {8: u'Hdjn
	                                                                                                 HHhyQbMjYvThkYvo', 9: u'https://johansson.org/category/
	                                                                                                 app/explore/category/', 10: [u'WnwnhJfyRzieThtNHVNq', u
	                                                                                                 'dennis15@swipnet.se']}}, u'inventore': {1: 4326, 2: [u
	                                                                                                 'NCkbnZyFvDgNzIIVMfbb', u'kVcJuDObusfdbAPIOxzo', Decima
	                                                                                                 l('6963631355.0')], 3: {1: u'EtsXIsKYeAbpEbDkQQQf', 2: 
	                                                                                                 u'OGjICAeEeROitcmZpEtS', 3: [datetime.datetime(2008, 2,
	                                                                                                  4, 17, 21, 26), u'knilsson@axelsson.se']}}, u'voluptat
	                                                                                                 em': {8: [u'DiqilFyWOGJfZLlSbxEJ', u'http://www.bergstr
	                                                                                                 om.se/index.htm', u'PtkEHWjBKzLiZGUHOzHz'], 9: {8: u'ht
	                                                                                                 tps://johansson.se/home/', 9: [u'ZorqoJgpXcYZIopxtAnW',
	                                                                                                  u'RYxufBIjzlAUomMSWGHE'], 7: u'dhXPXChGGbDeHcueisSN'},
	                                                                                                  7: u'RXImwPeDUjQuAfPsrcSP'}, u'fugit': {5: Decimal('95
	                                                                                                 12190703.0'), 6: [u'umagnusson@svensson.se', 7848743086
	                                                                                                 38877.0, 9834], 7: {5: u'DrJgsZhBdVgJLmHdGJmx', 6: date
	                                                                                                 time.datetime(1973, 10, 7, 6, 29, 1), 7: [2432, u'LXlLY
	                                                                                                 XvpXTOhsTJkBbrW']}}, u'corrupti': {3: u'XNMHyJcFAwdQCoo
	                                                                                                 UMwpb', 4: [9663, 1225, Decimal('0.44761622999')], 5: {
	                                                                                                 3: u'http://gustafsson.se/categories/search/login.php',
	                                                                                                  4: u'http://www.malmberg.se/', 5: [Decimal('-8.182545'
	                                                                                                 ), u'carolinegustafsson@googlemail.com']}}, u'molestiae
	                                                                                                 ': {9: 6403, 10: [u'kaberg@samuelsson.se', datetime.dat
	                                                                                                 etime(2016, 6, 11, 7, 9, 57), 282], 11: {9: Decimal('-6
	                                                                                                 03.0'), 10: u'jyByNZXfbjrQlaXPacId', 11: [u'CPqDmlzqlFF
	                                                                                                 PqbTvnSUV', 8164]}}, u'tenetur': {8: {8: [u'YSWmrCnweeX
	                                                                                                 vIhNJaRnm', u'ltJdefVODbJjetTxUSAr'], 6: 4809, 7: u'zIO
	                                                                                                 MSjfaTVgdeEsdknFV'}, 6: u'aDqWCwsrHyKMzMdnobli', 7: [u'
	                                                                                                 SVBdIiQYMiRVSEEWhyeT', u'NJCXYagwZpesIQQFEVbJ', u'bPxFe
	                                                                                                 whzdXwxyhUwrbLv']}, u'ut': {4: u'IHIBngTrVTgSCPKavHsx',
	                                                                                                  5: [u'LIPUzNAwHVysUVJaAROk', u'HpdcIKJVKITtLvRBmqrG', 
	                                                                                                 u'IGQuaysWWgiACAanQGVR'], 6: {4: u'mats81@johansson.net
	                                                                                                 ', 5: u'mHovQgvqLqEEmNAyDKVt', 6: [Decimal('992714324.7
	                                                                                                 16'), u'https://www.skold.com/author.jsp']}}, u'vel': {
	                                                                                                 0: 781, 1: [u'GQOIntjMzepnBDDdAIrW', 1966, u'rAeMFsBKyd
	                                                                                                 kNetSIPJho'], 2: {0: u'sfredriksson@andersson.com', 1: 
	                                                                                                 829, 2: [u'lqHYtUPwQByEvLTuPyvu', u'yPrRybeYbygJkVaVlog
	                                                                                                 W']}}, u'nobis': {2: u'kristina03@gmail.com', 3: [datet
	                                                                                                 ime.datetime(2012, 3, 3, 11, 8, 51), datetime.datetime(
	                                                                                                 1973, 9, 28, 3, 32, 59), u'perssonolof@yahoo.de'], 4: {
	                                                                                                 2: u'https://www.svensson.com/', 3: 9388, 4: [u'goEgwxt
	                                                                                                 wpflXFKBczlhI', Decimal('-92949.29')]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -7.28665440344e+11
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 4.763
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'olof00@gmail.com', u'linnea98@gmail.com', u'HpgAakXm
	                                                                                                 mrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'https://www.s
	                                                                                                 vensson.se/author.html', u'oEKvhRkhZXZJzgpBTuJB', 2665,
	                                                                                                  7064, u'usandberg@yahoo.de', u'olssonvilhelm@aberg.org
	                                                                                                 ', 6843, datetime.datetime(1971, 11, 18, 21, 59, 5)]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (9696, datetime.datetime(1975, 5, 19, 18, 5, 14), u'hIt
	                                                                                                 unFkwYoSIaNeHAXeT', u'ElWRjJjXUxzngzvXBrLP', u'HSnqrRrs
	                                                                                                 GwzsynzAvzCn', datetime.datetime(2005, 1, 4, 19, 7, 13)
	                                                                                                 , u'nWfVezuUIfUmFkRboopS', u'DmihTqDouLleGDdIxFGv', 469
	                                                                                                 2, u'EYkBTSWImvJnVyVMWpkr', 778930476407.0, -6246760073
	                                                                                                 30.0)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([datetime.datetime(1981, 12, 8, 13, 8), u'yxyNsxvwC
	                                                                                                 LUAWhJvKHnn', u'XNHFRfirsAshHOhJEdAp', 6314, 599304.553
	                                                                                                 , datetime.datetime(1995, 5, 14, 8, 7, 16), u'fdyxMOASb
	                                                                                                 nnIwStDRfea', u'https://johansson.org/post.php', 2537, 
	                                                                                                 2232, 5133751547727.4, 12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'unde': u'fbnagplImAKALMcZZvjc', u'quis': 9940, u'vol
	                                                                                                 uptatum': u'http://bengtsson.com/privacy/', u'quas': u'
	                                                                                                 cnilsson@berggren.se', u'consectetur': Decimal('-109171
	                                                                                                 9.79307'), u'alias': u'uandersson@googlemail.com', u'er
	                                                                                                 ror': u'wcqypCXvekXeLxoJDhNN', u'blanditiis': 7474, u'e
	                                                                                                 xpedita': -117318.31682839, u'aliquam': 4250839987618.5
	                                                                                                 }
	fake.pyint()                                                                                   # 2446

### faker.providers.ssn

	fake.vat_id()                                                                                  # SE391640005488
	fake.ssn(min_age=18, max_age=90)                                                               # 630324-3908

### faker.providers.user_agent

	fake.mac_processor()                                                                           # Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2018-1
	                                                                                                 1-07 04:32:03 Firefox/3.6.18
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/9.53.(X11; Linux x86_64; so-DJ) Presto/2.9.184 Ve
	                                                                                                 rsion/11.00
	fake.windows_platform_token()                                                                  # Windows 95
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 4.0; Trid
	                                                                                                 ent/5.1)
	fake.user_agent()                                                                              # Opera/8.77.(Windows 95; cv-RU) Presto/2.9.174 Version/1
	                                                                                                 1.00
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_9) AppleWe
	                                                                                                 bKit/5322 (KHTML, like Gecko) Chrome/33.0.840.0 Safari/
	                                                                                                 5322
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_11_2
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/53
	                                                                                                 4.34.6 (KHTML, like Gecko) Version/5.1 Safari/534.34.6

## LANGUAGE bg_BG

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Красиянаview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Тодоров Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Миленков Springs Apt. 874
	                                                                                                 Вериславаville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Пачаръзка Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Келешев
	fake.company_suffix()                                                                          # KDA
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 532
	fake.credit_card_provider(card_type=None)                                                      # VISA 13 digit
	fake.credit_card_full(card_type=None)                                                          # VISA 13 digit
	                                                                                                 Съвестина Макаронски
	                                                                                                 4294900865010 12/22
	                                                                                                 CVC: 097
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 12/28
	fake.credit_card_number(card_type=None)                                                        # 3530715440050512

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # XRP
	fake.currency_code()                                                                           # CDF
	fake.currency_name()                                                                           # Gambian dalasi
	fake.cryptocurrency_name()                                                                     # EOS.IO
	fake.cryptocurrency()                                                                          # ('ETC', 'Ethereum Classic')
	fake.currency()                                                                                # ('JEP', 'Jersey pound')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-03-22 11:00:18
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b7f8050>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2008-07-28 00:39:51
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2013-08-31
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-20 16:57:53
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-21
	fake.day_of_week()                                                                             # Wednesday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2016-02-22 19:31:39
	fake.date_between(start_date="-30y", end_date="today")                                         # 2006-04-14
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2007-02-25 17:43:07
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2008-09-14
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:51
	fake.date_object(end_datetime=None)                                                            # 1986-01-04
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-13
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 2007-05-10T08:45:24
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-23
	fake.date_this_century(before_today=True, after_today=False)                                   # 2008-06-21
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1984
	fake.day_of_month()                                                                            # 13
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1432436529
	fake.timezone()                                                                                # America/Santo_Domingo
	fake.century()                                                                                 # XIII
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1947-06-04
	fake.time_object(end_datetime=None)                                                            # 16:08:55
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-14 00:13:17
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 2002-08-02 15:15:55
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 11:48:52
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-20
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-02 06:58:50
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 1446-10-18 12:27:06
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/xvds
	fake.mime_type(category=None)                                                                  # video/x-ms-wmv
	fake.file_path(depth=1, category=None, extension=None)                                         # /amet/voluptatem.flac
	fake.unix_partition(prefix=None)                                                               # /dev/vdh4
	fake.file_name(category=None, extension=None)                                                  # optio.mp4
	fake.file_extension(category=None)                                                             # pages

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # -107.228996
	fake.latitude()                                                                                # 64.668585
	fake.longitude()                                                                               # -88.220428
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('35.05266', '-78.87836', 'Fayetteville', 'US', 'Americ
	                                                                                                 a/New_York')
	fake.location_on_land(coords_only=False)                                                       # ('1.6', '103.81667', 'Ulu Tiram', 'MY', 'Asia/Kuala_Lum
	                                                                                                 pur')
	fake.latlng()                                                                                  # (Decimal('50.185977'), Decimal('103.515530'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # pevetsovachachiya@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeholdit.imgix.net/~text?txtsize=55&txt=862x
	                                                                                                 921&w=862&h=921
	fake.tld()                                                                                     # edu
	fake.email(*args, **kwargs)                                                                    # zoltan1992@abv.bg
	fake.url(schemes=None)                                                                         # https://mladenov.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 172.18.32.19
	fake.user_name(*args, **kwargs)                                                                # stanishevegor
	fake.uri_extension()                                                                           # .jsp
	fake.uri_page()                                                                                # register
	fake.free_email_domain(*args, **kwargs)                                                        # mail.bg
	fake.safe_email(*args, **kwargs)                                                               # hmnogoznaeva@example.net
	fake.ascii_email(*args, **kwargs)                                                              # bilyan31@dir.bg
	fake.ipv4_public(network=False, address_class=None)                                            # 172.87.57.125
	fake.ipv4_network_class()                                                                      # c
	fake.ascii_company_email(*args, **kwargs)                                                      # zgradinarova@limonadov.org
	fake.domain_name(*args, **kwargs)                                                              # zhdrakov.net
	fake.hostname(*args, **kwargs)                                                                 # laptop-85.ilieva.info
	fake.ipv4(network=False, address_class=None, private=None)                                     # 110.245.60.82
	fake.domain_word(*args, **kwargs)                                                              # montyanov
	fake.slug(*args, **kwargs)                                                                     # amet-minima
	fake.uri_path(deep=None)                                                                       # posts/explore/main
	fake.company_email(*args, **kwargs)                                                            # kokoshkovastasha@kodukov.bg
	fake.uri()                                                                                     # http://dzhogov.com/tags/login.asp
	fake.ipv6(network=False)                                                                       # 2d38:c701:4e0f:7553:c7b0:2ee:15f:402
	fake.free_email(*args, **kwargs)                                                               # toaneta85@gmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # htodorov@example.org
	fake.mac_address()                                                                             # 68:9e:3b:a4:31:69

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-967191-31-X
	fake.isbn13(separator="-")                                                                     # 978-1-07-064630-5

### faker.providers.job

	fake.job()                                                                                     # Surveyor, hydrographic

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Excepturi qui similique consequuntur quidem fuga quis q
	                                                                                                 uia. Veniam suscipit corrupti voluptates fuga tempora v
	                                                                                                 elit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Татьозов
	fake.name_female()                                                                             # Майя Първанова
	fake.prefix_male()                                                                             # Др.
	fake.prefix()                                                                                  # Г-н
	fake.name()                                                                                    # Флориан Педалов
	fake.name_male()                                                                               # Бисер Стойков
	fake.first_name()                                                                              # Шейна
	fake.first_name_male()                                                                         # Кириен
	fake.first_name_female()                                                                       # Гиздана
	fake.last_name_female()                                                                        # Кучкуделова
	fake.last_name()                                                                               # Милачков
	fake.prefix_female()                                                                           # Г-жа

### faker.providers.phone_number

	fake.phone_number()                                                                            # +359(0)006 247518
	fake.msisdn()                                                                                  # 8595201729128

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'pikyanskideniyan', 'name': u'\u0413\u043
	                                                                                                 5\u0440\u0433\u0438\u043d \u041c\u0430\u043a\u0430\u044
	                                                                                                 0\u043e\u043d\u0441\u043a\u0438', 'birthdate': datetime
	                                                                                                 .date(1989, 12, 3), 'sex': 'M', 'address': u'01226 \u04
	                                                                                                 25\u0430\u0440\u0438\u0442\u043e\u043d Ridges\n\u0414\u
	                                                                                                 0436\u0438\u043d\u0435\u0432\u0440\u0430mouth, WY 99923
	                                                                                                 ', 'mail': u'balakhurovblago@mail.bg'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://www.stanishev.bg/', u'https://www
	                                                                                                 .kodukov.net/', u'https://balakhurov.com/', u'http://ww
	                                                                                                 w.rradinarova.edu/'], 'username': u'byurganchev', 'name
	                                                                                                 ': u'\u0421\u0442\u0430\u043d\u0438\u0435\u043b\u0430 \
	                                                                                                 u041c\u0443\u0441\u0442\u0430\u043a\u043e\u0432\u0430',
	                                                                                                  'blood_group': 'B-', 'residence': u'4307 \u041f\u0440\
	                                                                                                 u044a\u043d\u0434\u0430\u0447\u043a\u0430 Forge\nWest \
	                                                                                                 u0434\u0435\u0441\u0438\u043b\u0438\u0430\u043d, OK 276
	                                                                                                 45', 'company': u'\u0422\u043e\u043f\u043a\u043e\u0432 
	                                                                                                 \u0410\u0414', 'address': u'113 \u0421\u0430\u043c\u044
	                                                                                                 1\u043e\u043d\u043e\u0432 Skyway Suite 790\n\u041f\u043
	                                                                                                 8\u043a\u044f\u043d\u0441\u043a\u0438bury, MI 59003', '
	                                                                                                 birthdate': datetime.date(1999, 12, 5), 'sex': 'F', 'jo
	                                                                                                 b': 'Teacher, English as a foreign language', 'ssn': u'
	                                                                                                 101-48-6661', 'current_location': (Decimal('-58.0114395
	                                                                                                 '), Decimal('52.246550')), 'mail': u'klaturovuruin@hotm
	                                                                                                 ail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([u'pBTuJBAnEKVDOUuYYxkP', Decimal('1253874655.65'),
	                                                                                                  6065, u'http://yarkova.net/category/', u'matyu1984@and
	                                                                                                 onov.info', u'vSDPfAdvfLBvpEYAUWuK', u'urnestmladenov@i
	                                                                                                 lieva.bg', u'yBGRZLGsdalWZLQXUkeH', u'yTYxUcedzRIJuPqAe
	                                                                                                 NfO', datetime.datetime(1993, 10, 1, 0, 45, 16), dateti
	                                                                                                 me.datetime(1970, 10, 28, 7, 2, 58), u'gAakXmmrJlTWATen
	                                                                                                 Cjdl', u'TarGUEWqlWDCYiioEKvh'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # zIIVMfbbokVcJuDObusf
	fake.pystruct(count=10, *value_types)                                                          # ([Decimal('3.46563233367E+13'), 9472, 2842, datetime.da
	                                                                                                 tetime(2013, 12, 9, 7, 48, 10), u'LTxWmbVKdZPWVhTQAzuh'
	                                                                                                 , u'ioilkuchev@roshlov.info', u'nFVmYSWmrCnweeXvIhNJ', 
	                                                                                                 u'EHWjBKzLiZGUHOzHzadh', datetime.datetime(1976, 11, 29
	                                                                                                 , 17, 32, 22), u'kolipatkovioan-ivo@kokoshkova.bg'], {u
	                                                                                                 'eum': u'YPJbVZYMfsxsbUgZWlaD', u'reprehenderit': Decim
	                                                                                                 al('4.62878'), u'est': u'http://kitov.org/explore/list/
	                                                                                                 index.jsp', u'quis': u'kfbjSMDvRAIfMrxlEHYo', u'fugiat'
	                                                                                                 : u'http://www.yanazov.org/', u'voluptas': datetime.dat
	                                                                                                 etime(1970, 7, 11, 2, 50, 41), u'pariatur': -1851891124
	                                                                                                 .72, u'architecto': u'LvAzdzIOMSjfaTVgdeEs', u'rem': u'
	                                                                                                 vQgvqLqEEmNAyDKVtJIP', u'explicabo': u'bAPIOxzoHHgRKSmE
	                                                                                                 tsXI'}, {u'officia': {3: 7550, 4: [4271, Decimal('-9.01
	                                                                                                 727708405E+13'), Decimal('7.1973574')], 5: {3: u'HpdcIK
	                                                                                                 JVKITtLvRBmqrG', 4: u'IGQuaysWWgiACAanQGVR', 5: [u'nedi
	                                                                                                 slav81@hotmail.com', 1200380743539.0]}}, u'ab': {2: u'U
	                                                                                                 MwpbCYAgLaPOcxUTcMA', 3: [u'eVAGBnHISgtbVJPmELaw', 8600
	                                                                                                 347189816.0, 2746], 4: {2: 106.5325, 3: 3804, 4: [u'ZYQ
	                                                                                                 qDYbIHIBngTrVTgSC', datetime.datetime(2004, 11, 3, 14, 
	                                                                                                 1, 6)]}}, u'excepturi': {5: datetime.datetime(1973, 8, 
	                                                                                                 16, 10, 12, 3), 6: [u'oblicSVBdIiQYMiRVSEE', u'vesislav
	                                                                                                 lulankov@gmail.com', datetime.datetime(2003, 3, 29, 0, 
	                                                                                                 26, 7)], 7: {5: 9592, 6: u'mustakovayablenka@yahoo.com'
	                                                                                                 , 7: [u'sIQQFEVbJibPxFewhzdX', -8858432.435]}}, u'dolor
	                                                                                                 es': {8: datetime.datetime(2018, 12, 31, 18, 45, 32), 9
	                                                                                                 : [u'ljhbqxZULfMXJnUCUDBk', u'HdjnHHhyQbMjYvThkYvo', u'
	                                                                                                 https://ovnarski.edu/category/app/explore/category/'], 
	                                                                                                 10: {8: u'WnwnhJfyRzieThtNHVNq', 9: u'geo15@bratukhchev
	                                                                                                 .biz', 10: [u'kbratukhchev@yahoo.com', 4701]}}, u'reici
	                                                                                                 endis': {8: [Decimal('-1.3485'), u'https://www.iordanov
	                                                                                                 .org/posts/app/register/', u'qZorqoJgpXcYZIopxtAn'], 9:
	                                                                                                  {8: u'BIjzlAUomMSWGHEYZULA', 9: [9324.76889, u'yakovde
	                                                                                                 niz@abv.bg'], 7: u'xgabrovlieva@hotmail.com'}, 7: u'cho
	                                                                                                 chomir1976@klatikrushev.bg'}, u'illo': {9: Decimal('-60
	                                                                                                 3.0'), 10: [u'jyByNZXfbjrQlaXPacId', u'CPqDmlzqlFFPqbTv
	                                                                                                 nSUV', 8164], 11: {9: 7620, 10: datetime.datetime(2005,
	                                                                                                  1, 4, 19, 7, 13), 11: [9696, u'HSnqrRrsGwzsynzAvzCn']}
	                                                                                                 }, u'qui': {0: 230, 1: [1947, datetime.datetime(2009, 1
	                                                                                                 2, 12, 0, 45, 39), u'http://tukhchiev.info/'], 2: {0: u
	                                                                                                 'EeROitcmZpEtSQOXfZKK', 1: 949, 2: [u'LzwSSgGZMMoBejUgV
	                                                                                                 xmV', Decimal('-382751943.202')]}}, u'labore': {4: u'bb
	                                                                                                 kBdRxlkCAIdslQDSPq', 5: [7386, -91194044059.951, u'WbSI
	                                                                                                 UIWtJDuYcIOcFZaD'], 6: {4: u'JgsZhBdVgJLmHdGJmxPd', 5: 
	                                                                                                 2432, 6: [u'LXlLYXvpXTOhsTJkBbrW', -1906925208.2]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -672923323.916
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -1091719.79307
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [2232, datetime.datetime(1981, 12, 8, 13, 8), u'fdyxMOA
	                                                                                                 SbnnIwStDRfea', u'https://pulev.edu/register.jsp', u'Ku
	                                                                                                 eGBgvLAcXNHFRfirsA', u'hHOhJEdApxRyNAwBnjyx', 7512, u'x
	                                                                                                 vwCLUAWhJvKHnnttsPF', 7665, 7576, u'tsISufWRqmcFDEnHSqJ
	                                                                                                 R']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'POYkEYkBTSWImvJnVyVM', datetime.datetime(2012, 6, 6,
	                                                                                                  19, 48, 46), u'http://www.iotkova.info/', u'ccDySSjWYV
	                                                                                                 cHdAhIYuuN', u'hItunFkwYoSIaNeHAXeT', u'kuchevevstati@m
	                                                                                                 ail.bg', 3911, u'ElWRjJjXUxzngzvXBrLP', u'ihTqDouLleGDd
	                                                                                                 IxFGvvP', u'jGfPfrnWfVezuUIfUmFk', u'SXTmOtttNfSIbIIguH
	                                                                                                 ct', -67204.4591181769)
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([-5900633179538.4, 5667, u'rozin51@abv.bg', 8074, d
	                                                                                                 atetime.datetime(2012, 12, 7, 18, 42, 48), u'WhOnsucpZt
	                                                                                                 BemlqHYtUP', 6904893733144.1, u'AIrWGkirAeMFsBKydkNe', 
	                                                                                                 u'http://www.yanazov.bg/search.php', u'RybeYbygJkVaVlog
	                                                                                                 WWSe', u'TcchzGHSRBkPzwgNCkbn', u'MNVMpfrfGKtpxLPaztbY'
	                                                                                                 , u'https://www.tukhchiev.bg/search/register/', -395732
	                                                                                                 4783231.1])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': Decimal('760325976.6'), u'ullam': u'Gk
	                                                                                                 DkzwxPNWLXgmyGtakq', u'sunt': u'MOMVMujwKtLKphpFlVqz', 
	                                                                                                 u'facilis': 5291, u'fuga': u'fWgVgwcqypCXvekXeLxo', u'e
	                                                                                                 sse': u'zenginovteodostin@fenerov.net', u'blanditiis': 
	                                                                                                 4809, u'et': u'http://www.rangelov.info/', u'expedita':
	                                                                                                  datetime.datetime(1978, 11, 14, 21, 36, 44)}
	fake.pyint()                                                                                   # 6597

### faker.providers.ssn

	fake.vat_id()                                                                                  # BG4544268805
	fake.ssn()                                                                                     # 238-22-5394

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2014-1
	                                                                                                 2-18 09:49:20 Firefox/15.0
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.23.(X11; Linux x86_64; yo-NG) Presto/2.9.170 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows 98
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4
	                                                                                                 .90; Trident/3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_3; rv:1.9.
	                                                                                                 5.20) Gecko/2015-09-10 19:10:50 Firefox/3.8
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 4.0) AppleWebKit/5342 (KHTML, l
	                                                                                                 ike Gecko) Chrome/18.0.814.0 Safari/5342
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_8_4
	fake.safari()                                                                                  # Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_7 rv:6.0; dv-
	                                                                                                 MV) AppleWebKit/532.17.3 (KHTML, like Gecko) Version/4.
	                                                                                                 0.5 Safari/532.17.3

## LANGUAGE lb_LU

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Lindaview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Brown Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Brooks Springs Apt. 874
	                                                                                                 Evelynville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Mcclain Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Brown, Mcbride and Spence
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Michele Ramirez
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:55
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b7fab90>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:04
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:42
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:38
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:36
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:51
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:45
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408535
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:03
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:51
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:51
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:55
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:14
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:08
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # fryanthony@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # josephtaylor@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.fischer.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # ysanchez
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # james47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # larsonantonio@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # vargasjonathan@garner.biz
	fake.domain_name(*args, **kwargs)                                                              # anderson.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.wells-hensley.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # reyes
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # smithcarlos@clayton.com
	fake.uri()                                                                                     # https://www.price.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # westlindsey@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rgraham@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Cain
	fake.name_female()                                                                             # Kimberly Hobbs
	fake.prefix_male()                                                                             # Mr.
	fake.prefix()                                                                                  # Mr.
	fake.name()                                                                                    # Richard Ayala
	fake.suffix_female()                                                                           # DDS
	fake.name_male()                                                                               # Anthony Daniel
	fake.first_name()                                                                              # Angela
	fake.suffix_male()                                                                             # DVM
	fake.suffix()                                                                                  # DVM
	fake.first_name_male()                                                                         # James
	fake.first_name_female()                                                                       # Claire
	fake.last_name_female()                                                                        # Bowen
	fake.last_name()                                                                               # Taylor
	fake.prefix_female()                                                                           # Mrs.

### faker.providers.phone_number

	fake.phone_number()                                                                            # (475)189-2105
	fake.msisdn()                                                                                  # 2017291281006

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'meganramos', 'name': u'Steven Stone', 'b
	                                                                                                 irthdate': datetime.date(1930, 3, 22), 'sex': 'M', 'add
	                                                                                                 ress': u'9387 Frank Courts\nNew Jamesland, IL 01424', '
	                                                                                                 mail': u'phillipsjeffrey@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://chapman.biz/'], 'username': u'jua
	                                                                                                 nmendez', 'name': u'Barbara Clark', 'blood_group': 'AB-
	                                                                                                 ', 'residence': u'824 David Crest Suite 216\nPort Georg
	                                                                                                 e, AZ 71670', 'company': u'Thomas LLC', 'address': u'80
	                                                                                                 28 Kathryn Place\nNorth Jessicaside, CT 34936', 'birthd
	                                                                                                 ate': datetime.date(1989, 7, 20), 'sex': 'F', 'job': 'C
	                                                                                                 ivil engineer, contracting', 'ssn': u'666-17-3443', 'cu
	                                                                                                 rrent_location': (Decimal('43.296534'), Decimal('-143.2
	                                                                                                 40473')), 'mail': u'nevans@hotmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # (3651, 7716, u'http://lawrence.com/', -135.9976455981, 
	                                                                                                 8846, u'tara11@gmail.com', Decimal('5142.87214588'), 69
	                                                                                                 36, u'https://adams-aguilar.info/privacy/', u'bradley45
	                                                                                                 @randall-bolton.info', u'nCjdlZQUppZpxKFSEgHg', u'alWZL
	                                                                                                 QXUkeHpgAakXmmr', u'timothy12@yahoo.com')
	fake.pystr(min_chars=None, max_chars=20)                                                       # ybeYbygJkVaVlogWWSea
	fake.pystruct(count=10, *value_types)                                                          # ([2081, u'GZMMoBejUgVxmVIEPctk', u'pXNMHyJcFAwdQCooUMwp
	                                                                                                 ', Decimal('7.1973574'), u'slQDSPqDMvJGgVXoWbSI', 907, 
	                                                                                                 u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53'), u'uV
	                                                                                                 xMbklxymikfbjSMDvR', 2351], {u'ad': u'yRzieThtNHVNqZUIf
	                                                                                                 gAq', u'optio': 5107, u'sapiente': u'http://www.sims-da
	                                                                                                 y.net/', u'sed': datetime.datetime(1988, 1, 19, 12, 48,
	                                                                                                  43), u'recusandae': u'XPXChGGbDeHcueisSNSs', u'totam':
	                                                                                                  -3514818847.90172, u'atque': 34.98229, u'corrupti': u'
	                                                                                                 blicSVBdIiQYMiRVSEEW', u'dolore': u'EYkBTSWImvJnVyVMWpk
	                                                                                                 r'}, {u'adipisci': {5: u'https://chung-costa.com/', 6: 
	                                                                                                 [u'wZpesIQQFEVbJibPxFew', u'zdXwxyhUwrbLvAzdzIOM', u'ht
	                                                                                                 tp://www.whitehead.com/'], 7: {5: 3615, 6: u'knFVmYSWmr
	                                                                                                 CnweeXvIhN', 7: [Decimal('-2.32615157'), u'tJdefVODbJje
	                                                                                                 tTxUSArV']}}, u'fugit': {0: datetime.datetime(1994, 7, 
	                                                                                                 31, 21, 37, 32), 1: [20.372559811, u'ZyFvDgNzIIVMfbbokV
	                                                                                                 cJ', -401492070.36155], 2: {0: u'dbAPIOxzoHHgRKSmEtsX',
	                                                                                                  1: Decimal('92222.5078637'), 2: [u'pEbDkQQQfsOGjICAeEe
	                                                                                                 R', datetime.datetime(1977, 11, 1, 20, 36, 2)]}}, u'eaq
	                                                                                                 ue': {4: u'https://www.bradley.com/posts/app/login/', 5
	                                                                                                 : [u'maxwell61@lucero-hernandez.com', u'VgJLmHdGJmxPdym
	                                                                                                 eLXlL', u'kevinbenton@hotmail.com'], 6: {4: datetime.da
	                                                                                                 tetime(1977, 1, 7, 0, 27, 25), 5: u'TJkBbrWtFqmjnyhYPJb
	                                                                                                 V', 6: [u'daniel34@yahoo.com', u'UgZWlaDqWCwsrHyKMzMd']
	                                                                                                 }}, u'dignissimos': {3: u'HpdcIKJVKITtLvRBmqrG', 4: [u'
	                                                                                                 IGQuaysWWgiACAanQGVR', u'mark81@chavez-cardenas.com', d
	                                                                                                 atetime.datetime(1975, 11, 28, 20, 3, 43)], 5: {3: u'Ho
	                                                                                                 vQgvqLqEEmNAyDKVtJ', 4: Decimal('-7.15840201176E+12'), 
	                                                                                                 5: [-91528686819754.0, u'ZPWVhTQAzuhibbkBdRxl']}}, u'pr
	                                                                                                 aesentium': {1: datetime.datetime(2012, 3, 3, 11, 8, 51
	                                                                                                 ), 2: [datetime.datetime(1973, 9, 28, 3, 32, 59), u'cha
	                                                                                                 rlesmichael@hotmail.com', u'https://www.valentine-ellis
	                                                                                                 .com/'], 3: {1: u'FWqgoEgwxtwpflXFKBcz', 2: u'hILrmuepF
	                                                                                                 hMUpQVzgOVD', 3: [4570, u'fFhYcHYkbPsWFXWZSzAu']}}, u'p
	                                                                                                 orro': {8: [u'xhanna@garcia-fox.biz', u'zlAUomMSWGHEYZU
	                                                                                                 LAxnw', u'https://gonzalez-nelson.com/posts/blog/app/au
	                                                                                                 thor.php'], 9: {8: 5373, 9: [u'cHdjnHHhyQbMjYvThkYv', u
	                                                                                                 'TORFGxDLTZtaYxhWnwnh'], 7: u'QZnljhbqxZULfMXJnUCU'}, 7
	                                                                                                 : u'qZorqoJgpXcYZIopxtAn'}, u'aperiam': {8: {8: [6453, 
	                                                                                                 99], 6: u'jean47@esparza.net', 7: 7706}, 6: u'https://w
	                                                                                                 ww.robles-davis.com/wp-content/posts/category/register.
	                                                                                                 html', 7: [datetime.datetime(1987, 8, 11, 6, 3, 3), u'c
	                                                                                                 SPsDiqilFyWOGJfZLlS', u'xEJRComQgmozcBsPtkEH']}, u'aliq
	                                                                                                 uam': {9: u'hTqDouLleGDdIxFGvvPe', 10: [u'GfPfrnWfVezuU
	                                                                                                 IfUmFkR', u'oopSDyiElWRjJjXUxzng', 4123], 11: {9: u'jen
	                                                                                                 nifermcguire@yahoo.com', 10: u'ItunFkwYoSIaNeHAXeTB', 1
	                                                                                                 1: [1463957.67, 582]}}, u'magnam': {2: u'CYAgLaPOcxUTcM
	                                                                                                 AoeVAG', 3: [2601, Decimal('-3829817231.24'), u'eallen@
	                                                                                                 hotmail.com'], 4: {2: u'wwQjXSnEowhuXfBGtdZY', 3: u'htt
	                                                                                                 ps://hopkins.biz/register/', 4: [u'gTrVTgSCPKavHsxjLIPU
	                                                                                                 ', 7550]}}, u'vitae': {8: 6700, 9: [u'MrxlEHYoNZKoUrBMX
	                                                                                                 BbJ', u'dpFbgjyByNZXfbjrQlaX', datetime.datetime(1970, 
	                                                                                                 3, 6, 17, 22, 47)], 10: {8: u'IdrCPqDmlzqlFFPqbTvn', 9:
	                                                                                                  u'https://weaver.info/explore/main/faq.jsp', 10: [u'qr
	                                                                                                 RrsGwzsynzAvzCnuOg', datetime.datetime(2008, 5, 3, 6, 1
	                                                                                                 2, 26)]}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 5268163.4
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # 73940304738.3
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [-193014096863120.0, 6065, u'sharistevens@hotmail.com',
	                                                                                                  datetime.datetime(1971, 11, 18, 21, 59, 5), datetime.d
	                                                                                                 atetime(1993, 10, 1, 0, 45, 16), 5638, u'QmffdyxMOASbnn
	                                                                                                 IwStDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'catherine81@gm
	                                                                                                 ail.com', u'sAshHOhJEdApxRyNAwBn', u'yxyNsxvwCLUAWhJvKH
	                                                                                                 nn', 599304.553]
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (960171412463.8, u'PnmCrXzZxCvvnFRQfBGR', u'http://herm
	                                                                                                 an.com/main/tags/author.htm', 4652, u'tzufhBjJjdGzXFgYx
	                                                                                                 uiX', u'OtttNfSIbIIguHctQSRp')
	fake.pybool()                                                                                  # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([339.840088, u'tsISufWRqmcFDEnHSqJR', u'NetSIPJhoWh
	                                                                                                 OnsucpZtB', u'katherine97@garcia.com', 3786, 79689.54, 
	                                                                                                 u'nBDDdAIrWGkirAeMFsBK', 725, 7576, 7097, u'YTCwdhcFeiG
	                                                                                                 QOIntjMze', u'mlqHYtUPwQByEvLTuPyv'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'quibusdam': datetime.datetime(1999, 7, 28, 14, 1, 27
	                                                                                                 ), u'occaecati': 15197.7665305, u'fugiat': u'kqDUqIVIQV
	                                                                                                 QakyTYxUce', u'voluptatum': u'http://www.diaz.com/home/
	                                                                                                 ', u'voluptate': 70796128832.3, u'possimus': u'morrisje
	                                                                                                 ssica@gmail.com', u'beatae': u'pFlVqzEBMjeGkDkzwxPN', u
	                                                                                                 'ipsam': u'UIGzSacfjofCnMOMVMuj', u'autem': u'manderson
	                                                                                                 @yahoo.com', u'fuga': u'zRIJuPqAeNfObvSDPfAd', u'recusa
	                                                                                                 ndae': 3784, u'in': u'wanderson@flores.com', u'animi': 
	                                                                                                 8.72, u'delectus': 9443}
	fake.pyint()                                                                                   # 3058

### faker.providers.ssn

	fake.vat_id()                                                                                  # LU23103244
	fake.ssn()                                                                                     # 102-54-4013

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 6.0; sat-IN; rv:1.9.0.20) Gecko
	                                                                                                 /2016-04-17 23:44:08 Firefox/3.6.6
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/9.38.(X11; Linux x86_64; tl-PH) Presto/2.9.186 Ve
	                                                                                                 rsion/12.00
	fake.windows_platform_token()                                                                  # Windows NT 5.0
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trid
	                                                                                                 ent/3.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Windows NT 5.0; fi-FI; rv:1.9.2.20) Gecko/
	                                                                                                 2017-09-08 07:47:02 Firefox/3.8
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_4) Appl
	                                                                                                 eWebKit/5332 (KHTML, like Gecko) Chrome/13.0.820.0 Safa
	                                                                                                 ri/5332
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_11_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/53
	                                                                                                 5.38.2 (KHTML, like Gecko) Version/5.0 Safari/535.38.2

## LANGUAGE he_IL

### faker.providers.address

	fake.address()                                                                                 # הגפן 64, חיננית, 2874561
	fake.street_address()                                                                          # הנורית 95
	fake.postcode()                                                                                # 4016295
	fake.country_code(representation="alpha-2")                                                    # UY
	fake.street_name()                                                                             # נעמ"ת
	fake.country()                                                                                 # Benin
	fake.city_name()                                                                               # צורית
	fake.street_suffix()                                                                           # Street
	fake.city_suffix()                                                                             # Ville
	fake.building_number()                                                                         # 82
	fake.street_title()                                                                            # ש פועלים
	fake.city()                                                                                    # סגולה

### faker.providers.automotive

	fake.license_plate()                                                                           # 508 JPH

### faker.providers.bank

	fake.bban()                                                                                    # NDRI1412860703963
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB64JKDZ0473929868487

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 5474072471016
	fake.ean13()                                                                                   # 5324924862441
	fake.ean8()                                                                                    # 13383695

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(124,203,239)
	fake.color_name()                                                                              # Tan
	fake.rgb_color()                                                                               # 154,81,101
	fake.safe_hex_color()                                                                          # #110000
	fake.safe_color_name()                                                                         # olive
	fake.hex_color()                                                                               # #604457

### faker.providers.company

	fake.company()                                                                                 # שחאדה-צברי
	fake.company_suffix()                                                                          # Inc
	fake.catch_phrase()                                                                            # Robust background paradigm
	fake.bs()                                                                                      # deploy proactive web-readiness

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 708
	fake.credit_card_provider(card_type=None)                                                      # American Express
	fake.credit_card_full(card_type=None)                                                          # JCB 16 digit
	                                                                                                 אלה טייב
	                                                                                                 3584413166160161 11/23
	                                                                                                 CVC: 867
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 02/21
	fake.credit_card_number(card_type=None)                                                        # 5506998467199470

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # LTC
	fake.currency_code()                                                                           # TOP
	fake.currency_name()                                                                           # Falkland Islands pound
	fake.cryptocurrency_name()                                                                     # Sirin Labs
	fake.cryptocurrency()                                                                          # ('ADA', 'Cardano')
	fake.currency()                                                                                # ('BGN', 'Bulgarian lev')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-05 02:21:35
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505bc436e0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2012-03-04 11:41:21
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2010-04-21
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-02 13:44:03
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-02-19
	fake.day_of_week()                                                                             # Thursday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2013-03-02 05:41:56
	fake.date_between(start_date="-30y", end_date="today")                                         # 1990-03-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-06-19 07:11:30
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 2015-05-22
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:51
	fake.date_object(end_datetime=None)                                                            # 2010-03-07
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-01-30
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1973-09-13T11:35:11
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-04-04
	fake.date_this_century(before_today=True, after_today=False)                                   # 2010-04-16
	fake.month()                                                                                   # 08
	fake.year()                                                                                    # 1980
	fake.day_of_month()                                                                            # 12
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 346479980
	fake.timezone()                                                                                # Asia/Katmandu
	fake.century()                                                                                 # X
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1977-04-16
	fake.time_object(end_datetime=None)                                                            # 10:42:34
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-02-27 23:34:07
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1972-07-24 22:47:39
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 20:08:58
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-04
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-03-07 00:36:07
	fake.month_name()                                                                              # August
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2005-03-03 20:58:47
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/vdl
	fake.mime_type(category=None)                                                                  # audio/mp4
	fake.file_path(depth=1, category=None, extension=None)                                         # /לתכי/סת.jpg
	fake.unix_partition(prefix=None)                                                               # /dev/vdz5
	fake.file_name(category=None, extension=None)                                                  # וואל.xls
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 58.347043
	fake.latitude()                                                                                # 38.947035
	fake.longitude()                                                                               # 170.129796
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('41.27621', '-72.86843', 'East Haven', 'US', 'America/
	                                                                                                 New_York')
	fake.location_on_land(coords_only=False)                                                       # ('29.69221', '72.54566', 'Hasilpur', 'PK', 'Asia/Karach
	                                                                                                 i')
	fake.latlng()                                                                                  # (Decimal('26.1258125'), Decimal('109.892823'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # dgdyr@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://placeimg.com/28/944/any
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # egby@gmail.com
	fake.url(schemes=None)                                                                         # http://rkhmym-bv.com/
	fake.ipv4_private(network=False, address_class=None)                                           # 10.17.110.50
	fake.user_name(*args, **kwargs)                                                                # ykhyllvyn
	fake.uri_extension()                                                                           # .htm
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # mrym92@example.org
	fake.ascii_email(*args, **kwargs)                                                              # khddvpyr@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 1.22.103.201
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # mzrkhymyyn@gbryh.com
	fake.domain_name(*args, **kwargs)                                                              # mrdky.com
	fake.hostname(*args, **kwargs)                                                                 # email-05.khdd.org
	fake.ipv4(network=False, address_class=None, private=None)                                     # 192.86.168.227
	fake.domain_word(*args, **kwargs)                                                              # brnshtyyn-tsrpty
	fake.uri_path(deep=None)                                                                       # tags
	fake.company_email(*args, **kwargs)                                                            # mnkhmmyty@shqd.org
	fake.uri()                                                                                     # http://www.khn-qvrn.info/
	fake.ipv6(network=False)                                                                       # 3aef:ad90:45f2:59e7:9dbf:df8b:973a:6505
	fake.free_email(*args, **kwargs)                                                               # zsl@hotmail.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # ylysvd@example.net
	fake.mac_address()                                                                             # 20:8b:3e:a9:fb:6d

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-71462-614-8
	fake.isbn13(separator="-")                                                                     # 978-0-19-059983-6

### faker.providers.job

	fake.job()                                                                                     # Producer, television/film/video

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # גולר כלרשט דול תצטנפל איפסום נובש למטכין.
	                                                                                                 מנק ומרגשח סת סוליסי אפאח סיט. מנק שלושע איפסום למטכין 
	                                                                                                 פוסיליס. איפסום נובש איפסום כאנה אפאח נונסטי ומעיוט אלי
	                                                                                                 ת.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'\u05e6\u05d5\u05e4\u05e2\u05d8 \u05e1\u05d7\u05d8\u0
	                                                                                                 5d9\u05e8 \u05d3\u05d5\u05dc \u05d5\u05dc\u05d7\u05ea. 
	                                                                                                 \u05e4\u05d5\u05e1\u05d9\u05dc\u05d9\u05e1 \u05d3\u05d9
	                                                                                                 \u05d0\u05dd \u05e9\u05e2\u05d5\u05ea\u05dc\u05e9\u05da
	                                                                                                  \u05d3\u05d5\u05dc\u05d5\u05e8 \u05d1\u05dc\u05d5\u05d
	                                                                                                 1\u05e7 \u05dc\u05d9\u05e5 \u05e9\u05d1\u05e6\u05e7 \u0
	                                                                                                 5de\u05d9\u05d7\u05d5\u05e6\u05d9\u05dd. \u05d1\u05dc\u
	                                                                                                 05d9\u05e0\u05d3\u05d5 \u05e9\u05e2\u05e8\u05e9 \u05d2\
	                                                                                                 u05d3\u05d3\u05d9\u05e9 \u05d5\u05e1\u05ea\u05e2\u05d3 
	                                                                                                 \u05d1\u05dc\u05d9\u05e0\u05da \u05d5\u05d7\u05d0\u05d9
	                                                                                                 \u05ea \u05d3\u05e1. \u05e1\u05d7\u05d8\u05d9\u05e8 \u0
	                                                                                                 5d0\u05d9\u05e4\u05e1\u05d5\u05dd \u05de\u05e8\u05d2\u0
	                                                                                                 5e9\u05d9.', u'\u05d5\u05d5\u05d0\u05dc \u05d0\u05d2\u0
	                                                                                                 5ea \u05e7\u05dc\u05d0\u05e6\u05d9 \u05d0\u05e7\u05d5\u
	                                                                                                 05d5\u05d6\u05de\u05df \u05e9\u05d4\u05db\u05d9\u05dd \
	                                                                                                 u05d5\u05dc\u05d7\u05ea. \u05e7\u05d5\u05dc\u05d4\u05e2
	                                                                                                  \u05d1\u05dc\u05d9\u05e0\u05da \u05e1\u05d7\u05d8\u05d
	                                                                                                 9\u05e8 \u05d5\u05e1\u05ea\u05e2\u05d3 \u05e1\u05d8\u05
	                                                                                                 d5\u05dd \u05e1\u05d5\u05dc\u05d9\u05e1\u05d9 \u05e1\u0
	                                                                                                 5ea.', u'\u05d1\u05dc\u05d9\u05e7\u05e8\u05d4 \u05ea\u0
	                                                                                                 5e6\u05d8\u05e0\u05e4\u05dc \u05d5\u05e1\u05ea\u05e2\u0
	                                                                                                 5d3 \u05e7\u05dc\u05d0\u05e6\u05d9 \u05e9\u05dc\u05d5\u
	                                                                                                 05e9\u05e2 \u05d1\u05dc\u05d5\u05d1\u05e7 \u05dc\u05e8\
	                                                                                                 u05d8\u05d9. \u05dc\u05d9\u05e5 \u05d7\u05e9\u05dc\u05d
	                                                                                                 5 \u05d2\u05d3\u05d3\u05d9\u05e9 \u05dc\u05e7\u05d8\u05
	                                                                                                 d5\u05e1. \u05d1\u05e8\u05d0\u05d9\u05d8 \u05d5\u05d7\u
	                                                                                                 05d0\u05d9\u05ea \u05e2\u05de\u05d7\u05dc\u05d9\u05e3 \
	                                                                                                 u05e1\u05d9\u05dc\u05e7\u05d5\u05e3 \u05d4\u05db\u05d9\
	                                                                                                 u05d9\u05e8 \u05e0\u05d9\u05d1\u05d0\u05d4 \u05d4\u05d3
	                                                                                                 \u05e9 \u05dc\u05ea\u05d9\u05d2. \u05e1\u05d9\u05d8 \u0
	                                                                                                 5dc\u05de\u05d8\u05db\u05d9\u05df \u05d3\u05d9\u05d0\u0
	                                                                                                 5dd \u05ea\u05e6\u05d8\u05e0\u05e4\u05dc \u05e9\u05e2\u
	                                                                                                 05e8\u05e9 \u05dc\u05e4\u05de\u05e2\u05d8 \u05e4\u05d5\
	                                                                                                 u05e1\u05d9\u05dc\u05d9\u05e1.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'\u05d4\u05d3\u05e9 \u05d4\u05e9\u05de\u05d4 \u05ea\u
	                                                                                                 05e6\u05d8\u05e0\u05e4\u05dc \u05d5\u05e1\u05ea\u05e2\u
	                                                                                                 05d3.', u'\u05d1\u05e8\u05d0\u05d9\u05d8 \u05d0\u05d0\u
	                                                                                                 05d5\u05d2\u05d5 \u05e4\u05d5\u05e1\u05d9\u05dc\u05d9\u
	                                                                                                 05e1 \u05e6\u05d5\u05e4\u05e2\u05d8 \u05de\u05d2\u05de\
	                                                                                                 u05e9 \u05d5\u05de\u05e2\u05d9\u05d5\u05d8 \u05dc\u05d9
	                                                                                                 \u05e5.', u'\u05dc\u05d9\u05e5 \u05e7\u05dc\u05d0\u05e6
	                                                                                                 \u05d9 \u05de\u05d9\u05d7\u05d5\u05e6\u05d9\u05dd \u05d
	                                                                                                 1\u05d5\u05e8\u05e7? \u05e1\u05d5\u05d1\u05e8\u05d8 \u0
	                                                                                                 5e9\u05e2\u05e8\u05e9.']
	fake.word(ext_word_list=None)                                                                  # דס
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # נובש שערש דס איאקוליס. מורגם תצטריק צוט למטכין סכעיט סי
	                                                                                                 ט.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # דלאמת קוויז וולופטה קולהע מא ברשג.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'\u05e9\u05e2\u05d5\u05ea\u05dc\u05e9\u05da', u'\u05d
	                                                                                                 c\u05ea\u05d9\u05d2', u'\u05d0\u05d8']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # #4D4MCHCrF
	fake.uuid4(cast_to=<type 'str'>)                                                               # 3c29c98a-16f8-4101-948e-166d86b18472
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # 4f5d638a9084bea40583de4f028a6706
	fake.sha1(raw_output=False)                                                                    # 9b6ae2456898959562a9e2218e08d0147ac2fdc3
	fake.null_boolean()                                                                            # True
	fake.sha256(raw_output=False)                                                                  # 40be15b2444d5cf4fcfdb00e470c0eeb1214141a2d95711b92b3932
	                                                                                                 76fcf3b0f
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # ברכה
	fake.name_female()                                                                             # אביגיל גבאי
	fake.name()                                                                                    # מאיה וינר
	fake.name_male()                                                                               # מיכאל לוי
	fake.first_name()                                                                              # ניתאי
	fake.first_name_male()                                                                         # ידידיה
	fake.first_name_female()                                                                       # אלונה
	fake.last_name_female()                                                                        # צור
	fake.last_name()                                                                               # אוחיון

### faker.providers.phone_number

	fake.phone_number()                                                                            # 030730069
	fake.msisdn()                                                                                  # 8523178177358

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'lybvbytsshrh', 'name': u'\u05de\u05e9\u0
	                                                                                                 5d4 \u05d0\u05dc\u05de\u05dc\u05d7', 'birthdate': datet
	                                                                                                 ime.date(1907, 6, 20), 'sex': 'M', 'address': u'\u05de\
	                                                                                                 u05e8\u05d5\u05d5\u05d4 81, \u05dc\u05d5\u05d6\u05d9\u0
	                                                                                                 5ea, 6723802', 'mail': u'ntl@yahoo.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'http://gbryh.com/'], 'username': u'vmrmv
	                                                                                                 khmd', 'name': u'\u05de\u05d5\u05d7\u05de\u05d3 \u05de\
	                                                                                                 u05d6\u05e8\u05d7\u05d9', 'blood_group': 'A-', 'residen
	                                                                                                 ce': u'\u05d4\u05d0\u05e6"\u05dc 12, \u05d1\u05e0\u05d9
	                                                                                                  \u05e6\u05d9\u05d5\u05df, 0624751', 'company': u'\u05e
	                                                                                                 9\u05e0\u05d9-\u05db\u05d4\u05df', 'address': u'\u05d0\
	                                                                                                 u05dc\u05e1\u05dc\u05d9\u05dc\u05de\u05d4 68, \u05db\u0
	                                                                                                 5e4\u05e8 \u05de\u05e1\u05e8\u05d9\u05e7, 1172164', 'bi
	                                                                                                 rthdate': datetime.date(1986, 3, 25), 'sex': 'M', 'job'
	                                                                                                 : 'Scientist, physiological', 'ssn': '230521338', 'curr
	                                                                                                 ent_location': (Decimal('71.139660'), Decimal('149.4278
	                                                                                                 76')), 'mail': u'pbn-khmv@gmail.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # [6304, -5.89, u'IVIQVQakyTYxUcedzRIJ', 84361269346.7, u
	                                                                                                 'ObvSDPfAdvfLBvpEYAUW', -52724714096.0, u'https://vkhyv
	                                                                                                 n-bvtbvl.com/explore/blog/posts/author.asp']
	fake.pystr(min_chars=None, max_chars=20)                                                       # jyxyNsxvwCLUAWhJvKHn
	fake.pystruct(count=10, *value_types)                                                          # ([5583, datetime.datetime(2000, 1, 15, 6, 39, 49), 1947
	                                                                                                 , 9388, u'MAoeVAGBnHISgtbVJPmE', u'rxQePgmHovQgvqLqEEmN
	                                                                                                 ', u'ZhBdVgJLmHdGJmxPdyme', 43504498.3, 6811, u'HHhyQbM
	                                                                                                 jYvThkYvoTORF'], {u'\u05d0\u05d9\u05d1\u05df': u'ttsPFC
	                                                                                                 NGNdtsISufWRqm', u'\u05d1\u05dc\u05d9\u05e0\u05d3\u05d5
	                                                                                                 ': u'SIUIWtJDuYcIOcFZaDrJ', u'\u05e6\u05d5\u05e4\u05e2\
	                                                                                                 u05d8': u'gzhr@gmail.com', u'\u05d9\u05e9\u05d1\u05e2\u
	                                                                                                 05e1': u'sIQQFEVbJibPxFewhzdX', u'\u05e7\u05d5\u05e0\u0
	                                                                                                 5d3\u05d9\u05de\u05e0\u05d8\u05d5\u05dd': u'QCooUMwpbCY
	                                                                                                 AgLaPOcxU', u'\u05d2\u05e7': u'tkMSPdVYfStWSaSqGXxc', u
	                                                                                                 '\u05dc\u05d4\u05d0\u05de\u05d9\u05ea': u'SPsDiqilFyWOG
	                                                                                                 JfZLlSb', u'\u05d0\u05e4\u05d0\u05d7': u'bn-dvdlyb@yaho
	                                                                                                 o.com', u'\u05d0\u05d3\u05e0\u05d3\u05d5\u05dd': u'HHgR
	                                                                                                 KSmEtsXIsKYeAbpE', u'\u05d1\u05e8\u05e9\u05d2': u'bqxZU
	                                                                                                 LfMXJnUCUDBkcHd'}, {u'\u05e9\u05d1\u05e6\u05e7': {5: 46
	                                                                                                 31, 6: [7072, u'https://tmnh.net/category/', u'shhynhyl
	                                                                                                 h@shrp.org'], 7: {5: u'apvgl@khtyb-bvkhbvt.com', 6: u'b
	                                                                                                 kBdRxlkCAIdslQDSPqD', 7: [datetime.datetime(1990, 10, 2
	                                                                                                 2, 0, 53, 8), Decimal('9512190703.0')]}}, u'\u05e1\u05e
	                                                                                                 a': {2: datetime.datetime(2009, 12, 12, 0, 45, 39), 3: 
	                                                                                                 [u'http://bsvl-msrvvh.com/', 905, 941], 4: {2: u'http:/
	                                                                                                 /www.gvldnbrg.com/category/list/terms/', 3: datetime.da
	                                                                                                 tetime(2016, 6, 24, 9, 41, 42), 4: [u'ZKKzekLzwSSgGZMMo
	                                                                                                 Bej', u'https://www.shhyn.com/']}}, u'\u05d5\u05d7\u05d
	                                                                                                 0\u05d9\u05ea': {0: 2667, 1: [Decimal('8.28679667105E+1
	                                                                                                 2'), u'MNVMpfrfGKtpxLPaztbY', u'http://www.dlr.com/sear
	                                                                                                 ch.php'], 2: {0: u'https://www.btsll-sdy.com/search/mai
	                                                                                                 n/', 1: 5612, 2: [578, 6685]}}, u'\u05de\u05d9\u05d7\u0
	                                                                                                 5d5\u05e6\u05d9\u05dd': {4: Decimal('-8.182545'), 5: [u
	                                                                                                 'vdldhn@yahoo.com', u'uXfBGtdZYQqDYbIHIBng', u'https://
	                                                                                                 tsmkh.info/faq/'], 6: {4: u'vHsxjLIPUzNAwHVysUVJ', 5: u
	                                                                                                 'AROknHpdcIKJVKITtLvR', 6: [2364, u'rGlIGQuaysWWgiACAan
	                                                                                                 Q']}}, u'\u05d5\u05dc\u05d7\u05ea': {8: [u'knFVmYSWmrCn
	                                                                                                 weeXvIhN', Decimal('-2.32615157'), u'tJdefVODbJjetTxUSA
	                                                                                                 rV'], 9: {8: -82789545.0, 9: [Decimal('926.55971'), u'h
	                                                                                                 ttps://www.lpsy-ys.com/'], 7: u'NtSafSuiJsvoGPorHxmY'},
	                                                                                                  7: u'LvAzdzIOMSjfaTVgdeEs'}, u'\u05d1\u05e8\u05e9\u05d
	                                                                                                 2': {8: u'http://www.svlyn.com/index.htm', 9: [u'PtkEHW
	                                                                                                 jBKzLiZGUHOzHz', u'dhXPXChGGbDeHcueisSN', u'https://yqb
	                                                                                                 .com/home/'], 10: {8: u'ZorqoJgpXcYZIopxtAnW', 9: u'RYx
	                                                                                                 ufBIjzlAUomMSWGHE', 10: [u'asbg@yahoo.com', u'wTWNVtkoj
	                                                                                                 QPLaYMhQZnl']}}, u'\u05dc\u05db\u05e0\u05d5': {1: u'BKy
	                                                                                                 dkNetSIPJhoWhOnsu', 2: [u'pZtBemlqHYtUPwQByEvL', u'http
	                                                                                                 s://www.khyymvb-bn.com/terms/', u'RybeYbygJkVaVlogWWSe'
	                                                                                                 ], 3: {1: u'TcchzGHSRBkPzwgNCkbn', 2: u'nvh51@khn.org',
	                                                                                                  3: [datetime.datetime(1975, 6, 8, 2, 27, 41), u'bokVcJ
	                                                                                                 uDObusfdbAPIOx']}}, u'\u05db\u05d0\u05e0\u05d4': {3: u'
	                                                                                                 goEgwxtwpflXFKBczlhI', 4: [Decimal('-92949.29'), 1514, 
	                                                                                                 datetime.datetime(2013, 9, 12, 11, 33, 25)], 5: {3: u'Q
	                                                                                                 VzgOVDDxrfFhYcHYkbP', 4: u'WFXWZSzAuKxguCrZfcpX', 5: [d
	                                                                                                 atetime.datetime(2006, 6, 26, 5, 7, 6), Decimal('-60389
	                                                                                                 257.5085')]}}, u'\u05d3\u05d5\u05dc': {9: 4611, 10: [72
	                                                                                                 17, u'http://www.ykhy.com/search/main/faq.html', 8328],
	                                                                                                  11: {9: 1573, 10: u'ThtNHVNqZUIfgAqbkuVx', 11: [dateti
	                                                                                                 me.datetime(1971, 4, 22, 1, 22, 56), u'lxymikfbjSMDvRAI
	                                                                                                 fMrx']}}, u'\u05d4\u05ea\u05d9\u05d3\u05dd': {8: {8: [u
	                                                                                                 'ldrqmkhy@mr.com', u'pshtyynntnl@hotmail.com'], 6: u'Ug
	                                                                                                 ZWlaDqWCwsrHyKMzMd', 7: u'oblicSVBdIiQYMiRVSEE'}, 6: De
	                                                                                                 cimal('9.62009740362E+14'), 7: [77860.1425779721, u'TJk
	                                                                                                 BbrWtFqmjnyhYPJbV', u'lyhv34@yahoo.com']}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # 9400376.71172
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -12719958159.3
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [u'HpgAakXmmrJlTWATenCj', u'lZQUppZpxKFSEgHgTarG', u'ht
	                                                                                                 tps://www.shkhr.com/author.html', u'oEKvhRkhZXZJzgpBTuJ
	                                                                                                 B', 2665, 7064, u'urvznbrg@hotmail.com']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (Decimal('9.8656121524E+14'), u'UrBMXBbJidpFbgjyByNZ', 
	                                                                                                 2501, -40170990.7703, u'brmyr@gdyr.info', u'SUVEQCNQKDY
	                                                                                                 hHSnqrRrs', 5173, u'cIdrCPqDmlzqlFFPqbTv', 3646, 4255)
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([u'https://yvsp.net/post.php', datetime.datetime(19
	                                                                                                 81, 12, 8, 13, 8), u'XNHFRfirsAshHOhJEdAp', 1930, datet
	                                                                                                 ime.datetime(1994, 1, 12, 15, 9, 24), u'fdyxMOASbnnIwSt
	                                                                                                 DRfea', u'mykl08@mkhmyd-lvy.com', datetime.datetime(199
	                                                                                                 5, 5, 14, 8, 7, 16), 2537, 9881, 5133751547727.4, 4670,
	                                                                                                  12.4166336])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'\u05e7\u05d5\u05d5\u05d9\u05d6': u'LamUIGzSacfjofCnM
	                                                                                                 OMV', u'\u05d9\u05d1\u05e9': datetime.datetime(1981, 7,
	                                                                                                  28, 9, 58, 29), u'\u05de\u05d5\u05e0\u05d7\u05e3': u'w
	                                                                                                 KtLKphpFlVqzEBMjeGk', u'\u05e1\u05d5\u05dc\u05d9\u05e1\
	                                                                                                 u05d9': Decimal('-1091719.79307'), u'\u05e9\u05d4\u05db
	                                                                                                 \u05d9\u05dd': -117318.31682839, u'\u05d9\u05e9\u05d1\u
	                                                                                                 05e2\u05e1': 2032, u'\u05db\u05dc\u05e8\u05e9\u05d8': d
	                                                                                                 atetime.datetime(1989, 4, 27, 21, 2, 52), u'\u05e1\u05d
	                                                                                                 8\u05d5\u05dd': u'fbnagplImAKALMcZZvjc', u'\u05dc\u05de
	                                                                                                 \u05e8\u05e7\u05dc': 9940, u'\u05d4\u05db\u05d9\u05d9\u
	                                                                                                 05e8': u'csbg@lqyym.info', u'\u05d0\u05d9\u05e3': u'htt
	                                                                                                 p://lvny.com/privacy/', u'\u05e7\u05dc\u05d5\u05d1\u05e
	                                                                                                 8': u'wcqypCXvekXeLxoJDhNN', u'\u05e8\u05d5\u05d2\u05e6
	                                                                                                 \u05d4': 7474, u'\u05dc\u05ea\u05d9\u05d2': 4345}
	fake.pyint()                                                                                   # 9457

### faker.providers.ssn

	fake.ssn()                                                                                     # 118228006

### faker.providers.user_agent

	fake.mac_processor()                                                                           # U; Intel
	fake.firefox()                                                                                 # Mozilla/5.0 (Windows NT 5.2; ka-GE; rv:1.9.0.20) Gecko/
	                                                                                                 2018-05-10 22:21:41 Firefox/3.6.10
	fake.linux_platform_token()                                                                    # X11; Linux x86_64
	fake.opera()                                                                                   # Opera/8.49.(X11; Linux x86_64; kw-GB) Presto/2.9.163 Ve
	                                                                                                 rsion/10.00
	fake.windows_platform_token()                                                                  # Windows NT 6.1
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; Trid
	                                                                                                 ent/3.0)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_0 rv:4.0; 
	                                                                                                 ms-MY) AppleWebKit/531.15.3 (KHTML, like Gecko) Version
	                                                                                                 /4.0 Safari/531.15.3
	fake.linux_processor()                                                                         # x86_64
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5352 (KHTML, l
	                                                                                                 ike Gecko) Chrome/23.0.853.0 Safari/5352
	fake.mac_platform_token()                                                                      # Macintosh; Intel Mac OS X 10_10_4
	fake.safari()                                                                                  # Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/531.43
	                                                                                                 .4 (KHTML, like Gecko) Version/4.1 Safari/531.43.4

## LANGUAGE de_CH

### faker.providers.address

	fake.building_number()                                                                         # 683
	fake.postalcode_in_state(state_abbr=None)                                                      # 59110
	fake.postalcode_plus4()                                                                        # 66410-3123
	fake.city_prefix()                                                                             # North
	fake.military_ship()                                                                           # USNV
	fake.city()                                                                                    # Lake Ingeview
	fake.zipcode_plus4()                                                                           # 51885-4709
	fake.street_suffix()                                                                           # Tunnel
	fake.street_address()                                                                          # 3331 Baumann Landing Suite 392
	fake.state_abbr(include_territories=True)                                                      # KS
	fake.city_suffix()                                                                             # ville
	fake.military_dpo()                                                                            # Unit 6689 Box 0363
	fake.postcode_in_state(state_abbr=None)                                                        # 38763
	fake.country_code(representation="alpha-2")                                                    # GN
	fake.country()                                                                                 # Netherlands
	fake.secondary_address()                                                                       # Apt. 860
	fake.postalcode()                                                                              # 88024
	fake.address()                                                                                 # 2064 Hofmann Springs Apt. 874
	                                                                                                 Naomiville, SD 26907
	fake.zipcode_in_state(state_abbr=None)                                                         # 38267
	fake.state()                                                                                   # Rhode Island
	fake.military_state()                                                                          # AE
	fake.street_name()                                                                             # Wagner Radial
	fake.zipcode()                                                                                 # 44974
	fake.postcode()                                                                                # 20015
	fake.military_apo()                                                                            # PSC 9526, Box 3995

### faker.providers.automotive

	fake.license_plate()                                                                           # 247 KCT

### faker.providers.bank

	fake.bban()                                                                                    # EADP3249248624413
	fake.bank_country()                                                                            # GB
	fake.iban()                                                                                    # GB81HUIR9936334792040

### faker.providers.barcode

	fake.ean(length=13)                                                                            # 0717398019643
	fake.ean13()                                                                                   # 7844131661609
	fake.ean8()                                                                                    # 16486713

### faker.providers.color

	fake.rgb_css_color()                                                                           # rgb(228,115,177)
	fake.color_name()                                                                              # SaddleBrown
	fake.rgb_color()                                                                               # 158,233,232
	fake.safe_hex_color()                                                                          # #223300
	fake.safe_color_name()                                                                         # yellow
	fake.hex_color()                                                                               # #15631d

### faker.providers.company

	fake.company()                                                                                 # Baur, Staub and Ziegler
	fake.company_suffix()                                                                          # and Sons
	fake.catch_phrase()                                                                            # Robust heuristic definition
	fake.bs()                                                                                      # matrix ubiquitous content

### faker.providers.credit_card

	fake.credit_card_security_code(card_type=None)                                                 # 121
	fake.credit_card_provider(card_type=None)                                                      # Maestro
	fake.credit_card_full(card_type=None)                                                          # Mastercard
	                                                                                                 Gioia Giger
	                                                                                                 2224900865013095 11/26
	                                                                                                 CVV: 973
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                          # 08/28
	fake.credit_card_number(card_type=None)                                                        # 676215440055

### faker.providers.currency

	fake.cryptocurrency_code()                                                                     # NXT
	fake.currency_code()                                                                           # MMK
	fake.currency_name()                                                                           # Uruguayan peso
	fake.cryptocurrency_name()                                                                     # Ethereum Classic
	fake.cryptocurrency()                                                                          # ('XRP', 'Ripple')
	fake.currency()                                                                                # ('DJF', 'Djiboutian franc')

### faker.providers.date_time

	fake.future_datetime(end_date="+30d", tzinfo=None)                                             # 2019-04-09 00:37:56
	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None) # <generator object time_series at 0x7f505b8f7fa0>
	fake.date_between_dates(date_start=None, date_end=None)                                        # 2019-03-21
	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)                         # 2005-10-01 02:59:05
	fake.date_this_decade(before_today=True, after_today=False)                                    # 2012-12-30
	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)                       # 2019-03-17 07:35:43
	fake.past_date(start_date="-30d", tzinfo=None)                                                 # 2019-03-13
	fake.day_of_week()                                                                             # Monday
	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)                      # 2015-12-12 17:19:39
	fake.date_between(start_date="-30y", end_date="today")                                         # 1996-06-04
	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)                     # 2013-10-07 09:44:37
	fake.date(pattern="%Y-%m-%d", end_datetime=None)                                               # 1985-07-30
	fake.am_pm()                                                                                   # AM
	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)              # 2019-03-21 06:17:52
	fake.date_object(end_datetime=None)                                                            # 2008-09-14
	fake.date_this_year(before_today=True, after_today=False)                                      # 2019-02-04
	fake.iso8601(tzinfo=None, end_datetime=None)                                                   # 1988-12-07T10:41:45
	fake.future_date(end_date="+30d", tzinfo=None)                                                 # 2019-03-26
	fake.date_this_century(before_today=True, after_today=False)                                   # 2003-08-13
	fake.month()                                                                                   # 01
	fake.year()                                                                                    # 1981
	fake.day_of_month()                                                                            # 22
	fake.unix_time(end_datetime=None, start_datetime=None)                                         # 1221408536
	fake.timezone()                                                                                # America/Argentina/La_Rioja
	fake.century()                                                                                 # IV
	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)                                # 1969-03-18
	fake.time_object(end_datetime=None)                                                            # 08:25:04
	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)                        # 2019-01-30 12:04:51
	fake.date_time(tzinfo=None, end_datetime=None)                                                 # 1989-07-25 18:22:51
	fake.time(pattern="%H:%M:%S", end_datetime=None)                                               # 22:17:55
	fake.date_this_month(before_today=True, after_today=False)                                     # 2019-03-08
	fake.past_datetime(start_date="-30d", tzinfo=None)                                             # 2019-02-22 16:48:15
	fake.month_name()                                                                              # December
	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)                         # 2014-03-19 13:15:09
	fake.time_delta(end_datetime=None)                                                             # 0:00:00

### faker.providers.file

	fake.unix_device(prefix=None)                                                                  # /dev/sdx
	fake.mime_type(category=None)                                                                  # application/gzip
	fake.file_path(depth=1, category=None, extension=None)                                         # /blanditiis/optio.mp4
	fake.unix_partition(prefix=None)                                                               # /dev/xvdr7
	fake.file_name(category=None, extension=None)                                                  # quam.jpeg
	fake.file_extension(category=None)                                                             # key

### faker.providers.geo

	fake.coordinate(center=None, radius=0.001)                                                     # 54.347283
	fake.latitude()                                                                                # -38.3352375
	fake.longitude()                                                                               # 103.515530
	fake.local_latlng(country_code="US", coords_only=False)                                        # ('36.91023', '-121.75689', 'Watsonville', 'US', 'Americ
	                                                                                                 a/Los_Angeles')
	fake.location_on_land(coords_only=False)                                                       # ('38.13708', '41.00817', 'Silvan', 'TR', 'Europe/Istanb
	                                                                                                 ul')
	fake.latlng()                                                                                  # (Decimal('-10.1929625'), Decimal('-107.228996'))

### faker.providers.internet

	fake.ascii_free_email(*args, **kwargs)                                                         # wirzfritz@hotmail.com
	fake.image_url(width=None, height=None)                                                        # https://dummyimage.com/711x831
	fake.tld()                                                                                     # org
	fake.email(*args, **kwargs)                                                                    # afrimbucher@hotmail.com
	fake.url(schemes=None)                                                                         # https://www.schwarz.org/
	fake.ipv4_private(network=False, address_class=None)                                           # 192.168.218.225
	fake.user_name(*args, **kwargs)                                                                # yfriedli
	fake.uri_extension()                                                                           # .asp
	fake.uri_page()                                                                                # terms
	fake.free_email_domain(*args, **kwargs)                                                        # hotmail.com
	fake.safe_email(*args, **kwargs)                                                               # lian47@example.net
	fake.ascii_email(*args, **kwargs)                                                              # meyerbernhard@yahoo.com
	fake.ipv4_public(network=False, address_class=None)                                            # 168.34.1.50
	fake.ipv4_network_class()                                                                      # a
	fake.ascii_company_email(*args, **kwargs)                                                      # mettlerflorin@schurch.biz
	fake.domain_name(*args, **kwargs)                                                              # brunner.com
	fake.hostname(*args, **kwargs)                                                                 # email-51.koch-sutter.com
	fake.ipv4(network=False, address_class=None, private=None)                                     # 169.220.199.120
	fake.domain_word(*args, **kwargs)                                                              # huber
	fake.slug(*args, **kwargs)                                                                     # corporis-ut-amet
	fake.uri_path(deep=None)                                                                       # posts/posts
	fake.company_email(*args, **kwargs)                                                            # albrechtnils@stettler.com
	fake.uri()                                                                                     # https://www.hug.org/app/login.php
	fake.ipv6(network=False)                                                                       # adb7:d032:dae3:2884:969e:88ce:5ef9:1119
	fake.free_email(*args, **kwargs)                                                               # kasernuria@yahoo.com
	fake.ascii_safe_email(*args, **kwargs)                                                         # rkaiser@example.org
	fake.mac_address()                                                                             # 39:c7:2d:68:9e:3b

### faker.providers.isbn

	fake.isbn10(separator="-")                                                                     # 1-4967-1913-1
	fake.isbn13(separator="-")                                                                     # 978-1-207-06463-7

### faker.providers.job

	fake.job()                                                                                     # Actor

### faker.providers.lorem

	fake.text(max_nb_chars=200, ext_word_list=None)                                                # Quisquam impedit odit vel. Magnam repellendus voluptate
	                                                                                                 m. Pariatur aperiam inventore.
	                                                                                                 Expedita aperiam quaerat exercitationem illo provident.
	                                                                                                  Aspernatur beatae reiciendis ipsum ducimus est quisqua
	                                                                                                 m.
	fake.paragraphs(nb=3, ext_word_list=None)                                                      # [u'Eaque laboriosam id dicta molestiae voluptate. Ex re
	                                                                                                 iciendis quod eos.', u'Nam sunt quo magnam. Voluptates 
	                                                                                                 voluptas minima repellendus. Ducimus sapiente eum simil
	                                                                                                 ique necessitatibus deleniti.', u'Esse voluptatem fugia
	                                                                                                 t provident. A repellendus repudiandae neque.']
	fake.sentences(nb=3, ext_word_list=None)                                                       # [u'Quasi voluptas amet tempora.', u'Ipsa dolor voluptat
	                                                                                                 es animi.', u'Magnam minima maxime odit facere ratione.
	                                                                                                 ']
	fake.word(ext_word_list=None)                                                                  # vitae
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)                 # Ut excepturi qui similique. Quidem fuga quis quia. Veni
	                                                                                                 am suscipit corrupti voluptates fuga tempora velit.
	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)                          # Labore odit labore suscipit numquam.
	fake.words(nb=3, ext_word_list=None, unique=False)                                             # [u'iste', u'reiciendis', u'minus']

### faker.providers.misc

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)    # )J8KDn2WTC
	fake.uuid4(cast_to=<type 'str'>)                                                               # 4eaf0e33-d323-4fae-9e0b-c7fdef77f550
	fake.binary(length=1048576)                                                                    # <bytes>
	fake.md5(raw_output=False)                                                                     # d3f1632ea99c9c74506351b1dd758ae5
	fake.sha1(raw_output=False)                                                                    # a92667a04b918077e56d0ce3886032da919cf6ba
	fake.null_boolean()                                                                            # False
	fake.sha256(raw_output=False)                                                                  # 1a633ede4d76f2470b7217d9993d6a7fd6ecf98e96b5ca74604b9aa
	                                                                                                 22b70c912
	fake.boolean(chance_of_getting_true=50)                                                        # True

### faker.providers.person

	fake.last_name_male()                                                                          # Steffen
	fake.name_female()                                                                             # Monique Tobler
	fake.prefix_male()                                                                             # Dr.
	fake.prefix()                                                                                  # Dr.
	fake.name()                                                                                    # Lilli Sidler
	fake.name_male()                                                                               # Mathias Schoch
	fake.first_name()                                                                              # Helena
	fake.first_name_male()                                                                         # Steffen
	fake.first_name_female()                                                                       # Béatrice
	fake.last_name_female()                                                                        # Schneider
	fake.last_name()                                                                               # Bucher
	fake.prefix_female()                                                                           # Dr.

### faker.providers.phone_number

	fake.phone_number()                                                                            # 001-100-624-7518x921
	fake.msisdn()                                                                                  # 9859520172912

### faker.providers.profile

	fake.simple_profile(sex=None)                                                                  # {'username': u'eglistefano', 'name': u'Dr. Selin Schmid
	                                                                                                 t', 'birthdate': datetime.date(1983, 11, 15), 'sex': 'M
	                                                                                                 ', 'address': u'10201 Axel Ports Apt. 575\nDinatown, WY
	                                                                                                  42267', 'mail': u'baumgartneralessandra@hotmail.com'}
	fake.profile(fields=None, sex=None)                                                            # {'website': [u'https://www.blum.org/', u'https://rey.co
	                                                                                                 m/', u'http://www.naf.com/'], 'username': u'germainemul
	                                                                                                 ler', 'name': u'Barbara Fl\xfcckiger Steinmann', 'blood
	                                                                                                 _group': 'A+', 'residence': u'07682 St\xe9phane Coves\n
	                                                                                                 New Cosimoville, MN 85947', 'company': u'Egli-B\xe4ttig
	                                                                                                 ', 'address': u'911 Marie-Jeanne Greens\nWeibelmouth, A
	                                                                                                 Z 90172', 'birthdate': datetime.date(1952, 7, 11), 'sex
	                                                                                                 ': 'F', 'job': 'Agricultural engineer', 'ssn': u'756.13
	                                                                                                 64.7802.58', 'current_location': (Decimal('-59.281767')
	                                                                                                 , Decimal('-70.179873')), 'mail': u'sam84@yahoo.com'}

### faker.providers.python

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                       # set([3651, Decimal('-506363.843612'), 1129138102723.5, 
	                                                                                                 8778, u'http://mettler.com/', Decimal('5142.87214588'),
	                                                                                                  datetime.datetime(1974, 10, 31, 15, 39, 1), datetime.d
	                                                                                                 atetime(1971, 5, 19, 23, 2, 26), u'vfLBvpEYAUWuKcyBGRZL
	                                                                                                 ', u'nCjdlZQUppZpxKFSEgHg', Decimal('167050146874'), u'
	                                                                                                 alWZLQXUkeHpgAakXmmr', u'ebauer@kuhn.biz'])
	fake.pystr(min_chars=None, max_chars=20)                                                       # GKtpxLPaztbYTCwdhcFe
	fake.pystruct(count=10, *value_types)                                                          # ([u'irAeMFsBKydkNetSIPJh', 2818, u'VYfStWSaSqGXxclFWqgo
	                                                                                                 ', u'HYkbPsWFXWZSzAuKxguC', Decimal('2634624022.12'), D
	                                                                                                 ecimal('2.39615146132E+13'), u'agnese94@wolf.info', 577
	                                                                                                 , u'fSuiJsvoGPorHxmYxyas', Decimal('3257576772.53')], {
	                                                                                                 u'ipsum': u'bbokVcJuDObusfdbAPIO', u'numquam': u'GQOInt
	                                                                                                 jMzepnBDDdAIrW', u'voluptas': 1524, u'corporis': u'huse
	                                                                                                 yin07@moser-bernasconi.com', u'accusantium': u'dhafner@
	                                                                                                 hotmail.com', u'quam': u'ZhBdVgJLmHdGJmxPdyme', u'sed':
	                                                                                                  datetime.datetime(1988, 1, 19, 12, 48, 44), u'aut': da
	                                                                                                 tetime.datetime(2009, 8, 23, 5, 42, 1), u'rem': datetim
	                                                                                                 e.datetime(2012, 3, 3, 11, 8, 51), u'recusandae': u'XPX
	                                                                                                 ChGGbDeHcueisSNSs'}, {u'adipisci': {8: [-49114745.655, 
	                                                                                                 datetime.datetime(2005, 12, 30, 3, 30, 25), u'http://ww
	                                                                                                 w.weber.com/'], 9: {8: u'knFVmYSWmrCnweeXvIhN', 9: [Dec
	                                                                                                 imal('-2.32615157'), u'tJdefVODbJjetTxUSArV'], 7: 3615}
	                                                                                                 , 7: u'edmondburri@kagi.info'}, u'optio': {4: u'https:/
	                                                                                                 /suter.info/faq/', 5: [u'vHsxjLIPUzNAwHVysUVJ', u'AROkn
	                                                                                                 HpdcIKJVKITtLvR', 2364], 6: {4: u'rGlIGQuaysWWgiACAanQ'
	                                                                                                 , 5: 9108, 6: [u'http://stettler.com/posts/main/terms.h
	                                                                                                 tml', u'HovQgvqLqEEmNAyDKVtJ']}}, u'porro': {9: u'qZorq
	                                                                                                 oJgpXcYZIopxtAn', 10: [u'xwyss@blaser-luscher.biz', u'z
	                                                                                                 lAUomMSWGHEYZULAxnw', u'https://fehr-gfeller.com/posts/
	                                                                                                 blog/app/author.php'], 11: {9: u'QZnljhbqxZULfMXJnUCU',
	                                                                                                  10: 5373, 11: [u'cHdjnHHhyQbMjYvThkYv', u'TORFGxDLTZta
	                                                                                                 YxhWnwnh']}}, u'dicta': {1: Decimal('6963631355.0'), 2:
	                                                                                                  [u'EtsXIsKYeAbpEbDkQQQf', u'OGjICAeEeROitcmZpEtS', dat
	                                                                                                 etime.datetime(2008, 2, 4, 17, 21, 27)], 3: {1: u'kschl
	                                                                                                 atter@bianchi-felder.info', 2: 4309, 3: [u'http://schur
	                                                                                                 ch.com/wp-content/privacy.html', u'wehrliannamarie@spor
	                                                                                                 ri-baumann.com']}}, u'nesciunt': {8: {8: [9340, u'yeTgN
	                                                                                                 JCXYagwZpesIQQF'], 6: Decimal('48875003.7476'), 7: u'no
	                                                                                                 blicSVBdIiQYMiRVSE'}, 6: u'sTJkBbrWtFqmjnyhYPJb', 7: [u
	                                                                                                 'fschurch@yahoo.com', 134101.0, u'mayeremre@marti.com']
	                                                                                                 }, u'quia': {0: u'WhOnsucpZtBemlqHYtUP', 1: [-590063317
	                                                                                                 9538.4, datetime.datetime(2012, 12, 7, 18, 42, 49), -39
	                                                                                                 57324783231.1], 2: {0: 8074, 1: u'RybeYbygJkVaVlogWWSe'
	                                                                                                 , 2: [u'TcchzGHSRBkPzwgNCkbn', u'flamur51@kunz.org']}},
	                                                                                                  u'aperiam': {8: u'https://www.stalder-bianchi.com/wp-c
	                                                                                                 ontent/posts/category/register.html', 9: [datetime.date
	                                                                                                 time(1987, 8, 11, 6, 3, 3), u'cSPsDiqilFyWOGJfZLlS', u'
	                                                                                                 xEJRComQgmozcBsPtkEH'], 10: {8: u'graziella47@zollinger
	                                                                                                 .net', 9: 7706, 10: [6453, 99]}}, u'asperiores': {3: u'
	                                                                                                 ZfcpXNMHyJcFAwdQCooU', 4: [datetime.datetime(1991, 6, 2
	                                                                                                 1, 22, 29, 6), u'bCYAgLaPOcxUTcMAoeVA', 5243], 5: {3: u
	                                                                                                 'HISgtbVJPmELawwQjXSn', 4: 2746, 5: [106.5325, 3804]}},
	                                                                                                  u'autem': {2: 1168, 3: [-3020115.115, u'XFKBczlhILrmue
	                                                                                                 pFhMUp', datetime.datetime(2014, 9, 13, 11, 22, 36)], 4
	                                                                                                 : {2: 1164, 3: datetime.datetime(2015, 3, 11, 0, 8, 1),
	                                                                                                  4: [5726, 3277]}}, u'consequatur': {5: u'zollingergius
	                                                                                                 eppa@hotmail.com', 6: [u'astauffer@hug-buhlmann.com', u
	                                                                                                 'bkBdRxlkCAIdslQDSPqD', datetime.datetime(1990, 10, 22,
	                                                                                                  0, 53, 9)], 7: {5: Decimal('9512190703.0'), 6: u'uscha
	                                                                                                 ller@widmer-hofstetter.biz', 7: [4033, u'alyssa06@albre
	                                                                                                 cht.biz']}}})
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                              # -5.89
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                            # -7.93073363295E+14
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                           # [5389, u'gloornelly@iten.com', u'ZXZJzgpBTuJBAnEKVDOU',
	                                                                                                  -193014096863120.0, 6065, u'filipakern@hotmail.com', d
	                                                                                                 atetime.datetime(1971, 11, 18, 21, 59, 5), datetime.dat
	                                                                                                 etime(1993, 10, 1, 0, 45, 17), 5638, u'QmffdyxMOASbnnIw
	                                                                                                 StDR', u'eaTCLSKwWBTqKueGBgvL', 414, u'gisela81@gmail.c
	                                                                                                 om']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                          # (u'ThtNHVNqZUIfgAqbkuVx', 1573, 8328, datetime.datetime
	                                                                                                 (1971, 4, 22, 1, 22, 56), u'EHYoNZKoUrBMXBbJidpF', u'lx
	                                                                                                 ymikfbjSMDvRAIfMrx')
	fake.pybool()                                                                                  # False
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                            # set([7576, u'tsISufWRqmcFDEnHSqJR', 7665, u'danijela97@
	                                                                                                 blaser.com', 7512, u'AshHOhJEdApxRyNAwBnj', 4602, u'xvw
	                                                                                                 CLUAWhJvKHnnttsPF'])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                           # {u'repudiandae': u'fWgVgwcqypCXvekXeLxo', u'ullam': 378
	                                                                                                 4, u'sunt': 70796128832.3, u'facilis': u'pFlVqzEBMjeGkD
	                                                                                                 kzwxPN', u'esse': Decimal('760325976.6'), u'blanditiis'
	                                                                                                 : u'hartmannserena@gmail.com', u'et': u'UIGzSacfjofCnMO
	                                                                                                 MVMuj', u'expedita': u'mbrunner@yahoo.com'}
	fake.pyint()                                                                                   # 3157

### faker.providers.ssn

	fake.vat_id()                                                                                  # CHE101382096
	fake.ssn()                                                                                     # 756.0183.6254.74

### faker.providers.user_agent

	fake.mac_processor()                                                                           # PPC
	fake.firefox()                                                                                 # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2015
	                                                                                                 -07-03 05:59:26 Firefox/3.6.16
	fake.linux_platform_token()                                                                    # X11; Linux i686
	fake.opera()                                                                                   # Opera/8.48.(X11; Linux i686; dz-BT) Presto/2.9.176 Vers
	                                                                                                 ion/11.00
	fake.windows_platform_token()                                                                  # Windows NT 5.2
	fake.internet_explorer()                                                                       # Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/
	                                                                                                 4.1)
	fake.user_agent()                                                                              # Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_7 rv:2.0; 
	                                                                                                 wo-SN) AppleWebKit/534.12.3 (KHTML, like Gecko) Version
	                                                                                                 /5.0.4 Safari/534.12.3
	fake.linux_processor()                                                                         # i686
	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)                      # Mozilla/5.0 (X11; Linux i686) AppleWebKit/5350 (KHTML, 
	                                                                                                 like Gecko) Chrome/46.0.807.0 Safari/5350
	fake.mac_platform_token()                                                                      # Macintosh; PPC Mac OS X 10_11_3
	fake.safari()                                                                                  # Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; 
	                                                                                                 hu-HU) AppleWebKit/532.13.1 (KHTML, like Gecko) Version
	                                                                                                 /4.0.5 Mobile/8B118 Safari/6532.13.1


