
Language nl_NL
**************


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

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

   fake.street_name()
   # u'Jimstraat'

   fake.address()
   # u'Pimsteeg 14\n7388 RR\nOude-Tonge'

   fake.street_address()
   # u'Kimsteeg 481'

   fake.postcode()
   # u'1027 XN'

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

   fake.country()
   # u'Sri Lanka'

   fake.province()
   # u'Noord-Holland'

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

   fake.street_suffix()
   # u'pad'

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'1'

   fake.country_code()
   # u'ZW'

   fake.city()
   # u'Valkenswaard'


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

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

   fake.ean13()
   # u'7896201383317'

   fake.ean8()
   # u'22821362'


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

   fake.rgb_css_color()
   # u'rgb(250,1,32)'

   fake.color_name()
   # u'MediumBlue'

   fake.rgb_color_list()
   # (192, 36, 96)

   fake.rgb_color()
   # u'152,8,15'

   fake.safe_hex_color()
   # u'#339900'

   fake.safe_color_name()
   # u'black'

   fake.hex_color()
   # u'#eabe20'


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

   fake.company()
   # u'Wolters-Schagen'

   fake.company_suffix()
   # u'Inc'

   fake.catch_phrase()
   # u'Synchronized object-oriented adapter'

   fake.bs()
   # u'enable clicks-and-mortar niches'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 16 digit\nDewi Rackham\n3158204885066888 01/21\nCVC: 249\n'

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

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


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

   fake.currency_code()
   # 'RSD'


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

   fake.date_time_ad()
   # datetime.datetime(769, 2, 23, 5, 22, 4)

   fake.month()
   # '10'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1979-01-06T12:53:03'

   fake.date_time()
   # datetime(1970, 3, 7, 11, 49, 8)

   fake.month_name()
   # 'November'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 3, 21, 14, 14, 29)

   fake.unix_time()
   # 1391253037

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '20'

   fake.time(pattern="%H:%M:%S")
   # '15:42:17'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2000, 8, 24, 19, 24, 19)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 12, 17, 39, 57)

   fake.year()
   # '1988'

   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(2010, 10, 20, 13, 9, 35)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2013, 10, 28, 13, 30, 49)

   fake.century()
   # u'XIII'

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

   fake.time_delta()
   # datetime.timedelta(16567, 23526)


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

   fake.mime_type(category=None)
   # u'model/mesh'

   fake.file_name(category=None, extension=None)
   # u'non.mp3'

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


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

   fake.ipv4()
   # u'247.5.18.35'

   fake.url()
   # u'http://www.van.biz/'

   fake.company_email()
   # u'jade54@van.com'

   fake.uri()
   # u'http://backer.biz/'

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

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

   fake.tld()
   # u'biz'

   fake.free_email()
   # u'evoortman@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'ratione-adipisci'

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

   fake.domain_name()
   # u'huijbrechtsde.com'

   fake.uri_extension()
   # u'.jsp'

   fake.ipv6()
   # u'd7e7:6b8c:a30a:b10f:fbee:e118:1ada:f843'

   fake.safe_email()
   # u'doornhem.selina@example.org'

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

   fake.uri_path(deep=None)
   # u'tags/wp-content'

   fake.email()
   # u'jorn39@thatcherhaselaar.com'

   fake.uri_page()
   # u'search'

   fake.mac_address()
   # u'4c:83:14:b9:20:62'


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

   fake.job()
   # 'Engineer, civil (contracting)'


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

   fake.text(max_nb_chars=200)
   # u'Consequuntur deleniti quo nihil et ex libero quidem. In sint eligendi perspiciatis nisi voluptate. Autem expedita minus et aut asperiores perferendis.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'In quae est aut voluptatem non.'

   fake.word()
   # u'mollitia'

   fake.paragraphs(nb=3)
   # [   u'Et accusamus nisi ab enim harum officiis. Minus ab et autem quod in nostrum laborum aut. Voluptatem sunt accusantium voluptatem quas velit est fuga.',
   #     u'Eligendi molestiae rem et ut voluptatem non eos. Enim commodi laboriosam occaecati omnis quam ut. Voluptatibus optio nesciunt vitae aut at. Sed et molestiae est.',
   #     u'Sit accusantium ut repudiandae. Blanditiis velit qui assumenda voluptatem mollitia quam. Amet aut molestias expedita omnis quas est.']

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

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Mollitia vero veniam perspiciatis et adipisci quis. Et dolores et deserunt error aut. Incidunt possimus magni commodi veniam eum omnis. Aspernatur sint totam aperiam sit nobis atque.'

   fake.sentences(nb=3)
   # [   u'Neque libero nihil iusto eligendi nemo et dolores.',
   #     u'In esse eius amet quae id.',
   #     u'Quia quaerat quo illo tempora tempora quam incidunt.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'%vkiICX*Pr'

   fake.locale()
   # u'it_CL'

   fake.md5(raw_output=False)
   # '24eb6516e49f456a39f31144113ed61e'

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

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '95f2cde9c00ffea51fe132979e2daff2b1f1b547c758c9b386005340327225ee'

   fake.uuid4()
   # 'f1696b15-9ff5-47bf-9dd8-6a8bccf1591f'

   fake.language_code()
   # u'de'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Vrancken'

   fake.name_female()
   # u'Alicia le Briel'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'Tijn van der Laarse-Huijbrechts'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'Aaliyah le Gulcher'

   fake.first_name()
   # u'Lara'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Max'

   fake.first_name_female()
   # u'Megan'

   fake.last_name_female()
   # u'de Ruiter'

   fake.last_name()
   # u'van Klaarwater'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'+31(0)28-7893284'


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

   fake.simple_profile()
   # {   'address': u'Annasteeg 3\n6719YX\nNieuwkoop',
   #     'birthdate': '1984-08-10',
   #     'mail': u'xvan-der-loo@yahoo.com',
   #     'name': u'Eliza Buijs-Muller',
   #     'sex': 'F',
   #     'username': u'niels30'}

   fake.profile(fields=None)
   # {   'address': u'Juuldreef 787\n7072 AD\nTwisk',
   #     'birthdate': '1980-04-05',
   #     'blood_group': 'B-',
   #     'company': u'van Bruchem Inc',
   #     'current_location': (Decimal('-5.3100945'), Decimal('122.668648')),
   #     'job': 'Media buyer',
   #     'mail': u'amelie19@gmail.com',
   #     'name': u'Jade Dachgelt-Fechant',
   #     'residence': u'Koendreef 748\n1449 GK\nGellicum',
   #     'sex': 'M',
   #     'ssn': u'015934688',
   #     'username': u'van-egisheim.floortje',
   #     'website': [   u'http://www.berthothe.com/',
   #                    u'http://www.lorealscuylenborchs.com/',
   #                    u'http://www.bosch.biz/',
   #                    u'http://www.le.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([1088, 1858, u'Illo aspernatur.', u'Molestias qui sunt.', u'Amet nesciunt.', -552638483412269.0, u'Laudantium.', 9463, u'Delectus voluptatem.', u'http://bres.net/home.html', u'Voluptatum error.', -18549228308621.0])

   fake.pystr(max_chars=20)
   # u'Id occaecati est.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'dion.jansen@gmail.com',
   #         u'Iure aliquid.',
   #         u'cschatteleijn@yahoo.com',
   #         -8935.64260705155,
   #         u'http://mathol.com/tag/category/main/',
   #         u'Officia aut rerum.',
   #         u'Voluptas et.',
   #         Decimal('-3.80551670805E+13'),
   #         datetime(1990, 1, 30, 0, 28, 46),
   #         144],
   #     {   u'a': datetime(2007, 8, 25, 3, 23, 56),
   #         u'explicabo': Decimal('-98637616.2466'),
   #         u'facere': u'Facere suscipit.',
   #         u'ipsam': u'Assumenda et.',
   #         u'iusto': datetime(2004, 5, 18, 14, 13, 22),
   #         u'minima': u'http://van.com/main/',
   #         u'nihil': u'Quia vel qui beatae.',
   #         u'pariatur': u'http://www.van.org/posts/terms/',
   #         u'qui': u'Commodi quis itaque.',
   #         u'repudiandae': u'http://dijkmanwaltrade.org/wp-content/category.php'},
   #     {   u'beatae': {   1: -160990176103.731,
   #                        2: [   Decimal('-850709.505649'),
   #                               Decimal('-15035.0'),
   #                               9809940.3],
   #                        3: {   1: 1431,
   #                               2: 640,
   #                               3: [   u'Minima cupiditate.',
   #                                      u'http://van.com/categories/tag/home/']}},
   #         u'est': {   7: u'Dolores in.',
   #                     8: [   u'chris.van-hamaland@yahoo.com',
   #                            -49672582114850.8,
   #                            u'Sint rerum atque.'],
   #                     9: {   7: u'http://sterkman.biz/index/',
   #                            8: u'Ex velit soluta.',
   #                            9: [   u'http://van.com/list/author/',
   #                                   u'http://de.com/login/']}},
   #         u'iusto': {   8: u'http://van.info/home.htm',
   #                       9: [2606, 1788, -236395352075305.0],
   #                       10: {   8: u'elisa71@kramer.com',
   #                               9: u'http://van.com/home/',
   #                               10: [   u'elise.wensen@yahoo.com',
   #                                       3375144009.742]}},
   #         u'omnis': {   2: Decimal('6426.85675'),
   #                       3: [8016, 4878, u'Eum rerum dolores.'],
   #                       4: {   2: u'Illo vero veniam.',
   #                              3: u'Autem voluptas.',
   #                              4: [u'Quia dolorem.', u'Enim qui dolor ea.']}},
   #         u'pariatur': {   6: u'van-gils.lois@otto.com',
   #                          7: [   4572,
   #                                 u'Voluptates quia.',
   #                                 Decimal('5.01614244446E+12')],
   #                          8: {   6: u'Blanditiis vel.',
   #                                 7: u'Tempore saepe.',
   #                                 8: [u'Hic laborum.', 1744]}},
   #         u'quo': {   5: u'http://gnoddevan.com/author.htm',
   #                     6: [   u'Consectetur alias.',
   #                            datetime(2013, 8, 1, 2, 11, 6),
   #                            datetime(2009, 12, 6, 7, 1, 4)],
   #                     7: {   5: u'Eaque et veritatis.',
   #                            6: u'Fuga optio illum ex.',
   #                            7: [u'Ducimus vitae.', -275093109192.298]}},
   #         u'quos': {   3: 8212,
   #                      4: [   datetime(2013, 10, 30, 20, 23, 30),
   #                             u'Quia sunt.',
   #                             u'Sapiente sapiente.'],
   #                      5: {   3: 3501,
   #                             4: 9180,
   #                             5: [   Decimal('79707437717.2'),
   #                                    datetime(1980, 12, 22, 0, 4, 57)]}},
   #         u'similique': {   9: u'Quam dolorem iste.',
   #                           10: [   u'http://www.van.com/main.jsp',
   #                                   Decimal('-1.43377127879E+12'),
   #                                   u'Corporis cupiditate.'],
   #                           11: {   9: datetime(1999, 5, 23, 13, 43, 19),
   #                                   10: u'http://sestig.com/',
   #                                   11: [   u'Adipisci veritatis.',
   #                                           Decimal('7.8775323324E+14')]}},
   #         u'sunt': {   4: u'lois20@yahoo.com',
   #                      5: [   5712,
   #                             u'Sint repellat fugit.',
   #                             u'aron49@hotmail.com'],
   #                      6: {   4: 1715,
   #                             5: -91947799.474,
   #                             6: [   datetime(1972, 3, 19, 0, 42, 56),
   #                                    u'http://www.ligtvoetvan.info/']}},
   #         u'unde': {   0: u'Exercitationem et.',
   #                      1: [   u'Odio iste cum et.',
   #                             Decimal('-19825.4095387'),
   #                             u'Deserunt atque aut.'],
   #                      2: {   0: u'Optio totam.',
   #                             1: datetime(2011, 5, 18, 22, 15, 36),
   #                             2: [u'de-beer.julia@yahoo.com', u'Vitae quis.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   1376,
   #     datetime(2000, 11, 23, 3, 50, 20),
   #     u'http://www.de.info/blog/tag/register.html',
   #     u'Doloremque suscipit.',
   #     5850,
   #     u'http://www.stook.info/index.asp',
   #     2544,
   #     u'Fugit est quas et.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'van-den-broek.valentijn@postma.com',
   #     6690,
   #     264,
   #     u'Sapiente est saepe.',
   #     u'mvan-oostendorp@woudenberg.com',
   #     u'Iste id vel qui.',
   #     u'Modi voluptas minus.',
   #     u'Odio tempore non.',
   #     u'Et deleniti.',
   #     7036,
   #     5822,
   #     6655)

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'reimes.yara@walsteijnde.com', Decimal('6.83904652492E+14'), datetime(2010, 11, 14, 16, 26, 26), 9796, u'Repellendus id sint.', u'josephine89@verheij.com', -39209417701027.4, u'http://manne.com/tag/privacy.html', u'http://www.van.com/', u'esther13@hotmail.com', u'Vel voluptas.', 8952, u'thijs.van-engelen@gmail.com', 61, u'zde-backer@gmail.com'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'architecto': u'Qui unde voluptatem.',
   #     u'dolor': Decimal('94139142.1163'),
   #     u'eos': 6425,
   #     u'et': u'Ea vel eos qui.',
   #     u'id': Decimal('76694.24'),
   #     u'iusto': 46488.0,
   #     u'maiores': u'Cumque distinctio.',
   #     u'maxime': 410231.25937,
   #     u'nisi': Decimal('-445075.9'),
   #     u'quis': u'Est et unde quis.',
   #     u'rem': -1819034326141.4,
   #     u'soluta': 3584}

   fake.pyint()
   # 4483


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

   fake.ssn()
   # u'023649872'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_0; rv:1.9.3.20) Gecko/2010-12-30 03:18:50 Firefox/3.8'

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

   fake.opera()
   # u'Opera/8.32.(X11; Linux i686; it-IT) Presto/2.9.180 Version/10.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Windows 98) AppleWebKit/5332 (KHTML, like Gecko) Chrome/13.0.898.0 Safari/5332'

   fake.chrome()
   # u'Mozilla/5.0 (Windows CE) AppleWebKit/5361 (KHTML, like Gecko) Chrome/15.0.819.0 Safari/5361'

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_3 rv:6.0; sl-SI) AppleWebKit/534.11.4 (KHTML, like Gecko) Version/4.0 Safari/534.11.4'
