Language ar_EG

faker.providers.address

fake.longitude()
# Decimal('-163.930126')

fake.building_number()
# u'66717'

fake.street_address()
# u'6051 Linda Keys'

fake.postalcode_plus4()
# u'91760-6720'

fake.city_prefix()
# u'Lake'

fake.military_ship()
# u'USS'

fake.city()
# u'South Brandychester'

fake.zipcode_plus4()
# u'43036-0887'

fake.state_abbr()
# u'SC'

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

fake.street_suffix()
# u'Spur'

fake.city_suffix()
# u'side'

fake.military_dpo()
# u'Unit 0682 Box 4320'

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

fake.country()
# u'Benin'

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

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

fake.postalcode()
# u'20696'

fake.address()
# u'3084 Potts Trail\nJenniferfort, NV 61876-1466'

fake.state()
# u'Hawaii'

fake.military_state()
# u'AA'

fake.street_name()
# u'Davis Squares'

fake.zipcode()
# u'90051'

fake.postcode()
# u'72418'

fake.military_apo()
# u'PSC 5317, Box 9290'

faker.providers.automotive

fake.license_plate()
# u'ZBK 666'

faker.providers.bank

fake.bban()
# 'YYGT2538697177734'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB97KPGA1798396272048'

faker.providers.barcode

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

fake.ean13()
# u'9846609584913'

fake.ean8()
# u'84859631'

faker.providers.color

fake.rgb_css_color()
# u'rgb(0,248,111)'

fake.color_name()
# u'OliveDrab'

fake.rgb_color()
# u'62,197,40'

fake.safe_hex_color()
# u'#557700'

fake.safe_color_name()
# u'fuchsia'

fake.hex_color()
# u'#4f1160'

faker.providers.company

fake.company()
# u'Ellis Inc'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Customer-focused next generation knowledge user'

fake.bs()
# u'matrix real-time eyeballs'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'Discover\nKevin Hansen\n6011027372991379 11/22\nCVC: 806\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'ZCL'

fake.currency_code()
# 'NIO'

fake.currency_name()
# 'Euro'

fake.cryptocurrency_name()
# 'Monero'

fake.cryptocurrency()
# ('GRC', 'Gridcoin')

fake.currency()
# ('VEF', 'Venezuelan bol\xc3\xadvar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 5, 30, 5, 18, 59)

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

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 5, 15)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1995, 11, 28, 1, 14, 59)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2015, 7, 31)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 3, 5, 46, 26)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 5, 4)

fake.day_of_week()
# u'\u0627\u0644\u0623\u062d\u062f'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 1, 12, 21, 44, 12)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2013, 12, 18)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2008, 9, 11, 15, 34, 18)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2006-08-16'

fake.am_pm()
# u'\u0645'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 5, 15, 4, 21, 14)

fake.date_object(end_datetime=None)
# datetime.date(2000, 5, 11)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 3, 18)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1986-01-13T02:22:47'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 6, 4)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2015, 1, 6)

fake.month()
# '08'

fake.year()
# '1984'

fake.day_of_month()
# '23'

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

fake.timezone()
# u'\u0623\u0648\u0631\u0648\u0628\u0627/\u0633\u0631\u0627\u064a\u064a\u0641\u0648'

fake.century()
# u'\u0627\u0644\u062e\u0627\u0645\u0633 \u0639\u0634\u0631'

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

fake.time_object(end_datetime=None)
# datetime.time(21, 48, 3)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 1, 7, 22, 51, 56)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2006, 4, 29, 11, 47, 27)

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

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 4)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 5, 6, 17, 44, 17)

fake.month_name()
# u'\u064a\u0648\u0646\u064a\u0648'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1217, 1, 27, 4, 12, 14)

fake.time_delta(end_datetime=None)
# datetime.timedelta(2953, 18265)

faker.providers.file

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

fake.mime_type(category=None)
# u'multipart/alternative'

fake.file_path(depth=1, category=None, extension=None)
# u'/quibusdam/nesciunt.gif'

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

fake.file_name(category=None, extension=None)
# u'mollitia.gif'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'valerieburns@gmail.com'

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

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'donna86@allen-hernandez.com'

fake.url(schemes=None)
# u'http://www.bond.net/'

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'faq'

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

fake.safe_email(*args, **kwargs)
# u'daniel33@example.net'

fake.ascii_email(*args, **kwargs)
# 'uwest@gmail.com'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'joanne85@petty.com'

fake.domain_name(*args, **kwargs)
# u'davis.biz'

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

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

fake.slug(*args, **kwargs)
# u'quam-vel-unde-omnis'

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

fake.company_email(*args, **kwargs)
# u'robertskatelyn@freeman.com'

fake.uri()
# u'https://robinson.com/search/posts/list/index.asp'

fake.ipv6(network=False)
# '5807:c12:12b7:71c0:e6f9:dc2a:675d:71eb'

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

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

fake.mac_address()
# u'e0:9d:63:07:aa:00'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-14-686299-6'

fake.isbn13(separator="-")
# u'978-0-403-26496-4'

faker.providers.job

fake.job()
# 'Health physicist'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Debitis veniam quam tempora maiores velit. Voluptas magni facilis.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'At et amet veritatis. Voluptatum temporibus repellendus quia.',
#     u'Asperiores aspernatur voluptatem nesciunt iste veritatis. In deleniti alias.',
#     u'Dolor accusamus ducimus facilis commodi. Blanditiis voluptatibus repellat id quaerat provident architecto.']

fake.words(nb=3, ext_word_list=None)
# [u'fugit', u'neque', u'inventore']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Minima possimus labore debitis exercitationem numquam.',
#     u'Excepturi impedit et nemo.',
#     u'Aliquid vero vel sequi numquam.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Accusantium dolor omnis neque corrupti mollitia magni. Corporis doloribus molestias asperiores quam harum.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Magni aliquam unde quasi sunt.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Yk@$8UXQy&'

fake.locale()
# u'el_GR'

fake.binary(length=1048576)
# bytearray(b'i\x82\x9fn\x0f\x88\xdd\x940\x19\\\xcf\xde\x93#%\xd0\x02\xa0\x82\xe4\x00\x8a\xac\r\xdf\x8f_\xdb\xf6&6\xda\x16\x16\x83al\x89\xba}\x96\xfb\x99\xc0Qr\x07|l\\l\xd6`I\xbfM\xa0\xbd\xac\xa9SG\xde\xfd\x08+\xba\x05\xdat@\x19T\xfbB\x02\x8f\xaa\xc0E\xe3\x12\xba\'u\x80\xf5/ME\xb6\x13bc\x92u\x85\x93\x0c\xcd.^\xce\xaa\xf7\xc3\xd6\x9e\xb4\xe7\x13\x16-\xf3\x88K\xf5O31\xdceI\x15\x82\xc5\n\xef\xffkL\xb5\xaaj\x05Cv\x8fA\xdaP\xc2%\xf1\xbf\x83\x01:\xe3\xc2\xb4:\x80\xf8\x0e\xf2N\xc3U\xa9\x96Y!\x16\x04\x80\xc45\x7f9\xc7\x96\x1f\x95\xb8=Df|\xbaw\xa2n\x93\x16},\x84\x1fQsLx\xbb\x0b\x99;t\xee\xb6\xaen\x96\xdb\xe0\xd9\x04IP\xdd\xc9\x0e\xc3\x8b _B\'\x00u\xfc9\t\x8afZ\x83\x10\xdd\xf5\xa8\xaa\xf4\xdd}\x96\xfc\x19\xd1;H\x19\xd2\xb4\xb5\xfe~\x1c\xec\xee\xaec\x88\xe4\x984\x05\x95\xba\x858\xea\xce\xe2\t\x0e\xff\x10\xff]5\x8e2J\xcab\x96\xf7\xa2@\xcd\x11N\xe4|_\x9c]\xe8\x1c\xb5#h\xcd\xce\x19\xd8+\x0b\x14\xc8\xf2\x85DT9%\x02\xd3<\xdd\xda\xf9\xab\xcb\xe8\xa0\x0c\xae\xadu\xc6\xf4\xd3\xb7\xf1=/Y\x95`\xa3\x10\xc8+\x92v\r\xc6X\xdc\xe7\x1e\x1a\xf9`n:|\xbap\\_\xec\x92tY\xad\'\x151f\xd4\xd0-\x17\xf4\x8e\x8a0q\xb6\'\xa2\x0b\x1e\x12bp;\ti\x14\x9e\xf67\xd2\xb8c{^\x1c\x9b\xc3\x08\x0cd^\xd8\xfa\x9fz \xc0\xeef\r\x10\x8b7\xc4|\x98\xa0\xec\x05\xc4m\x0f\xf3\xc6\xfb\xf0^\x8bN)\x9c%{H,A\xd6\xf7\xe3\x98f=\x04ck\x8f3\xc1\xb5\r\xbbk/\xda\xfc~D\x8chD\x97\xc5\xe7\xcb\x15\xdd!3b\x8e\xefK\x8c\x85b\xf2\xb5$Gl*\x98\n\x12~\x92\x16\xecC\xa1jV\x1c\x8fH\xc1\x91\xf1\xb7i\xb5\xae\xea_\x80G\xc6\n\x9c\x91M\x1d;]\x80\x14kC\xa7\xe6\xda\x11\xb5gI\x92\xc2\x9d\x90\x15f3a\xa4V\xc4\x88w\x87\x7f\xd1\x8f\xf0\x1f"\x1e\xca\xb0\xdd\x9a\xc1\xcb\x86WA&E\xf4\x9a\xd2\xf5\x1e`i\x06Xz0^\x1d\xf4\x88\x01\x8f\x8b\xd0;S\r\x8a\x18%\xe6!\xda\xecv\x0e-\xbag\xf00.\xd3\xca@\x19}`\rN\xee\xd3\xcd\xcb\x9d_\xffg\x93\xd1\x10\x11\x969\x98\x95\xdf\x15l\xeb\xa10}\xea\x83w\x0b)9yG>"\xb5\xe0\x1dQKj\xa3\xdfG+Z\xb52\xf7\\S\xc2z\xe3\xc4g\xc1tn\x9aE\xa2\xab\x90EC\x93\xa7d\xb7\x10\xba\x12\x18\x85%\xcf\xf0\xd8z9\x95\xce\x00\xe9\xbb\x02fkx\xd3\x1bT\xf7\xed\xceM\xda\xae\x81+\x8ek\x1f\xe1\xf2\xde5\x13\r\xca$\x0e,v\xfd\x01&\xf4bD\xcb\xeb\xcc\xf9k\xbd;h/6\xc2\t\x95\x04\xed\x9d\xa89\x12[a\xd9$\xb8\xd6yr\x9a\x89\x88\x0cd>N\xc1\xac\xa9~\xaa\xa3Wx7x\xbe\xa9\x83\xda\xdfn\xbd\x93\x8c>\x04\x03\xde\x84\xec\xfa[H\x1dg\x9cY\xc1"4\xfe\x82\x81\xc3u@\xbd\xe4\x7f<?\xb89w\xd2\x87\x00\xba\x04\xbbNE9\xa4\xdd\x97z\xe9!\xaf\x82\xb6\x1d\x07\xf44\xfd\x8a\x91s*\xc7\xf4\xa7\xd6\xd6\xc5\xcd/\x82\x86\x81\x89\x8b<\x0e\xd65\x1as,K2\xc6\x1c\x9eH\x0c\x17\x18:"\x10\x9f\x0b\x17\xc3{\x88)s z\xe9\xcc\xa7\xc5\xbc\xa1\xd6\xbd\xf0\x183\xb6\xa5\xc6\xab\xd1\x9c-\x14z\xd3\x1e=lh\xa8\xe9\x97\xdfz\xfcs\n\xa2\xe7\xf9"]\xe1S\xcb\xfd\x8b:\xe0\xc5\t\x12\r\x90`U\xf8b.\xd0c\x9f\xfe\xa1(\xdbg\x07\xb8\x03RH\xdb\xe0/\x80\xf95\xd9=\x1a;\xdc%S\xdd\'D\xf9\xec\r\x87p\xf9\x02\x8f\xf3\x9f\xf3\x8d\xbe\xd5\xc7\xbf8s\xb2\xe1\x8d\xd9\xdd\x99\x8e$\x917\xcc57\'?\xcaIj\xc7)\xf9\x88!\xd1$-)Q\xd8\xaf\xb0$\xce\xec\r}\x14O\xd6?\x1f@\x93\x84\xd4\xb3\x9e\xe6\xde\xed\xa5')

fake.md5(raw_output=False)
# '0a90410ff1298a71a7d8a9e35e592a70'

fake.sha1(raw_output=False)
# '3a38fdd48b103bff8089ccb34020e1de76607c48'

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '9b119224703b9b36d82041eb203c38f066a9cd98cc93ff97b0c5dbe90809b5e9'

fake.uuid4()
# 'a905fe6f-3da1-c111-f60c-f0bc6067ed32'

fake.language_code()
# u'se'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Kelly'

fake.name_female()
# u'Chloe Bell'

fake.prefix_male()
# u'Mr.'

fake.prefix()
# u'Mr.'

fake.name()
# u'Rebecca Anderson'

fake.suffix_female()
# u'MD'

fake.name_male()
# u'James Martin'

fake.first_name()
# u'Benjamin'

fake.suffix_male()
# u'Jr.'

fake.suffix()
# u'DDS'

fake.first_name_male()
# u'Trevor'

fake.first_name_female()
# u'Kathryn'

fake.last_name_female()
# u'Bell'

fake.last_name()
# u'Lewis'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'084.447.6335x0015'

fake.msisdn()
# '2015478141591'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Unit 1327 Box 0846\nDPO AA 80452-2954',
#     'birthdate': datetime.date(2013, 10, 13),
#     'mail': u'stephenbrown@hotmail.com',
#     'name': u'Dana Lane',
#     'sex': 'F',
#     'username': u'alvaradoalexander'}

fake.profile(fields=None, sex=None)
# {   'address': u'798 Wilson Square\nSnyderfort, OK 34375',
#     'birthdate': datetime.date(1960, 7, 2),
#     'blood_group': '0+',
#     'company': u'Robinson-Snyder',
#     'current_location': (Decimal('-24.523251'), Decimal('64.681375')),
#     'job': 'Sports administrator',
#     'mail': u'scotttheodore@gmail.com',
#     'name': u'Ashley Castro',
#     'residence': u'02650 Jackson Point\nLake Matthewburgh, MS 84680-1122',
#     'sex': 'F',
#     'ssn': u'393-79-3352',
#     'username': u'michael34',
#     'website': [u'http://www.williams-mann.com/', u'http://lutz-grant.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   -48942153108618.4,
#     u'https://www.washington.com/',
#     u'vxScRitYLFmUbmjyOXDY',
#     u'pEGajrIZXXNZiGaTwLoJ',
#     u'dsingleton@gmail.com',
#     u'davisjason@hall-hernandez.org',
#     u'vUnpcldNKTdDIKvZuxZi',
#     u'zNaCqNWtDxbipisyBiPa']

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

fake.pystruct(count=10, *value_types)
# (   [   u'pOGuvEAuMMVBFhXpyrbj',
#         datetime.datetime(2012, 8, 25, 22, 12, 14),
#         5004,
#         u'jYMuNFuKiIlXmKLfYEJd',
#         u'http://carrillo.com/category.html',
#         438197.0,
#         4309,
#         269,
#         8864,
#         3575],
#     {   u'ad': u'lfLMIaxvvMzUYsInczCS',
#         u'eaque': u'http://www.long-johns.biz/',
#         u'expedita': u'https://moyer.biz/',
#         u'illo': 283.58205380438,
#         u'laboriosam': u'http://torres.info/',
#         u'minus': 1407,
#         u'nemo': 140,
#         u'quos': 6500,
#         u'sit': u'jennifernewman@clay.com'},
#     {   u'delectus': {   8: u'CDezYnTLyPNLzQVVCeIs',
#                          9: [   u'http://martin-knight.biz/list/tags/main/login/',
#                                 datetime.datetime(1997, 6, 18, 6, 52, 7),
#                                 u'gQUbUUVtLtuDAGMbZWDY'],
#                          10: {   8: -7811036439.56,
#                                  9: 3851,
#                                  10: [   u'VeauBYOAAzgzuipVkgdb',
#                                          u'tammygonzales@torres.com']}},
#         u'eligendi': {   6: 6701,
#                          7: [   u'gcBlsxLezaacIBzfFBMT',
#                                 u'hASkQOFfeZzdJEyAiDop',
#                                 u'denise55@yahoo.com'],
#                          8: {   6: u'http://hammond.net/register/',
#                                 7: 4457,
#                                 8: [   u'toddsullivan@gmail.com',
#                                        u'vZFXsCYEUFiSYlBJNBpP']}},
#         u'facere': {   1: Decimal('-9305.0'),
#                        2: [   u'TJcCqdlcjFRLTEcMgIuL',
#                               243476.36051005,
#                               datetime.datetime(1984, 12, 25, 1, 27, 7)],
#                        3: {   1: u'SUxkeXTedydpOdSpxaDF',
#                               2: 9487,
#                               3: [u'VyowSUSRsVSFBRSuLLDj', 85114566.7]}},
#         u'ipsa': {   5: u'williamanderson@hotmail.com',
#                      6: [   5946,
#                             2838,
#                             datetime.datetime(1993, 2, 13, 2, 3, 37)],
#                      7: {   5: u'ElxdbXoEUDwkmnhbGzpN',
#                             6: u'MxhosnaTRTEImNTWpuPV',
#                             7: [   u'AOkwffCipSbOxqurJQqN',
#                                    datetime.datetime(1974, 1, 15, 18, 38, 35)]}},
#         u'maxime': {   4: u'https://perez-martin.biz/home/',
#                        5: [   Decimal('-1364831.0'),
#                               datetime.datetime(1972, 7, 18, 2, 33, 6),
#                               u'http://jones.info/'],
#                        6: {   4: Decimal('7.31019467328E+14'),
#                               5: -484.98,
#                               6: [u'kAffnNtTAxFqMLcRKHYI', 1006]}},
#         u'neque': {   9: u'https://krause.info/index.htm',
#                       10: [   9907,
#                               u'http://stephens.biz/privacy.jsp',
#                               datetime.datetime(2007, 8, 25, 6, 40, 28)],
#                       11: {   9: u'staffordmadison@hotmail.com',
#                               10: u'ZHGXcrbPFvQTfhIeDaGF',
#                               11: [   u'https://www.hutchinson-watkins.com/explore/categories/category/',
#                                       datetime.datetime(1982, 12, 23, 9, 43, 35)]}},
#         u'rem': {   3: Decimal('7103.99091163'),
#                     4: [   u'https://www.turner.com/',
#                            u'http://le-davis.com/about.asp',
#                            u'https://www.brooks-ellis.com/categories/about.htm'],
#                     5: {   3: 7044,
#                            4: -285572.1,
#                            5: [u'JeAlXiJVkpjXNxdsuPBJ', 2476]}},
#         u'repudiandae': {   0: 255,
#                             1: [   u'http://horne-duke.com/search/category/',
#                                    u'swEYsSsbbnVRzxmqKerA',
#                                    454],
#                             2: {   0: Decimal('35595.3169378'),
#                                    1: 6753,
#                                    2: [   u'vDzqmelwadAAJewTvbtK',
#                                           Decimal('3895211835.0')]}},
#         u'sed': {   2: u'XynGKnclCPwscRyutbdU',
#                     3: [   u'gilaahFmiUyUSvjeZUCI',
#                            u'jsilva@velasquez.com',
#                            u'jrNtgFgtOLAUHBdxVYIP'],
#                     4: {   2: u'markthomas@pennington-bradley.com',
#                            3: Decimal('-635257323.0'),
#                            4: [Decimal('-71091.450861'), 4173]}},
#         u'ut': {   7: datetime.datetime(1973, 5, 9, 22, 33, 22),
#                    8: [   u'pUpfezQFtZDoHfsNygqU',
#                           -220173218783.5,
#                           -86415.326313],
#                    9: {   7: u'lizmcEQzJMBflRAtCQQm',
#                           8: 6062,
#                           9: [   u'MMfeiTfNiHJtShyTNCpq',
#                                  Decimal('-4.5993999761E+12')]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'http://higgins.net/search/author/',
#     u'AfIlykQZnMGDiVnWGieM',
#     u'zCEhTODSVivdcIUrPvwE',
#     u'rKuZdBFaDVOojsmNcaHT',
#     Decimal('-3.33811520499E+13'),
#     u'http://schroeder.com/',
#     u'JwmcwbmJsAvlZWdpQkMF',
#     u'gCZqWgSyFvfdsHLllRaU',
#     6765,
#     4010,
#     -708.54869,
#     u'oOGFvxZrxWkdmRbwZauc',
#     u'shawn57@wong-melendez.com']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   609,
#     u'imartin@roy-wright.com',
#     u'xwtRzTyutKUUxlzcjKfH',
#     u'http://reeves-foster.com/tags/list/search/category/',
#     960278406439.0,
#     9035,
#     u'gDybRfXMLaGdNIsKSiqG',
#     8409,
#     u'vdvCirmiHqDAsLBuKrqP')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'https://trevino.org/register.html', Decimal('-6138.651581'), u'amber51@hotmail.com', datetime.datetime(2018, 3, 17, 14, 56, 39), Decimal('4846385.90633'), u'cpuDfnnGcsyqVlMBPPpG', u'zSPtPXQkPTveqaeMeSVU'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'beatae': u'SSqDRlEdfFCVvKqdYacS',
#     u'cupiditate': 1308967.651016,
#     u'odio': Decimal('6583467796.8'),
#     u'recusandae': u'XSAxcLrxSOmYoROPStnp',
#     u'unde': u'https://giles-hughes.info/home/',
#     u'vero': 65401832122146.5}

fake.pyint()
# 3159

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'375-21-6606'

fake.ein()
# u'37-7708786'

fake.itin()
# u'939-76-5914'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows CE; csb-PL; rv:1.9.0.20) Gecko/2019-05-13 07:43:13 Firefox/3.8'

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

fake.opera()
# u'Opera/9.16.(X11; Linux x86_64; hne-IN) Presto/2.9.182 Version/10.00'

fake.windows_platform_token()
# u'Windows CE'

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

fake.user_agent()
# u'Opera/8.36.(X11; Linux x86_64; sa-IN) Presto/2.9.166 Version/11.00'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_6) AppleWebKit/5332 (KHTML, like Gecko) Chrome/37.0.859.0 Safari/5332'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_3 rv:2.0; se-NO) AppleWebKit/532.17.7 (KHTML, like Gecko) Version/4.0.3 Safari/532.17.7'