
Language sv_SE
**************


"faker.providers.address"
=========================

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

   fake.street_name()
   # u'B\xe4ckv\xe4gen'

   fake.address()
   # u'Parkgatan 5\n05775 G\xf6teborg'

   fake.street_address()
   # u'Backgatan 18'

   fake.postcode()
   # u'78846'

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

   fake.country()
   # u'Nepal'

   fake.city_name()
   # u'\xd6rebro'

   fake.street_prefix()
   # u'Kyrko'

   fake.street_suffix()
   # u'gatan'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'39'

   fake.country_code()
   # u'TH'

   fake.city()
   # u'Sundsvall'

   fake.state()
   # u'V\xe4stmanlands l\xe4n'


"faker.providers.barcode"
=========================

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

   fake.ean13()
   # u'2365648794543'

   fake.ean8()
   # u'62039277'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(78,73,134)'

   fake.color_name()
   # u'SaddleBrown'

   fake.rgb_color_list()
   # (110, 3, 118)

   fake.rgb_color()
   # u'116,187,192'

   fake.safe_hex_color()
   # u'#bb0000'

   fake.safe_color_name()
   # u'navy'

   fake.hex_color()
   # u'#57d140'


"faker.providers.company"
=========================

   fake.company()
   # u'Hermansson HB'

   fake.company_suffix()
   # u'HB'


"faker.providers.credit_card"
=============================

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

   fake.credit_card_provider(card_type=None)
   # u'Discover'

   fake.credit_card_full(card_type=None)
   # u'Mastercard\nEdvard Blomberg\n5180566133374398 03/19\nCVV: 307\n'

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

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


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'BZD'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(870, 9, 4, 1, 16, 58)

   fake.month()
   # '01'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'Pacific/Majuro'

   fake.iso8601()
   # '1992-05-30T23:40:48'

   fake.date_time()
   # datetime(1993, 5, 18, 11, 20, 1)

   fake.month_name()
   # 'February'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 8, 24, 7, 58, 39)

   fake.unix_time()
   # 473019370

   fake.day_of_week()
   # 'Tuesday'

   fake.day_of_month()
   # '15'

   fake.time(pattern="%H:%M:%S")
   # '07:49:20'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1992, 3, 17, 14, 28, 39)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 11, 8, 22, 10)

   fake.year()
   # '1992'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 30, 15, 31, 36)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2011, 10, 2, 4, 9, 49)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 6, 8, 16, 51, 21)

   fake.century()
   # u'XX'

   fake.date(pattern="%Y-%m-%d")
   # '1981-02-13'

   fake.time_delta()
   # datetime.timedelta(14325, 12002)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'image/png'

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

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


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'54.194.202.20'

   fake.url()
   # u'http://nyman.com/'

   fake.company_email()
   # u'britta.samuelsson@brannstrom.com'

   fake.uri()
   # u'http://bergqvist.se/category/posts/search/main/'

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

   fake.image_url(width=None, height=None)
   # u'https://placeholdit.imgix.net/~text?txtsize=55&txt=684\xd7135&w=684&h=135'

   fake.tld()
   # u'com'

   fake.free_email()
   # u'ienglund@spray.se'

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

   fake.free_email_domain()
   # u'swipnet.se'

   fake.domain_name()
   # u'oskarsson.se'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'4789:8fa7:ac5d:d55f:b968:9758:ae43:c499'

   fake.safe_email()
   # u'eugenia.linder@example.com'

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

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

   fake.email()
   # u'zlarsson@enstrom.com'

   fake.uri_page()
   # u'faq'

   fake.mac_address()
   # u'03:86:13:c6:03:1f'


"faker.providers.job"
=====================

   fake.job()
   # 'Engineer, communications'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Repellendus et id dolorum vel. Quis assumenda totam alias facilis minima molestiae a qui. Tenetur error ducimus dignissimos atque.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Laudantium debitis ut et.'

   fake.word()
   # u'perferendis'

   fake.paragraphs(nb=3)
   # [   u'Ipsam est ab facilis assumenda qui. Distinctio earum est libero fugiat deleniti animi qui reiciendis. Atque et id voluptatem laudantium minima fuga a.',
   #     u'Necessitatibus beatae velit natus magni est. Non non occaecati dolor et praesentium tempora dignissimos. Omnis aliquid porro doloribus ut consequatur ad.',
   #     u'Laudantium voluptatum amet modi quis non. Sit qui magni omnis harum consectetur nostrum quaerat recusandae. Est nulla fuga assumenda est officiis perspiciatis tenetur. Commodi veniam nihil et ut repellendus non fuga.']

   fake.words(nb=3)
   # [u'enim', u'facere', u'rerum']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Cumque eaque quia ipsum debitis. Eos voluptates dolores quia unde quos. Numquam doloribus alias soluta voluptatem ab tenetur magnam omnis. Nisi non ut omnis et officiis ut.'

   fake.sentences(nb=3)
   # [   u'Autem vero sapiente tempora earum.',
   #     u'In laboriosam quos maiores ut tenetur aliquam aut quia.',
   #     u'Commodi maxime excepturi quia ipsam aut.']


"faker.providers.misc"
======================

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'9G0rRG(Gee'

   fake.locale()
   # u'fr_IL'

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

   fake.sha1(raw_output=False)
   # 'a825bbdb65dfbc78cda8f354f99b9e2259e91a92'

   fake.null_boolean()
   # None

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

   fake.uuid4()
   # '5b5e773d-372f-4789-8656-837a171c3df7'

   fake.language_code()
   # u'cn'

   fake.boolean(chance_of_getting_true=50)
   # False


"faker.providers.person"
========================

   fake.last_name_male()
   # u'Ekholm'

   fake.name_female()
   # u'Yvonne Ottosson'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'B\xf6rje Wiberg'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Frida Engstr\xf6m'

   fake.first_name()
   # u'Evald'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Hildur'

   fake.first_name_female()
   # u'Ann-Mari'

   fake.last_name_female()
   # u'Sj\xf6blom'

   fake.last_name()
   # u'Torstensson'

   fake.prefix_female()
   # ''


"faker.providers.phone_number"
==============================

   fake.phone_number()
   # u'+46 (0)58 15 00 63'


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'B\xe4ckgatan 38\n34821 Varberg',
   #     'birthdate': '1992-05-26',
   #     'mail': u'sixten87@googlemail.com',
   #     'name': u'Malin B\xf6rjesson',
   #     'sex': 'F',
   #     'username': u'rose-marie57'}

   fake.profile(fields=None)
   # {   'address': u'B\xe4ckstigen 85\n14408 Pite\xe5',
   #     'birthdate': '1987-04-17',
   #     'blood_group': 'AB+',
   #     'company': u'Falk Str\xf6mberg AB',
   #     'current_location': (Decimal('-53.407528'), Decimal('-114.889175')),
   #     'job': 'Pensions consultant',
   #     'mail': u'djacobsson@yahoo.de',
   #     'name': u'Lars Sj\xf6berg',
   #     'residence': u'Kyrkogatan 50\n12231 Liding\xf6',
   #     'sex': 'M',
   #     'ssn': u'890721-7817',
   #     'username': u'bostrom.pernilla',
   #     'website': [u'http://roth.net/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   -860482.53,
   #     67946296.2833646,
   #     u'Aut illum in.',
   #     u'paulina09@melin.com',
   #     1278,
   #     u'Iusto facere.',
   #     6746,
   #     u'Sunt repellendus.',
   #     u'Fugiat qui totam.')

   fake.pystr(max_chars=20)
   # u'Sed qui rerum est.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Repellendus illo.',
   #         -626.0,
   #         u'Nemo vero laborum.',
   #         6332,
   #         u'Ut suscipit enim et.',
   #         2414,
   #         Decimal('-68551055.792'),
   #         datetime(1997, 10, 11, 4, 57, 49),
   #         4013,
   #         -591904.8877023],
   #     {   u'ab': datetime(1974, 2, 10, 1, 55, 42),
   #         u'cum': datetime(1999, 11, 18, 14, 37, 9),
   #         u'dolorem': u'http://holmstrom.se/',
   #         u'est': u'http://www.hellstrom.net/privacy/',
   #         u'itaque': u'Mollitia occaecati.',
   #         u'magnam': u'Non excepturi quia.',
   #         u'nemo': u'Enim exercitationem.',
   #         u'omnis': u'fritz.friberg@sjolander.se',
   #         u'quis': u'Fugit incidunt.',
   #         u'quod': u'Eos soluta eligendi.'},
   #     {   u'aut': {   9: u'Deleniti ut aut.',
   #                     10: [   -6605019736.41829,
   #                             6869,
   #                             u'http://pettersson.org/list/list/wp-content/post/'],
   #                     11: {   9: u'http://juhlin.org/blog/about.htm',
   #                             10: u'Et qui et voluptas.',
   #                             11: [   u'In saepe pariatur.',
   #                                     u'http://www.lindell.se/login/']}},
   #         u'inventore': {   3: u'Placeat dolorum.',
   #                           4: [   u'Pariatur quos ut.',
   #                                  u'kerstin91@yahoo.de',
   #                                  u'anna-lisa.engberg@skoglund.org'],
   #                           5: {   3: u'Alias quia ut et.',
   #                                  4: 452,
   #                                  5: [8933, u'Voluptatem a enim.']}},
   #         u'itaque': {   4: Decimal('-2175893766.6'),
   #                        5: [   8527.511516538,
   #                               u'Voluptatem pariatur.',
   #                               u'http://sjoberg.se/'],
   #                        6: {   4: u'Nostrum vero nobis.',
   #                               5: u'Dolorem eaque dicta.',
   #                               6: [   u'Dolores ut rerum.',
   #                                      Decimal('-43700393157.4')]}},
   #         u'natus': {   6: u'In qui qui est a.',
   #                       7: [   u'http://www.gronberg.com/tags/homepage/',
   #                              u'Et distinctio.',
   #                              u'Iure iste saepe.'],
   #                       8: {   6: u'Vel ad.',
   #                              7: u'eivor61@googlemail.com',
   #                              8: [   u'http://brannstrom.se/category/tags/search/main.html',
   #                                     datetime(1990, 12, 23, 20, 33, 51)]}},
   #         u'qui': {   1: datetime(1985, 1, 1, 22, 38, 5),
   #                     2: [3581, Decimal('752184.28664'), 1228],
   #                     3: {   1: u'Ut ea soluta.',
   #                            2: u'Laborum veniam.',
   #                            3: [-2042612.24, u'Qui corrupti et.']}},
   #         u'quidem': {   2: datetime(1995, 3, 25, 6, 12, 4),
   #                        3: [5962.69827, 51534410914.19, u'Facilis atque.'],
   #                        4: {   2: u'xosterberg@gmail.com',
   #                               3: 9144,
   #                               4: [   u'Velit voluptate.',
   #                                      Decimal('-5.22639039941E+13')]}},
   #         u'rem': {   5: u'gottfrid.moberg@gunnarsson.org',
   #                     6: [   757,
   #                            u'gottfrid82@spray.se',
   #                            u'http://www.soderman.net/category.php'],
   #                     7: {   5: u'ann-marie.gullberg@gronlund.se',
   #                            6: u'Consequatur quasi.',
   #                            7: [   datetime(1994, 1, 17, 15, 23, 27),
   #                                   u'Quas ut tenetur.']}},
   #         u'velit': {   0: u'http://www.jonasson.com/',
   #                       1: [   u'czetterstrom@adamsson.com',
   #                              600708250.0,
   #                              datetime(1985, 9, 14, 14, 39, 54)],
   #                       2: {   0: 5679,
   #                              1: Decimal('769.31'),
   #                              2: [   u'lindskog.vilhelmina@ostberg.se',
   #                                     u'Suscipit odio amet.']}},
   #         u'voluptatem': {   8: u'martin.almgren@asberg.com',
   #                            9: [   datetime(2015, 3, 21, 11, 5, 49),
   #                                   9537,
   #                                   u'Consequuntur et.'],
   #                            10: {   8: u'http://www.roth.se/tag/tags/category/register.html',
   #                                    9: 43848583.348051,
   #                                    10: [   u'albin.dahlstrom@telia.com',
   #                                            u'Aut quis vel.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Sed autem cumque.',
   #     u'Laboriosam ea quod.',
   #     Decimal('9124244.9643'),
   #     u'http://fransson.com/',
   #     u'Eligendi aperiam.',
   #     datetime(1976, 6, 17, 16, 25, 39),
   #     u'http://ahl.org/explore/blog/main/post.html',
   #     Decimal('6.19972411754E+13'),
   #     Decimal('-1.92347631245E+13'),
   #     1570,
   #     6205,
   #     u'Minima laborum.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'http://roos.com/main/',
   #     u'Et et repudiandae.',
   #     4486,
   #     u'Enim a libero.',
   #     u'Odio corrupti vitae.',
   #     u'Quia adipisci vel.',
   #     datetime(2010, 12, 7, 3, 50, 56),
   #     datetime(2001, 6, 25, 22, 53, 26),
   #     u'Et aspernatur sint.',
   #     u'Repudiandae.',
   #     u'qlarsson@bjork.com')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Voluptas eveniet.', u'Id eveniet voluptas.', 9772, u'Ut placeat quam.', -83810546044.0, datetime(2010, 10, 4, 17, 37, 1), 5844, u'Quae nisi qui.', u'Fugiat rem.', u'Labore repellat.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'aliquam': datetime(2007, 10, 6, 13, 47, 53),
   #     u'animi': 4856,
   #     u'consequatur': u'Ut commodi magni et.',
   #     u'dolores': 4757614094475.9,
   #     u'ea': u'Corrupti quis.',
   #     u'error': u'johnsson.elsa@ostberg.com',
   #     u'est': u'Doloremque optio.',
   #     u'et': u'http://ostergren.com/main/app/wp-content/main.htm',
   #     u'facere': 3037,
   #     u'ut': 4112}

   fake.pyint()
   # 6991


"faker.providers.ssn"
=====================

   fake.ssn()
   # u'830801-0217'


"faker.providers.user_agent"
============================

   fake.mac_processor()
   # u'Intel'

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 5.1; sl-SI; rv:1.9.0.20) Gecko/2013-04-30 05:15:02 Firefox/3.6.2'

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

   fake.opera()
   # u'Opera/9.61.(X11; Linux i686; it-IT) Presto/2.9.160 Version/12.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_8; rv:1.9.2.20) Gecko/2012-06-25 04:50:43 Firefox/3.6.3'

   fake.chrome()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_6) AppleWebKit/5342 (KHTML, like Gecko) Chrome/13.0.878.0 Safari/5342'

   fake.linux_processor()
   # u'x86_64'

   fake.mac_platform_token()
   # u'Macintosh; U; PPC Mac OS X 10_7_3'

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4 rv:2.0; it-IT) AppleWebKit/535.25.4 (KHTML, like Gecko) Version/4.0 Safari/535.25.4'
