
Language sv_SE
===============

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

::

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

	fake.street_name()
	# u'Kvarnv\xe4gen'

	fake.address()
	# u'Granv\xe4gen 49\n76142 Lidk\xf6ping'

	fake.street_address()
	# u'J\xe4rnv\xe4gsgatan 448'

	fake.postcode()
	# u'56089'

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

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

	fake.country()
	# u'Niger'

	fake.city_name()
	# u'Karlstad'

	fake.street_prefix()
	# u'Fabriks'

	fake.street_suffix()
	# u'gatan'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'53'

	fake.city()
	# u'Sandviken'

	fake.state()
	# u'Uppsala l\xe4n'

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

::

	fake.license_plate()
	# u'1V573'

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

::

	fake.bban()
	# 'ZVTT4924236596550'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB35JXKZ4362091891587'

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

::

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

	fake.ean13()
	# u'9146860794114'

	fake.ean8()
	# u'61014497'

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

::

	fake.rgb_css_color()
	# u'rgb(200,153,23)'

	fake.color_name()
	# u'Magenta'

	fake.rgb_color()
	# u'68,44,68'

	fake.safe_hex_color()
	# u'#eedd00'

	fake.safe_color_name()
	# u'green'

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

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

::

	fake.company()
	# u'Gustafsson & Magnusson AB'

	fake.company_suffix()
	# u'HB'

	fake.catch_phrase()
	# u'Assimilated modular orchestration'

	fake.bs()
	# u'seize leading-edge paradigms'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'JCB 15 digit'

	fake.credit_card_full(card_type=None)
	# u'JCB 15 digit\nViola L\xf6fgren\n180062949729828 10/26\nCVC: 608\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'EMC'

	fake.currency_code()
	# 'KZT'

	fake.currency_name()
	# 'Bulgarian lev'

	fake.cryptocurrency_name()
	# 'Zcash'

	fake.cryptocurrency()
	# ('ETH', 'Ethereum')

	fake.currency()
	# ('XDR', 'Special drawing rights')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 18, 22, 41, 53)

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

	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(2016, 3, 3, 12, 11, 55)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2017, 11, 1)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 11, 18, 55, 45)

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

	fake.day_of_week()
	# 'Wednesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 10, 5, 18, 8, 52)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2008, 10, 5, 8, 19, 57)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1978, 3, 9)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1984-05-24T19:47:49'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2013, 2, 8)

	fake.month()
	# '01'

	fake.year()
	# '1979'

	fake.day_of_month()
	# '10'

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

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

	fake.century()
	# u'IX'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1943, 3, 21)

	fake.time_object(end_datetime=None)
	# datetime.time(19, 22, 59)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 6, 21, 0, 3)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2007, 10, 26, 18, 59, 45)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 23, 15, 58, 30)

	fake.month_name()
	# 'April'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(628, 8, 19, 10, 2, 31)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(9588, 64502)

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

::

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

	fake.mime_type(category=None)
	# u'message/rfc822'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/reprehenderit/ab.mov'

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

	fake.file_name(category=None, extension=None)
	# u'blanditiis.xlsx'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'piabjorklund@googlemail.com'

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

	fake.tld()
	# u'net'

	fake.email(*args, **kwargs)
	# u'anna-karinjohnsson@spray.se'

	fake.url(schemes=None)
	# u'https://malmberg.net/'

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

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

	fake.uri_extension()
	# u'.asp'

	fake.uri_page()
	# u'index'

	fake.free_email_domain(*args, **kwargs)
	# u'swipnet.se'

	fake.safe_email(*args, **kwargs)
	# u'wpetersson@example.com'

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

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'lindanna@johansson.se'

	fake.domain_name(*args, **kwargs)
	# u'karlsson.org'

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

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

	fake.slug(*args, **kwargs)
	# u'similique'

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

	fake.company_email(*args, **kwargs)
	# u'ijohansson@lundkvist.se'

	fake.uri()
	# u'http://fredriksson.se/'

	fake.ipv6(network=False)
	# 'b647:7f5c:479b:5b09:be9e:446c:b3d5:8580'

	fake.free_email(*args, **kwargs)
	# u'blomtherese@yahoo.de'

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

	fake.mac_address()
	# u'd1:1b:d5:32:db:bb'

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

::

	fake.isbn10(separator="-")
	# u'0-09-343797-8'

	fake.isbn13(separator="-")
	# u'978-0-8136-7478-0'

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

::

	fake.job()
	# 'Financial risk analyst'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Suscipit ut facere in recusandae nisi. Optio aperiam libero nobis. Sit repellendus dolorem alias.\nDeserunt illo ab cum. Ab voluptate labore animi quod sequi soluta.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Tenetur pariatur repudiandae soluta pariatur incidunt rerum nesciunt. Dolorum culpa ad vel aut quidem. Odit repellendus officia excepturi rem.',
	#     u'Quod incidunt iste nemo aut ratione saepe. Eligendi expedita similique autem eligendi est vero. Repellat officiis blanditiis occaecati.',
	#     u'Possimus quam eaque tenetur corporis quidem. Labore cumque totam officia ducimus eveniet pariatur.']

	fake.words(nb=3, ext_word_list=None)
	# [u'eligendi', u'voluptate', u'aliquam']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Reiciendis minus commodi fugiat.',
	#     u'Quis nobis ducimus nostrum doloribus alias blanditiis dolor.',
	#     u'Magnam fugiat veritatis deserunt eligendi.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Est id illum consequatur animi modi. Maiores iusto magni nam exercitationem facere.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Atque molestiae corporis maxime quasi.'

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

::

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

	fake.locale()
	# u'bho_IN'

	fake.binary(length=1048576)
	# bytearray(b'\x08\xfa\xfa\xcc\xa5\xad\xde\xdb\xc4:\xa1\xd5\xa1\xf2\x04K?\x08\xb0\xbc\x84(h=\xd2\xa5\x10O\xee-\x08\xc5\xfa+t{\x98>\x98\xbc=*\xd4|\xe1s\x07\x8b\xb1\x13F\x90\x04%\x11\xbc\x9d\xf0\x13\xc2\xc5rhE6\x80\xdf\xd2\x97\x8dyI\xd3\xdc\xba\xe3\x97\x86W\xaex\xf2\xd2\x96\xff\xe7\xa9\xf0\xa8@\x93c\xb2\xf4,\x9d\xa9\x16#O\x8dg\xd7V\x01\xf8y\xc5\xcc\xfc\xd8\xc0C\x9c^?\xfa\xe2f\x8exm\xdb=\xc0lj\xbe\xf3\x8a\xa1\xe2\xd7\xd3\x0f\xc8\xa9\n\x8a\xa7\xba\xc2\x8f\x02T7\x81\xfc\xc2\xcda\xbf\x9b4R\xec\xb8\xadC \x06\xce\xf3h\xe7\xca\xea\x89+\xd8O\xdeN@:x\x90\xc6{G\x0bU\xe5\t\x15\r\x06O\xac\x08\x14\x81\x9e\x84\xa8 c`\xaf\xd5m\xfdQ<!\x85\x8e( G\xfb\x9b$s\xf3+\xaa\xc6\xd7\x9d9l7r\x9b\xec$\x0f\xee\x0f\xbc.)\x80\x9e\xb4FU1=\n\'\x95x\x91!\xe3FY!k\xb2\t\xdb\xe0|\x00\xdb\xf2>\xb8\x95Q\xb4S\x05F\x9f\xdab"\x8dsx\xb1)"\x14\xf9d\x84\xb9\xe3\xcap\x90\xb0l,W\x83\xefTb `\x9bM\xd9\xf1HE\xcc?\xa9\xc1\xcc7\x9d\xcd\x83\x85bM\xf0\xe9\x85\n\xb5\xbbl]r\xf7\xcc\x9aZ5/\xb3m\x93\x1a\xedj\xc5\xb4\xc0b\x86\x867\xb0\xd9\x00\xb4\x1a\xd29t\x7f\xc5\x0e\xd1D\x13Zb\xe5\x13\xabYj`\xf7E\xb1\xff_\xe9\x9b\x04\x83\x81,\xb0\x13\xcd\x93B\xc7\x1b\xab\x9e\xcfm\xe1\xbf,3\xce\x86\x97?P\xfa\xa1\xab\x0ez\xea\xd8\xe9K\xedP?\x1f\xd2\xfb\x95P\x85\xd4\x86\xd6\x8aU\x01\x0c\xaa\x19\xcfR\xfdM0\x81&\xaf\xf1\x13\xb2\xd09F\xb1j\x96lhf\xfc\x15a3\xbe\xe0\xd3\x0e\x85Vs\x9c\xb5\x8b\x92\x01b\xd3f\x9c\xb3,vT\xba\xeb\xcaAj6\xaa\xec\x83\xc72\xa5\\\xa6\x0b\xa2wr\x9d\xa0\xa7\xf8M\x12\x04W\x0cxI"i\xc8\xd0ij)\x13Q\xb8\xbf\xf0\xba\x9a\xadO\xd3\xde)\x88]>s\xf3\xa6\xeb2\xb3\x18;A\xbe{.\xdc \xcdx\x07\xd0\x16\xdb\xd38\xaf_\xb4\x94\x1dJ\xd6\x11TG\xe0\x84\xb6 \xea\xee\xbc\x8e-ppt\xbc\xbdy\xc2\xa7\x8e\xd8\xb1\x87\xb7y$2o3\n\x08\x7f\x849\xa2B\'\x1e\xc5\xb6\xed~$\xd1\xa7\x92e\xc6\x7f\x9bvtW\xf6\xfa.\x91\x9aE.F\xcd\xd5\xd4\\\xbe]c\ra\x16\xc6Ew\xc0\xca\x8f\x80\r{ux\xb0Z\x91O\x01\xfa4\x8e\xb9^\xcc\x0f\xcb@Ij\x0ee\x93\x882J\xeed\xe4\xba\x90\xdd\x06\x0f\x83\xf9Y\n,<N-\x9a\xd5\x8fR\xa7\xcdz\xb4\xa6\xc0\\\x95\xb4>\xe1\x8e\xca\xc9\x1d4\\)\xd42\xec\xba\xfcQ\xdcyj\x85\x95\x0b\xc1\xd7\x8c\xb3h\xeb\xee\xaa\x8e`\xef\xc4\x01<{cc\xe4R8\xa7:D?-!y\t\xe5\xd1g\xc9v\xd4+\xcf\xa4<?\xba\xa1P\x86&\xf5\xef3\xc2\x94Y\xeb\xf6l^\x85\x94\xf8\xc0\xa7L\xdb\x90fd\xa4\xce\xdb\xbbp\x02i\xa1$\xb9\xf7\x89U\x9b\x82\xe7\xc9\x10"\xcan\xb7\xd2\xd7\xea@\xfa?\xfcY@\x8c0#\xc8\xa7\x9c\xb8V\xd5\xb8\xdf?\x17\xa1\xf1_\xc5\x15\x04\xd2y\xb9\x1e\xa1\x8e\xecZ\x15G\xb4\r\xcbY\x80\xf8@K\xa4\xbd\xf2\xbc\x19\xbd\xe3\x90\xfeY{d\xdb\xbc\xf9\xa6\x03e\xde\xe1\x1cU\xe8\xd5\xbf\x93\x94\xa2TE\x10|\x9558\x141[=\x9cE\xcb\r!\xd4=\xcb\xa1\xe0\xd5\xbf:\xe5x\x8ch\xadKz\x96E-Co:X\x1b\x10\xb7~\x8b6\xceMwE\xabn|:\xe1=\x98\x9e\x8b\xd6u\x96O)\x9aB\xdf@\xb9-\x9c\xaa\x87\xb5A\x14P\xb3,\xfaq=\x13\xa6\xf8\x92S\xe5\xcb\x16g\xcc\xb7\xcf\xc4\xfc\t-KL>UCt\xb6a \xea\xd2ca\xd1\xd7Y;\xdc\xc1\x8e\xe3n\xaf\xd8\xd4*\x7f"\'\x91\xc7\x96l\xe8F"\xab@l\xb4\x99\xf0Cp\xae\xb8\\]wB\xf6\xa28\x86\xad\xd8q\xbf/g\xea\xcf\x8bi\xc6\x82\x9e')

	fake.md5(raw_output=False)
	# 'fcfbabd3ac9b23b73a5eb37bfc7fef37'

	fake.sha1(raw_output=False)
	# '667077b3c2946d3326f98d2f6e62e5d566beef4d'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '0c8c0bbf6ea67a787ba366dce963fadea163d84db88758cb31f8829a2f90b373'

	fake.uuid4()
	# 'df3c67da-66bb-fc55-bc96-0eb1f59dd5d5'

	fake.language_code()
	# u'hy'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Lindberg'

	fake.name_female()
	# u'Inger Andreasson'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Stefan \xc5berg'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Ingvar Nilsson'

	fake.first_name()
	# u'Kristina'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Olof'

	fake.first_name_female()
	# u'Siv'

	fake.last_name_female()
	# u'Berggren'

	fake.last_name()
	# u'Karlsson'

	fake.prefix_female()
	# u''

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

::

	fake.phone_number()
	# u'08-53 27 19'

	fake.msisdn()
	# '4460672820475'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Skolgr\xe4nd 5\n66756 Liding\xf6',
	#     'birthdate': datetime.date(1976, 1, 18),
	#     'mail': u'tlundgren@spray.se',
	#     'name': u'Linnea Andersson',
	#     'sex': 'F',
	#     'username': u'andersolsson'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Industrigr\xe4nd 8\n48096 Uddevalla',
	#     'birthdate': datetime.date(1988, 12, 26),
	#     'blood_group': '0-',
	#     'company': u'Eliasson Lundin HB',
	#     'current_location': (Decimal('23.298911'), Decimal('-62.509670')),
	#     'job': 'Diagnostic radiographer',
	#     'mail': u'zandreasson@telia.com',
	#     'name': u'Kenneth Persson',
	#     'residence': u'Aspv\xe4gen 5\n59950 Norrk\xf6ping',
	#     'sex': 'M',
	#     'ssn': u'380221-2443',
	#     'username': u'rosenkristina',
	#     'website': [   u'https://www.nilsson.com/',
	#                    u'http://andersson.org/',
	#                    u'http://henriksson.com/',
	#                    u'http://johansson.se/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'http://larsson.se/',
	#     datetime.datetime(2001, 8, 14, 6, 18, 11),
	#     u'agrenanna@lindberg.com',
	#     23.9699022,
	#     -964.3841651074,
	#     u'LfEshtVGpKZFKyZEWkto',
	#     u'JnPvjzcuauVNmprudjFg',
	#     u'hkoIhGujHoDCTKnHraFW',
	#     datetime.datetime(1998, 12, 8, 13, 5, 34),
	#     u'jkGukdNquZHIsZOognJb',
	#     634,
	#     u'CAgsgGyrUjDcuMDyeycq',
	#     u'eUrNveEtFpUMbmbPpHEo')

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'fdEQeGhllpmQHXQrExDa',
	#         14309628.97,
	#         u'daPQaCDIygNxXqDBpBrl',
	#         u'sDYOnTlFYPAsUunLhFGg',
	#         u'DqXAOaTRvmrjnEDsklUs',
	#         u'ANWriuQKTlRKjpBoEyVz',
	#         u'gVFNwtPwJGkbaTmJxaEF',
	#         7595,
	#         u'dennis25@persson.com',
	#         Decimal('5.70982743197E+12')],
	#     {   u'dignissimos': u'KVgZkAIpahNIAhOqZgNP',
	#         u'laborum': u'CTUbaQiDxQEIgIgCeugF',
	#         u'minima': u'ulf94@karlsson.net',
	#         u'numquam': u'yUVHqnAhHzQbFtxkjdmu',
	#         u'odio': 8312,
	#         u'placeat': datetime.datetime(1983, 11, 6, 0, 12, 50),
	#         u'ratione': datetime.datetime(1985, 12, 16, 0, 38, 12),
	#         u'repellat': u'BFbpuszAMeWTYvmPdwFr',
	#         u'ullam': 6272,
	#         u'voluptate': Decimal('-5.92214495439E+12')},
	#     {   u'alias': {   3: datetime.datetime(1992, 2, 19, 10, 30, 20),
	#                       4: [   u'mkarlsson@yahoo.de',
	#                              u'mPxeMaHhyKYhxkuAyLAT',
	#                              Decimal('-33.96208173')],
	#                       5: {   3: Decimal('-763365.227'),
	#                              4: u'anderssoncamilla@magnusson.net',
	#                              5: [   u'ZfiNUkXPxQMgEcmoDMzG',
	#                                     u'JHrykKRGyQnKyxGpuvWM']}},
	#         u'corporis': {   7: -3791820583.9983,
	#                          8: [   u'pPxTjEyUNoFmRUqNlzxs',
	#                                 6957,
	#                                 u'dBAlsleNXIGAmmsmAlWX'],
	#                          9: {   7: -655623610307.0,
	#                                 8: 9603,
	#                                 9: [   u'bMUUgHclpsgOSLTIlbNN',
	#                                        -8891723318432.0]}},
	#         u'delectus': {   5: 786,
	#                          6: [   u'https://forsberg.org/main/post/',
	#                                 Decimal('-8186.82737916'),
	#                                 u'EJGAUTtaqptXPFLAghHk'],
	#                          7: {   5: 95904225324.3716,
	#                                 6: u'ELKhAiRWVnBKvzZflwPP',
	#                                 7: [   u'http://www.johansson.org/home.asp',
	#                                        u'XruvdZqiEGvKkkOUHrIu']}},
	#         u'eius': {   6: u'http://www.carlsson.se/explore/category.html',
	#                      7: [   u'fredrikssonmaria@bengtsson.com',
	#                             9660,
	#                             u'erik32@gmail.com'],
	#                      8: {   6: 2332720.0,
	#                             7: -4874214.91075,
	#                             8: [u'YdYhMRlOUtVdBxocmvtk', 1529]}},
	#         u'illo': {   4: datetime.datetime(1997, 12, 12, 4, 4, 30),
	#                      5: [   Decimal('47085289.0'),
	#                             datetime.datetime(1980, 10, 27, 15, 56, 21),
	#                             8908],
	#                      6: {   4: u'perbengtsson@svensson.com',
	#                             5: u'iYUSVTAOUIULqFzLjTyZ',
	#                             6: [u'GrcVERLLGxTuTawhGLiE', 4375]}},
	#         u'incidunt': {   8: 41,
	#                          9: [   u'TZQCQpfhWkoPUmqrbkAg',
	#                                 4650,
	#                                 u'MUpzUZMyWRPHxctUMGUL'],
	#                          10: {   8: u'DvfyuHjMRKnFQfYCSVws',
	#                                  9: 9351,
	#                                  10: [   u'VmtzGrCdylhghdpSnEgj',
	#                                          -8630599859.0]}},
	#         u'quod': {   2: 1814,
	#                      3: [   u'KIrdMOYGwNGCRSNwcaNQ',
	#                             u'vDsaPbvmxAEjwoJEvNox',
	#                             u'hKPyawHYASWnTtwRnEOm'],
	#                      4: {   2: datetime.datetime(1978, 10, 18, 15, 35, 48),
	#                             3: u'WaFZDhJrgrSRfydRlEpR',
	#                             4: [-116665.2674498, u'SlXOohzrWCFPbKHrIIRV']}},
	#         u'vel': {   9: Decimal('616528899.48'),
	#                     10: [   u'crsFwRgKHHEMrYVJMiXM',
	#                             Decimal('-766248.506'),
	#                             datetime.datetime(2015, 6, 13, 18, 24, 12)],
	#                     11: {   9: Decimal('-1.20406129968E+13'),
	#                             10: u'martinssonmarcus@live.se',
	#                             11: [   u'XSmrteVmdCKhsgceXQsp',
	#                                     datetime.datetime(1998, 5, 6, 22, 4, 45)]}},
	#         u'veniam': {   0: u'XWMLGeGLgiJvWJCDXaDe',
	#                        1: [   -20.92070339569,
	#                               u'HwdshYRImhwlJeQaSXeM',
	#                               221359.3270171],
	#                        2: {   0: 7404,
	#                               1: Decimal('602874.2064'),
	#                               2: [   u'https://www.hedlund.com/wp-content/category/list/privacy/',
	#                                      -1846799512.3]}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-6.55186690702E+13')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'QWZIYVLBVXgxSOAjJWrk',
	#     u'vwRDQnGqBejZosKWBNhD',
	#     u'dBZfXQHIJbZmGGdwcmQa',
	#     u'https://www.sundin.com/home.htm',
	#     68937256948.1,
	#     u'ASvxMxUpwOJTaOWrlyYz',
	#     u'http://www.lindqvist.com/tag/categories/blog/about/',
	#     u'ooOIeJBJBHYQmjQcyOoi']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'lMrIYXFAwTPpFzBWajxF',
	#     8262,
	#     u'MLozcxhfpvVvViknVymT',
	#     datetime.datetime(1995, 3, 20, 23, 10, 46),
	#     u'https://akesson.com/tags/posts/categories/terms.jsp',
	#     2188,
	#     u'WFbXTNYlfcyhFOgmWQPR',
	#     u'CVIRxdWjKvtpPfwXdaEh',
	#     -548634749978.57,
	#     4830,
	#     datetime.datetime(1988, 4, 20, 0, 29, 14),
	#     9662,
	#     u'UfXQpbtdQRbFUdbSmDWZ')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([Decimal('-548795.57054'), datetime.datetime(2011, 5, 7, 10, 2, 11), u'http://www.jansson.se/', u'wrxMcyhLcLCMGhDxhAFR', datetime.datetime(2004, 2, 16, 3, 40, 20), u'xFlxrRnLypXNwcPaetSZ', u'eUMMjUCNdtnJaaDlxDPv', u'FuIyzTHjMujAUXjxDIHm', u'birgittaberg@live.se', u'gustafssonbo@googlemail.com', 927])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ad': u'erikholmberg@swipnet.se',
	#     u'amet': Decimal('-8761446917.22'),
	#     u'consequatur': u'http://hansson.com/terms.htm',
	#     u'mollitia': u'wXzEpUIOCPONLXKzaBfD',
	#     u'nesciunt': u'ZuiemctvbFJGpvegSZAs',
	#     u'omnis': u'vecHxHeoujafBESUBhTR',
	#     u'placeat': u'http://www.nilsson.com/about.php',
	#     u'porro': u'perpettersson@telia.com',
	#     u'quae': 5863,
	#     u'reiciendis': u'larssonemanuel@engstrom.org',
	#     u'totam': datetime.datetime(2017, 8, 28, 7, 28, 44),
	#     u'voluptate': 9061}

	fake.pyint()
	# 2507

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

::

	fake.ssn(min_age=18, max_age=90)
	# u'870217-0963'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2017-01-03 08:33:40 Firefox/12.0'

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

	fake.opera()
	# u'Opera/8.11.(X11; Linux x86_64; brx-IN) Presto/2.9.188 Version/12.00'

	fake.windows_platform_token()
	# u'Windows NT 6.1'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0)'

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_5; rv:1.9.3.20) Gecko/2013-02-02 15:27:57 Firefox/5.0'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Windows 98) AppleWebKit/5332 (KHTML, like Gecko) Chrome/46.0.838.0 Safari/5332'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; tcy-IN) AppleWebKit/532.33.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6532.33.7'
