Language et_EE

faker.providers.address

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

fake.building_number()
# u'981'

fake.street_address()
# u'85342 Marko Fort'

fake.postalcode_plus4()
# u'03334-6356'

fake.city_prefix()
# u'New'

fake.military_ship()
# u'USS'

fake.city()
# u'Marekfort'

fake.zipcode_plus4()
# u'13791-3212'

fake.state_abbr()
# u'WV'

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

fake.street_suffix()
# u'Haven'

fake.city_suffix()
# u'mouth'

fake.military_dpo()
# u'Unit 4970 Box 9168'

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

fake.country()
# u'China'

fake.secondary_address()
# u'Apt. 615'

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

fake.postalcode()
# u'73187'

fake.address()
# u'2777 Jermakov Villages Suite 250\nRoosilehtbury, OH 83220-9957'

fake.state()
# u'New Mexico'

fake.military_state()
# u'AE'

fake.street_name()
# u'Ivan Roads'

fake.zipcode()
# u'81947'

fake.postcode()
# u'52265-0328'

fake.military_apo()
# u'PSC 5286, Box 5026'

faker.providers.automotive

fake.license_plate()
# u'MBC 498'

faker.providers.bank

fake.bban()
# 'FVJV2543610414523'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB97BVUC5664770943892'

faker.providers.barcode

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

fake.ean13()
# u'3671330899625'

fake.ean8()
# u'07205941'

faker.providers.color

fake.rgb_css_color()
# u'rgb(67,84,58)'

fake.color_name()
# u'MediumVioletRed'

fake.rgb_color()
# u'93,65,189'

fake.safe_hex_color()
# u'#336600'

fake.safe_color_name()
# u'silver'

fake.hex_color()
# u'#a5be72'

faker.providers.company

fake.company()
# u'Kaur Ltd'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Function-based scalable interface'

fake.bs()
# u'evolve leading-edge networks'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'Diners Club / Carte Blanche'

fake.credit_card_full(card_type=None)
# u'Mastercard\nJaan Aasm\xe4e\n5377082740053576 10/21\nCVV: 969\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'XRP'

fake.currency_code()
# 'GYD'

fake.currency_name()
# 'Botswana pula'

fake.cryptocurrency_name()
# 'Cardano'

fake.cryptocurrency()
# ('XDN', 'DigitalNote')

fake.currency()
# ('NOK', 'Norwegian krone')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 23, 11, 42, 9)

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

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

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1999, 6, 26, 22, 50, 24)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2015, 11, 30)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 2, 16, 27, 47)

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

fake.day_of_week()
# 'Monday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2016, 1, 23, 9, 58, 50)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2001, 8, 7, 6, 17, 33)

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

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 28, 15)

fake.date_object(end_datetime=None)
# datetime.date(2008, 11, 28)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 1, 24)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2012-02-07T02:27:33'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2011, 6, 24)

fake.month()
# '07'

fake.year()
# '1977'

fake.day_of_month()
# '14'

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

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

fake.century()
# u'VII'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(2016, 9, 2)

fake.time_object(end_datetime=None)
# datetime.time(12, 56, 16)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 2, 24, 19, 2, 10)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1993, 1, 31, 4, 34, 57)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '13:54:07'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 1, 22, 32, 11)

fake.month_name()
# 'April'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(938, 5, 24, 23, 53, 58)

fake.time_delta(end_datetime=None)
# datetime.timedelta(1982, 21134)

faker.providers.file

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

fake.mime_type(category=None)
# u'video/x-flv'

fake.file_path(depth=1, category=None, extension=None)
# u'/recusandae/nemo.css'

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

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

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'danilovvello@hotmail.com'

fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=228x356&w=228&h=356'

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'jelenamuursepp@hotmail.com'

fake.url(schemes=None)
# u'https://www.laane.com/'

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

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

fake.uri_extension()
# u'.html'

fake.uri_page()
# u'faq'

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

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

fake.ascii_email(*args, **kwargs)
# 'talimaria@yahoo.com'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'rein01@oja-salumae.com'

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

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

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

fake.slug(*args, **kwargs)
# u'quis-et-minus-error'

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

fake.company_email(*args, **kwargs)
# u'mati86@kikas.com'

fake.uri()
# u'http://www.heinsoo.com/search/about/'

fake.ipv6(network=False)
# '401e:e634:249e:4281:904:e5fd:e391:2201'

fake.free_email(*args, **kwargs)
# u'annelirandmaa@yahoo.com'

fake.ascii_safe_email(*args, **kwargs)
# 'nikolai58@example.net'

fake.mac_address()
# u'9c:62:fb:74:fe:2e'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-84520-717-3'

fake.isbn13(separator="-")
# u'978-0-7785-9947-0'

faker.providers.job

fake.job()
# 'Quarry manager'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Illo dolor debitis illo illo accusantium illum. Maiores iure labore reprehenderit odio quaerat. Nesciunt magni temporibus.\nOptio illo laboriosam. Ut fugiat id est aspernatur tenetur.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Debitis non nesciunt tenetur dignissimos. Ducimus doloribus veniam. Ad iure adipisci sequi veritatis.',
#     u'Ratione reiciendis quasi. Sunt maxime odio facere voluptate nostrum.',
#     u'Distinctio a cum nemo. Repellat mollitia quaerat ipsum necessitatibus aperiam ratione. Sapiente magnam labore. Tempore soluta sunt vero quo.']

fake.words(nb=3, ext_word_list=None)
# [u'deserunt', u'adipisci', u'sapiente']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Corporis ea velit assumenda.',
#     u'Dicta minus repellat perspiciatis at quia.',
#     u'Sequi recusandae eum rerum.']

fake.word(ext_word_list=None)
# u'amet'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Exercitationem atque illum unde. Animi molestias sunt molestias accusamus.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Error ad dolores inventore nulla fugit adipisci amet.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Aw5G%t9xT$'

fake.locale()
# u'kk_KZ'

fake.binary(length=1048576)
# bytearray(b'\xb1\xfa\xdb\xb4\x9c\xfb;\xf0\x9f\xc6\x15\x85\xa0\xe2@\x16\x04\xd5\xaa\xf6\x001\xd1\x80\xf9\x07\x1f\xe5\x1f\xeeI\x933\xf6\xd05\xecG\x8a\x1be\xa8X\xa0Q"\xa4j\xc7\xb5\\b\x8e\xfb\x9a\r\xcbV\xeb\x88\x9d\xfe\xfcFJW\xeag\xa2s\x11\xbeL\xb7\xfa\x8e8\x7f\x05\x1e\xc6\xa87\xc2\xd4\x9d\xae\xd36j\x9a\xc68\xaf\xe0\xfa\xd3\xdd\xeb\x9c\xf76=[A\x83\x92\xdd\x901T8\xae#\x08e\x14+V\x90x\xdf@1\xc8\xb6\x86\x8bc\xc3\x88L\xfd\x07-c\xc7\xda\xcb\x13\xc7\xbc\xb3\x8e\xd36\xd5J!Z\xb1>\xba\x8ds\xbc\xd3\x8dS\xffa\xbdg\xe2\xbd\x01\x1bsXm%#S\xa3\xa9w\xaf cD\x80\x03\x18u\x19K\xbbvTj\xb17\xa3w{\x18v;/\x9a\x92<\x19>\x07\xc7K\x87\rB\x8b}\xfbm\xf6\xac\xe7\xa9\x00\x00\x04\x92\xa0\xb7.\x06\r\x16.$$\xf5m\xd9\xc6+\x9d0vl\xb8!\xe4\xb6+|\xd9\x00\x934*Nm\x0c\xf4\x8bgi\xdf\x89xgc@\xe5\x99sVu\xa9@,?\\\xc0\x07\xccS\xf8u\xa6\xa7\xc9an\xb0\xec^\xa5\xe8\x94J\x833a\x03\xbfK\xfd\x86}\x93f\xf2\x92 \xfe{bJ\x16(\xcf\xfcr\x08RMl\x90\x08E\xe5I(k\xc7pC5\xe9\xe0\x86T1\xbb _4r\xd2^ysa\x8e\x7f\xa4N\xbb\x88\xd4\xa4\x89~\x99Cb\x12I\xae\x03\x8c\xb5\x15U\x83m\xb1V\xaa\x04\xb36_\x02\x1d\xe2\xe8g\xad\x00S\\\xac\x11=\'n\xfe\xa9\xc2\xae\xe0\xf9)\xa2\xc8\xd1\r\xbe\xdd\xc8[\xf1au> 2\xc7=m\xcf\x147\xcd\x1a\xb1R\xe6\x110$\xeakU\x9ct\x16tl\xfa\x05\xdcy\x83+\x08w\xc2\x1d\xd0\xfa\xaaE\xda\x12\xaa3\x82\x98P\x93\x8d\xf5\x1f"\xeau\xe1\xfcR\x9ap\xcfu\xf9\x0c\x9c[\x9a\xa7\xd0\xb3\x93ic\xad\x85\'\xda\xcdrN0m\xba\xd8\x84?<J\xe8! e"\xa2\x8f\xdex\xe8\x1dU\x9e\xc5\xeeQ,\xfc>\xa1\x96\xf4G\x9d,\xd0Qc\xfcdJ\x83\x1eO<\xbe\xd8u\xda\xa9\x19TP\xb6K\x87B\xcf\xc8\x93\x88q\x8d,\x95b`\xee\x0c:Z$\xd8\xd5/\xef\xa4\xcf\xcd\x0e\xab\xc5>\x1fG\x83\xf1\xfb\x97i\x0ec\x9d\xf9=\x8c=4\xf2\xe3\x9f\xce\x9d\n\xb2\xfb\xa7Bw\xcb[\xd9\xe1\x90\x085\xda(\xfd\x146\xe8T\x19\xd5\xddx\xc7\xa9_\xdb\xc5_\x8dE\t\x89\xab\xbbd\xb8\xa6\xc4\xb3\x1dlz\xa1\xbe4\xa2\x078\xfc^\xea\x8a\xc8\xf1\x00\xa08\xf5<X\x03)\x9d\xba\xda\xc3\x80\xcc\xb4\xeaq\xb6\x87\xa2\x00_\x92tO\x1d\xbb\xdf\xf2\x9d\r\x9be1qf\x91\xd0\xfe\xaa\x07~\x9f\xa9`\x13*K\xd6 \xf1\x87\xabn\xd2\x8d\'\x89[\xa5e\x0b\x92\x84\xec\xc6b\xa82\xb0C\xf8\x9b7S\xab\xaf\xdd\xc0J\x1d8\xed\xf65\x0b8\x83m\x9b\xaa7bs\xf3\x9dc\xd3\x1a\\\x17\xd2\xa3\xc1\xcd\xe3jF\xfap\x11\xdde\xda\x152XT\xac\xbbn\xf8\x12\xec\x9d\x92o\x9a.\xc0\xe0\xc7D#:\xe7\xec\xe8.@\x05\xc3\x01\xea\x1d\xc6s\xe4\xcb\xf7u@M\xad\xe9\xf6\r\xda\xbd\x89\xc0\xde\xc6fv\x03\x8f&\x10\xa8\xf9\x947lOA\x9fWs,W\x18\x86\x03, \x05\xf82\xf3\xf9\x83\xff\xd1*\x8a\xaf1\x8f\xb8\xb6\xe0\xb7\xd7\x1a\xe5>\xe0\xad\xce\xb8\x1a8V9X"b\xb3`\xb7\x87t\x90N\xa7<\xab\xcf\nw\\\x97\xe8B\xcc\r\x03\x04N\x9c\xd6_!\x98\xda\xce\x04\xa1]hQ\x1a?}-\xe8\xa8\x9e\xeaoz\xc0P\x0b\xb1\rwq\x11\x18\t>\xf3\xaa\xe2s\xdf\x85\x1akl\x88\xf7"i\xc9\r&\x15\x9e8\x9e\x977\xf6\xb8\xd7\xa6\xc43a^\x9e\xbb\xe81\xc8+Z\xb6\x99\x02\x8a=\xa9\x03\x91>\xb8\xce\x0fo\xb6\x7f\xb2\xb7\xbe\xb78\xa0\'\xaeN\x81\xa19\x07\xe2\xd6\xfb\xf6\x99\xf4\x13\xbf8!\xb9\x99\xc8\x10\xc6\x05Rf\x1eg\xb2\xeb\xd2Q\xc9\x12\xc2%+Hm\x07\xb98x\x92K\x8b\x80\xe275}\x95')

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

fake.sha1(raw_output=False)
# '315c2465b81a625f90052a83fa48f91b39a8fb16'

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '3094efdee73c95fdc895a75addf473ba84022ddac49cc72b93c174d5a4c65793'

fake.uuid4()
# '84b72013-e480-60cd-b8b4-ef0da2f25bd7'

fake.language_code()
# u'pap'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.first_name_male_rus()
# u'Pavel'

fake.prefix_male()
# u'dr'

fake.suffix_female()
# u'BSc'

fake.name_male()
# u'Aleksei Orlov'

fake.first_name_rus()
# u'Dmitri'

fake.first_name()
# u'Riina'

fake.suffix_male()
# u'BSc'

fake.first_name_est()
# u'J\xfcri'

fake.first_name_female()
# u'Mare'

fake.first_name_male()
# u'Roman'

fake.prefix_female()
# u'prof'

fake.name()
# u'Kristjan Leht'

fake.last_name_rus()
# u'Mal\xf5\u0161ev'

fake.first_name_male_est()
# u'Sander'

fake.suffix()
# u'PhD'

fake.prefix()
# u'h\xe4rra'

fake.first_name_female_est()
# u'Anneli'

fake.name_female()
# u'Kristina Gont\u0161arov'

fake.last_name_male()
# u'Erm'

fake.first_name_female_rus()
# u'Svetlana'

fake.last_name_est()
# u'Visnapuu'

fake.last_name()
# u'Kaljurand'

fake.last_name_female()
# u'Raamat'

faker.providers.phone_number

fake.phone_number()
# u'(091)281-8077x1315'

fake.msisdn()
# '6183131394783'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'080 Titov Glen\nVellomouth, IA 43535',
#     'birthdate': datetime.date(1996, 9, 12),
#     'mail': u'muurseppnatalia@hotmail.com',
#     'name': u'Kristina Klein',
#     'sex': 'F',
#     'username': u'kristiklimov'}

fake.profile(fields=None, sex=None)
# {   'address': u'PSC 9724, Box 6961\nAPO AA 09019-2788',
#     'birthdate': datetime.date(1934, 3, 3),
#     'blood_group': 'A+',
#     'company': u'Suvi Group',
#     'current_location': (Decimal('5.792682'), Decimal('171.200787')),
#     'job': 'Medical illustrator',
#     'mail': u'laanrein@hotmail.com',
#     'name': u'Vello Ilves',
#     'residence': u'0195 Koitla Roads\nWest Dianaborough, PA 81706-2313',
#     'sex': 'M',
#     'ssn': u'49110281901',
#     'username': u'nikolai32',
#     'website': [   u'https://nikitin.com/',
#                    u'http://www.raag.net/',
#                    u'http://www.post-laats.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'kabramov@aru-vares.com', 5262458379.333, u'HwzAipKJVRuNttQkjIRo', 4531, u'PfgbPdXKCorDgWUkJEnr', u'http://www.link.com/', u'mzYrOjTWNMgJrfKcMpgT', u'http://www.nomme.com/about.htm', u'jByizNhlIhfTKkxcnJRf'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'http://www.jakobson.com/tag/about.asp',
#         Decimal('1.56923816459E+12'),
#         5346,
#         Decimal('23312687603.8'),
#         1891,
#         211136827810084.0,
#         438876813144.43,
#         u'sanderkoitla@yahoo.com',
#         9896,
#         u'QbsWLBoXwRBMaZGOlCLk'],
#     {   u'ad': u'http://www.luht.com/',
#         u'dignissimos': u'https://www.silm.biz/posts/wp-content/homepage.asp',
#         u'dolorum': u'HvKoHfhFaDODmpvTRFeQ',
#         u'modi': u'https://www.pajula.com/app/tag/main.html',
#         u'molestiae': u'DnVaDGDJzVlvbStzJYaO',
#         u'porro': u'ilwjAgNPvYumLIUwndRW',
#         u'repudiandae': u'https://www.korol.com/',
#         u'sapiente': u'BjglusEzRCBAPEpjBrFz',
#         u'tempore': u'https://visnapuu.biz/app/blog/posts/index/',
#         u'vitae': 4.577972},
#     {   u'aut': {   7: 9576,
#                     8: [   u'http://teder-kuznetsov.com/category/explore/posts/post/',
#                            -4603.6508621357,
#                            Decimal('-75.77963')],
#                     9: {   7: 4809,
#                            8: u'http://kurm-parn.com/',
#                            9: [8865, -6148474662371.0]}},
#         u'deleniti': {   8: Decimal('-39328587.3859'),
#                          9: [   -3474.2949173073,
#                                 u'gVnNbHZWxxIyivnRTidX',
#                                 -337776360366.0],
#                          10: {   8: u'xnGhlIiJgIcMPEgesXLR',
#                                  9: u'xWTgFWmlkwAbnJKCBeIR',
#                                  10: [   u'oleg00@pihelgas-kasemets.com',
#                                          u'jraudsepp@gmail.com']}},
#         u'distinctio': {   3: u'WXIOmkgkdWLWvMGcOnFl',
#                            4: [   u'aleksei20@nomm-parts.biz',
#                                   u'https://juhanson.com/blog/posts/explore/login/',
#                                   u'KqIOjUElsQvEGnsdihDN'],
#                            5: {   3: u'UknhtkDmSgQXhldWBbsm',
#                                   4: u'HoCBPaJwaTiyNWDiGxpq',
#                                   5: [3795, u'vlBQgObPZRtzIAZcbISE']}},
#         u'et': {   6: u'jelena08@hotmail.com',
#                    7: [   u'xLDgZSdWmYbWtTwjugFm',
#                           u'ruusmaksim@sade.com',
#                           u'dmdMAHPSdIljwagbjIkl'],
#                    8: {   6: 6923,
#                           7: u'tiinaaasmae@hotmail.com',
#                           8: [   u'BIMkFxUANobeklUVPdJv',
#                                  u'qPCBMmEzuxrqUBTthxsG']}},
#         u'impedit': {   0: 6.1539603,
#                         1: [   u'XFOlJrUSlTCGgoOuFhBw',
#                                8058,
#                                u'dAymIDPFhAfxYhOgzphL'],
#                         2: {   0: -9330.35,
#                                1: Decimal('299932637134'),
#                                2: [   u'OGwVijXDVTayBXCGJLkw',
#                                       u'BdvqIZmoiMSwxDvsHtFU']}},
#         u'incidunt': {   9: u'hzZnbQSvmMhFiIFpKsMj',
#                          10: [   datetime.datetime(2002, 7, 21, 14, 50, 40),
#                                  u'bdoFUDzyxbUlOTXdxkEh',
#                                  u'MCTyCJiEBPXMeMwmXNKt'],
#                          11: {   9: 1928,
#                                  10: 8591,
#                                  11: [   Decimal('1.90193871486E+14'),
#                                          -70931230411.163]}},
#         u'laboriosam': {   2: datetime.datetime(2012, 6, 7, 3, 34, 56),
#                            3: [   datetime.datetime(2016, 9, 28, 10, 48, 48),
#                                   datetime.datetime(1988, 1, 23, 7, 9, 39),
#                                   u'vgszXLqRPevbGNqtjGvR'],
#                            4: {   2: u'oXLbrsfEsKYsjXmqxvOf',
#                                   3: u'http://www.vinogradov-poom.net/list/about.htm',
#                                   4: [Decimal('8.292186'), 8654]}},
#         u'perferendis': {   5: 7259,
#                             6: [   u'julia75@gmail.com',
#                                    Decimal('-376617729.272'),
#                                    u'VQtMOoHkUuibXXyYgDZC'],
#                             7: {   5: u'clgKAQSonxRIDwAGivjU',
#                                    6: u'GkPBhhZguoqzmBHicVyb',
#                                    7: [   u'UmWMSLNEeZcIMXPARTMy',
#                                           u'TPFVTIhBBoEGcWreqXCR']}},
#         u'sapiente': {   4: 8836.8772,
#                          5: [   u'iEzaIAMeJeyJpyTfhNqT',
#                                 u'http://www.lukk-harm.com/blog/faq/',
#                                 datetime.datetime(1983, 4, 4, 7, 2, 23)],
#                          6: {   4: u'lCXANbpOQyXoltAjLVNR',
#                                 5: 6391,
#                                 6: [   datetime.datetime(1994, 7, 3, 12, 44, 37),
#                                        u'QfbEXWQsQfKacasjFwyZ']}},
#         u'voluptatem': {   1: u'ODgbLYUgihXBeuoUlwui',
#                            2: [u'EDdrOzfwvIfysAAdOOPm', 393, 5756],
#                            3: {   1: Decimal('72818106.1635'),
#                                   2: u'andreikivilo@loorits.com',
#                                   3: [1349, Decimal('27.4773883725')]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'http://niit.com/tag/post/',
#     u'TkMSPSidngzCNNNrFLXe',
#     u'https://jurisson.net/post/',
#     u'MtOgLpFtHcflJzCoJLyU',
#     u'BIvbcBZrQSiFKCshZLWH',
#     Decimal('4466396370.15')]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'https://vali-raamat.net/login/',
#     u'tAFbLQAkvAGGFmfWDqaX',
#     u'EmyPwuloNuvMebsTrVpM',
#     u'XKWfNThzSPNBSmQfVtxJ',
#     u'daHGgxRQxlioaNotnPiF',
#     u'vladimir16@kuusik.net',
#     u'HJTbCDxFFLuGLqbfifen',
#     529,
#     u'https://www.joe.com/wp-content/app/tags/terms/',
#     5128,
#     5724)

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([2785, u'kkjxCWSUrIpxnlvVnTWN', u'oSGsxaOuGMDJDUwxrLLI', u'vlillemets@hotmail.com', 4807, u'luhtmihkel@hein-kala.com', 2416, u'IFkHhzMhhfuYodrMxiqt', u'GNVgUjXpdwfKWQHQtOuv', u'aZfwHqAnFVcqPUyMExyH', u'YThhFkbiuhhlPkwBRRLM', u'ApMVZRxUwKfKYUNjVsRA'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'consequatur': 5226,
#     u'consequuntur': u'TROaQNcAnMPcsTQChvOw',
#     u'doloribus': 655813.9,
#     u'ducimus': -47987349.0,
#     u'esse': u'dJZHhKHqnAQVmleDLXne',
#     u'ipsam': u'HvenQpwADJouKKJPtSBV',
#     u'nisi': u'ARNlfbddguxnmaxMVVYJ',
#     u'pariatur': u'FlBZNPsOYQcYgybEVgFb',
#     u'quia': Decimal('275.4'),
#     u'quibusdam': 5061,
#     u'rem': u'YrfgbCKrizjodpETKLEU'}

fake.pyint()
# 5072

faker.providers.ssn

fake.ssn(min_age=16, max_age=90)
# u'46512267585'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_1; rv:1.9.3.20) Gecko/2017-07-07 02:31:37 Firefox/13.0'

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

fake.opera()
# u'Opera/8.71.(X11; Linux x86_64; bem-ZM) Presto/2.9.170 Version/11.00'

fake.windows_platform_token()
# u'Windows 98'

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/4.0)'

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_7) AppleWebKit/5312 (KHTML, like Gecko) Chrome/20.0.854.0 Safari/5312'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5340 (KHTML, like Gecko) Chrome/60.0.848.0 Safari/5340'

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

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/532.19.6 (KHTML, like Gecko) Version/5.0.1 Safari/532.19.6'