Language en_IE

faker.providers.address

fake.address()
# '99081 Hill Centers\nNorth Shelby, WA 10649'

fake.building_number()
# '5577'

fake.city()
# 'West Jennifer'

fake.city_prefix()
# 'New'

fake.city_suffix()
# 'berg'

fake.country()
# 'Bouvet Island (Bouvetoya)'

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

fake.military_apo()
# 'PSC 0886, Box 8752'

fake.military_dpo()
# 'Unit 4712 Box 0075'

fake.military_ship()
# 'USS'

fake.military_state()
# 'AE'

fake.postalcode()
# '69883'

fake.postalcode_in_state(state_abbr=None)
# '05242'

fake.postalcode_plus4()
# '73844-2118'

fake.postcode()
# '13294'

fake.postcode_in_state(state_abbr=None)
# '01040'

fake.secondary_address()
# 'Apt. 105'

fake.state()
# 'South Carolina'

fake.state_abbr(include_territories=True)
# 'TX'

fake.street_address()
# '26762 Weaver Passage Suite 729'

fake.street_name()
# 'Young Islands'

fake.street_suffix()
# 'Extensions'

fake.zipcode()
# '83430'

fake.zipcode_in_state(state_abbr=None)
# '56578'

fake.zipcode_plus4()
# '83832-3846'

faker.providers.automotive

fake.license_plate()
# '3KB K89'

faker.providers.bank

fake.bank_country()
# 'GB'

fake.bban()
# 'ZOEJ9551273140509'

fake.iban()
# 'GB31XDAX7353859687490'

faker.providers.barcode

fake.ean(length=13)
# '8600558827245'

fake.ean13()
# '6187559723254'

fake.ean8()
# '25997538'

faker.providers.color

fake.color_name()
# 'MediumBlue'

fake.hex_color()
# '#9b7d40'

fake.rgb_color()
# '223,140,189'

fake.rgb_css_color()
# 'rgb(5,141,61)'

fake.safe_color_name()
# 'teal'

fake.safe_hex_color()
# '#447700'

faker.providers.company

fake.bs()
# 'synthesize out-of-the-box users'

fake.catch_phrase()
# 'Team-oriented impactful benchmark'

fake.company()
# 'Ayers-Bray'

fake.company_suffix()
# 'Inc'

faker.providers.credit_card

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

fake.credit_card_full(card_type=None)
# 'VISA 13 digit\nKaren Floyd\n4208693476785 11/19\nCVC: 441\n'

fake.credit_card_number(card_type=None)
# '3526710912299107'

fake.credit_card_provider(card_type=None)
# 'VISA 16 digit'

fake.credit_card_security_code(card_type=None)
# '232'

faker.providers.currency

fake.cryptocurrency()
# ('BCH', 'Bitcoin Cash')

fake.cryptocurrency_code()
# 'UBQ'

fake.cryptocurrency_name()
# 'Monero'

fake.currency()
# ('MKD', 'Macedonian denar')

fake.currency_code()
# 'TWD'

fake.currency_name()
# 'Malaysian ringgit'

faker.providers.date_time

fake.am_pm()
# 'AM'

fake.century()
# 'XIX'

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2012-07-17'

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2015, 9, 17)

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 11, 4)

fake.date_object(end_datetime=None)
# datetime.date(2019, 1, 14)

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2009, 12, 10)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2015, 3, 21)

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 11, 2)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 10, 29)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2015, 12, 21, 4, 13, 20)

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(828, 11, 8, 11, 28, 18)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1997, 9, 8, 10, 17, 3)

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 11, 4, 4, 46, 17)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2008, 1, 25, 3, 59, 55)

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 2, 21, 13, 21, 34)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 11, 3, 1, 50)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 31, 15, 24, 57)

fake.day_of_month()
# '19'

fake.day_of_week()
# 'Friday'

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

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 11, 10, 18, 28, 20)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2008-07-30T23:38:07'

fake.month()
# '11'

fake.month_name()
# 'February'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 10, 10, 3, 38, 26)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '14:18:33'

fake.time_delta(end_datetime=None)
# datetime.timedelta(0)

fake.time_object(end_datetime=None)
# datetime.time(8, 48, 51)

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

fake.timezone()
# 'Europe/Monaco'

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

fake.year()
# '1974'

faker.providers.file

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

fake.file_name(category=None, extension=None)
# 'in.png'

fake.file_path(depth=1, category=None, extension=None)
# '/quibusdam/quidem.html'

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

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

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

faker.providers.geo

fake.coordinate(center=None, radius=0.001)
# Decimal('154.684650')

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

fake.latlng()
# (Decimal('-64.922003'), Decimal('122.347161'))

fake.local_latlng(country_code="US", coords_only=False)
# ('34.77453', '-96.67834', 'Ada', 'US', 'America/Chicago')

fake.location_on_land(coords_only=False)
# ('20.21322', '-100.88023', 'Salvatierra', 'MX', 'America/Mexico_City')

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

faker.providers.internet

fake.ascii_company_email(*args, **kwargs)
# 'pvega@yoder.com'

fake.ascii_email(*args, **kwargs)
# 'jack49@gay.biz'

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

fake.ascii_safe_email(*args, **kwargs)
# 'rollinsdenise@example.org'

fake.company_email(*args, **kwargs)
# 'lauren24@brown.info'

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

fake.domain_word(*args, **kwargs)
# 'lawrence-jordan'

fake.email(*args, **kwargs)
# 'marshnancy@gmail.com'

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

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

fake.hostname(*args, **kwargs)
# 'srv-39.lester.org'

fake.image_url(width=None, height=None)
# 'https://dummyimage.com/319x465'

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

fake.ipv4_network_class()
# 'c'

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

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

fake.ipv6(network=False)
# 'd94a:d953:a57e:8e4c:f060:f77f:207e:fa79'

fake.mac_address()
# '0e:3d:f3:f9:01:68'

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

fake.slug(*args, **kwargs)
# 'ad-dolore-voluptas'

fake.tld()
# 'info'

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

fake.uri_extension()
# '.htm'

fake.uri_page()
# 'privacy'

fake.uri_path(deep=None)
# 'wp-content/explore/posts'

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

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

faker.providers.isbn

fake.isbn10(separator="-")
# '0-424-46134-X'

fake.isbn13(separator="-")
# '978-0-230-65864-6'

faker.providers.job

fake.job()
# 'Intelligence analyst'

faker.providers.lorem

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# ('Facilis esse magni dolorem tenetur sint optio. Quo ratione laboriosam '
#  'doloremque officia illum iste.')

fake.paragraphs(nb=3, ext_word_list=None)
# [   'Molestiae earum maiores quod eligendi. Harum placeat amet libero ullam. '
#     'Placeat in reprehenderit maxime.',
#     'Ut illum explicabo dignissimos natus. Voluptatem assumenda dolorum animi '
#     'dignissimos consequatur blanditiis.',
#     'Adipisci numquam similique. Quisquam nesciunt iure aliquid facilis. Nulla '
#     'ea impedit.']

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'Accusamus fugiat cupiditate.'

fake.sentences(nb=3, ext_word_list=None)
# [   'Dignissimos provident praesentium distinctio consequatur nemo dicta.',
#     'Nobis minima optio quisquam.',
#     'Aliquid omnis quod reprehenderit dolorem iste ea.']

fake.text(max_nb_chars=200, ext_word_list=None)
# ('Quod nemo explicabo suscipit atque illum. Similique laudantium neque quia '
#  'nihil atque.\n'
#  'Magnam illo ipsam. Ducimus quisquam nulla molestias minima sequi.')

fake.texts(nb_texts=3, max_nb_chars=200, ext_word_list=None)
# [   'Nihil laborum beatae at magni ab ipsam commodi.\n'
#     'Omnis placeat vero maxime ipsa. Tempore dignissimos eius eum quaerat '
#     'molestiae. Debitis eligendi expedita quod magnam ipsa temporibus.',
#     'Vel labore recusandae libero delectus.\n'
#     'Asperiores esse corporis pariatur dolorum laboriosam magni. Eos amet nam '
#     'porro animi minima.',
#     'Aliquid tempora illo sit facere error. Ducimus molestias molestias '
#     'debitis. Vitae blanditiis unde iure sapiente dignissimos nobis odit.']

fake.word(ext_word_list=None)
# 'ut'

fake.words(nb=3, ext_word_list=None, unique=False)
# ['dolore', 'voluptatum', 'dicta']

faker.providers.misc

fake.binary(length=1048576)
# (b'\\\xf2\x90.:p\xef\x0e\x1b\xf8\xdf\xe5\x8f \x18\xcd)[\x84\xc0\x91\xd0U?'
#  b'm\xb5x^\xde\xdc\xa7\xa5\x07u+\x1f\x17\xe6\xadb\x1a.CV]I\xabq\xcd[\x94 '
#  b'\x12\xea{\x7f\x87\xca\xae\x0e\x1bn\x12C3\xbb-`\xd9\x1c\xa2\xfb\x0b0\x8en'
#  b'\xca\xf0P\xadK\xe7\x12\xc9\x16& 8\xac\xcel~\xcb\xf9\xe4\xf1\xea\xc9\x8c\xcc'
#  b"\xdf\x8a^4m\xe0'\xe3\x81S/oj\x8f\xb45+\xf6Y\x87`C!\xe1}\xb0\xa7\ned\x9c\x8a"
#  b'\xc8\x9f\xd3\x8f"W\xfa\x94\xbcQ\x9bZ9B\xc0\x08=\x06\xbf\xbb\x90yM\xebpemh'
#  b'\xdc\xab\xfe\xcc\x96\x9eg\x13%\x13J\x88\x8d\x97O\xe5~\xde\xbb\xc2'
#  b'\x9b\x1c\xac\xe2h~u\x17\x1b[E\xd6\xf2\xfe[\xe2\x8b\xb7u\xef\x1b\x8baP'
#  b'\xe6\x05\xe4\x10X\x10Q\x07!\xf5n\xb4\xd9\xcfC\xf1\xb99\xa8\\\x17!*\xc5'
#  b'>\x0b"\x16+d\xeb]W/j\xce\x87\xb35?\xf1Ao*\xa5\xb7dl\x19J\xfcIef\x81q'
#  b' \t\xfe\x0b\x88\xc6\xce/\x98\xa6\xb2g\xfb\x18\xe7}\xa4\x12\xbae*>k-'
#  b"\r\x08\xdc:\xc1\xb7'\xa0\xf7eA\xf8MpH\x0ey\xe0\x1e\xf5\\\x1eA\x10"
#  b'\x8fF\xe8\x90\xbb\xfb\xf3<IO/R\xed4K\xefrad\x88i`\x90KF\xb6\xf5\xa2'
#  b"\xa4\xf59\xdac\xa9\xbc\x951\x91`\xaac\xf1\xfd\xa2\x8f\x99\xea'U\x95\x19\xec"
#  b'\xa1\x96\x0e\x86L\xc7\xf9\xbf\xb7\x0f\xb7C\xea\xa5w\x07\x84\xf54\x90rm)\x93'
#  b'\xe4\xc5\x08\xd3\xc8\x19$\xeb\xa5\x0bt8\xef#\x02f\xe8\xe2\xbb\x0e'
#  b"\xfe\x1d\x0cJ\xd5\x18\x95\xf1lR'\x12\xaa\xc3\xec\x9a2\x9a\xc3\xa6"
#  b'\x18\x8eJ\xcc\xcaZ.\xda>{#\x03\x05\x85Z\xba\x12\xfb\xc5\x8f#\xd4\xf7\xe8'
#  b'\xdf71I|\xe9\r\x9a\x913,\x9fP\x0c`\xb3\x14\xfc|\n\xc38\xb3\xc4'
#  b'\x02\xf3\xf6\x02\x18\x86\xe5\xff\x84k\xc3\x89\xe2\xae\xc6\x92'
#  b'\xe7\xc5\xd1\xf2\xfe_\x16\xa4*\x04W\r7gm\xc7\x08l\xb8\xb5\xb7\xa9\x19\x9c'
#  b'\xa9jpi\x06L\xe8\xe7\x98l\x055\x95\x85\xefy\x89\xaa\xbd5&m\xd2\xe2'
#  b'\xc4\x8a\xd5\xc4\x93"D$\x8d\x9e#M\xf5/\x99\x9a\x81\xdco\xa9\x81\x86\xa0\x87'
#  b'\xa1\x00\xb5{\x99L1\xb49\xa8\x803\x95\xf0\x7fw5\xc4\x1d\x9e\xdaZ\xbd\xfc'
#  b'\x91\x1b\xa7\xb8\x8e$z \xd8\xc8\nH\xb6\\a\xef\xe0\x93R\xb0\xb16\xd9!'
#  b'_\xa1t\x0c\xff\xc4+\xe8\xd5\x83j\xa4\xf2\xd72\xa0R#\xeb\x9bK\xf2\xe9\xff'
#  b'kuC\xae\x07\x8aVM=,\xa0\x95\xf3h\x83\xd5c\x8eWd\x99<\x8a\xaa<\xbb\x80%'
#  b'\x15\xf6\xcb\x08\xa3\xa8\x18q\xb4~\xba\x96\x87\xb6+DQ\xba\xc7!"\xef\xc3\x9e'
#  b'+\x82\xbb\xd27\xdf\x96\xd7\xff\x08\xa2\xb6lv\x9a\xedT[58\xb2\xec.N'
#  b'\xb2\xa4\xa3\xa5\x87\x07z\xa74Y\xa8 \x02\t%\xcd\x06\xa4\xdc\xa9\xf25P\xfa'
#  b'Od\xb3\x16\x1b7\xdcW\xf2\x0bq\x7f\x9b\x8fz\xd2\x05\xd0\x04\xe2r$\xf6\x15'
#  b'\x0f\xf2\xad7\xf4\x89\xbec\x93q\x86\x89r\x81\xc2\x0c\xb9;\xf0\xb8_7zp}\x86%*'
#  b'\xd1\x85\xe6i\x83<\x1e\xbfS\xaa\xc425\xae\xe6\xbce\xa9\xb0c\xfe=\xdc}'
#  b'%<\xcd\xba\xc2Y\xe9\xd6a\x1e]\xaf\x0cu\x13\x1f\xc2QPa\x94\x86\xbf\x1b'
#  b'Z\x81\x06\x81m\x885\x8d\xa0K\xc2\xbb\xd96\xc5T\x832H\xef\xe1\xad\x008'
#  b'\x1fF|\xdb\x0f\x1a\xa6\xa4\xcde\xce\xe9\xf5w\xe2;*\xe9\xc0\xc6\xbf\x17\xf5~'
#  b',8\xfb\x0eR\xe0F\x9c\xc1\xa7\xe4\xad\xc8\xac\xc2\xae5\x8eL\xd8+X\xae\xa2'
#  b"E\xdd8<\xc4\x07'\x187f\x897UEc\xc7\xfd\xf2\xa8\xdb\x02\xd4\xb90\xf4\xe5\xfeP"
#  b'r\n\xa9y\x1e!\xcbM\xec\xe4}\xd1\x80\xc8\x86\xa958\xce\x849\x1d\x91\xfc'
#  b'\xca\xedU\xca\xd9\xfc\x0f\x15X2C:\xc5\xf7\x17A\xa2\x94\x88&,\x1f4\x93'
#  b' X\xb5\x8f\x99\xbd\x9e\xe8)\xb5\t\xaad\xea4p\xe7bkV9\x8eru\x08"\x12\xbc'
#  b'IG\xb8l\xd4)\xb6WOk\xe7\xe9\xe6\xbaNV')

fake.boolean(chance_of_getting_true=50)
# False

fake.md5(raw_output=False)
# '392aabf540f0fd419e8382bbfc765350'

fake.null_boolean()
# True

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# '#NDG9BEdB6'

fake.sha1(raw_output=False)
# '7dcf6bfedefa8b93427ece3d65b7db08f5597c49'

fake.sha256(raw_output=False)
# '881fdf30931b49813cb51f8fdd49f94a2081c7731b4fec578308b12482720cf8'

fake.uuid4(cast_to=<class 'str'>)
# '0064643e-9751-49d0-8166-02348736b637'

faker.providers.person

fake.first_name()
# 'James'

fake.first_name_female()
# 'Sheri'

fake.first_name_male()
# 'Justin'

fake.last_name()
# 'Stanton'

fake.last_name_female()
# 'Peterson'

fake.last_name_male()
# 'Oconnell'

fake.name()
# 'Jennifer Ray'

fake.name_female()
# 'Jennifer Lopez'

fake.name_male()
# 'Alexander Rodriguez'

fake.prefix()
# 'Mr.'

fake.prefix_female()
# 'Ms.'

fake.prefix_male()
# 'Mr.'

fake.suffix()
# 'MD'

fake.suffix_female()
# 'PhD'

fake.suffix_male()
# 'DDS'

faker.providers.phone_number

fake.msisdn()
# '1025070101119'

fake.phone_number()
# '236-562-2892'

faker.providers.profile

fake.profile(fields=None, sex=None)
# {   'address': 'PSC 2044, Box 3985\nAPO AA 96928',
#     'birthdate': datetime.date(1936, 9, 1),
#     'blood_group': 'O-',
#     'company': 'Woods, Willis and Smith',
#     'current_location': (Decimal('-7.659570'), Decimal('5.372995')),
#     'job': 'Engineer, manufacturing',
#     'mail': 'kimberly03@hotmail.com',
#     'name': 'Mary Robinson',
#     'residence': '89457 Madison Springs\nSouth Danielborough, WI 37103',
#     'sex': 'F',
#     'ssn': '845-98-1057',
#     'username': 'fernandezcharles',
#     'website': ['http://williams.com/', 'https://www.morris.com/']}

fake.simple_profile(sex=None)
# {   'address': '93571 Owens Estates\nEast Michaelside, OK 38222',
#     'birthdate': datetime.date(1970, 1, 4),
#     'mail': 'emiller@hotmail.com',
#     'name': 'Laurie Chaney',
#     'sex': 'F',
#     'username': 'xmaxwell'}

faker.providers.python

fake.pybool()
# False

fake.pydecimal(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# Decimal('863402.547771')

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   'aperiam': Decimal('-48860365164.356'),
#     'corporis': 'https://www.kirk.info/tag/categories/about/',
#     'earum': 2350,
#     'impedit': 'aprilgarcia@hotmail.com',
#     'reprehenderit': 3721,
#     'tenetur': 'https://nunez.org/post/',
#     'veniam': 'http://www.ramirez.com/',
#     'veritatis': 'http://alexander.org/category.jsp'}

fake.pyfloat(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# -9.58398

fake.pyint(min_value=0, max_value=9999, step=1)
# 4

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   'BVYylNfbBLEOiLKtevEW',
#     'https://www.long.com/home/',
#     datetime.datetime(2009, 8, 4, 17, 9, 47),
#     Decimal('-7041.66231'),
#     7687,
#     'YBqImmQcWLXLljmFEvnK',
#     'http://rich.info/privacy/',
#     'http://evans.com/tags/post/',
#     'BTCXRXOIGAiTRQuJoqfr',
#     -40.9680174,
#     'VYMhswlIUyGzuetFYXyn',
#     'GIdzbyIgsajcqRHMiVqw',
#     'oowens@ray.info',
#     'https://www.savage-curtis.com/terms/')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('427331094.24'),
#     'PekSLZyHjbVznjCzDgWI',
#     'vAAPqAnmDzPudbYSnnWQ',
#     4266,
#     'LvgKagFRGYWbrOUJCzsy',
#     7820,
#     datetime.datetime(1990, 8, 21, 9, 0, 56),
#     -5660.5101445684,
#     'roTkhpYtuKkuuhicsmNU',
#     'wongchase@yahoo.com']

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {'aLECTMZWzUHiPRPCCtiU', 'hbaker@gmail.com', datetime.datetime(1989, 2, 12, 2, 46, 59), 'watsonfrederick@allen.info', 'jdpcwNTowuBMhAOFeBzt', 4400, 'REnykOsIvNrbtvklDosH', Decimal('52940106.308044'), datetime.datetime(1997, 9, 8, 0, 1, 27), 'https://www.anderson.com/explore/tag/explore/homepage/', 1724, 'XYpmOUCICJcxPPRfnhbG'}

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

fake.pystruct(count=10, *value_types)
# (   [   'FFjFHZjxoFMSBosuojXX',
#         Decimal('-705923.0'),
#         Decimal('-930525.0'),
#         datetime.datetime(1991, 5, 23, 21, 32, 31),
#         'GkLHIUgTCDMYCcYFjCXn',
#         8851,
#         6612,
#         'hAAeiUaFgehnyHjeTYwb',
#         'xCXtflixTtdFpbbWUIbg',
#         'qERPuDWckxPrurWeLOlU'],
#     {   'asperiores': -809655.129,
#         'atque': 'DzyCMFYVsTfQKwMIUVPq',
#         'beatae': 'eQTovBztTHeegAvqMDEf',
#         'debitis': Decimal('8372012562667.9'),
#         'iure': 'swright@gmail.com',
#         'nam': Decimal('-3312134280.9831'),
#         'nobis': 'perrylaurie@porter.biz',
#         'ullam': datetime.datetime(2004, 10, 15, 19, 9, 5),
#         'voluptate': 'bjywbeutNnmIEmnnjxHZ'},
#     {   'aliquam': {   8: 'lduffy@mendez.info',
#                        9: [   39.348434538907,
#                               'fGazXjLCVcdoFMbrabEt',
#                               'JfuWEvkDBagDdhfAoZHG'],
#                        10: {   8: 'GBtKbZihEaRJbEofyHGI',
#                                9: Decimal('720574464344410.0'),
#                                10: [   'jasonperry@yahoo.com',
#                                        'AzvSwqoJQJHKoVYXUNKp']}},
#         'atque': {   1: 'nzavala@hotmail.com',
#                      2: [   'mMLfPoAhMLtZQdyfhKtz',
#                             'DcNJblXNGMGDLZeCtlBs',
#                             'XWRYQdjEGTyCsaefXBbL'],
#                      3: {   1: 'suarezsydney@gmail.com',
#                             2: Decimal('115.537153'),
#                             3: [   126.6021495,
#                                    datetime.datetime(1992, 3, 23, 15, 0, 28)]}},
#         'est': {   0: 9254,
#                    1: [5396, 5619, 'TNctDwfoQSLhILdcpqJh'],
#                    2: {   0: 4250329015.924,
#                           1: 1164,
#                           2: ['WHgHEegjdHegfPYrKOyx', 'YTxwLVquQmnIVwxUXbkv']}},
#         'harum': {   2: 7148,
#                      3: [7315, 'YnBkSuIDLlaWccPjmLuT', 7651],
#                      4: {   2: 2464,
#                             3: 'jDocKbLreljJoaIitjJr',
#                             4: [   'thJCliSLWoCEqtWkDYKG',
#                                    'ztBOZLyZOcglEOavagXL']}},
#         'iste': {   5: 'tNGbOTMxvXVFYHVrjiyb',
#                     6: [4869, 'IEHywnWKQKVkvQpURqzc', 8533],
#                     7: {   5: 'KRkLMbSAhaxdcDekUQSz',
#                            6: 'UyeExHZpXTYnXHxHoPnE',
#                            7: [   'sherryedwards@hall-sullivan.com',
#                                   'NriZHICJzJappdpwolux']}},
#         'nulla': {   6: datetime.datetime(1973, 10, 22, 11, 46, 52),
#                      7: [   'http://burns-brown.com/',
#                             'KIFgKVtkMDfJWbfKQMLB',
#                             'brian33@gmail.com'],
#                      8: {   6: 'SNPwJPOGkXrRyHthTwEC',
#                             7: datetime.datetime(2017, 2, 17, 8, 32, 5),
#                             8: ['KKcwKRFdRYaVOpGQZuWR', 6725]}},
#         'odit': {   3: Decimal('-0.6'),
#                     4: [5309856619904.3, -6.0, 'HRUmFilWcEssRXMTTOnw'],
#                     5: {3: 4322, 4: 'XcuhDPmMBjAJPKBVNzCk', 5: [8079, 8402]}},
#         'quisquam': {   9: 'http://sanders.com/posts/about.php',
#                         10: [   'ligregory@hubbard.biz',
#                                 6870,
#                                 'sNwdaEVxXnqOAmMGydUW'],
#                         11: {   9: 'rojasanthony@peterson-campbell.com',
#                                 10: 'JrOAPKlnOLsLgeTcqIbz',
#                                 11: [   'courtneymeyer@parks.com',
#                                         'rhzQITNaRUUvpDriqWkh']}},
#         'vitae': {   7: 7773,
#                      8: [   datetime.datetime(2008, 9, 8, 9, 30, 25),
#                             1745,
#                             'ggIpSigostKKLtrdruqS'],
#                      9: {   7: 3989,
#                             8: 'monicagarcia@yahoo.com',
#                             9: [   'fXQEdpXmIHDlFmXzRIEL',
#                                    'https://www.gonzalez.info/explore/tag/author/']}},
#         'voluptas': {   4: 'zORrvXfHIUxQsreaqxGA',
#                         5: [   4641,
#                                'ggABHcpGHUDCTTLFJUJe',
#                                'ypWPNAtaYvZWgecECHLD'],
#                         6: {   4: 9386,
#                                5: 'http://mcguire.com/',
#                                6: [   -466195949.0,
#                                       datetime.datetime(1999, 3, 25, 3, 11, 8)]}}})

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   'fernando66@gmail.com',
#     -77497072024.0,
#     'theresa57@stewart.biz',
#     333,
#     'http://ramos-rivera.com/categories/main.php',
#     'rEfDtndbhBsMmbpNoxAj',
#     4530)

faker.providers.ssn

fake.ssn()
# '817-15-1276'

fake.vat_id()
# 'IE6D98444f'

faker.providers.user_agent

fake.android_platform_token()
# 'Android 4.3'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (iPad; CPU iPad OS 4_2_1 like Mac OS X) AppleWebKit/535.1 '
#  '(KHTML, like Gecko) CriOS/47.0.849.0 Mobile/65F278 Safari/535.1')

fake.firefox()
# ('Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/535.2 '
#  '(KHTML, like Gecko) FxiOS/9.8i9763.0 Mobile/61E372 Safari/535.2')

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

fake.ios_platform_token()
# 'iPhone; CPU iPhone OS 3_1_3 like Mac OS X'

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

fake.linux_processor()
# 'x86_64'

fake.mac_platform_token()
# 'Macintosh; PPC Mac OS X 10_9_9'

fake.mac_processor()
# 'PPC'

fake.opera()
# 'Opera/9.49.(Windows NT 6.1; ln-CD) Presto/2.9.189 Version/12.00'

fake.safari()
# ('Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; bs-BA) '
#  'AppleWebKit/535.12.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 '
#  'Safari/6535.12.5')

fake.user_agent()
# 'Opera/8.27.(X11; Linux x86_64; ast-ES) Presto/2.9.165 Version/10.00'

fake.windows_platform_token()
# 'Windows CE'