
Language no_NO
===============

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

::

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

	fake.street_name()
	# u'Christensenjordet'

	fake.address()
	# u'Amundsenstien 5, #### Mariab\xf8'

	fake.street_address()
	# u'Myhrekroken 7'

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

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

	fake.country()
	# u'Comoros'

	fake.street_suffix()
	# u'faret'

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

	fake.city_suffix()
	# u'stad'

	fake.building_number()
	# u'8'

	fake.country_code()
	# u'LU'

	fake.city()
	# u'Johannesstr\xf8m'

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

::

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

	fake.ean13()
	# u'7189035843073'

	fake.ean8()
	# u'95361222'

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

::

	fake.rgb_css_color()
	# u'rgb(111,66,12)'

	fake.color_name()
	# u'SteelBlue'

	fake.rgb_color_list()
	# (182, 56, 73)

	fake.rgb_color()
	# u'131,29,40'

	fake.safe_hex_color()
	# u'#880000'

	fake.safe_color_name()
	# u'navy'

	fake.hex_color()
	# u'#9c6a79'

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

::

	fake.company()
	# u'Gundersen-Evensen'

	fake.company_suffix()
	# u'og S\xf8nner'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Voyager\nRandi Knudsen\n869992355604974 08/19\nCVC: 297\n'

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

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

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

::

	fake.currency_code()
	# 'GEL'

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

::

	fake.date_time_ad()
	# datetime.datetime(1374, 10, 25, 10, 40, 18)

	fake.month()
	# '03'

	fake.am_pm()
	# 'AM'

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

	fake.iso8601()
	# '2014-05-29T15:57:39'

	fake.date_time()
	# datetime(2007, 5, 10, 11, 28, 37)

	fake.month_name()
	# 'September'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 8, 31, 4, 1, 10)

	fake.unix_time()
	# 999439722

	fake.day_of_week()
	# 'Thursday'

	fake.day_of_month()
	# '30'

	fake.time(pattern="%H:%M:%S")
	# '16:26:14'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1993, 2, 18, 19, 53, 54)

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

	fake.year()
	# '1970'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2010, 12, 11, 4, 25, 42)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2013, 4, 3, 7, 31, 49)

	fake.century()
	# u'I'

	fake.date(pattern="%Y-%m-%d")
	# '2005-09-01'

	fake.time_delta()
	# datetime.timedelta(4671, 66097)

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

::

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

	fake.file_name(category=None, extension=None)
	# u'distinctio.csv'

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

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

::

	fake.ipv4()
	# u'138.167.192.212'

	fake.url()
	# u'http://saetherknudsen.no/'

	fake.company_email()
	# u'john.haug@gulbrandsen.com'

	fake.uri()
	# u'http://nguyen.no/blog/tags/app/index/'

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

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

	fake.tld()
	# u'com'

	fake.free_email()
	# u'tom77@gmail.com'

	fake.slug(*args, **kwargs)
	# u'veniam-nobis-quam'

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

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

	fake.uri_extension()
	# u'.html'

	fake.ipv6()
	# u'f140:98d3:fc8c:14a3:d083:ac6e:fa09:cea5'

	fake.safe_email()
	# u'joergensen.morten@example.org'

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

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

	fake.email()
	# u'gundersen.elise@gmail.com'

	fake.uri_page()
	# u'faq'

	fake.mac_address()
	# u'38:1b:5e:4d:09:1f'

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

::

	fake.job()
	# 'Runner, broadcasting/film/video'

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

::

	fake.text(max_nb_chars=200)
	# u'Qui et hic voluptas totam debitis reprehenderit iure. Doloribus rerum quaerat tempora blanditiis est. Aut consequatur enim est quia dolorum. Suscipit ab sapiente cum cupiditate dolor.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Quia praesentium tempore ea modi incidunt beatae.'

	fake.word()
	# u'vel'

	fake.paragraphs(nb=3)
	# [   u'Sequi eos et et cupiditate molestias amet. Autem excepturi magnam quis eum id dicta.',
	#     u'Ut in provident et animi asperiores dolorem sint. Quos illum dolore aut ex. Molestiae porro quae perferendis eius ut aperiam aut.',
	#     u'Provident ratione ut magni. At quia eius sed. Molestiae sit recusandae qui doloribus nisi aspernatur est dolores.']

	fake.words(nb=3)
	# [u'est', u'dolores', u'nesciunt']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Qui eligendi quaerat molestiae voluptas porro eius et earum. Est corrupti et aut. Cumque consequuntur illo ut quaerat magnam.'

	fake.sentences(nb=3)
	# [   u'Non sit repellendus et assumenda.',
	#     u'Aut dolores eius ut atque voluptatibus.',
	#     u'Modi et provident blanditiis ut quia aspernatur accusamus.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'$LC&sh_yg+'

	fake.locale()
	# u'fr_NR'

	fake.md5(raw_output=False)
	# '011137bda1ab89e271733f39e42d4536'

	fake.sha1(raw_output=False)
	# '142ef46b3035c7aa124edf109343da755d024390'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# 'a50b4013d9f4d45c9ecad3f9440cfe2757affc0f39d5457f282e3cd9e99ad88a'

	fake.uuid4()
	# '9e95a28a-03b3-41c6-869a-b27f095349c4'

	fake.language_code()
	# u'it'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Simonsen'

	fake.name_female()
	# u'Mona Moen'

	fake.prefix_male()
	# u'Prof.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Marius Ellingsen'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Stein Kristiansen'

	fake.first_name()
	# u'Eli'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Eivind'

	fake.first_name_female()
	# u'Gro'

	fake.last_name_female()
	# u'Myklebust'

	fake.last_name()
	# u'Hauge'

	fake.prefix_female()
	# u'Prof.'

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

::

	fake.phone_number()
	# u'921 86 308'

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

::

	fake.simple_profile()
	# {   'address': u'Andersentunet 8, #### Nyg\xe5rd',
	#     'birthdate': '2003-10-10',
	#     'mail': u'siri.halvorsen@hotmail.com',
	#     'name': u'Martin Karlsen',
	#     'sex': 'F',
	#     'username': u'vik.morten'}

	fake.profile(fields=None)
	# {   'address': u'Aasfaret 4?, #### Sisselb\xf8',
	#     'birthdate': '2004-08-04',
	#     'blood_group': 'A-',
	#     'company': u'N\xe6ss-Amundsen',
	#     'current_location': (Decimal('-57.6617255'), Decimal('-60.809174')),
	#     'job': 'Public house manager',
	#     'mail': u'elisabeth24@yahoo.com',
	#     'name': u'Monica \xf8deg\xe5rd',
	#     'residence': u'Lundelyngen 2?, #### Olsen',
	#     'sex': 'M',
	#     'ssn': u'616-53-1916',
	#     'username': u'rbakke',
	#     'website': [   u'http://www.mikkelsen.org/',
	#                    u'http://www.halvorsen.no/',
	#                    u'http://lien.no/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Fuga nihil quidem.',
	#     u'Facilis et hic.',
	#     u'karoline.nilsen@hotmail.com',
	#     u'Assumenda sunt cum.',
	#     u'Aut ipsam.',
	#     u'Blanditiis maiores.',
	#     Decimal('775763498506'))

	fake.pystr(max_chars=20)
	# u'Architecto aut.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   5532,
	#         2605,
	#         u'Recusandae aliquam.',
	#         u'Enim id quo.',
	#         u'http://knutsenthomassen.no/explore/main/',
	#         u'Et repudiandae.',
	#         5647,
	#         datetime(1978, 6, 22, 16, 37, 19),
	#         u'http://www.nielsen.net/app/tags/search/',
	#         u'vmartinsen@hotmail.com'],
	#     {   u'architecto': u'Quasi voluptate hic.',
	#         u'consectetur': 5350,
	#         u'dolor': Decimal('7.21661588865E+14'),
	#         u'dolore': u'Voluptatem nam.',
	#         u'ducimus': u'iversen.jens@olsendahl.net',
	#         u'eaque': u'Eum itaque at.',
	#         u'est': datetime(1979, 2, 13, 12, 7, 28),
	#         u'minima': u'Officiis enim.',
	#         u'nihil': u'http://www.boeesandvik.com/explore/tags/home/',
	#         u'temporibus': u'Rerum fugit.'},
	#     {   u'accusamus': {   0: u'Veritatis nemo.',
	#                           1: [   u'Sunt accusantium.',
	#                                  6285,
	#                                  u'http://arnesen.no/about.jsp'],
	#                           2: {   0: u'Aut est cum quaerat.',
	#                                  1: Decimal('-649548978.662'),
	#                                  2: [   7963,
	#                                         datetime(1979, 11, 5, 18, 56, 59)]}},
	#         u'alias': {   7: u'anette79@arnesenengen.com',
	#                       8: [   u'Architecto dolor.',
	#                              u'Ut sit et.',
	#                              u'Amet libero dolor.'],
	#                       9: {   7: datetime(1970, 2, 12, 5, 36, 13),
	#                              8: u'Nemo quod.',
	#                              9: [Decimal('-4.88'), Decimal('95.426675')]}},
	#         u'cumque': {   3: u'Laborum quasi.',
	#                        4: [   u'Explicabo natus qui.',
	#                               2762,
	#                               Decimal('784509.878933')],
	#                        5: {   3: 7941,
	#                               4: u'Odit esse deleniti.',
	#                               5: [   Decimal('-761657991.15'),
	#                                      u'Perspiciatis ea.']}},
	#         u'dolore': {   4: 3239,
	#                        5: [   u'Sit voluptates sunt.',
	#                               datetime(1993, 4, 7, 18, 59, 30),
	#                               u'vali@hotmail.com'],
	#                        6: {   4: 1958,
	#                               5: u'Quis laboriosam.',
	#                               6: [u'Aperiam dicta.', u'Omnis quia nobis.']}},
	#         u'est': {   9: u'Qui vero explicabo.',
	#                     10: [u'Repellat maxime.', 4209, u'Ut id quis eos sunt.'],
	#                     11: {   9: 214,
	#                             10: u'iabrahamsen@berntsen.com',
	#                             11: [u'Non fugit et.', 9253]}},
	#         u'perferendis': {   8: 6753,
	#                             9: [   u'Non quia et est est.',
	#                                    347,
	#                                    datetime(1994, 8, 23, 6, 29, 8)],
	#                             10: {   8: u'Libero accusamus.',
	#                                     9: u'Ipsum labore.',
	#                                     10: [   u'sissel.abrahamsen@gmail.com',
	#                                             3610]}},
	#         u'provident': {   5: u'Ea nihil iure odit.',
	#                           6: [   u'Nesciunt rerum.',
	#                                  datetime(1993, 11, 16, 12, 10, 53),
	#                                  Decimal('7061.20344968')],
	#                           7: {   5: u'siv68@hotmail.com',
	#                                  6: Decimal('-29475.31'),
	#                                  7: [4468, 6092]}},
	#         u'quasi': {   2: u'Ducimus vel.',
	#                       3: [   Decimal('-524.2855861'),
	#                              datetime(1996, 1, 30, 4, 6, 26),
	#                              -8.974],
	#                       4: {   2: u'Nobis quisquam aut.',
	#                              3: 8.8919018634,
	#                              4: [7.6344, 3720]}},
	#         u'qui': {   1: 1571,
	#                     2: [   608,
	#                            datetime(1992, 11, 20, 19, 18, 50),
	#                            u'Omnis eos dolores.'],
	#                     3: {   1: u'Optio sint iste.',
	#                            2: u'Expedita saepe eos.',
	#                            3: [u'smyklebust@hotmail.com', 7479]}},
	#         u'sit': {   6: u'Minus tempore ut in.',
	#                     7: [   u'http://madsenandreassen.no/main/main/categories/faq.html',
	#                            963.23295,
	#                            u'Quis quam minima.'],
	#                     8: {   6: u'Qui nihil vero.',
	#                            7: datetime(2012, 4, 9, 5, 29, 59),
	#                            8: [1620, u'Sit quidem cum vel.']}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://andresen.com/blog/category.html',
	#     4691833299090.55,
	#     u'Et delectus dolorum.',
	#     u'Voluptates laborum.',
	#     u'Aspernatur ab.',
	#     u'http://boee.org/wp-content/about.asp',
	#     7714,
	#     u'Necessitatibus.',
	#     u'Deserunt ad velit.',
	#     u'Molestiae velit.',
	#     u'Quo provident iste.',
	#     -744257264045.2,
	#     u'Sit in repellendus.',
	#     u'Iure adipisci sed.']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'http://www.hansen.com/list/app/category/main.jsp',
	#     81.107018022517,
	#     u'http://www.sivertsen.no/tag/app/main/author/',
	#     u'Eum consectetur.',
	#     u'Ut vel facilis aut.',
	#     13.2519843445,
	#     7318,
	#     u'Nobis et libero.',
	#     u'Velit dolor.',
	#     Decimal('-2935876045.2'),
	#     u'andreassen.trond@gmail.com',
	#     u'Placeat eveniet qui.')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([3040, datetime(1973, 5, 23, 19, 13, 5), u'http://www.andersen.com/posts/wp-content/main/login/', 7461, datetime(2010, 2, 6, 8, 26, 4), u'Sit officiis culpa.', u'http://eliassen.com/post/', -41978896.3861, 3798, datetime(2011, 2, 23, 6, 14, 10), u'Odio et dolorem.', u'Modi ea rerum et.', 8831])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'adipisci': u'http://amundsen.no/post.html',
	#     u'commodi': u'http://www.helland.net/search/',
	#     u'delectus': u'Exercitationem.',
	#     u'doloribus': u'Numquam neque.',
	#     u'et': 58571.302496867,
	#     u'ipsa': 9174,
	#     u'laudantium': -53.543674845,
	#     u'porro': Decimal('-8.40515019894E+12'),
	#     u'velit': u'http://nygaardevensen.no/main/search/'}

	fake.pyint()
	# 2616

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

::

	fake.ssn()
	# u'864-26-4044'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_7; rv:1.9.2.20) Gecko/2015-10-05 16:52:22 Firefox/9.0'

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

	fake.opera()
	# u'Opera/8.54.(X11; Linux i686; sl-SI) Presto/2.9.164 Version/11.00'

	fake.windows_platform_token()
	# u'Windows 98'

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_2 rv:5.0; it-IT) AppleWebKit/533.4.1 (KHTML, like Gecko) Version/4.1 Safari/533.4.1'

	fake.chrome()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/5350 (KHTML, like Gecko) Chrome/13.0.843.0 Safari/5350'

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_9 rv:3.0; en-US) AppleWebKit/532.48.2 (KHTML, like Gecko) Version/5.0.4 Safari/532.48.2'
