
Language hr_HR
===============

``faker.providers.address``
---------------------------

::

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

	fake.street_name()
	# u'Nemetova'

	fake.address()
	# u'Horvatovac 9c/4\n96893 Novigrad'

	fake.street_address()
	# u'Mirogojska 9b'

	fake.postcode()
	# u'38554'

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

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

	fake.country()
	# u'Falklandi'

	fake.city_name()
	# u'Buje'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'172'

	fake.city()
	# u'Zapre\u0161i\u0107'

	fake.state()
	# u'Splitsko-dalmatinska'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'307 LWI'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'WERJ6620134005046'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB09PHXY8494268383847'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'1631068436846'

	fake.ean8()
	# u'60113214'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(190,209,74)'

	fake.color_name()
	# u'Tamnoljubi\u010dasta'

	fake.rgb_color()
	# u'133,179,174'

	fake.safe_hex_color()
	# u'#44aa00'

	fake.safe_color_name()
	# u'purpurna'

	fake.hex_color()
	# u'#e800b5'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'Lazar Jureti\u0107 d.o.o.'

	fake.company_suffix()
	# u'j.d.o.o.'

	fake.catch_phrase()
	# u'Intuitive high-level service-desk'

	fake.bs()
	# u'streamline front-end users'

``faker.providers.credit_card``
-------------------------------

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Maestro\nFuma Pribani\u0107\n503829178972 01/23\nCVV: 625\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'AMP'

	fake.currency_code()
	# 'LSL'

	fake.currency_name()
	# 'Polish zloty'

	fake.cryptocurrency_name()
	# 'DigitalNote'

	fake.cryptocurrency()
	# ('LTC', 'Litecoin')

	fake.currency()
	# ('SEK', 'Swedish krona')

``faker.providers.date_time``
-----------------------------

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 31, 13, 49, 12)

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

	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(2013, 9, 16, 11, 55, 14)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2013, 2, 23)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 1, 21, 11)

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

	fake.day_of_week()
	# u'Ponedjeljak'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 1, 15, 3, 31, 27)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2012, 6, 23)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 11, 11, 7, 54, 59)

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

	fake.am_pm()
	# 'AM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 10, 57, 24)

	fake.date_object(end_datetime=None)
	# datetime.date(2010, 1, 29)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1999-09-18T10:00:38'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2003, 4, 21)

	fake.month()
	# '12'

	fake.year()
	# '1977'

	fake.day_of_month()
	# '01'

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

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

	fake.century()
	# u'VI'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1909, 1, 16)

	fake.time_object(end_datetime=None)
	# datetime.time(17, 52, 5)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 10, 12, 13, 19)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2014, 12, 5, 2, 4, 11)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '00:34:19'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 14, 19, 43, 47)

	fake.month_name()
	# u'Velja\u010da'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(713, 1, 1, 14, 36, 46)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(16032, 25297)

``faker.providers.file``
------------------------

::

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

	fake.mime_type(category=None)
	# u'model/x3d+binary'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/facere/architecto.json'

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

	fake.file_name(category=None, extension=None)
	# u'architecto.html'

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

``faker.providers.internet``
----------------------------

::

	fake.ascii_free_email(*args, **kwargs)
	# 'ztepes@inet.hr'

	fake.image_url(width=None, height=None)
	# u'https://dummyimage.com/485x695'

	fake.tld()
	# u'hr'

	fake.email(*args, **kwargs)
	# u'ttesija@yahoo.com'

	fake.url(schemes=None)
	# u'http://www.petek.biz/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'post'

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

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

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

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'predovanljubica@kelic.info'

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

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

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

	fake.slug(*args, **kwargs)
	# u'expedita-tempora-id'

	fake.uri_path(deep=None)
	# u'blog/blog'

	fake.company_email(*args, **kwargs)
	# u'dominikvitasovic@barnaba.com.hr'

	fake.uri()
	# u'http://bralic.biz/'

	fake.ipv6(network=False)
	# '20e:7697:3a40:65c2:63c8:ee3b:5d81:6b29'

	fake.free_email(*args, **kwargs)
	# u'dusan17@net.hr'

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

	fake.mac_address()
	# u'd3:df:f2:9d:53:e6'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'0-438-69732-4'

	fake.isbn13(separator="-")
	# u'978-0-9504929-3-3'

``faker.providers.job``
-----------------------

::

	fake.job()
	# u'Vi\u0161i inspektor'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Odio explicabo officia maxime quod.\nConsequuntur quibusdam ducimus modi cumque dolorem rem minima. Sunt quidem cupiditate illo voluptatem.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Reiciendis ut neque vitae error. Sapiente minima ab consectetur corporis voluptatem sint. Fuga deleniti deleniti aliquam.',
	#     u'Inventore occaecati aliquid atque. Expedita consequuntur at repellendus. Illum illo incidunt vero vero molestias voluptates. Vitae totam doloremque.',
	#     u'Alias cupiditate explicabo harum occaecati architecto. Voluptatem ex suscipit ut suscipit dolor sed fugiat. Nam deleniti omnis optio ullam.']

	fake.words(nb=3, ext_word_list=None)
	# [u'nisi', u'at', u'tenetur']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Consectetur enim enim praesentium ad.',
	#     u'Porro quidem deserunt impedit odio consequatur suscipit.',
	#     u'Aliquid necessitatibus doloremque perspiciatis.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Beatae magnam quam at. Sint sapiente repellendus ut.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Tempore pariatur nemo natus reprehenderit error.'

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'_5_c8CE&Ld'

	fake.locale()
	# u'sl_SI'

	fake.binary(length=1048576)
	# bytearray(b'\xf7E$\xd2\xc4\xefvU\xa3I\x98\xdc\xfc9##b1\xda;.\xd4~\xd6\xf3\x97Sv\x1eBQn\xeb\xb8\xbc\xff\x1b>\x14\xf0\xdeuI\xd3#\xdbQ\x01/\x97\xbc\x83\xdb\x88\xb9\xbeR\xc3\x90\xf7\x9bR+d\xf1hv\x94ow+H\x9e\xbd%L\xa3\xbf\x16\xec\x035}\xac\xaa\\,\xd2|\xe2\x89\x05kn\x13"\xeb\x14\xf4Q[\x0f\xc9\x98\xfb\xd2\x01m\xddN\xef\xaf\x82\xf7\x18\x9eh\x11\x89\x9d\xfa\xa9\xe4nZ\x0f\n\x9b^=~G\xd45\xea)$\x17\x931a\xf2\t\xdbi\xb9\xe1\x86\xef\xd8\x19\xfb\x98\xfa\xd5\x99\x1f\x86\xaf\x04t7\x9e$\xeb\'\xf1\xbdz\x04\n\x16\xf6s\x0b\xf9\xef\x8fa\x1b)Q\xee\xc6\xa8Y\x0c\x17\xc9\x0c\x82s\xa4\r\xeel)\xe7\x84k\x9b+\xab\\\xa2\xae9\xc4\xd6\xa7\xc8\x85\xc6`\xc6\x88\x1e \xb3\x9f\x07\x84\x1b\xf7\x85\x10\xd4)\xe8\x0f\xe2\xdb=\x9d\x12\xa7\xedw\xbfb6\xac\xa6c\x81\x12\xf1G""\x15\x9b\x91y3\x87\x8b<\xda\x80\xbbFA\xa5\x15\xee}\xa7\x87\xf0Y"/\xf9\xa8\x84\xfe\x07u\xdd\xee\x17;i\x82a\xe0Uu\xef\xbb \x1d\'2JW\x84\x0c\x1a\x89\xec\x0f\x9a0C\xc8\xa1p\x81\x1aY\xf1\xd3s2=g\x1af\xd2\xfa\xc3\x13\xdc:\xa7\x92i\xa0K-\xdc\x15\x8d\xd1\xc1\xe1u\xba\xf1\x8d\xfc&n\xd4}\xa0\xae\x12q\x97\xcc\xc9@\xe2CT\xe8\xfb~\xd0\xf3<\x9f<\xdaK\xb88u\x10\x1f\xff\x93g|_M $1i\x1bZW\x10\x14\xe1{\xa7\xee\x9e{\xcb\xc4\xbc\x94\x15\x95\x9b\xa8O\x83<U\xf3I\x1d\xcf\xd2\x0e\xbdh,0\xaf\x95\xe5\xd7\xc0Q\x19\x95\xbc\xb9h\xf1\xd2\xa5\x1a\x1f\x93\x06\xec\x1a\x8f\xa6]a0\t\xadj\xa6\xef\xd1\xfd\xc6U %\xbf\x97\xa4\xa8\xe7\x04\x0b\xba5\x06I\xe2#\x8b\x978\xf3\xfd\x8e\x16o\xfbe\xdc\x8d\xe7\xf1\x98\xb7\xef\xbb\xc4\x05S:D3\r\xba\xf6V\xb2\xfc<\x99\xcf\xe2#\x8f\xb9\xf3=az\xabk\x19\x08\x81\x8d\xddC\xb7\xb7\x0c\t\x90\xdd\xab\x11O\'\x13h\x9f\xd0\x8d\xc3\x9a\xd2\x82\xc2\x8ad\x07F!\xb4B\x82\x9d\x11Yol\xdc`]\xbbw\xf7\xfdn(CKt\x87\x80c\xcf\xf3\xc7\xed\xfb\xff{\x92;\xcf\x10T\x94:=\x02$\x94\xb2.m\x8f)\xe9\x14_i+H\xc3\xef;\xe0\xda5Qk\x91\xac\x08\x18\xadB\xd5\xec\xcb&\xe4\x12\x95\x0e\xba=\x07#-0\x8aC"\xf3J\x13$\x00U"\x9e\xfb\xd0\xb1\x07H\x11\x9d5<\x11\xd0\xfeE\x93\x7f\x91qB\x0f\xca\xaf0\xa6o\xa5-g\xb3\x08\x89T\x12V\x0f\xb8\xe1\xdb\x80\xe5\xf5\xef\xfa\xdc\x84M\x03Ta_\xb0f\x9a\xacD\xd5\xed\x97\xaa\x02\xb6\xd0\xd5\xae\xd9\xec\xd4\xe8\xd1-\xeb\xa3G\x08\x19 jE`\xe3\x9d\x8akT\xb3\xb0\x1e&\x16\x17\xa0\xfb\xe9.:j\xce\xf3l6\x14\xb0K[\xad\xce\xad\xb8\xf3\xa86\xc1\xeeRR\x1d\x82\x18Z\xb6\x8e\xfa\x88l\xd8\x0b\xa6\x10\xb8i\x9d2=\xf9\xb8(\x9a<\xe7\x16\xeb\xe5a\xa7l\xd0\xa8D\xc3\x82\x04\xcdR\xa3\xf3Z\x0c\x15~z(@$\xb7\xe8x\xaa\xd4\xf3\xe3\x12\x9a\xcc\x84\xbe\x93\x7f\x88\xaf\xfa\xad\xe3f\x0f\x15\xb1!\x00\x92\x8f\xec\xbf\xb6\xfeH=\x04\x915\xb94:4\x88\xe7\n\x96`d\xbb\xb6\xfdC^\xb2\xa8p\xb9\xf4\x10\x88\xd3\xea\xfb;\xc4\x13Z\xacl\x12@\x9d\xf8\x8cI\xbc\xdf\xf1] \xa0\x8cp\xb2t\xd8)\x05\x04\xc2J\x1e\x8fv\xd2H\x8eM\xbe%\x80`Uf\x16P\xf1l\xad\xfb\x9a\x9d\xc5\xa3\xdd&J{\x86\x1b7\x10\xdd\x90u:S>0\xffT\x8b\x02\xe15T\xed\xe3\xea\xb2:x\xff5ZJb\xb4N\x19PO\xe2P\x9b\xb4\x91\xf2\xba\x8d\x06x\xcer5[j\x1c\xee\xac\x0f\x88\xaf\xb2\x94D\xdb\xab\xca\xc0\x1bf\xd8\x89\x04\xfb\x84v\x98i\xb6\xcfH\xae\\(\'\xc4w\xd4\xe3\xf7-\x0esC\xceO\xc1\xc8\xf8\x17\xa1^\xb5\x9b\xd9x\x02\xf4\x86|\x86\xf5\xc1\x86h#Y\x96wY\xe5_')

	fake.md5(raw_output=False)
	# '90eb8e7606c2efb5e0af53494c46c306'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '79bede8a9c325706abcdd66eea0a0cce6d80e50adec9ec40c39c0b534d20e621'

	fake.uuid4()
	# '60676fbd-8258-dea5-7ad9-ed90ab545569'

	fake.language_code()
	# u'ur'

	fake.boolean(chance_of_getting_true=50)
	# True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Bo\u017eikovi\u0107'

	fake.name_female()
	# u'Elizabeta Had\u017ei\u0107'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Tomo Mirosavljevi\u0107'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Sa\u0161a Mraovi\u0107'

	fake.first_name()
	# u'Laura'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Valter'

	fake.first_name_female()
	# u'Suzana'

	fake.last_name_female()
	# u'Brcko'

	fake.last_name()
	# u'Ugrini\u0107'

	fake.prefix_female()
	# u''

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'044 232 448'

	fake.msisdn()
	# '6536109104875'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile(sex=None)
	# {   'address': u'Zavojna 2c/0\n63630 Daruvar',
	#     'birthdate': datetime.date(1976, 3, 10),
	#     'mail': u'orsosmilena@yahoo.hr',
	#     'name': u'Duje \u0160anti\u0107',
	#     'sex': 'F',
	#     'username': u'okopjar'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Vla\u0161ka 0b\n71489 Pore\u010d',
	#     'birthdate': datetime.date(1957, 3, 28),
	#     'blood_group': 'AB-',
	#     'company': u'De\u017ee d.o.o.',
	#     'current_location': (Decimal('59.5549955'), Decimal('24.662314')),
	#     'job': u'Policajac',
	#     'mail': u'mhalapir@vip.hr',
	#     'name': u'Matej \u010cop',
	#     'residence': u'Mlinarska 7b\n31908 Buje',
	#     'sex': 'F',
	#     'ssn': u'75623184098',
	#     'username': u'antonija57',
	#     'website': [u'http://www.svetlicic.info/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   datetime.datetime(2008, 5, 22, 2, 33, 1),
	#     u'mjuretic@triplat.biz',
	#     datetime.datetime(2011, 1, 19, 12, 17, 9),
	#     u'VfozNfAHXdMjHfGmneYs',
	#     datetime.datetime(2000, 6, 30, 16, 50, 57),
	#     u'https://halapir.biz/blog/wp-content/privacy/',
	#     u'VBuuiaqJtjISuzElKeOc',
	#     Decimal('5440626.725'),
	#     Decimal('-76.0'),
	#     14173911.269623]

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'sRlMrrJArbLmfrpbKSdf',
	#         u'pFOvPZYCfwoIfCHNtkLG',
	#         u'https://turcinov.com.hr/categories/category.asp',
	#         u'hORimuaHYLusokMGbwCD',
	#         u'aoKhqRRleyyOgGnDMVga',
	#         u'DfDDIGUVCIvtYxFdUnAm',
	#         Decimal('-9065.8576175'),
	#         u'QfljoKDwfgZiNdhaQAqU',
	#         u'fveic@kelecic.hr',
	#         4719],
	#     {   u'eius': u'sasajovic@maras.org',
	#         u'facere': u'UcWwwqEdukMQlZUpconz',
	#         u'necessitatibus': u'ZCzodwNMhJoOfAbjOzhU',
	#         u'neque': u'rCFBioLFHWvtJAnesUNK',
	#         u'nobis': 5728,
	#         u'quia': 9421,
	#         u'sapiente': u'https://www.nimac.hr/about/',
	#         u'sed': u'yPDVREpGkkRvCjOVgoeq',
	#         u'sequi': u'YPmxOfYZZVtuMyjeEMXe',
	#         u'veniam': u'imKoXVYgFLdhXQpFbPLK'},
	#     {   u'corrupti': {   9: u'cFNoSYIZDFlzBjYbqdiF',
	#                          10: [   u'uFOWCQuiwRVvehtuaKMj',
	#                                  u'ZuSJPqLqiJSxHbgOkSwe',
	#                                  datetime.datetime(1985, 3, 19, 22, 38, 4)],
	#                          11: {   9: -6194.7,
	#                                  10: datetime.datetime(1985, 4, 19, 23, 10, 6),
	#                                  11: [   Decimal('-929341.59256'),
	#                                          u'MgvygjUzKlksSjjpnvSN']}},
	#         u'deserunt': {   4: 7833,
	#                          5: [   u'GncLIgKYlxaMVSadsDjT',
	#                                 u'IyQhIemeuLBgvocziMkG',
	#                                 datetime.datetime(1996, 12, 5, 2, 12, 53)],
	#                          6: {   4: 7394019.8165586,
	#                                 5: 7888,
	#                                 6: [   2594,
	#                                        datetime.datetime(2006, 3, 12, 13, 2, 40)]}},
	#         u'dignissimos': {   8: Decimal('-38238241931.4'),
	#                             9: [   9448,
	#                                    u'dkaniski@razov.com',
	#                                    u'xBKkmVRyxUYoChexKDox'],
	#                             10: {   8: u'urmUGWKkWtQujLKeCMOz',
	#                                     9: u'LCEGJxnBjXUwnMkWuSAw',
	#                                     10: [-9.1494197107591, -722.206]}},
	#         u'fugit': {   0: datetime.datetime(2002, 10, 12, 2, 23, 44),
	#                       1: [   u'https://pozder.com/category/tag/tag/category.html',
	#                              datetime.datetime(1998, 11, 12, 19, 25, 45),
	#                              954638172352641.0],
	#                       2: {   0: u'ewSdEtVZzUFtSKSXpRWo',
	#                              1: u'jJtEupJuQOgqFfoNLzCM',
	#                              2: [u'http://www.kovacic.hr/post.htm', 5221]}},
	#         u'id': {   5: u'dgkAZtFIOWwKwyjHEEGn',
	#                    6: [   4274,
	#                           u'rlUKEkFJYnxllzxeVXCj',
	#                           u'XAPPCRWWmwkMZpLtceCW'],
	#                    7: {   5: 7354,
	#                           6: 37435.42,
	#                           7: [   u'anto57@huljev.org',
	#                                  u'BcefiLkhVkHdBLuzmJzJ']}},
	#         u'inventore': {   2: u'http://kovacek.hr/homepage.htm',
	#                           3: [3549, 4385, 5244],
	#                           4: {   2: u'NMHAKeHpmOQcfndurJfs',
	#                                  3: u'asyrpsBobmimHeMHEBZB',
	#                                  4: [u'qUzXpQdXvZgQpShEuZxM', 1228]}},
	#         u'nemo': {   6: u'NNpaeZrASdJHejLBypLo',
	#                      7: [   u'ylURMfIMpolMgKeqXsMv',
	#                             u'iBWfBhmboLXWmhncMZTF',
	#                             u'ctotic@globalnet.hr'],
	#                      8: {   6: Decimal('959599575.0'),
	#                             7: datetime.datetime(1986, 6, 2, 3, 40),
	#                             8: [u'TzrkyIofvyIbrUgrWwRj', 8.0]}},
	#         u'numquam': {   7: 2464,
	#                         8: [   datetime.datetime(2013, 6, 27, 22, 28, 39),
	#                                461,
	#                                u'markoantic@gmail.com'],
	#                         9: {   7: u'xVVLcXgLfJpEiXMAGASi',
	#                                8: u'qzEvRNGgnxbOKNmLpgch',
	#                                9: [1035, u'FMeQJppNVVisXPaSLlPI']}},
	#         u'quibusdam': {   3: u'http://soric.hr/homepage.html',
	#                           4: [   u'https://www.marijanovic.biz/',
	#                                  u'jBCBuKlFsXpYwrrJoneu',
	#                                  u'umMTexShPHuasyYgUiIj'],
	#                           5: {   3: 3925,
	#                                  4: u'RWoGEugiMyQqYkhZEyNI',
	#                                  5: [Decimal('3.115'), 1295]}},
	#         u'voluptatum': {   1: u'FtAHiiJDkpknLBhbLExl',
	#                            2: [   u'xTlHpehXAkRXbLbOpARl',
	#                                   u'tTZtjaPmYxFKdHyQpLQA',
	#                                   u'PjijdCBtDhnMGDVCFtYp'],
	#                            3: {   1: u'http://www.kligl.net/home.html',
	#                                   2: u'http://www.rojnic.info/wp-content/tags/main/register.php',
	#                                   3: [u'ZJXodbuoLNsCRcCiGmec', 1527]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -382.9911505762,
	#     u'skupnjakdejan@vip.hr',
	#     1894,
	#     u'sFQzwAIqlbFLYbvhobSF',
	#     u'http://surbek.com.hr/app/login.asp',
	#     u'svuvKvArRTmZuHgGIFpG']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   Decimal('1898824.0'),
	#     u'jurajmatkovic@spoljaric.hr',
	#     Decimal('226.118769072'),
	#     u'ItMXoqEnUiNGErxJgvDB',
	#     -866042895587018.0,
	#     Decimal('-7926083.7'),
	#     u'mblBNsRSZtQscRsbRjmW')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([69960060.3615, 2025, u'vfYfigqyDhCCaMIolWlC', u'UnCPEUloVFUqcNMCSRnr', u'kirincicerik@hotmail.com', u'KAgsHphMBjgxbZklBNqN', 5467, u'VdgZRuqSbQOsrTIditTo'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'animi': u'https://www.rajcic.biz/main/tag/post.htm',
	#     u'autem': u'eKdeqiyWoMtGDjEUqgsH',
	#     u'facere': 498,
	#     u'facilis': u'https://www.muscet.info/index/',
	#     u'iste': u'XyjZkcWoRRiLDWPxbEoC',
	#     u'magni': u'tCmYnGYoIHoIiqbVnCKS',
	#     u'necessitatibus': Decimal('6787077095.29'),
	#     u'reprehenderit': u'ARaAiQiIezAGBUIZPZNl',
	#     u'sunt': u'wrPHMwpSZZOYmtWsyKhl',
	#     u'tenetur': datetime.datetime(2003, 3, 17, 14, 45, 37),
	#     u'vero': u'http://jovanovac.hr/',
	#     u'voluptates': datetime.datetime(1985, 8, 4, 22, 19, 39)}

	fake.pyint()
	# 2812

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'08245136979'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 4.0; ayc-PE; rv:1.9.2.20) Gecko/2012-06-11 02:23:06 Firefox/3.6.11'

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

	fake.opera()
	# u'Opera/8.93.(Windows NT 4.0; tcy-IN) Presto/2.9.171 Version/10.00'

	fake.windows_platform_token()
	# u'Windows 95'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.1)'

	fake.user_agent()
	# u'Mozilla/5.0 (Windows NT 4.0; ce-RU; rv:1.9.2.20) Gecko/2013-03-22 03:12:17 Firefox/3.6.12'

	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; Intel Mac OS X 10_8_8) AppleWebKit/5310 (KHTML, like Gecko) Chrome/20.0.819.0 Safari/5310'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_8 rv:6.0; iu-CA) AppleWebKit/532.44.6 (KHTML, like Gecko) Version/4.1 Safari/532.44.6'
