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


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

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

   fake.street_name()
   # u'Skolgatan'

   fake.address()
   # u'Idrottsv\xe4gen 4\n25668 Karlskrona'

   fake.street_address()
   # u'Skoltorget 0'

   fake.postcode()
   # u'25678'

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

   fake.country()
   # u'Hongkong'

   fake.city_name()
   # u'Kalmar'

   fake.street_prefix()
   # u'Kyrko'

   fake.street_suffix()
   # u'gatan'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'90'

   fake.country_code()
   # u'GT'

   fake.city()
   # u'Lidk\xf6ping'

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


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

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

   fake.ean13()
   # u'1365292667157'

   fake.ean8()
   # u'55477024'


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

   fake.rgb_css_color()
   # u'rgb(69,52,154)'

   fake.color_name()
   # u'PapayaWhip'

   fake.rgb_color_list()
   # (139, 121, 204)

   fake.rgb_color()
   # u'214,130,191'

   fake.safe_hex_color()
   # u'#55cc00'

   fake.safe_color_name()
   # u'maroon'

   fake.hex_color()
   # u'#3ac7f0'


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

   fake.company()
   # u'Adolfsson Gullberg AB'

   fake.company_suffix()
   # u'HB'


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

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

   fake.credit_card_provider(card_type=None)
   # u'VISA 16 digit'

   fake.credit_card_full(card_type=None)
   # u'JCB 15 digit\nRune Nord\xe9n\n180061527480812 02/17\nCVC: 569\n'

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

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


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

   fake.currency_code()
   # 'MKD'


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

   fake.date_time_ad()
   # datetime.datetime(957, 11, 12, 22, 0)

   fake.month()
   # '03'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1984-11-27T05:54:03'

   fake.date_time()
   # datetime(1991, 6, 16, 9, 29, 9)

   fake.month_name()
   # 'June'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 4, 11, 16, 17, 54)

   fake.unix_time()
   # 1196587292

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '01'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2011, 1, 23, 6, 56, 29)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 1, 23, 23, 14)

   fake.year()
   # '2014'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 33)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2012, 5, 26, 20, 23, 52)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 1, 26, 13, 24, 4)

   fake.century()
   # u'XIX'

   fake.date(pattern="%Y-%m-%d")
   # '1984-10-03'

   fake.time_delta()
   # datetime.timedelta(16348, 36281)


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

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

   fake.file_name(category=None, extension=None)
   # u'nulla.avi'

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


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

   fake.ipv4()
   # u'13.211.182.222'

   fake.url()
   # u'http://www.brannstrom.se/'

   fake.company_email()
   # u'helga.jeppsson@salomonsson.se'

   fake.uri()
   # u'http://claesson.org/about.htm'

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

   fake.image_url(width=None, height=None)
   # u'http://www.lorempixel.com/515/228'

   fake.tld()
   # u'se'

   fake.free_email()
   # u'sandstrom.rickard@telia.com'

   fake.slug(*args, **kwargs)
   # u'ullam-sed'

   fake.free_email_domain()
   # u'googlemail.com'

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

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'22af:e238:8d75:b5d8:e377:6f67:219f:edac'

   fake.safe_email()
   # u'folke35@example.net'

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

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

   fake.email()
   # u'vera.hultberg@sjostrom.se'

   fake.uri_page()
   # u'homepage'

   fake.mac_address()
   # u'41:31:a3:d9:a8:f8'


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

   fake.job()
   # 'Legal secretary'


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

   fake.text(max_nb_chars=200)
   # u'Debitis architecto quasi et sapiente nemo expedita cumque. Voluptate consectetur dolorem consequatur et. Porro aut asperiores perspiciatis cum optio soluta omnis.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Eligendi aut dolore dolorem aperiam magni soluta deleniti.'

   fake.word()
   # u'eius'

   fake.paragraphs(nb=3)
   # [   u'Accusamus laudantium qui dolores nulla sit. Eligendi quibusdam est sit blanditiis tenetur est.',
   #     u'Sed a praesentium ab quod iusto adipisci. Autem velit qui molestiae voluptates et et deleniti. Est voluptatem rem corrupti quas quo animi non temporibus. Corporis vero nihil praesentium qui aut dolore.',
   #     u'Et laborum rerum consectetur magni. Eos officiis blanditiis maiores voluptatem. Perferendis illum eveniet voluptatum tempora.']

   fake.words(nb=3)
   # [u'non', u'quibusdam', u'ut']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Eaque est inventore cumque repudiandae. Fugiat officia suscipit rerum quam mollitia illum. Voluptas commodi error non doloribus corporis nemo ea.'

   fake.sentences(nb=3)
   # [   u'Eveniet corporis iure voluptates et corporis.',
   #     u'Dolor adipisci in qui laborum eius maiores maxime dolores.',
   #     u'Cum dolorem quae et eum ab.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'%13h9EoCZM'

   fake.locale()
   # u'pt_PH'

   fake.md5(raw_output=False)
   # '1c34ffafee1dd02b7e502c3ff5e17e89'

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

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '493d9e40de9f3454e0e988cfcaf0f7b26461b01cf4ffcfe1b857e897136066c8'

   fake.uuid4()
   # '552a7157-661f-42bc-bb32-8d1095617b19'

   fake.language_code()
   # u'en'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Lilja'

   fake.name_female()
   # u'Benny Wennberg'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'Georg Arvidsson'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Sigvard Paulsson'

   fake.first_name()
   # u'Rickard'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Tord'

   fake.first_name_female()
   # u'Evert'

   fake.last_name_female()
   # u'Berg'

   fake.last_name()
   # u'Sahlin'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'08-30 72 49'


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

   fake.simple_profile()
   # {   'address': u'\xc5kergr\xe4nd 3\n88902 Kalmar',
   #     'birthdate': '1998-05-23',
   #     'mail': u'helga01@telia.com',
   #     'name': u'Ingmar Sj\xf6lund',
   #     'sex': 'M',
   #     'username': u'mariana.zetterstrom'}

   fake.profile(fields=None)
   # {   'address': u'Ekgatan 7\n91620 G\xe4vle',
   #     'birthdate': '2012-07-07',
   #     'blood_group': '0-',
   #     'company': u'Viktorsson HB',
   #     'current_location': (Decimal('20.380355'), Decimal('156.917950')),
   #     'job': 'Plant breeder/geneticist',
   #     'mail': u'strom.eleonora@googlemail.com',
   #     'name': u'Gertrud Hedlund',
   #     'residence': u'Kyrkgatan 58\n48166 Trelleborg',
   #     'sex': 'F',
   #     'ssn': u'810516-5974',
   #     'username': u'ann-marie.simonsson',
   #     'website': [u'http://www.gunnarsson.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('7044189.898'),
   #     u'Consequatur et.',
   #     u'Harum sint veniam.',
   #     u'Rem voluptas quidem.',
   #     u'Corporis est.',
   #     5306,
   #     datetime(1975, 5, 22, 10, 29, 44),
   #     datetime(1992, 12, 29, 12, 50, 14),
   #     u'Dolorum architecto.',
   #     u'Quis nostrum odio.']

   fake.pystr(max_chars=20)
   # u'Ut labore inventore.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   -24652267970.46,
   #         datetime(1980, 7, 7, 19, 25, 31),
   #         3103,
   #         u'Ullam cupiditate.',
   #         u'http://lund.se/main/tags/list/home/',
   #         u'Nesciunt sit.',
   #         u'Consectetur.',
   #         4419491.31225,
   #         8817516.0,
   #         -22031845180780.0],
   #     {   u'cupiditate': u'Placeat nostrum.',
   #         u'est': u'xsjogren@yahoo.de',
   #         u'itaque': Decimal('-62.137264'),
   #         u'quia': 5379,
   #         u'saepe': u'Qui esse quo.',
   #         u'sunt': u'Saepe cumque omnis.',
   #         u'tenetur': u'Tenetur ducimus.',
   #         u'ullam': u'monika.skoglund@swipnet.se',
   #         u'ut': 2247,
   #         u'voluptatem': 9117},
   #     {   u'animi': {   8: u'Asperiores officia.',
   #                       9: [u'Et autem nam sed.', 293, u'Assumenda delectus.'],
   #                       10: {   8: 5976,
   #                               9: 2649,
   #                               10: [2018, u'Ipsa dicta sit id.']}},
   #         u'architecto': {   7: u'Nam suscipit.',
   #                            8: [   u'Qui consequuntur.',
   #                                   Decimal('1.97415791725E+14'),
   #                                   u'Veritatis dolore et.'],
   #                            9: {   7: u'Exercitationem.',
   #                                   8: Decimal('9.4824611798E+11'),
   #                                   9: [u'Quaerat nihil.', 120610551823.421]}},
   #         u'aspernatur': {   6: u'Voluptas eveniet.',
   #                            7: [   u'Quia in placeat.',
   #                                   6967,
   #                                   u'Aut est est id quos.'],
   #                            8: {   6: 8966.34384,
   #                                   7: Decimal('-984450221704'),
   #                                   8: [   u'In minus itaque.',
   #                                          u'Id sapiente sint.']}},
   #         u'atque': {   2: u'Repellendus at odit.',
   #                       3: [6002, u'Est non non dicta.', 2611],
   #                       4: {   2: 2139,
   #                              3: u'http://www.antonsson.com/login/',
   #                              4: [-6921976176.9, -31051155549948.6]}},
   #         u'corrupti': {   9: Decimal('-14654934874.3'),
   #                          10: [   datetime(1985, 1, 11, 15, 54, 39),
   #                                  Decimal('-8.93686841461E+13'),
   #                                  u'Ad esse consequatur.'],
   #                          11: {   9: datetime(1997, 4, 21, 7, 38, 25),
   #                                  10: 1878,
   #                                  11: [   datetime(1991, 2, 17, 23, 31, 49),
   #                                          u'solovsson@strid.net']}},
   #         u'laudantium': {   3: datetime(1975, 6, 25, 18, 23, 4),
   #                            4: [   Decimal('8928.413'),
   #                                   Decimal('-39912448567.1'),
   #                                   u'Optio dolorum totam.'],
   #                            5: {   3: Decimal('61.1363729'),
   #                                   4: u'Non fugiat et.',
   #                                   5: [3978, u'Vitae sit.']}},
   #         u'magnam': {   0: datetime(1997, 7, 17, 5, 8, 9),
   #                        1: [   datetime(1991, 2, 26, 14, 12, 11),
   #                               u'http://mansson.com/homepage.jsp',
   #                               7600],
   #                        2: {   0: 9670,
   #                               1: u'Omnis aut nostrum.',
   #                               2: [u'Rerum hic omnis.', u'Odit dolores.']}},
   #         u'placeat': {   4: u'Voluptatibus rem.',
   #                         5: [   u'Ratione mollitia.',
   #                                u'Inventore aut sed.',
   #                                68421757.3722],
   #                         6: {   4: Decimal('-39322014.7488'),
   #                                5: 8727,
   #                                6: [u'Fuga nobis.', u'Possimus provident.']}},
   #         u'reiciendis': {   5: 1579,
   #                            6: [u'Pariatur saepe.', 313.0, 3828],
   #                            7: {   5: Decimal('159.26'),
   #                                   6: u'Aut ut cum qui.',
   #                                   7: [u'eskil00@levin.com', 8343]}},
   #         u'ullam': {   1: u'Ut tempora.',
   #                       2: [   datetime(2000, 10, 18, 7, 30, 3),
   #                              u'Molestias molestiae.',
   #                              datetime(1997, 10, 9, 10, 11, 54)],
   #                       3: {   1: 1270,
   #                              2: u'Quis earum quia.',
   #                              3: [Decimal('-16446237110.6'), 353]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'http://www.englund.se/tag/wp-content/login.html',
   #     u'Nostrum impedit.',
   #     u'Rerum dolor minima.',
   #     u'pengberg@norberg.net',
   #     datetime(1998, 1, 28, 11, 31, 42),
   #     u'Ut molestiae.',
   #     u'Quidem neque et ut.',
   #     Decimal('361.379326932'),
   #     u'Quo quaerat aut.',
   #     u'Et enim eum.',
   #     u'Sed natus qui enim.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   Decimal('8.6433231701E+13'),
   #     datetime(2013, 2, 27, 1, 7, 10),
   #     u'Ab eius voluptas.',
   #     Decimal('992.27053636'),
   #     u'Repellat ea id qui.',
   #     u'Sunt recusandae.',
   #     u'Odio omnis.',
   #     7198,
   #     3455)

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([9217, u'Aliquam quam ut.', u'http://nyberg.se/', u'Et deserunt est.', u'Esse quae est nam.', u'ohaggstrom@yahoo.de', u'Aut est quisquam ea.', u'Sit est deleniti.', u'Error distinctio.', 9492, 353544885762.1, Decimal('-347835632.556'), datetime(1971, 7, 18, 10, 41, 35), u'Magni officiis.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'ad': datetime(1991, 2, 14, 23, 9, 14),
   #     u'aliquam': 8936,
   #     u'aspernatur': 798721838209.64,
   #     u'consequatur': u'Ut incidunt non et.',
   #     u'dolores': u'Ratione eos minus.',
   #     u'est': u'http://www.hansson.se/',
   #     u'incidunt': 12,
   #     u'quasi': u'elof.hult@gmail.com',
   #     u'rerum': u'Provident dicta et.',
   #     u'sed': u'Placeat nemo est.',
   #     u'tempora': u'mariana65@spray.se',
   #     u'voluptatem': 4591}

   fake.pyint()
   # 151


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

   fake.ssn()
   # u'430511-5968'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2012-02-03 10:21:34 Firefox/7.0'

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

   fake.opera()
   # u'Opera/9.64.(Windows NT 5.01; it-IT) Presto/2.9.179 Version/12.00'

   fake.windows_platform_token()
   # u'Windows 98; Win 9x 4.90'

   fake.internet_explorer()
   # u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.01; Trident/5.0)'

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_6) AppleWebKit/5360 (KHTML, like Gecko) Chrome/14.0.815.0 Safari/5360'

   fake.chrome()
   # u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5311 (KHTML, like Gecko) Chrome/15.0.877.0 Safari/5311'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/533.12.2 (KHTML, like Gecko) Version/4.0 Safari/533.12.2'
