Language lt_LT¶
faker.providers.address¶
fake.address()
# '0176 Kavaliauskas Loaf\nEast Karolis, VT 14021'
fake.building_number()
# '3768'
fake.city()
# 'Kazlauskasview'
fake.city_prefix()
# 'East'
fake.city_suffix()
# 'port'
fake.country()
# 'Saint Barthelemy'
fake.country_code(representation="alpha-2")
# 'CL'
fake.military_apo()
# 'PSC 6901, Box 2632'
fake.military_dpo()
# 'Unit 5660 Box 7539'
fake.military_ship()
# 'USS'
fake.military_state()
# 'AA'
fake.postalcode()
# '75861'
fake.postalcode_in_state(state_abbr=None)
# '35615'
fake.postalcode_plus4()
# '19645-1868'
fake.postcode()
# '91787'
fake.postcode_in_state(state_abbr=None)
# '86432'
fake.secondary_address()
# 'Suite 522'
fake.state()
# 'Oklahoma'
fake.state_abbr(include_territories=True)
# 'IL'
fake.street_address()
# '9102 Gronskis Common'
fake.street_name()
# 'Naujokas Views'
fake.street_suffix()
# 'Heights'
fake.zipcode()
# '45869'
fake.zipcode_in_state(state_abbr=None)
# '26602'
fake.zipcode_plus4()
# '31129-0885'
faker.providers.automotive¶
fake.license_plate()
# '629-QRS'
faker.providers.bank¶
fake.bank_country()
# 'GB'
fake.bban()
# 'SVCC0405579371623'
fake.iban()
# 'GB66HDNK2050602626439'
faker.providers.barcode¶
fake.ean(length=13)
# '3319822506391'
fake.ean13()
# '4725505128870'
fake.ean8()
# '64228129'
faker.providers.color¶
fake.color_name()
# 'DarkViolet'
fake.hex_color()
# '#d36326'
fake.rgb_color()
# '178,94,51'
fake.rgb_css_color()
# 'rgb(138,229,107)'
fake.safe_color_name()
# 'maroon'
fake.safe_hex_color()
# '#114400'
faker.providers.company¶
fake.bs()
# 'unleash next-generation initiatives'
fake.catch_phrase()
# 'Triple-buffered global help-desk'
fake.company()
# 'Grinius, Kazlauskas and Urbonas'
fake.company_suffix()
# 'and Sons'
faker.providers.credit_card¶
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '08/23'
fake.credit_card_full(card_type=None)
# 'JCB 16 digit\nAmelija Nausėda\n3512872864933939 09/29\nCVC: 332\n'
fake.credit_card_number(card_type=None)
# '3507940681689724'
fake.credit_card_provider(card_type=None)
# 'Mastercard'
fake.credit_card_security_code(card_type=None)
# '415'
faker.providers.currency¶
fake.cryptocurrency()
# ('NEO', 'NEO')
fake.cryptocurrency_code()
# 'BCH'
fake.cryptocurrency_name()
# 'Burstcoin'
fake.currency()
# ('VUV', 'Vanuatu vatu')
fake.currency_code()
# 'LRD'
fake.currency_name()
# 'Jordanian dinar'
faker.providers.date_time¶
fake.am_pm()
# 'PM'
fake.century()
# 'XIX'
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2005-06-23'
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1998, 8, 26)
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 11, 4)
fake.date_object(end_datetime=None)
# datetime.date(1989, 3, 8)
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1973, 10, 7)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2012, 10, 15)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 11, 3)
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 11, 1)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 5, 15)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1979, 12, 14, 5, 2, 54)
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(697, 5, 24, 2, 31, 58)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2008, 12, 25, 3, 21, 55)
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 11, 4, 4, 46, 19)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2007, 5, 27, 1, 53, 20)
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 4, 11, 18, 33, 20)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 11, 2, 19, 3, 12)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 11, 4, 0, 54, 12)
fake.day_of_month()
# '17'
fake.day_of_week()
# 'Friday'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 11, 9)
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 11, 24, 21, 48, 42)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1979-10-30T07:58:46'
fake.month()
# '08'
fake.month_name()
# 'November'
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 10, 18)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 10, 24, 1, 37, 43)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '19:48:31'
fake.time_delta(end_datetime=None)
# datetime.timedelta(0)
fake.time_object(end_datetime=None)
# datetime.time(4, 52, 27)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object Provider.time_series at 0x7f59e7bb1840>
fake.timezone()
# 'America/Lima'
fake.unix_time(end_datetime=None, start_datetime=None)
# 666793745
fake.year()
# '1982'
faker.providers.file¶
fake.file_extension(category=None)
# 'wav'
fake.file_name(category=None, extension=None)
# 'laboriosam.jpg'
fake.file_path(depth=1, category=None, extension=None)
# '/exercitationem/eos.txt'
fake.mime_type(category=None)
# 'model/iges'
fake.unix_device(prefix=None)
# '/dev/sdk'
fake.unix_partition(prefix=None)
# '/dev/sdh6'
faker.providers.geo¶
fake.coordinate(center=None, radius=0.001)
# Decimal('33.524697')
fake.latitude()
# Decimal('86.467508')
fake.latlng()
# (Decimal('-75.9137935'), Decimal('-137.154793'))
fake.local_latlng(country_code="US", coords_only=False)
# ('41.57721', '-93.71133', 'West Des Moines', 'US', 'America/Chicago')
fake.location_on_land(coords_only=False)
# ('32.57756', '71.52847', 'Mianwali', 'PK', 'Asia/Karachi')
fake.longitude()
# Decimal('46.768719')
faker.providers.internet¶
fake.ascii_company_email(*args, **kwargs)
# 'mkazlauskas@zukauskas.com'
fake.ascii_email(*args, **kwargs)
# 'ikavaliauskas@gmail.com'
fake.ascii_free_email(*args, **kwargs)
# 'xgailys@yahoo.com'
fake.ascii_safe_email(*args, **kwargs)
# 'sandrabutkus@example.org'
fake.company_email(*args, **kwargs)
# 'bkaupas@ambrasas.com'
fake.domain_name(*args, **kwargs)
# 'akelis.biz'
fake.domain_word(*args, **kwargs)
# 'akelis-kazlauskas'
fake.email(*args, **kwargs)
# 'ineta53@hotmail.com'
fake.free_email(*args, **kwargs)
# 'naujokasdominyka@yahoo.com'
fake.free_email_domain(*args, **kwargs)
# 'hotmail.com'
fake.hostname(*args, **kwargs)
# 'lt-91.kairys-poska.org'
fake.image_url(width=None, height=None)
# 'https://placeimg.com/642/810/any'
fake.ipv4(network=False, address_class=None, private=None)
# '195.37.179.76'
fake.ipv4_network_class()
# 'b'
fake.ipv4_private(network=False, address_class=None)
# '10.197.243.21'
fake.ipv4_public(network=False, address_class=None)
# '192.31.39.196'
fake.ipv6(network=False)
# 'be11:b526:f71e:bcc0:c3b:a163:7193:1003'
fake.mac_address()
# 'a7:cf:95:54:5b:44'
fake.safe_email(*args, **kwargs)
# 'ariana95@example.net'
fake.slug(*args, **kwargs)
# 'ipsa-dolore-qui'
fake.tld()
# 'com'
fake.uri()
# 'http://www.gaizauskas-narusis.com/search/tag/about/'
fake.uri_extension()
# '.html'
fake.uri_page()
# 'home'
fake.uri_path(deep=None)
# 'tag'
fake.url(schemes=None)
# 'http://www.gronskis.net/'
fake.user_name(*args, **kwargs)
# 'igronskis'
faker.providers.isbn¶
fake.isbn10(separator="-")
# '0-286-68270-2'
fake.isbn13(separator="-")
# '978-1-67884-323-6'
faker.providers.job¶
fake.job()
# 'Engineer, maintenance'
faker.providers.lorem¶
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# ('Voluptatem modi numquam quisquam dicta adipisci exercitationem architecto. '
# 'Commodi quam earum doloremque sint occaecati sequi. Sapiente deserunt '
# 'tempora eum sunt ducimus voluptatibus ipsam.')
fake.paragraphs(nb=3, ext_word_list=None)
# [ 'Iusto ea ipsam ipsam ab. Incidunt consequatur cupiditate magnam quibusdam '
# 'ea nostrum.',
# 'Dolorum nemo sunt corporis magnam beatae voluptates. Eligendi quaerat '
# 'cumque dolor quam repellat placeat.',
# 'Aperiam vitae voluptatum mollitia deleniti sint.']
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'Unde perspiciatis soluta aliquid.'
fake.sentences(nb=3, ext_word_list=None)
# [ 'Sint cumque ipsa earum.',
# 'Minus sunt labore commodi saepe.',
# 'Nihil corporis autem officia error.']
fake.text(max_nb_chars=200, ext_word_list=None)
# ('Aperiam molestiae iusto animi. Non cum dolor eius. Maiores repellat vitae '
# 'assumenda.')
fake.texts(nb_texts=3, max_nb_chars=200, ext_word_list=None)
# [ 'At consequuntur qui ab quaerat. Rerum incidunt facere at quo.\n'
# 'Autem dolore placeat assumenda delectus possimus. Sed dignissimos animi '
# 'sed accusamus.',
# 'Debitis ducimus atque dolorem cumque officia. Reiciendis autem at cum '
# 'esse. Minus aliquam labore neque velit reprehenderit doloribus nulla.',
# 'Fuga doloremque voluptas maiores officia quibusdam. Est possimus '
# 'occaecati eaque sapiente optio illo.']
fake.word(ext_word_list=None)
# 'at'
fake.words(nb=3, ext_word_list=None, unique=False)
# ['earum', 'non', 'quasi']
faker.providers.misc¶
fake.binary(length=1048576)
# (b'ZJ\x93iv\xe2Q\x0bS?X\x80\xa0%Q\x18\x89\x18]4 \xae\x95\x1a\xf4\x1b{C'
# b'+\xe4j\xdc\x80u\xdeT\xdf"*\xa6z\xed\xb2\x80\xd3\x04\x90x^\x0cx\x88'
# b'z\x00\xf3\xceHQ\xf3\x1d ](\xbb\x84\xcc\x8f\xc8t\x0c\xbe\xb2\x109\xbb\xf6'
# b'\xa0N\xe0\xcc}\x0f\xd9\x02\xfd\x10&\x0e\x1b3\x85\xe2D\xf4\x97z'
# b'\x94\xa3\xc5\xba5\xaa\xa5*C\x10*\x02\x8d\xd2\x08\xe7\x1arL\xb7k:\xe2\x08'
# b'\xac\x18o\x86\x96\xc0vL\xb2\xa2M\xa5\xcb\xe2\xd0:#\xd3-j\xef\x81\xdc{n\x93ob'
# b'dD\x9c{\xa3\xf3\x82\xd5\xe2:\xc6\xb7\x8fCZ\xd2\x94\xad\xe6\xa8\x00\xb7S7'
# b'`\xdaM\x8c\xb5\x918\xe0\xb5P>\xabrg\x16\\d\xf0\xa8\x87\xb9\xecR\x00'
# b'\xa7z\xbcFya\xb3-P\xf4\xc3\x13\xfcr\xc9\x18\x90rZ{\x894Wv\tHSC\xa7\xad\x06s'
# b'H\xbc\xc9\xb0G\x8f\xbaoj\rp\x10\x15\x8b\xa5\x90\xa4\x07\xe6:\xd2\xa3\x96\x03'
# b'\t\x93P\xcb\xe5\xe6\x8cp\x86<\xec\xfe\xef .\xd6\xb4\xc5\x12\xf9\xac+\xe8\xf5'
# b'%\xf8\xad\xe8\xb8U\xc9\xd3=l\xb7\xc3\xc6\x9c^0\x92\xdbXo\xc6\xf2\xd1W'
# b'\x16\x1d\xc4\xd0z\xd7\xb4|\x0b\x87\x90Y\x92\xfc\xb1M\xb0&\xc9\x14'
# b'\x80\xb4O\xc8]\x17\x11N\xba\xb9$\x8b\x87\x95H\x9ax\xf8 \t\x1f\x85Y+'
# b'\xf5V\xcbQ\xa3\xcc\xb2,\x8d3f\xef\xe9Fy\xb8\x1b\\v\xf3~\r\xf7\x96'
# b'\xa0\xa5\x1b\x1c\x1a\xef\x8a\xfd\xf4\xe7\xdb\xbcW\xccK\xa3\xab\xe9\xc0\xee'
# b'!p\x10\xee\xd4m\xcd\x03J66t\xc8\xc8\xd9n`\xe3\xf8O\xee9\x11\xb3\x14\xa4\xe9@'
# b'\xb9!\xac\xdf\x06\x94)\x93\r\xe0\xa4\xab\xbcu\xde\xf7\xb4\t\xdc\x90'
# b'[\xfbg\xcf\r\xed\x08\x19\x01\x88\x85\x82\x88\xc30\xc4x\x84\xb0+'
# b'\x93\xf0\xa6\x95\xbd\xd8\x07\x1cmsp\x0f:U\xa0\xf3\x96\x83\xdc\xbbqm%\xf8'
# b"\xdc\x07\xe8\x05\xfdkH\\2\xd5u\xff\xfd\xf7\xa9\xea\x03\x87\xe9\x93'\x94@R"
# b'-\x89\x0f%\x9b\xc1\x8a\xdf\x1c\x84\xd4dW|\x02YV\xd1\x88\xcfo?Cf'
# b'\x9e\x1c\x9c\xca3HZ\x98\x97*`\xccC\x04rE\x94\xdf\xb2\x08\xd7\x19\xac0'
# b'\x17&.\xa3\xe2\x95\x95:\x08:\xd8\x90\x07\t\x9f\xe4\xfc@\xdc\xad'
# b'\xeb\xaf\xd0\xf6\xa8\xe7\x00\x82\xd9\xe3\xf4\n@\xbd\x10\xfd\x8a\xe2S\x8d'
# b'dW\xec\xaa\x8apFo#|\xa2dS\x0b\x99\x80\xb7R\xac\xa1>\\\xe2\xd3\x9c\x8d\xbaO'
# b'\x1b[3\xed\xfc(\xa5\x02sW6t\x00\xf0\rK\x94\xda\xf6\xc1}.\xc92\x8a\xb6K\xb7'
# b'G\x1fv%\xb4nS\x02\xcb\xaf\xab\xd7\xdf\xd7#)\xc5\x8c^\xfa[7\x07\x19k\x82b\xd7'
# b'7IC\xac\xb5s\xcbGe\xe5\xacZa\xd2\x8e\x8d\xcf\xe5)\xdb;\xe7\xb2\xcd'
# b'\xe3\xd4\xd7z\xda\x8e\xfe0\xe72Z\xce\x8d\x9eX\xd1\x83~\xc7\x05'
# b'\xa0\xd2\x91\xc2\x9bt\x9cc\x9c\xae\xdf\x90)\x96`n#T\xe2\xd1\xe7\x14E\xdf'
# b'\t\xdc\xbe\x81\xb30\xadI\x1cO\xcd\xd9\xe3[\xd2(\xc4\xa4\xc8v)\x9da&'
# b"\x89V\xe4\xb5\x889Yo'Cv\xdf\x92uL\x99\x99\xf7\xcc'a\xf8y!\xad\xe7\xbe\xef"
# b'\n,i\x8ch:\\\xcf\x89w9JYHi\x96\x97\xc2<W\x96\x8c\x0e\xa4\x16D\x10!'
# b'\xe6\xab6\x93\xaf,\x96\x13\xa4:V\xcdMFD\xf8\xb3\xf2\xe8\xdc$\xf35\xc745\xd1R'
# b'PM\xd2\xdc\xcf\x05\x80\x9c}\x1f:\xd23oq\xcc3\xbb\xc7\xda/\xf6\x91\x99'
# b'J\x92\x10\x1a\x99*\xefO\xc5F(\x03\x03\xe9\xd8]m\x14IL\x90\x8c\xc0\x0f'
# b'\xe5\xfaK\xa7\xf9vs\xa1=n\x18\xec\xbe\xf8\x1ca\xfdf\x8a\x9fO\xa1N\x01'
# b"\xc3\xbek\x8f\x9f\x1d/G\xd7\xf5d\r\xd5`'\xa5\xed`+1\xc0\xde\xdc\x86"
# b'y,\xd7\xf4\xc0\xda}\xa9\xbb2\xfanqU\xbf<\x89\xd9Q\x19y\xd0/\xcc3\x05XZ'
# b'\xb5\xd0\x05\x18E\xc10T\x8c\x98I76\xffD\x15@\xf4\x91}\x19c\x99\xc4(\x96$\x96'
# b'\x0b\xa0\xfaO\xc6\xcaA3\xafi^\x9c\x19\xea\x17\x13\xcc\xf7\xca\xcd')
fake.boolean(chance_of_getting_true=50)
# False
fake.md5(raw_output=False)
# 'd5ee958a9956d62e522154421d7dc7cf'
fake.null_boolean()
# None
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# '!TTi&7EXj7'
fake.sha1(raw_output=False)
# '5733bb3f76410695fb4baba42f5caf14abec9f6c'
fake.sha256(raw_output=False)
# '2f91bc148fb317c0bcbe88509a04e5bda2111a60e9136289f3d5d4b0e35649f3'
fake.uuid4(cast_to=<class 'str'>)
# '6d1ea088-4374-4fdf-b6d0-fd722d7c430e'
faker.providers.person¶
fake.first_name()
# 'Gabrielius'
fake.first_name_female()
# 'Sandra'
fake.first_name_male()
# 'Evaldas'
fake.last_name()
# 'Kazlauskas'
fake.last_name_female()
# 'Butkus'
fake.last_name_male()
# 'Poška'
fake.name()
# 'Gronskis, Vytė'
fake.name_female()
# 'Lėja Ginzburgas'
fake.name_male()
# 'Jurgita Pocius'
fake.prefix()
# ''
fake.prefix_female()
# ''
fake.prefix_male()
# ''
fake.suffix()
# ''
fake.suffix_female()
# ''
fake.suffix_male()
# ''
faker.providers.phone_number¶
fake.msisdn()
# '4764545054260'
fake.phone_number()
# '+370 18769028'
faker.providers.profile¶
fake.profile(fields=None, sex=None)
# { 'address': '691 Butkus Forks Suite 969\nNew Ana, MI 08286',
# 'birthdate': datetime.date(1982, 5, 8),
# 'blood_group': 'O-',
# 'company': 'Gailys, Sakalauskas and Pocius',
# 'current_location': (Decimal('-9.3443975'), Decimal('99.452859')),
# 'job': 'Solicitor',
# 'mail': 'marija23@hotmail.com',
# 'name': 'Paulina Kavaliauskas',
# 'residence': '419 Edita Vista\nNew Arūnasburgh, NC 68119',
# 'sex': 'M',
# 'ssn': '215-27-5943',
# 'username': 'gjankauskas',
# 'website': [ 'https://www.kaupas.info/',
# 'https://www.gagys-nauseda.com/',
# 'https://www.zukauskas.com/',
# 'https://kaupas.org/']}
fake.simple_profile(sex=None)
# { 'address': '6140 Laura Lane\nArnasfurt, SC 40567',
# 'birthdate': datetime.date(1959, 4, 13),
# 'mail': 'emapaulauskas@hotmail.com',
# 'name': 'Donatas Naujokas',
# 'sex': 'F',
# 'username': 'smilte74'}
faker.providers.python¶
fake.pybool()
# True
fake.pydecimal(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# Decimal('1.527')
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { 'doloribus': 'EgMCkQoAQsPIsjKnIFIB',
# 'ea': 'https://kalvenas.com/category/',
# 'error': 'gIwdHboSoqMkWeNsuDBg',
# 'in': 'YZllbgvyfWdGBvmjfXKy',
# 'neque': 'VjCsBuIuvkLbvGOVZiLr',
# 'officiis': 'yjfehDDqHSoTzVWTIZUm',
# 'omnis': datetime.datetime(1972, 9, 10, 6, 50, 7),
# 'quaerat': 'ryte71@grinius.biz',
# 'ratione': 'yCnuBNFMaNCNVTTJIVGr',
# 'recusandae': 'egMaUlftlspmjBBajKuO',
# 'saepe': 83,
# 'unde': 'ywHXXcqgctRMOFpcxnfa',
# 'veritatis': 'bFyAiJnGzYradJMCdMQy'}
fake.pyfloat(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# -27.905961260229
fake.pyint(min_value=0, max_value=9999, step=1)
# 4696
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 'gaiciunasigne@hotmail.com',
# 'owwZmprZqtTOKUUzFTog',
# 'ltyLQqjcpyltufxtaBFQ',
# 'JexnHBJPULUwuBmublXU',
# 'RIqBjZQiliWxGIKfRvvZ',
# 'PRCooDXQMWzADNWtDAVh']
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ 'CRqfTBUkGuDtEmpUvHtQ',
# Decimal('77179872.741806'),
# 'IgvXTwzaECPSOqTMcOQq',
# 'HVVaVTRLwnXLekioMdtN',
# Decimal('-907.3'),
# 5710,
# 'EoZVVjybtqcCdXWbbLiN',
# 'wwVzPWyahvESezsTFOsE',
# 'poskadarija@gailius.info']
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {'LreppFHjKGyksAfvGEAd', 7528, 'xXKOFofEAXnbagBNzSry', 3664, 'iOSoGyhBrLTOhoQqsKrf', 2008, 'QnqFWCytFYlvewIfLpcT'}
fake.pystr(min_chars=None, max_chars=20)
# 'JfdgfOpNzmXnbjrkDAgz'
fake.pystruct(count=10, *value_types)
# ( [ 1983,
# 'SnPaCtxzcTlZMiVQVFIs',
# 6821,
# -7430417407.5,
# 'ZjTXHJtHaAJzliNvHOdt',
# 'PRdxHyDgkgJoKycXRAUr',
# 'ofhXAgIRIEHkHXmUwdqK',
# 'http://www.gailys-kairys.info/category/wp-content/category.htm',
# 'zuIUhXOTIgKudVjgamnO',
# 'BeqqXQVtCWPiTaJuewbX'],
# { 'consectetur': 'SyZGoAvEVlGzjwsagauU',
# 'cum': 'FFxVLOVVORqfixxHhNgK',
# 'deleniti': 'EKcyoZqTvBHXYIESzwSU',
# 'dolore': 'TyBHlkzhJJabCtwOzDZP',
# 'doloribus': 'VYLVDYEvCgpSDiaYURiK',
# 'ducimus': Decimal('8749480954.34'),
# 'error': 'stankeviciusausrine@grinius.com',
# 'omnis': 'iBiqikvDkazGaitjjaMo',
# 'quo': 'http://www.galdikas.net/app/home.php',
# 'saepe': 'qojHpJkplputHBNBFMNV'},
# { 'accusantium': { 0: Decimal('-52.9359005421'),
# 1: [ 'cEyxXpwUPeHbcXuLrtos',
# Decimal('2095398032619.9'),
# Decimal('127023833119639.0')],
# 2: { 0: 'aurelijapovilonis@stankevicius.org',
# 1: Decimal('-5.71168663418681'),
# 2: ['sigitakalvaitis@hotmail.com', 8092]}},
# 'alias': { 3: 'IVzFXiJhLkDCpdBKDbBm',
# 4: [ Decimal('-3954627829.18'),
# 'greta43@gaiciunas-zukauskas.com',
# 8993],
# 5: { 3: 'HPHhHEfqmMUvgBzyVAGm',
# 4: 'jtOZQvkzzVEhVVUNfRzu',
# 5: [-826.7572781251, 'SstvHIxzPwQGkjYbRyuO']}},
# 'assumenda': { 1: 'xRbZppslcuugEnUvnNoO',
# 2: [ 'hKjBMCIdicIVjPKtpBKk',
# 'UYGudwCyWbEMZbhpNLia',
# datetime.datetime(1978, 7, 20, 2, 9, 29)],
# 3: { 1: 'nFcfHggwuubPgUANcdqF',
# 2: 'XZWZvTkqlUeMUNWXYPkE',
# 3: ['APxJnEBVVnRYQlvAtxOc', 5392]}},
# 'eum': { 8: 8277,
# 9: [ 8282,
# 'inetaurbonas@hotmail.com',
# 'https://narusis.com/'],
# 10: { 8: datetime.datetime(1986, 5, 28, 11, 33, 38),
# 9: 8884,
# 10: [ datetime.datetime(2016, 7, 13, 21, 0, 51),
# 'tETxoLsJMpbiQuDoirJu']}},
# 'excepturi': { 9: 'https://www.povilonis.com/wp-content/login/',
# 10: [ 'mpocius@gmail.com',
# 1132,
# 'http://gaiciunas.com/tags/homepage.jsp'],
# 11: { 9: 'anapaulauskas@hotmail.com',
# 10: 5300,
# 11: [ Decimal('-7546290695.9089'),
# 'OveGbGARGkFTUWiOrNhx']}},
# 'natus': { 7: 'http://www.petrauskas-gaiciunas.com/register/',
# 8: [ -187777.881,
# 'ernestasnaujokas@yahoo.com',
# datetime.datetime(1981, 5, 12, 18, 54, 1)],
# 9: { 7: datetime.datetime(1975, 9, 5, 4, 31, 33),
# 8: 'https://www.gailius.org/tags/category.htm',
# 9: [Decimal('-65756.85110056'), 3430]}},
# 'nihil': { 4: 'HcJlUALBmWEgOmIUHjFD',
# 5: [ datetime.datetime(1978, 1, 24, 17, 2, 36),
# 'https://nauseda.info/main/category/tag/terms.htm',
# 48294.453616],
# 6: { 4: datetime.datetime(1987, 3, 7, 10, 42, 23),
# 5: 1942,
# 6: [ datetime.datetime(2008, 11, 15, 21, 41, 35),
# 149264158.8]}},
# 'sit': { 5: -173749448.6746,
# 6: [Decimal('256896688.2'), 'vgailys@kazlauskas.com', 5688],
# 7: { 5: 'fcyEQvaMBMAEOycpSRUg',
# 6: 'http://kavaliauskas.com/',
# 7: [ 'HIBrsdsDMQFYlFhcVYHq',
# datetime.datetime(1973, 10, 31, 11, 22, 36)]}},
# 'ut': { 2: 880238.193708,
# 3: [ 'rmrHYmicZidbRWGGQAhR',
# 'yoQCHGVhiWajbkbHVZkm',
# datetime.datetime(1971, 4, 15, 23, 37, 53)],
# 4: { 2: 'IorWALYsWUzaNDeqYMid',
# 3: 'rjnuBdMnEsCyWPSrTxWf',
# 4: ['MrdBgRSstbsVZoyZrymD', 7396.2707789159]}}})
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( 'lukas28@gaizauskas.com',
# Decimal('68.15497925702'),
# 'marijaposka@paulauskas.net',
# 'qlzdVlJUKycIGXSKOfBM',
# 5735,
# 'efGMmNrkmMcXoDZTXXcz',
# 9996,
# 8845,
# 4275,
# 'CaKiQpjrxCHqmYiKiTRl')
faker.providers.ssn¶
fake.ssn()
# '055-11-4172'
fake.vat_id()
# 'LT189108890'
faker.providers.user_agent¶
fake.android_platform_token()
# 'Android 5.0'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (Windows NT 5.0) AppleWebKit/536.2 (KHTML, like Gecko) '
# 'Chrome/42.0.833.0 Safari/536.2')
fake.firefox()
# ('Mozilla/5.0 (Windows NT 5.1; brx-IN; rv:1.9.1.20) Gecko/2018-05-14 15:06:48 '
# 'Firefox/7.0')
fake.internet_explorer()
# 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.01; Trident/5.0)'
fake.ios_platform_token()
# 'iPad; CPU iPad OS 10_3_3 like Mac OS X'
fake.linux_platform_token()
# 'X11; Linux i686'
fake.linux_processor()
# 'i686'
fake.mac_platform_token()
# 'Macintosh; Intel Mac OS X 10_6_5'
fake.mac_processor()
# 'PPC'
fake.opera()
# 'Opera/8.79.(Windows NT 5.2; byn-ER) Presto/2.9.179 Version/12.00'
fake.safari()
# ('Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; lzh-TW) '
# 'AppleWebKit/532.25.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B112 '
# 'Safari/6532.25.1')
fake.user_agent()
# ('Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/535.49.7 (KHTML, like '
# 'Gecko) Version/4.0 Safari/535.49.7')
fake.windows_platform_token()
# 'Windows NT 5.0'