Language nl_BE

faker.providers.address

fake.latitude()
# Decimal('-51.2820645')

fake.street_name()
# u'Erikhof'

fake.address()
# u'Jacoblei 3\n1510 Zulte'

fake.street_address()
# u'Jenniferweg 3'

fake.postcode()
# u'3030'

fake.country_code(representation="alpha-2")
# u'CY'

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

fake.country()
# u'Nauru'

fake.province()
# u'Limburg'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'547'

fake.street_suffix()
# u'steeg'

fake.city()
# u'Arville'

faker.providers.automotive

fake.license_plate()
# u'70D T82'

faker.providers.bank

fake.bban()
# 'BYMY7453725921064'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB62QEGJ4405775713793'

faker.providers.barcode

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

fake.ean13()
# u'8611699977072'

fake.ean8()
# u'80714347'

faker.providers.color

fake.rgb_css_color()
# u'rgb(234,250,60)'

fake.color_name()
# u'DarkBlue'

fake.rgb_color()
# u'23,65,219'

fake.safe_hex_color()
# u'#663300'

fake.safe_color_name()
# u'maroon'

fake.hex_color()
# u'#a40341'

faker.providers.company

fake.company()
# u'Robinson-Rocha'

fake.company_suffix()
# u'LLC'

fake.catch_phrase()
# u'Innovative intangible protocol'

fake.bs()
# u'optimize proactive networks'

faker.providers.credit_card

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

fake.credit_card_provider(card_type=None)
# u'Maestro'

fake.credit_card_full(card_type=None)
# u'JCB 16 digit\nMeghan Burnett\n3525978904745749 03/28\nCVC: 441\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'BC'

fake.currency_code()
# 'SLL'

fake.currency_name()
# 'Aruban florin'

fake.cryptocurrency_name()
# 'PotCoin'

fake.cryptocurrency()
# ('TIT', 'Titcoin')

fake.currency()
# ('CUP', 'Cuban peso')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 5, 17, 14, 14, 52)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0x7fff96a0d500>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 5, 15)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2002, 10, 18, 11, 6, 27)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2017, 11, 30)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 2, 0, 56, 23)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 4, 25)

fake.day_of_week()
# 'Monday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 12, 18, 10, 49, 58)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1992, 11, 21)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2002, 12, 30, 16, 51, 3)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2006-08-02'

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 5, 15, 4, 21, 20)

fake.date_object(end_datetime=None)
# datetime.date(2011, 10, 15)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 1, 30)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2006-09-11T06:17:55'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 6, 10)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2017, 6, 4)

fake.month()
# '01'

fake.year()
# '2017'

fake.day_of_month()
# '16'

fake.unix_time(end_datetime=None, start_datetime=None)
# 684140385

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

fake.century()
# u'XVI'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1904, 8, 10)

fake.time_object(end_datetime=None)
# datetime.time(13, 2, 37)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 6, 6, 1, 51)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2015, 5, 29, 9, 3, 6)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '09:34:54'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 5, 9)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 4, 22, 5, 50, 5)

fake.month_name()
# 'March'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1514, 4, 11, 1, 36, 6)

fake.time_delta(end_datetime=None)
# datetime.timedelta(9198, 75378)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/vde'

fake.mime_type(category=None)
# u'text/javascript'

fake.file_path(depth=1, category=None, extension=None)
# u'/eligendi/delectus.mp4'

fake.unix_partition(prefix=None)
# u'/dev/vdo3'

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

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'amandadean@yahoo.com'

fake.image_url(width=None, height=None)
# u'https://dummyimage.com/94x881'

fake.tld()
# u'info'

fake.email(*args, **kwargs)
# u'harold11@wood-allen.info'

fake.url(schemes=None)
# u'http://www.smith-shah.com/'

fake.ipv4_private(network=False, address_class=None)
# '172.25.236.154'

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

fake.uri_extension()
# u'.html'

fake.uri_page()
# u'index'

fake.free_email_domain(*args, **kwargs)
# u'hotmail.com'

fake.safe_email(*args, **kwargs)
# u'eboyer@example.org'

fake.ascii_email(*args, **kwargs)
# 'raymondscott@gmail.com'

fake.ipv4_network_class()
# u'a'

fake.ipv4_public(network=False, address_class=None)
# '170.249.185.241'

fake.ascii_company_email(*args, **kwargs)
# 'jameshart@smith.net'

fake.domain_name(*args, **kwargs)
# u'adams-thompson.com'

fake.ipv4(network=False, address_class=None, private=None)
# '127.33.182.247'

fake.domain_word(*args, **kwargs)
# u'lee-peters'

fake.slug(*args, **kwargs)
# u'reiciendis'

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

fake.company_email(*args, **kwargs)
# u'afritz@buckley-cook.info'

fake.uri()
# u'http://www.briggs.com/search/blog/explore/faq/'

fake.ipv6(network=False)
# 'ea2a:7d75:6f9d:a04f:c4bd:5e9f:b531:9d5a'

fake.free_email(*args, **kwargs)
# u'caseyramirez@hotmail.com'

fake.ascii_safe_email(*args, **kwargs)
# 'kleinalexander@example.com'

fake.mac_address()
# u'b4:72:c0:b5:6d:33'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-82893-054-7'

fake.isbn13(separator="-")
# u'978-0-7347-1967-6'

faker.providers.job

fake.job()
# 'Materials engineer'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Nemo consectetur vero quas facilis cumque reprehenderit in. Earum voluptate repellat sit ducimus nostrum cum. Impedit reprehenderit consequatur aperiam placeat quam sint.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Tempora culpa ullam cumque vitae. Nulla architecto cumque aliquam quibusdam soluta.',
#     u'Cum ex nam sint atque. Quod nihil sint error unde itaque iure. Deserunt necessitatibus consequatur iure reiciendis alias delectus.',
#     u'Repellat enim officiis quaerat quae ipsum vel.']

fake.words(nb=3, ext_word_list=None)
# [u'laudantium', u'exercitationem', u'blanditiis']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Asperiores distinctio praesentium.',
#     u'Blanditiis sit cumque quis cum at iusto.',
#     u'Fugit maxime minima corporis sed officia.']

fake.word(ext_word_list=None)
# u'ullam'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Eos reprehenderit id autem necessitatibus. Dignissimos animi aperiam optio quidem enim quam.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Quae consequatur nesciunt sunt quam deserunt sed.'

faker.providers.misc

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

fake.locale()
# u'ml_IN'

fake.binary(length=1048576)
# bytearray(b'h\x94\xe9&\x0b\x97e\xe6\xe9)\x97\xf9C\xff[\x984\x1a8H\xbbhyY{Y8\xac\xb5\x88\xe5~B\x02\x8d\xf0\r\x1b\xd7\x98d\xa0\x13\x07\xf2\xe2\x05\x98\x87\x91\xa7\xbb\xf6V\x8a\xef\x8ecA%\x14\x81\x0e"@e\x93\x8e6\xe2\xa9\xe8\x87,\x8f\xd3\xc4\xe0\xdf\x86\xca\xf9\x0cJ\xff\xfcI\xa3/h<\xb4 ~e=\x06\xf6#\xd3\xe5\x8b\x86\x9c \xf3\x04\xc9\xfco\xdf\x8a\x8e\xb2\x8do\xd5\x8a\xd5+\x11\xe8\xce\xd2%^\x1e\xfbG+3I\x1c\x80\x92\xd8\x00\x0e\xcf\xb3\xf0*\xbbBt\x05+#\xe5M\xc0o%\xe9\x02B\xb4\xee\xf8+\xd9\xa6\x9fd\x8dE\xea\xcbO<\xad\xca\xcc>\xdd\xba\xcd\x0e\xc7N\xd3\xfb;r\xd1*\xbb"^\xbe\x93\xd2\xc9y\x8a>\xc9_\x9b\xbd\xe0\xeb\x9e\xbaTe\x87\x0f\x89\xea-\x05\xa1G!|R\xfc\xf7\xf8\xbc\xccr\x80\x1e\x17\xdb_\\}\x7f\xa8\xe0\xd8\xd3\xc7f%@\xa4\xa5F\xfc\xc1we\xa3Sg]\xb8\xf7\x8b\xbb\xa6\x01Zt\xf6\x9f\x06\xb9\xfa8(z\x87G\x84P\xb8\xdd\xc4\x1e\xcb\xb8\x84=\xe8\xfd\xa2\xe8A\xbf\xcbC\xe9UL\xd2X\xa1\x02\xd3\x81^\xe4\xa9\xc2b(\xd4\xe7t%NL\xee\x17\x8el)\xf3J\xbb7\xf1\xb7\xba\x80\x9a{\x0f\xe3\xc9\x83\xe7\xa1zo\xe1\t\x1fe\xa6\xde\xb6\x90:6\xc1s\xf5Nm\xb2\xd0\x96\x9b \xe8\xf3\xfe\x8b( \xcd\x9b\xebbVA&\xacb\xb4ih\xf6\x06*;\x15\x18rV\x14aFF\xb4\x81\x9b9\x9d\xa8\x8e\xe37(\xc7\x05p=|Wxz\xf9N\xf1\x9f\xf9\xf6\x17\xe9\xb7\xe4\x0f\x84\xee\x88\xa0\x14\xf8\x9c\x16\xd7\x01\x1a\xa6\xd7\xe0\x1b\x08\xb7\xa5R!\xd8]\xbf7\x06\xe4\xade\xad8\xfc\'"RT\xc9E\x1c`I\xaf\xd9]\x8c\r]\xc5\x91\xf4rh\xaao\xb2\xc4\xcd^\xab\xeb|Cl\xe8a\n\xc2#b[@p\xa0\xab\x8c\xcb\xf2\x12\x08\xbf!\x08\x8a\xfd\x87\xd0"\x07\xca\xaf\x054\x16\xc6[0bx\x84sZ\xe4l\x0e\x9a\x1ft\xcd\x84\xff#,\x99\xd61\xa0\xba\x01\xd5\xaa\xa3\xc7\xf2\xf6\xdd\x9c3\xe0\x0e\xb5Q\x0c\x0fF\xf7\x1a\x97\xbd:\xcb\x86V\xad\'\xd9\xbc\x89.\xe4_ziy\x10\xe1\xc3\x1f\xc1\xf9v\xfc\x9c\xdat\xd3\xd9?\xc2\xc6Y\\\xcfF\xe2\xbc\xd5_\xb0\xf2\x9c\xee\x8d\xab\x15$\xd5\xda\t\xbe\x0co\x86K\\\xb2\x01\x12\xb5t;\x9a\x9e\xb3\xe8\xb6\xbd\x088\x13\xdc\xa1\xfd\x00\xbfF\xe8_V\xee\xc3>\xdb\xb1\xd9\xc7I\x87\xc5\xa9\xdc-\xa6\x0f\x00\x99\x1a\xa4\x8e\x19x\xdf\xef\x0bc\xadil\n\xb0\xdb\xd6\xa9]\x0e\x03a\xf0Xq\x0b\xbcN\xedl\x90\x9c\xcdG\xd2\x12\x91\xe0\xe2\xa0f?V\x02WJ\xbeV\x04\x00\xbf\xc4\xd5\xe4\x8d\x98\x03|e\xa5\x8b\x01\xf9\x13\xce\n\xeb`\x12\xc7A\'\xbb\x82\xa9\\\xa8Na/\x03\x15\xb3}\x0eo\x84\x03\xd5;_=\xeb\xe4\xf2\x15\x1c\xcd\xe6\x1e\x9fvm\x14|:\x16?\xabv\xa3\xe8\xe7[mp\xb0\x12Qeh\x8c\x87p\x10\xd3W@\xda\xe8\xc1\xd7\x0e\xa4\x9ac<\xc5J\x81\xaa\xf6>`t\x85,\xfbG\xb4\xe2\x13\xd8\x8es\xd3\x85\xebc\xc7&\xcd\x00y\xac\x1cK\xf2\x82\xa6\xd8\xe06\xcb\xde/\x8b%3\xb7X\xc0W\xa3\x1f\xff\xb0\xa1\xdb\x98\xb4\x03\x94f;\xb5h\xa8_\xf5B\rg\x8aC>(#\xb6\xb7\xeb.Q\xe4\xb9*VCy\xe5!kO\xa0\xe1\xda\xee\xc8\xd9/\xc3\xf1MN\xa9\xec\xc3W:]\x96\xdaptL\x0c\xaa\xda\xca\xef\x95\x14\x9e\xaf5\xea\xb6U\xafycL\x8c\xc4\xb8\xa2\xf9"\x05\xec\xed\x84-\xd9i}\x9e\x9e\xd4\xe1\xce\x95\xd0\xaej\x15/\x8b\xd9\x1c\xcb\x91tJ&\xfe`F_\xfa\x15\x0e\xb9\xa9\x1e\x8e\x92p\x1e\xee\xf1\x1e\x90w\rEM\xd6<\x8f}\x8e<>\x96\x9c\xbd*o\xd7\xfaMg\xdbG\x12\x10c\xbb\xdcwu\x17\x9f\xa5\x94?\xc9X\x1f\xbbv\x83k\xda\r\x96e=>mP\xacBL\xde8}fX\xb6~\x88G\xe0O\x94\xe14Ul\xe8')

fake.md5(raw_output=False)
# '41e3046812c12428c655bf01b4cf6f3b'

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

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '15fe3f7896712e367f1aeb9c40f3082121d87532874c4dc0a396c6bc4c0af3d4'

fake.uuid4()
# 'c39bcca9-f767-12ad-38cf-c08cdce45d87'

fake.language_code()
# u'iw'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Mason'

fake.name_female()
# u'Emily Roberson'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Rebecca Davis'

fake.suffix_female()
# u'DDS'

fake.name_male()
# u'David Blevins'

fake.first_name()
# u'Brandon'

fake.suffix_male()
# u'MD'

fake.suffix()
# u'MD'

fake.first_name_male()
# u'William'

fake.first_name_female()
# u'Jessica'

fake.last_name_female()
# u'Joseph'

fake.last_name()
# u'King'

fake.prefix_female()
# u'Mrs.'

faker.providers.phone_number

fake.phone_number()
# u'+32(0)068-611490'

fake.msisdn()
# '6158587170619'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Gailweg 8\n7159 Holsbeek',
#     'birthdate': datetime.date(1935, 3, 31),
#     'mail': u'greenallen@hotmail.com',
#     'name': u'John Dunn',
#     'sex': 'M',
#     'username': u'hthomas'}

fake.profile(fields=None, sex=None)
# {   'address': u'Calvinhof 9\n6492 Str\xe9e-lez-Huy',
#     'birthdate': datetime.date(2009, 3, 8),
#     'blood_group': 'B-',
#     'company': u'Lewis, Perez and Ritter',
#     'current_location': (Decimal('-60.325083'), Decimal('-13.970996')),
#     'job': 'Exhibition designer',
#     'mail': u'hcarlson@yahoo.com',
#     'name': u'Cassandra Reyes',
#     'residence': u'Lisaweg 56\n8902 Blaimont',
#     'sex': 'F',
#     'ssn': u'78072838673',
#     'username': u'wendynorton',
#     'website': [u'https://www.davis-bennett.org/', u'https://www.lopez.net/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'https://clark.com/category/', 352436670757.0, u'williamsjennifer@hotmail.com', u'TDJXXbjhrSKLmXqiZeSP', u'YkrDorYmPZWkLWWgbCbg', 3127, 9594, u'JlAsSKizVcbKiWcxTpRI'])

fake.pystr(min_chars=None, max_chars=20)
# u'OYLPiVpINlpBCHtlnazd'

fake.pystruct(count=10, *value_types)
# (   [   datetime.datetime(1977, 3, 3, 11, 40, 2),
#         u'jNNyiEtmHkZPEdTdwmOz',
#         58,
#         u'https://www.burns.info/about.html',
#         u'https://www.hood.com/index.php',
#         8412,
#         Decimal('-7481133.76916'),
#         98,
#         u'PFBmnoUQPOMABJOEUNDS',
#         u'https://www.tucker-lara.info/search/search/categories/terms.jsp'],
#     {   u'animi': u'svjvzPQEDycrJVqEOyDF',
#         u'dolor': 2774,
#         u'doloremque': u'MUlhytgEcDshecIFLbrm',
#         u'esse': Decimal('3753173836.87'),
#         u'nihil': 4890,
#         u'non': Decimal('-605266603.0'),
#         u'odit': u'omJTqtEWEOrwyyqBToUp',
#         u'praesentium': u'sqYykMQmwdrLolyxJkoI',
#         u'quae': u'eXooYUmYDQSYswCYbwfn',
#         u'ullam': u'DzfqQZWmqaWotIRkFqgM'},
#     {   u'amet': {   2: u'eYlGeOvfmAfzSaIDETxn',
#                      3: [   Decimal('-920097739.761'),
#                             Decimal('7.45296432758E+12'),
#                             datetime.datetime(1992, 4, 8, 15, 48, 30)],
#                      4: {   2: u'daEqGFImBetZhCGvgZTa',
#                             3: -8359815499177.84,
#                             4: [   Decimal('518.8185'),
#                                    u'yOiFFGZDXpZgkvZvySFh']}},
#         u'cumque': {   6: u'klindsey@hill.info',
#                        7: [   Decimal('7872241.5'),
#                               u'stacy81@klein.org',
#                               datetime.datetime(2007, 4, 18, 23, 57, 48)],
#                        8: {   6: u'iGzrBkvbnLGjMUTtlyFr',
#                               7: u'hleAceFjPXHkwmNWkGVb',
#                               8: [u'dwalker@jackson-mendoza.com', 4849]}},
#         u'est': {   1: 744,
#                     2: [4296, u'christopherpowell@hotmail.com', 1751],
#                     3: {   1: u'pmccormick@gmail.com',
#                            2: u'http://www.perez.com/',
#                            3: [   u'XYdhqBGEIIuwbyuofyZV',
#                                   datetime.datetime(2014, 1, 26, 11, 29, 17)]}},
#         u'exercitationem': {   3: 371902218572.0,
#                                4: [   u'https://www.smith-carter.biz/main.htm',
#                                       Decimal('119186.558821'),
#                                       u'whitakerbenjamin@hotmail.com'],
#                                5: {   3: datetime.datetime(1998, 3, 23, 15, 11, 39),
#                                       4: u'QpogVUrWbYCyWQqemMps',
#                                       5: [   u'HMymMIJSCXpmDjvczsMf',
#                                              -58326931696715.5]}},
#         u'minima': {   4: 705054456.21,
#                        5: [   Decimal('-248527105316'),
#                               985,
#                               u'QpSMypJsXKiFebUDdKsR'],
#                        6: {   4: u'NUnbzZCtNvghYtENGCdF',
#                               5: datetime.datetime(2003, 6, 10, 3, 58, 14),
#                               6: [   6930,
#                                      datetime.datetime(1972, 1, 3, 7, 16, 46)]}},
#         u'possimus': {   9: 9796,
#                          10: [   u'dJqeLOVkZPdjHqlpaaDD',
#                                  6715,
#                                  u'masonbernard@rangel.org'],
#                          11: {   9: u'holderheather@olsen-thornton.info',
#                                  10: u'LfLiBqnhEClMmcvgRAND',
#                                  11: [5714, -4866428882791.25]}},
#         u'quas': {   0: u'NzWXmdVbHqsDMXCcXhAc',
#                      1: [6639, 9607.33638794, u'dUKdTOUGnohuakTzhUbS'],
#                      2: {   0: u'http://gonzalez.net/tags/list/explore/login.html',
#                             1: u'KbvYTksfhSiSbWMKoUMV',
#                             2: [   datetime.datetime(1984, 9, 16, 4, 32, 44),
#                                    3840]}},
#         u'qui': {   7: u'DIGwHfHwvODsKuoDwaNx',
#                     8: [   Decimal('-512698418975'),
#                            Decimal('1.35104129'),
#                            u'currybarbara@craig-greene.org'],
#                     9: {   7: 9542,
#                            8: u'xsWoxlsuKAuZPdZKUCKG',
#                            9: [   u'gMIQShxiHfjGVgRGSddT',
#                                   u'VdzdTvJobwavQvmBJjni']}},
#         u'suscipit': {   5: u'trLGGcUzfwknpzFcCTmV',
#                          6: [822947765.46335, u'IgMEZaTPuaxVcFZUNexr', 8732],
#                          7: {   5: datetime.datetime(1978, 12, 24, 11, 11, 13),
#                                 6: Decimal('9601191516.7'),
#                                 7: [   u'http://www.foster.com/',
#                                        -42843364036176.4]}},
#         u'vero': {   8: datetime.datetime(2017, 7, 6, 5, 41, 6),
#                      9: [   5179,
#                             u'NgCxpOdufVttJNKesqGv',
#                             u'ICdyzrfdXKhqudFkStIG'],
#                      10: {   8: datetime.datetime(1981, 1, 28, 1, 9, 36),
#                              9: u'fergusonjohn@yahoo.com',
#                              10: [-6432242800.912, 49.64896]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('-842664.0'),
#     3367,
#     u'QQXXXNxJxRjiwSWyFZgO',
#     u'vjHFqqzOdjijJGFBClrk',
#     u'raymondtravis@hotmail.com',
#     datetime.datetime(1974, 9, 28, 19, 22, 36),
#     -491763232.581,
#     4882]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'JzLZbaBUDiVyJGyOFFLQ',
#     u'https://www.wright-parrish.com/login.htm',
#     u'LqjhjwctjpDbUMufMTuQ',
#     u'CcDfbnUrQvMqrDHGnPzt',
#     u'HHvcDJHetNUhqdcHnxPF',
#     u'PUBbrEijvFMnTZAeycbE',
#     u'rCyGybUmIwsSsJWlqsoh',
#     u'lIGlDMCDGJydsxeSzMqq',
#     datetime.datetime(2015, 4, 10, 22, 18, 8),
#     u'rRNepkPwGbxwBgBNEMPS')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([Decimal('2.92874805345E+14'), 89035841436587.0, datetime.datetime(1979, 5, 27, 12, 19, 10), u'mWUTiXjFnuQKoiCqhHNm', u'RtWeuRBJgmkkiftfuWQI', u'wSgAmboghHvuwUEAsOpA'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aperiam': 13445898026.36,
#     u'corporis': 556,
#     u'ducimus': u'dizGMzvhOjYOFQyeTMhD',
#     u'incidunt': u'mdaMYXhdyxrdMEPXumhs',
#     u'minus': u'morgankeith@reyes.net',
#     u'odit': u'LScALXSdswOsTpEmDiWZ',
#     u'pariatur': u'PlqnprGJGCGVClLeHLPC',
#     u'sapiente': datetime.datetime(1990, 12, 9, 6, 26, 48),
#     u'sed': u'zlNDMbnGsNvkvCfUBJCR',
#     u'vitae': u'InTtUqbkgDBTeViUaEEx'}

fake.pyint()
# 2572

faker.providers.ssn

fake.ssn()
# u'06020855256'

faker.providers.user_agent

fake.mac_processor()
# u'U; Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; rv:1.9.2.20) Gecko/2013-12-03 12:49:33 Firefox/3.6.2'

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

fake.opera()
# u'Opera/8.95.(Windows NT 4.0; sid-ET) Presto/2.9.188 Version/10.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2012-03-12 13:26:40 Firefox/3.6.5'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5312 (KHTML, like Gecko) Chrome/33.0.887.0 Safari/5312'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; ko-KR) AppleWebKit/532.50.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6532.50.1'