Language nl_NL

faker.providers.address

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

fake.street_name()
# u'Elinsingel'

fake.address()
# u'Isepad 764\n1829RE\nTaarlo'

fake.street_address()
# u'Aydenhof 38'

fake.postcode()
# u'3539EL'

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

fake.country()
# u'Libanon'

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

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

fake.street_suffix()
# u'dreef'

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'71'

fake.country_code()
# u'RO'

fake.city()
# u'Koudum'

faker.providers.barcode

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

fake.ean13()
# u'9992858288215'

fake.ean8()
# u'86497749'

faker.providers.color

fake.rgb_css_color()
# u'rgb(25,166,7)'

fake.color_name()
# u'Green'

fake.rgb_color_list()
# (172, 54, 67)

fake.rgb_color()
# u'191,116,45'

fake.safe_hex_color()
# u'#557700'

fake.safe_color_name()
# u'gray'

fake.hex_color()
# u'#83eff8'

faker.providers.company

fake.company()
# u'Kof-Mangel'

fake.company_suffix()
# u'Ltd'

fake.catch_phrase()
# u'Synergized disintermediate hub'

fake.bs()
# u'envisioneer end-to-end schemas'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\nGijs de Boer\n180079024498384 09/18\nCVC: 326\n'

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

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

faker.providers.currency

fake.currency_code()
# 'BRL'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(118, 6, 22, 10, 2, 21)

fake.month()
# '09'

fake.am_pm()
# 'AM'

fake.timezone()
# u'Asia/Nicosia'

fake.iso8601()
# '2012-03-09T15:39:24'

fake.date_time()
# datetime(1980, 1, 31, 16, 41, 9)

fake.month_name()
# 'January'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 7, 12, 14, 10, 18)

fake.unix_time()
# 479379247

fake.day_of_week()
# 'Wednesday'

fake.day_of_month()
# '18'

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

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2014, 12, 9, 8, 15, 52)

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

fake.year()
# '2000'

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(2014, 2, 26, 22, 3, 38)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2010, 6, 16, 14, 0, 18)

fake.century()
# u'XIII'

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

fake.time_delta()
# datetime.timedelta(976, 61776)

faker.providers.file

fake.mime_type(category=None)
# u'application/xhtml+xml'

fake.file_name(category=None, extension=None)
# u'quia.jpg'

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

faker.providers.internet

fake.ipv4()
# u'29.234.49.58'

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

fake.company_email()
# u'mohammed40@de.com'

fake.uri()
# u'http://totwiller.net/tags/search.htm'

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

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

fake.tld()
# u'org'

fake.free_email()
# u'pvan-wel@hotmail.com'

fake.slug(*args, **kwargs)
# u'aut-temporibus'

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

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

fake.uri_extension()
# u'.php'

fake.ipv6()
# u'05c3:7f7e:e013:f8fb:da67:c557:39e1:2a9c'

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

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

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

fake.email()
# u'vincent40@yahoo.com'

fake.uri_page()
# u'post'

fake.mac_address()
# u'48:fd:c0:96:0e:24'

faker.providers.job

fake.job()
# 'Scientist, clinical (histocompatibility and immunogenetics)'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'Officiis eum dicta et repellat qui veniam quia. Quo et eveniet nobis neque. Omnis odio nemo nemo quis occaecati ut consectetur et.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'Aut dolore dolorem eos repellat et odio dolore.'

fake.word()
# u'qui'

fake.paragraphs(nb=3)
# [   u'Explicabo placeat molestiae placeat dolores. Hic aut laboriosam tempora. Maiores tenetur quam occaecati rerum. Aut enim laboriosam suscipit voluptates ipsum.',
#     u'Et sint distinctio cupiditate totam architecto suscipit et. Et adipisci velit similique mollitia quisquam nostrum. Harum sequi cumque officiis est ut voluptas et. Nihil error nostrum ut delectus. Provident modi nesciunt sequi itaque est architecto.',
#     u'Eveniet non molestiae animi neque odio. Eum sit id aut doloribus. Est mollitia aliquam quae ea vel.']

fake.words(nb=3)
# [u'unde', u'autem', u'aut']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Earum nihil a dolorum qui saepe optio nemo voluptatibus. Rerum reiciendis sed aut. Ad perspiciatis non similique ut. Magni quos rerum optio dolor est tempore.'

fake.sentences(nb=3)
# [   u'Impedit nisi quae odit cum.',
#     u'Molestias unde est eligendi error eius voluptatibus.',
#     u'Modi alias molestiae possimus.']

faker.providers.misc

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

fake.locale()
# u'en_BR'

fake.md5(raw_output=False)
# '0779f9d6254a9c4bc141d428816c5e6b'

fake.sha1(raw_output=False)
# '1ad5f0bbdca3fe2cb0214d1b0b601499d38a9809'

fake.null_boolean()
# True

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

fake.uuid4()
# '6e5e5354-3c7a-4eea-991a-377b7fe47bb2'

fake.language_code()
# u'es'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u"van 't Wel"

fake.name_female()
# u'Catharina de Bock'

fake.prefix_male()
# ''

fake.prefix()
# ''

fake.name()
# u'Ayden van Luinenburg'

fake.suffix_female()
# ''

fake.name_male()
# u'Lorenzo Ridder-Persijn'

fake.first_name()
# u'Boris'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'Maurits'

fake.first_name_female()
# u'Juul'

fake.last_name_female()
# u'Westerburg'

fake.last_name()
# u'Huijs'

fake.prefix_female()
# ''

faker.providers.phone_number

fake.phone_number()
# u'(005) 8604911'

faker.providers.profile

fake.simple_profile()
# {   'address': u'Dylanopad 931\n7826QD\nGasselternijveen',
#     'birthdate': '1975-03-19',
#     'mail': u'van-voorst.jordy@hotmail.com',
#     'name': u'Sem Hulshouts',
#     'sex': 'F',
#     'username': u'rosa.van-der-maes'}

fake.profile(fields=None)
# {   'address': u'Hamzahof 04\n9673 NL\nZoutkamp',
#     'birthdate': '1995-08-23',
#     'blood_group': 'AB-',
#     'company': u'Kok Ltd',
#     'current_location': (Decimal('89.521165'), Decimal('158.064277')),
#     'job': 'Ergonomist',
#     'mail': u'femke.der-kijnder@gmail.com',
#     'name': u'Yassin van de Darnau',
#     'residence': u'Lunadreef 029\n1180TA\nWarfstermolen',
#     'sex': 'F',
#     'ssn': u'026415896',
#     'username': u'van-den-broek.isabella',
#     'website': [   u'http://spreeuwvan.com/',
#                    u'http://www.van.com/',
#                    u'http://www.martelhoekstra.com/',
#                    u'http://de.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime(1971, 12, 22, 11, 31, 15),
#     u'Et voluptatem ut.',
#     u'Aut aliquam.',
#     5637,
#     u'Nam et maiores.',
#     u'rens39@yahoo.com',
#     u'http://www.van.info/tags/search/posts/home/']

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

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

fake.pystruct(count=10, *value_types)
# (   [   u'Quam qui quibusdam.',
#         u'Fuga earum ullam.',
#         u'Vero cum aut omnis.',
#         Decimal('-530367920.748'),
#         2214,
#         7559,
#         u'http://van.com/wp-content/explore/search/register/',
#         5.675692835,
#         u'Labore adipisci.',
#         u'Qui non quis quo.'],
#     {   u'aliquam': datetime(1987, 7, 16, 6, 15, 23),
#         u'culpa': 9313,
#         u'eveniet': u'Repellat.',
#         u'expedita': u'http://timmermans.info/wp-content/categories/explore/privacy.html',
#         u'facilis': datetime(1978, 10, 30, 15, 27, 29),
#         u'omnis': datetime(2011, 4, 7, 9, 45, 40),
#         u'provident': u'Aspernatur id et.',
#         u'rem': u'Quia hic magni.',
#         u'vero': u'Vel iure debitis.',
#         u'voluptatem': 5126},
#     {   u'atque': {   0: 16.95387,
#                       1: [   u'Nihil ut quia dolor.',
#                              u'Iste facere nihil.',
#                              u'Corrupti beatae.'],
#                       2: {   0: u'Nihil enim.',
#                              1: u'Itaque incidunt vel.',
#                              2: [   u'Cumque ullam dolore.',
#                                     u'http://www.van.com/app/about.html']}},
#         u'beatae': {   8: u'ibrahim.alpaidis@kismanschuylenborch.org',
#                        9: [   u'http://www.heerkensjacquot.com/',
#                               2732,
#                               u'Ut et occaecati.'],
#                        10: {   8: u'Accusamus est.',
#                                9: u'Optio et commodi.',
#                                10: [   Decimal('6.846679604'),
#                                        u'http://www.huisman.biz/terms/']}},
#         u'excepturi': {   6: u'Aspernatur velit.',
#                           7: [   u'Expedita saepe.',
#                                  7059,
#                                  datetime(1994, 6, 8, 15, 1, 54)],
#                           8: {   6: u'Dicta rem officiis.',
#                                  7: u'Praesentium maxime.',
#                                  8: [-847145473230.6, -6852311961.99]}},
#         u'facere': {   4: 7655,
#                        5: [   5845,
#                               u'Natus autem sint.',
#                               u'teun.greij@yahoo.com'],
#                        6: {   4: u'Ut quod ad.',
#                               5: u'Dolor totam nihil.',
#                               6: [459, u'Rem magni.']}},
#         u'inventore': {   9: u'Tempore praesentium.',
#                           10: [   datetime(1976, 12, 23, 20, 52, 40),
#                                   4.574136508,
#                                   u'Vitae rem.'],
#                           11: {   9: u'http://www.koster.com/category/',
#                                   10: u'Quasi temporibus ut.',
#                                   11: [   u'http://www.willems.com/blog/index.htm',
#                                           2888]}},
#         u'rem': {   3: -64874387660.2004,
#                     4: [3780643.2, u'diesbergen.jacob@yahoo.com', 1787],
#                     5: {   3: u'Ullam dolor.',
#                            4: Decimal('-2.79324798113E+12'),
#                            5: [u'Dolores.', u'http://wilmontboer.com/']}},
#         u'rerum': {   5: u'Dolores culpa.',
#                       6: [   u'Quasi cupiditate.',
#                              datetime(2001, 4, 9, 9, 16, 16),
#                              9422],
#                       7: {   5: u'Quas sit omnis.',
#                              6: 58.11948075,
#                              7: [-69.817694008728, 1994468380105.29]}},
#         u'sed': {   7: u'Ipsa perspiciatis.',
#                     8: [u'Ut rerum veniam sed.', u'Ipsum.', 3101],
#                     9: {   7: datetime(2002, 9, 28, 15, 2, 18),
#                            8: u'Dolores maxime eos.',
#                            9: [   u'http://www.de.com/wp-content/privacy/',
#                                   u'http://www.van.com/privacy.asp']}},
#         u'ut': {   1: u'Est optio.',
#                    2: [2314, -23869744.67317, 7941],
#                    3: {   1: u'http://www.van.com/app/index/',
#                           2: 560,
#                           3: [u'Ut sunt quas.', u'Velit sed aut.']}},
#         u'voluptatibus': {   2: 310150300671293.0,
#                              3: [   u'Est aut accusantium.',
#                                     u'Nisi quia delectus.',
#                                     381],
#                              4: {   2: Decimal('-3823.42598'),
#                                     3: 1650,
#                                     4: [u'Molestias incidunt.', 5368]}}})

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   -9902695996008.6,
#     u'Et quas est in.',
#     9213,
#     datetime(1988, 4, 12, 23, 39, 1),
#     u'http://scheffers.info/list/search.html',
#     2251,
#     u'http://www.wilcken.info/category/explore/search/login/',
#     Decimal('917385523187')]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'Quia voluptas.',
#     3362,
#     -193220744191745.0,
#     u'http://www.tuithofvan.com/privacy/',
#     u'Consectetur maxime.',
#     4616,
#     u'Inventore ut illum.',
#     -86334553381.0,
#     datetime(1983, 11, 28, 13, 11, 39),
#     6025.664615403,
#     u'Necessitatibus enim.',
#     6168)

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([7169, Decimal('69938367601.9'), u'Est sint ad labore.', u'Aut sunt inventore.', u'Illum quos.', 5293, 7022, datetime(1996, 7, 24, 11, 18, 18), datetime(2002, 6, 17, 10, 52, 7), 3407, u'Quidem cumque.', u'Minima facere quam.', datetime(1984, 5, 30, 14, 23, 56), 3237])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'et': u'Doloribus aut.',
#     u'eveniet': u'Eum adipisci.',
#     u'excepturi': u'Consequatur.',
#     u'explicabo': u'umuller@gmail.com',
#     u'omnis': -414408814.0,
#     u'qui': u'Consequatur ea.',
#     u'veniam': -912.6098}

fake.pyint()
# 9678

faker.providers.ssn

fake.ssn()
# u'357864013'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; rv:1.9.5.20) Gecko/2011-05-27 15:58:06 Firefox/15.0'

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

fake.opera()
# u'Opera/9.62.(X11; Linux x86_64; en-US) Presto/2.9.180 Version/12.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2015-03-24 20:46:04 Firefox/3.8'

fake.chrome()
# u'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/5360 (KHTML, like Gecko) Chrome/15.0.858.0 Safari/5360'

fake.linux_processor()
# u'i686'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-US) AppleWebKit/533.6.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6533.6.1'