Language sk_SK

faker.providers.address

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

fake.street_name()
# u'Me\u010d\xedkova'

fake.address()
# u'Vl\xe1rska 1482\n334 09 \u010ci\u010darovce'

fake.street_address()
# u'Majakovsk\xe9ho 9'

fake.postcode()
# u'852 25'

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

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

fake.country()
# u'Guinejsko-bissausk\xe1 republika'

fake.city_name()
# u'Dlh\xe1 nad Kysucou'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'7'

fake.street_suffix_long()
# u'ulica'

fake.street_suffix_short()
# u'ul.'

fake.city()
# u'Holice'

fake.state()
# u'Pre\u0161ovsk\xfd kraj'

faker.providers.automotive

fake.license_plate()
# u'879-ZCA'

faker.providers.bank

fake.bban()
# 'RYIN2516600234746'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB71MSFS3701826428728'

faker.providers.barcode

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

fake.ean13()
# u'2661051359622'

fake.ean8()
# u'05824182'

faker.providers.color

fake.rgb_css_color()
# u'rgb(82,198,117)'

fake.color_name()
# u'BurlyWood'

fake.rgb_color()
# u'10,18,237'

fake.safe_hex_color()
# u'#aadd00'

fake.safe_color_name()
# u'blue'

fake.hex_color()
# u'#b56454'

faker.providers.company

fake.company()
# u'Brown'

fake.company_suffix()
# u's.r.o.'

fake.catch_phrase()
# u'Realigned web-enabled access'

fake.bs()
# u'transition ubiquitous deliverables'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'American Express'

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\nMaxwell Roman\n180090564948613 01/28\nCVC: 499\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'LTC'

fake.currency_code()
# 'XOF'

fake.currency_name()
# 'Lao kip'

fake.cryptocurrency_name()
# 'Vertcoin'

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

fake.currency()
# ('CAD', 'Canadian dollar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 7, 0, 21, 29)

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

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(1995, 12, 7, 12, 15, 57)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2014, 8, 22)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 1, 18, 46, 53)

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(2014, 6, 26, 14, 5, 25)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 5, 22, 3, 7, 16)

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

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(1991, 6, 23)

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

fake.iso8601(tzinfo=None, end_datetime=None)
# '2015-02-13T22:17:09'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2012, 3, 9)

fake.month()
# '12'

fake.year()
# '1997'

fake.day_of_month()
# '27'

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

fake.timezone()
# u'Europe/Ljubljana'

fake.century()
# u'V'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(2004, 4, 19)

fake.time_object(end_datetime=None)
# datetime.time(5, 9, 13)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 4, 8, 33, 37)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1970, 10, 16, 15, 45, 43)

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

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 21, 5, 11, 6)

fake.month_name()
# 'November'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(884, 3, 7, 7, 58, 8)

fake.time_delta(end_datetime=None)
# datetime.timedelta(7324, 22975)

faker.providers.file

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

fake.mime_type(category=None)
# u'text/html'

fake.file_path(depth=1, category=None, extension=None)
# u'/ducimus/ullam.flac'

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

fake.file_name(category=None, extension=None)
# u'perspiciatis.json'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'rhatfield@azet.sk'

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

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'aaronhartman@inmail.sk'

fake.url(schemes=None)
# u'http://www.hardy.sk/'

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

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

fake.uri_extension()
# u'.html'

fake.uri_page()
# u'search'

fake.free_email_domain(*args, **kwargs)
# u'szm.sk'

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

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

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'alyssa94@michael.com'

fake.domain_name(*args, **kwargs)
# u'holden.sk'

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

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

fake.slug(*args, **kwargs)
# u'voluptatibus-omnis'

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

fake.company_email(*args, **kwargs)
# u'mariavillegas@rodriguez.sk'

fake.uri()
# u'http://nguyen.com/categories/tags/tags/homepage.jsp'

fake.ipv6(network=False)
# '4d48:3f21:f48a:b0f6:b42d:a1c7:a1f3:56a8'

fake.free_email(*args, **kwargs)
# u'elizabeth35@zoznam.sk'

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

fake.mac_address()
# u'5c:51:6e:3d:04:ca'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-259-78694-2'

fake.isbn13(separator="-")
# u'978-0-327-08989-6'

faker.providers.job

fake.job()
# 'Clinical scientist, histocompatibility and immunogenetics'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Delectus beatae facere sit voluptate suscipit. Animi nisi excepturi velit facilis tempore.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Mollitia deleniti repudiandae voluptates earum. Maxime unde et quos.',
#     u'Qui numquam maiores deserunt at blanditiis ratione. Ipsum dicta asperiores magni veritatis. Aliquid nisi iste velit earum quasi.',
#     u'Optio reiciendis cumque minima doloribus expedita. Inventore delectus impedit odio ullam nostrum amet. Ipsa iusto earum eos.']

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

fake.sentences(nb=3, ext_word_list=None)
# [   u'Sequi alias dolor amet officia ea.',
#     u'Rerum possimus consequatur molestias iusto.',
#     u'Veritatis quod aliquid reprehenderit aperiam eaque nobis.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Sapiente eum iure id necessitatibus sequi. Aliquid eius hic. Pariatur recusandae atque adipisci.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Voluptate suscipit animi placeat facere.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'P#81y1VwCb'

fake.locale()
# u'hr_HR'

fake.binary(length=1048576)
# bytearray(b'\x8b\x87\x08\xbb>b\t\xd2\xe8<\xfd\xe5\x08\xa7\x03PM\xde*\xd0Zg\r8\xec=\xf81o\x8c\xe2M&-y\xefUWJ\xde\xca\xa1n\xc0\\\xa6\xcc\xfd\xb1\xe2\x85\xab\xb6\x8ca\xc9\xdak*9\x0c\xda\x9a\xa8/\x9d\xa6\x9d\x13\x84?\xf4\xf8$\x99\t\x85\x9b\xc0I\'R)k\x11\xb3\xea\xa4[\xbd\xd6\x0f`ov\xb7\x94\x91<\xb9\x93W\\\xf1\x1d\xcb\x127%\x88\xd5\x9e\x11\xbae\xaae{\x03\xbd\xf3T\xb9S\x94\xdc\x01\xa1\x19\x1d\xd0D\x90\x9e\x18\xab\xcb^\xd0\x1b\xf3\xb0\t\x84\xa8\x99\x07\xb30\xc0\r\x05YEN\xdfR/\x10\x85P_\x0f1<\xe6\x13dI\xe2Ly\xae%g\x1d\x0e\x05\x08;G\xad\x84\x98Q\x8c6zr\x82\x89\x12\xb6\xa1\x04\x8b.\xc9]\xc3t\xe21\xec\xc7\xad\xc0l\xca\xc1\xd6\xd01nb\xadV\x14\xab\x94\x7f\xdb,m\x12=R@Ov\xe8\x85\xcc\x87\xd6w\xf1\xb788\x0f\r\x04\x93\x1b\xe0\xf79\x8d\xe86\x8a\xa6P\x94H\xa0\xf7\xfc\x83\x9fS\xe4\r\x10\x8f\x88\xba6\xfb\xa9\x90p |9\x94qm\x04\x8c\xb9\xc3\x17r\xc9\x9e\x91\xe0\x16\x01\xcb\x1f\xffF\xa6\x97H\x07\xe2:\x99\xfe\x13\xf5\x10\x08=I1R\xb9\x1e\xf0\x9bL\xbf-\xd9A6\x9aQ\xc1Vm\x9c\xd7c\xbav\x96DLWO`zGN\xf8@HMNu\xb7\xbe\xd6{W\x1c\xba\xd3o?v\xb3yX\xe5Yz\xe7\xa2\xe3\\\xee&\x1aYX\x9e$\x8b\xa5/K\xe0\xcd\x17V=2\xe0\xf6\xbe\xa6_J{7E\x87Z\xa2\x1e\xd6_\x08\xfb\xe5\xba_\x13\x9f\xfd\xc0\x12{\xf9\x03\x15\xd4c\xd7()\xe8\x98 \x98\x9c\x01\xbds\xf8\x9f\xc6\xb9\xd7\xf6\xeew\x97pi]5c\xe0\x82l\x1fm+\x00\xa0\x02\x167`\x85Y\x96]\xeee\xb1\n\x83\xc0\xaaE\x8b4\xff(e\x9f\x15\xe4\x15\xed\xa4f\xa3\xff\xfa\xc1\xb5\xf4\xf2SE\x86\xa0\xc6\x1f\xcf\x81\x99\x06\xebe\x99,\xbbP\xdf\x86I\x933\xf0\x1e\x07\xe3\xc5\x88\x97z\x9d\xce;\xb6\x9c\x86\xd2J\x14\x10\x12M\x86\xca\x94|\x1b\xc7U\x12\x04o\xfa_\xf0\xa0\x81dQ;\xc4`\xffu\x8e\x89\xae\xc8\xe9\xe07\x03J\x02\x88\xed\xde\xa2\xbc\xa3|\xd4V\x8a\x916AX\x8c\xc4\x8e\xb8\x93\xf5\xd1u\x87\x84\xe0\x1an\x8c{\xf1\xb1\xa5\xe3!/\x96\xb7>\x89N\xb4E\x85\x05\xdf\xe7\xd2\xf2\x81\x0f;G\xbdN\xa9o\xf3\xec\xe7\xde&.\xab\xae\x05\xdd\x19s9\xf0+\xb6r-\x94\xd3x\xf6\xb9\x93{\xdfS\xdb\x9b\x86\xd6\x0e\xbe\x98\xa1E\xf3\x97\xffuf\xca|\x8b\x9c\n\xae\x94\xaf"\xde_\xe6\x01\xb2\xc3\xb2\xba\x1b\xb4\xb0\x03\tq\x87\x8b\x8d\xf5U\xaa{\xb4\x1c\x0c"\xafCpm;\xec}\x8a)\x87N\xc9MH\xce\xac|4\xf7\xac~\x06 \xe4v~\x82\x0c\xeaL\xd7Q\xb9\xce\xd0|\xcaX\x00\xb5\xb7\x08V\x1f_0R\xce\xa2ct/\xb5\xf5l@O\xe5\x9a\x86\xeeD\x82\x99GaQ\xf0\rc\xeaW\xdb\xbf\xa0\xf7\xfc\xa1\x0c\x8e\x95\x11,U\xe0\x15\x86"}o[t\xb5}z\xa7\xea\x93\xd6\xbe\x94\x05g\x16\xaaV\x90\x9c\x00A\xda\x94J\x0fN\xc4\x9f\x9el\xd6\xd4\x07\xde\x15l\x9c_-\x0b\xb6\xfb\xc9/\x9d\xe8\xb7k+uS4\xe4\xe1\x1d\xcc\xf5\x95.\x81\x12\xaf\x02H\xeb?\xc4\xfe \xc0\xea\xe8;\xe8?\xcf\xdc\xdb\xcfN\x1d\xac\x95\t\x804@v\xf4\xc3\x8a:\xe4\xa7\x07\xb4|Lt\x81\xab\x1e]^\xb2\'J4\xd9\xee\xc9\xd3:\x85\xc4\x98\x9bo0\x8dDm\x18u/\x01\x03\x1d\x8a\xbb\n\xb6\x89\x99\xc7M\xb4\xb8m7\xf3\xdc\xdbh\x98\xbcj\x18\x15\xf1\x9e\xba\xac\xeb1b2O\x98?\xce\x18\xb4C\xab5<V\xf7a:\xd5/\x00N\xdfd\x1cI\'p\xc5\x04gU\xfa\xb5\xad\x9d\xc6\rT\xea\xe4DzG[\x01\x11\xefJ\x05D\x03G\xcdx(\xe7\x8f\xa8N\xe7x\x95\xb7\x13\xd1\x13\xf0\x8ca\xfd\x0c\x04h\x8c7\x90\x86\xedDjE\x86\xce\xd3{-\xc7s2\xd1%j\xfdP')

fake.md5(raw_output=False)
# '258367a980ac6b45b7f2d04bea6141c4'

fake.sha1(raw_output=False)
# '047040a5ae9c08668d6a9dee6de300056361300d'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '8a51e29d4e8b7a47787d04a5e2bfd0a1960331f6457fe7a15e3fe09c0dc43ea7'

fake.uuid4()
# '6310500d-5681-a0ac-5916-468d61d9f89a'

fake.language_code()
# u'pa'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Jones'

fake.name_female()
# u'Annette Lewis'

fake.prefix_male()
# u'Mr.'

fake.prefix()
# u'Mr.'

fake.name()
# u'Elizabeth Miles'

fake.suffix_female()
# u'DVM'

fake.name_male()
# u'Robert Davis'

fake.first_name()
# u'Alexander'

fake.suffix_male()
# u'DVM'

fake.suffix()
# u'DVM'

fake.first_name_male()
# u'Dustin'

fake.first_name_female()
# u'Jessica'

fake.last_name_female()
# u'Herring'

fake.last_name()
# u'Gallagher'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+421 949 955 472'

fake.msisdn()
# '8343223576300'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Furmansk\xe1 6558\n395 00 Poprad',
#     'birthdate': datetime.date(1943, 7, 15),
#     'mail': u'randallteresa@chello.sk',
#     'name': u'Claire Wheeler',
#     'sex': 'F',
#     'username': u'cfisher'}

fake.profile(fields=None, sex=None)
# {   'address': u'Prievozsk\xe1 8/4\n884 12 Jarabina',
#     'birthdate': datetime.date(1967, 10, 15),
#     'blood_group': 'AB+',
#     'company': u'Williams s.r.o.',
#     'current_location': (Decimal('-1.1740315'), Decimal('91.274941')),
#     'job': 'Sales professional, IT',
#     'mail': u'qhoward@azet.sk',
#     'name': u'Courtney Anderson',
#     'residence': u'Povozn\xedcka 8/9\n085 87 Vy\u0161n\xe1 Ol\u0161ava',
#     'sex': 'F',
#     'ssn': u'012-72-1803',
#     'username': u'robinferguson',
#     'website': [   u'https://burnett.com/',
#                    u'https://gonzalez.sk/',
#                    u'https://garrett.sk/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([Decimal('91.476075'), u'CtyWbjVBVcBqJfgLJGzD', u'GKakMCUxbFKZjjKqtPIR', u'hOMQxmjUTQrMxgtkmItj', Decimal('-4.82272674812E+12'), u'GrTXXWvwTYhLxgGTEPxT', 3425, -577.1815419, 2353, 6359, Decimal('5.69585313396E+12')])

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

fake.pystruct(count=10, *value_types)
# (   [   datetime.datetime(1990, 8, 15, 18, 41, 57),
#         u'hCEYDfDrodkdEEwEwDZH',
#         u'brightfelicia@inmail.sk',
#         u'sarahmartin@inmail.sk',
#         178,
#         u'kpeterson@zoznam.sk',
#         u'WnjgRTHJitSlkJhKAcHH',
#         u'vSeElSpJhQTMuWlANQZj',
#         u'http://www.thompson.sk/main/list/post/',
#         2154.28757],
#     {   u'commodi': datetime.datetime(2008, 2, 15, 23, 37, 15),
#         u'exercitationem': datetime.datetime(2010, 9, 3, 20, 22, 21),
#         u'illo': u'URVARRvSbHbJDJNUNnnK',
#         u'magnam': u'mezJdJgnJwIeCsnEDkzR',
#         u'molestias': u'NORNOKwjfEEAsDEiGRYV',
#         u'neque': 4557,
#         u'numquam': datetime.datetime(2010, 12, 25, 10, 31, 51),
#         u'quod': u'vacevedo@gmail.com',
#         u'voluptatibus': u'CqsMGmwaalwierASHFEo'},
#     {   u'amet': {   6: datetime.datetime(1973, 7, 4, 20, 1, 38),
#                      7: [   2120,
#                             Decimal('-9.76051847068E+14'),
#                             datetime.datetime(2015, 11, 12, 19, 32, 11)],
#                      8: {   6: u'ewoLsEzGXPciFQUYsghR',
#                             7: 6139,
#                             8: [   u'http://www.patel.sk/list/category/category.html',
#                                    496846.797]}},
#         u'aperiam': {   4: datetime.datetime(1993, 5, 26, 4, 16, 57),
#                         5: [   u'ugBAdFitDbJNdlWAHVxQ',
#                                Decimal('-865923009266'),
#                                u'ygutierrez@chello.sk'],
#                         6: {   4: 4426,
#                                5: u'graykevin@atlas.sk',
#                                6: [7594, 998]}},
#         u'beatae': {   7: Decimal('6.80209403973E+13'),
#                        8: [   u'OcYzXKVEyLWzXzlcxkQF',
#                               938462497832.0,
#                               9697786.422],
#                        9: {   7: u'johnsondavid@chello.sk',
#                               8: 851.67563778525,
#                               9: [1660, u'PYMOQvUCXAVhTWbOOUIJ']}},
#         u'eaque': {   8: 8957,
#                       9: [   7943,
#                              Decimal('4.18753392254E+14'),
#                              -710839821169568.0],
#                       10: {   8: datetime.datetime(1978, 3, 30, 8, 11, 34),
#                               9: 244870681473371.0,
#                               10: [   u'hPgqwrLKfmScahPvwaqh',
#                                       u'OVSszTefOXZAtaAZkPvu']}},
#         u'harum': {   1: u'DDDMrBbrhbLnHtXRoACP',
#                       2: [   u'aQxfBQhplbIoEDiHeTfm',
#                              Decimal('7.55376311912E+12'),
#                              Decimal('-265466390123')],
#                       3: {   1: u'http://brown.com/',
#                              2: 7229,
#                              3: [   u'DAJvqahxTtQEyjrEbEYD',
#                                     u'UdkRQkyTRXRsOHqhpZsV']}},
#         u'illo': {   3: u'vanessaterrell@pobox.sk',
#                      4: [   u'DPcpFSbvwBygGiHuthJA',
#                             u'efletcher@zoznam.sk',
#                             2538],
#                      5: {   3: 14524755672.747,
#                             4: u'JQsfVYJNRxuhzZyrNjbK',
#                             5: [   u'nOpmYYZIGMxOWwQuqumU',
#                                    Decimal('86433929115.0')]}},
#         u'illum': {   0: 7026,
#                       1: [   u'scott09@azet.sk',
#                              u'ELNiHDJARMQtIpmqDfRP',
#                              u'gfjsCcmwFzQoOvWUncxG'],
#                       2: {   0: datetime.datetime(1971, 5, 8, 12, 52, 58),
#                              1: u'wbdQxkznKerodwOlAvyA',
#                              2: [   u'wSUEgWfOcwcFAbfLtsbv',
#                                     u'GTcFpTDNeRfOrkKNzOPn']}},
#         u'quia': {   5: u'vellis@chello.sk',
#                      6: [   4934,
#                             u'elFnXWwpQTiOLlSNoopV',
#                             u'dFwUMbFDduXTqkDAAWPH'],
#                      7: {   5: u'http://wade.sk/homepage.php',
#                             6: u'nxllWpSKszsZeQsJmCve',
#                             7: [u'rKTfeaDDzwmIIwbEEQJG', 3381]}},
#         u'soluta': {   2: 3538,
#                        3: [   3594,
#                               u'fbrown@azet.sk',
#                               u'https://hunter.com/wp-content/terms/'],
#                        4: {   2: u'GVtRhZXNOEQiJVsPGUiE',
#                               3: u'szCxAjPxMIgGUCqYwOfL',
#                               4: [   u'tkvFHkHELVAYkTjAxVUk',
#                                      u'BpcWsZhppvRRubNxHzxZ']}},
#         u'voluptas': {   9: u'riddlesusan@zoznam.sk',
#                          10: [   u'ZigQmAsAtiUuafdmHyGm',
#                                  7052,
#                                  u'http://jackson.sk/category/'],
#                          11: {   9: u'kJbGiopkGtDUjXhwqlsj',
#                                  10: datetime.datetime(1985, 7, 7, 6, 38, 44),
#                                  11: [   datetime.datetime(1973, 11, 12, 11, 1, 4),
#                                          u'oULFGlwMVndMlIqmEvPG']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'http://www.rodriguez.com/author.php',
#     Decimal('693918300.57'),
#     105,
#     u'DbwCcMcpFVKVdYcHZwwL',
#     u'hLNKNeBgnVuQsnlYGZNp',
#     5254699624.0,
#     Decimal('-9622.642'),
#     40.92]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   1024,
#     u'ouWbTNkIRYSAaSqwDtzW',
#     5222,
#     Decimal('6.99541'),
#     7401,
#     4844,
#     6799,
#     u'RjmnDLBCQHlxrZRuMvGG',
#     u'HnXLslkYAHbExroJcuch',
#     u'hIZZjccgFhveCqjZiXwv',
#     datetime.datetime(1985, 2, 16, 8, 21, 10))

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'FJfosYAvaQCiYfsebJrT', u'GmnJrdBbVhPHOyameMcq', datetime.datetime(1993, 1, 13, 0, 5, 46), datetime.datetime(2008, 9, 6, 5, 36, 29), u'randyjackson@inmail.sk', 398602.411279896, u'WRcGGOrqOhoritXLHNRw', u'http://schneider.sk/'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'a': u'KlseXCebOPvAwBTtSLFv',
#     u'ipsam': 7.28520599,
#     u'odit': datetime.datetime(2001, 9, 6, 21, 51, 23),
#     u'officia': u'aiWFahsRfgmHYotPPgMp',
#     u'possimus': u'mitchellpatrick@inmail.sk',
#     u'sunt': u'SdbbxkFXYYoZuWdDXblY',
#     u'tempora': Decimal('-63246.2'),
#     u'ullam': u'https://hodge.com/homepage/',
#     u'unde': u'lDfJbCIInZWjsPjnkvXX'}

fake.pyint()
# 7914

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'726-90-5268'

fake.ein()
# u'10-0854852'

fake.itin()
# u'909-72-5475'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2016-04-27 11:30:59 Firefox/12.0'

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

fake.opera()
# u'Opera/8.58.(X11; Linux i686; kl-GL) Presto/2.9.173 Version/11.00'

fake.windows_platform_token()
# u'Windows CE'

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

fake.user_agent()
# u'Opera/8.72.(Windows NT 6.0; nds-NL) Presto/2.9.175 Version/12.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 (X11; Linux x86_64) AppleWebKit/5322 (KHTML, like Gecko) Chrome/28.0.865.0 Safari/5322'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_1 rv:3.0; st-ZA) AppleWebKit/532.4.4 (KHTML, like Gecko) Version/5.0.4 Safari/532.4.4'