
Language no_NO
**************


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

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

   fake.street_name()
   # u'Kristiansenmyra'

   fake.address()
   # u'Gundersenstubben 4, #### Cathrineb\xf8'

   fake.street_address()
   # u'Evensentjernet 6?'

   fake.postcode()
   # u'####'

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

   fake.country()
   # u'Marshall Islands'

   fake.street_suffix()
   # u'h\xf8gda'

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

   fake.city_suffix()
   # u'sand'

   fake.building_number()
   # u'5'

   fake.country_code()
   # u'KE'

   fake.city()
   # u'Evahelle'


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

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

   fake.ean13()
   # u'7643848520656'

   fake.ean8()
   # u'04101215'


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

   fake.rgb_css_color()
   # u'rgb(91,222,160)'

   fake.color_name()
   # u'Black'

   fake.rgb_color_list()
   # (150, 232, 124)

   fake.rgb_color()
   # u'226,210,250'

   fake.safe_hex_color()
   # u'#dd0000'

   fake.safe_color_name()
   # u'white'

   fake.hex_color()
   # u'#33bd2f'


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

   fake.company()
   # u'Pedersen-Ruud Gruppen'

   fake.company_suffix()
   # u'AS'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 16 digit\nHeidi Helland\n3528204926078689 03/20\nCVC: 514\n'

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

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


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

   fake.currency_code()
   # 'MAD'


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

   fake.date_time_ad()
   # datetime.datetime(1801, 7, 22, 17, 17, 41)

   fake.month()
   # '01'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '2011-03-24T18:31:43'

   fake.date_time()
   # datetime(2005, 11, 19, 4, 8, 35)

   fake.month_name()
   # 'January'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 6, 9, 14, 20, 53)

   fake.unix_time()
   # 545881037

   fake.day_of_week()
   # 'Thursday'

   fake.day_of_month()
   # '17'

   fake.time(pattern="%H:%M:%S")
   # '23:40:54'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1990, 10, 13, 21, 43, 33)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 26, 22, 45, 43)

   fake.year()
   # '1998'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 10, 14, 22, 17, 17)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 11, 15, 14, 58, 13)

   fake.century()
   # u'III'

   fake.date(pattern="%Y-%m-%d")
   # '2015-05-11'

   fake.time_delta()
   # datetime.timedelta(9206, 66506)


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

   fake.mime_type(category=None)
   # u'multipart/encrypted'

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

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


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

   fake.ipv4()
   # u'184.44.127.121'

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

   fake.company_email()
   # u'stroem.sindre@evensenfredriksen.no'

   fake.uri()
   # u'http://arnesen.com/'

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

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

   fake.tld()
   # u'net'

   fake.free_email()
   # u'eriksen.sigurd@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'quaerat-qui-atque'

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

   fake.domain_name()
   # u'nygaard.net'

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'5826:ad89:13e4:f61a:e90e:0515:8c6e:9a21'

   fake.safe_email()
   # u'labrahamsen@example.org'

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

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

   fake.email()
   # u'tveit.helene@birkeland.no'

   fake.uri_page()
   # u'search'

   fake.mac_address()
   # u'28:03:a3:b7:95:fa'


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

   fake.job()
   # 'Media planner'


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

   fake.text(max_nb_chars=200)
   # u'Eos velit magnam dolore et similique consequuntur quia. Quod ut itaque quia aut alias quam aut. Quasi et libero recusandae sunt consequuntur voluptas nesciunt.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Incidunt accusantium consectetur commodi nam accusantium blanditiis accusamus in.'

   fake.word()
   # u'similique'

   fake.paragraphs(nb=3)
   # [   u'Voluptas ipsa reprehenderit sit aliquam sed consequatur. Iure suscipit rerum eum aut nemo modi reiciendis. Non asperiores repellat sunt omnis.',
   #     u'Fuga et dolore a aperiam mollitia eaque debitis. Amet ducimus repellendus accusantium ipsum quia voluptatem. Earum reiciendis excepturi dolor dolore mollitia autem. Omnis et aperiam fuga harum et neque. Architecto similique sed rem.',
   #     u'Et earum sequi autem id ipsa dolor. Eum itaque facilis similique optio qui vero. Facilis at eius suscipit et eveniet.']

   fake.words(nb=3)
   # [u'tempore', u'laborum', u'consectetur']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Et repudiandae sint ut necessitatibus quam praesentium architecto. Qui voluptates a quibusdam sunt et magnam est. Est quibusdam ipsum nisi voluptatem. Quibusdam fuga omnis beatae voluptatem voluptas ut.'

   fake.sentences(nb=3)
   # [   u'Maxime cum dolores vel aliquam qui.',
   #     u'Rerum et et laboriosam laudantium.',
   #     u'Dolorem ad earum inventore est eaque quia.']


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

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

   fake.locale()
   # u'de_NL'

   fake.md5(raw_output=False)
   # '811100b98b1471dbc70d7e14f2b6ac20'

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

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # '029770a26ff558c33e953c7a55a8afff8a09151476fcff8d77d69d5686b3e0d8'

   fake.uuid4()
   # '0276f439-bbd4-45ef-a4d6-4154ee2dfaef'

   fake.language_code()
   # u'fr'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Hagen'

   fake.name_female()
   # u'K\xe5re Tangen'

   fake.prefix_male()
   # u'Dr.'

   fake.prefix()
   # u'Prof.'

   fake.name()
   # u'Stine Gundersen'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Jorunn Larsen'

   fake.first_name()
   # u'Stig'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Johan'

   fake.first_name_female()
   # u'Britt'

   fake.last_name_female()
   # u'Jacobsen'

   fake.last_name()
   # u'Kristiansen'

   fake.prefix_female()
   # u'Prof.'


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

   fake.phone_number()
   # u'24306491'


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

   fake.simple_profile()
   # {   'address': u'Dahlvika 75, #### Andresen',
   #     'birthdate': '2004-03-19',
   #     'mail': u'lali@hotmail.com',
   #     'name': u'Asbj\xf8rn Berg',
   #     'sex': 'F',
   #     'username': u'solberg.siv'}

   fake.profile(fields=None)
   # {   'address': u'Holmflata 20, #### Berg',
   #     'birthdate': '2006-12-25',
   #     'blood_group': 'A+',
   #     'company': u'Sandvik og S\xf8nner',
   #     'current_location': (Decimal('55.735870'), Decimal('-26.627227')),
   #     'job': 'Education officer, community',
   #     'mail': u'lien.tommy@hotmail.com',
   #     'name': u'Tor Mikkelsen',
   #     'residence': u'Thomassenvika 55, #### Sverrestad',
   #     'sex': 'M',
   #     'ssn': u'404-48-0528',
   #     'username': u'gunnar.haug',
   #     'website': [   u'http://www.bakken.no/',
   #                    u'http://www.eriksengulbrandsen.com/',
   #                    u'http://saetheraasen.no/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('57696303.84'),
   #     datetime(1980, 9, 15, 20, 32, 34),
   #     u'http://www.strandhaugland.org/home.htm',
   #     8431,
   #     2935,
   #     Decimal('-1785.8817'),
   #     u'Repudiandae.',
   #     u'btveit@yahoo.com']

   fake.pystr(max_chars=20)
   # u'Et asperiores vero.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'tobias49@lien.net',
   #         datetime(1986, 4, 17, 19, 29, 20),
   #         u'Quibusdam dolor vel.',
   #         u'Unde deleniti.',
   #         7991,
   #         u'http://hagen.org/category.html',
   #         u'Magnam adipisci aut.',
   #         datetime(1976, 4, 7, 13, 18, 4),
   #         u'Et velit ex debitis.',
   #         -9288676157.0],
   #     {   u'cupiditate': u'Est sit voluptates.',
   #         u'eum': 403026.18624,
   #         u'incidunt': -2343317622.0,
   #         u'molestiae': u'http://www.danielsen.no/categories/faq/',
   #         u'odit': 2179,
   #         u'omnis': u'http://roenningfredriksen.com/register.php',
   #         u'optio': 7515,
   #         u'saepe': 1689,
   #         u'tenetur': 9874},
   #     {   u'delectus': {   2: u'Dolor beatae sed et.',
   #                          3: [   1782,
   #                                 u'isaksen.hanna@gmail.com',
   #                                 -6189989723491.4],
   #                          4: {   2: u'Non qui soluta.',
   #                                 3: 8256,
   #                                 4: [   -2202931543.6097,
   #                                        u'Voluptatibus quidem.']}},
   #         u'et': {   9: u'elise.naess@iversen.no',
   #                    10: [   u'Ad iusto dolorem.',
   #                            u'Repellat qui.',
   #                            datetime(1982, 3, 16, 9, 55, 7)],
   #                    11: {   9: u'vegard59@yahoo.com',
   #                            10: u'Consequuntur.',
   #                            11: [6388, Decimal('3174705.51172')]}},
   #         u'iste': {   0: u'Ut ad maiores non.',
   #                      1: [Decimal('69.5224'), 5660, u'pmartinsen@yahoo.com'],
   #                      2: {   0: Decimal('-6719679.44461'),
   #                             1: u'Error pariatur vel.',
   #                             2: [u'Voluptas autem.', u'cisaksen@gmail.com']}},
   #         u'natus': {   8: 4923,
   #                       9: [   u'http://hansenmyhre.no/category/',
   #                              u'Corporis deserunt.',
   #                              3615],
   #                       10: {   8: u'Nulla qui omnis.',
   #                               9: 6686,
   #                               10: [   u'unni.hagen@gmail.com',
   #                                       u'idanielsen@andreassensoerensen.com']}},
   #         u'non': {   5: 8115,
   #                     6: [-8684332738972.3, u'Autem sunt.', 3363],
   #                     7: {   5: 3924,
   #                            6: u'Aut velit maxime.',
   #                            7: [   Decimal('-874718555.833'),
   #                                   Decimal('7146.2612553')]}},
   #         u'quod': {   7: u'http://www.fredriksen.com/tags/wp-content/terms.asp',
   #                      8: [   datetime(2009, 5, 27, 23, 23, 54),
   #                             u'Ad nesciunt.',
   #                             u'Magni nesciunt in.'],
   #                      9: {   7: u'Commodi est quis.',
   #                             8: u'Et laboriosam dicta.',
   #                             9: [   u'Laboriosam error et.',
   #                                    Decimal('-4.7343739739')]}},
   #         u'recusandae': {   4: Decimal('-3.67369'),
   #                            5: [   datetime(2013, 7, 24, 12, 20, 1),
   #                                   u'sander15@gmail.com',
   #                                   u'Ut qui consectetur.'],
   #                            6: {   4: u'isaksen.geir@thomassen.no',
   #                                   5: datetime(1992, 8, 9, 2, 2, 19),
   #                                   6: [   u'http://www.halvorsen.no/main.html',
   #                                          u'http://www.eriksenpaulsen.net/home.html']}},
   #         u'repellat': {   3: 5165,
   #                          4: [2347, -85402.859546, 803495.731543],
   #                          5: {   3: -475681765.747,
   #                                 4: u'tor.ali@gmail.com',
   #                                 5: [   u'antonsen.martine@nielsenmathisen.no',
   #                                        1122918.71]}},
   #         u'voluptas': {   6: u'Dolorem quas et.',
   #                          7: [   u'Enim nam autem.',
   #                                 u'Quisquam eos.',
   #                                 datetime(2007, 8, 31, 3, 0, 45)],
   #                          8: {   6: u'Dolor repellat.',
   #                                 7: u'Explicabo fugit.',
   #                                 8: [   u'lise15@hotmail.com',
   #                                        u'Dolore in quidem.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'http://thorsensivertsen.no/',
   #     u'Et quas iusto.',
   #     Decimal('-496364.5919'),
   #     9819,
   #     335,
   #     u'Quasi est mollitia.',
   #     datetime(1995, 9, 15, 3, 21, 25),
   #     u'sverre29@pedersen.no',
   #     u'Vel voluptas est.',
   #     datetime(2006, 5, 6, 16, 8, 26)]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   Decimal('8.36679026'),
   #     u'Ut architecto.',
   #     Decimal('-71817625.13'),
   #     datetime(1979, 1, 30, 10, 7, 20),
   #     u'Provident possimus.',
   #     datetime(1977, 10, 3, 5, 39, 12),
   #     u'http://aune.no/',
   #     u'Quos nihil est quis.')

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([4516, u'A non provident.', u'Nesciunt error sit.', -355.3, u'Corporis nihil.', 9136, 5580, u'A consectetur.', u'Et sed ut vel.', u'http://joergensen.no/wp-content/explore/posts/post.html', 7836, datetime(1984, 9, 4, 6, 45, 38), u'hanna44@yahoo.com', u'Dolorem nobis sed.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'consequatur': u'Vel autem in nihil.',
   #     u'cum': u'Repellat accusamus.',
   #     u'eos': datetime(2014, 2, 12, 10, 13, 39),
   #     u'ex': datetime(2012, 8, 18, 11, 30, 25),
   #     u'fugit': 47203512586.943,
   #     u'id': u'http://www.nielsenoedegaard.no/terms/',
   #     u'nobis': datetime(1998, 10, 28, 2, 51, 10),
   #     u'nulla': u'Earum velit cum.',
   #     u'occaecati': -396707985514.97,
   #     u'quis': u'Dolores tempora.',
   #     u'quo': -47.572304124,
   #     u'sequi': u'Rerum aut explicabo.'}

   fake.pyint()
   # 8618


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

   fake.ssn()
   # u'061-50-2511'


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

   fake.mac_processor()
   # u'Intel'

   fake.firefox()
   # u'Mozilla/5.0 (Windows 98; it-IT; rv:1.9.2.20) Gecko/2013-11-08 18:48:42 Firefox/10.0'

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

   fake.opera()
   # u'Opera/9.40.(Windows NT 4.0; it-IT) Presto/2.9.181 Version/11.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Win 9x 4.90; Trident/3.0)'

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; sl-SI) AppleWebKit/532.11.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6532.11.2'
