Language nl_BE

faker.providers.address

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

fake.street_name()
# u'Manuelweg'

fake.address()
# u'Brianbaan 547\n7963\nBlaugies'

fake.street_address()
# u'Andrewsteeg 387'

fake.postcode()
# u'5838'

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

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

fake.country()
# u'Iran'

fake.province()
# u'Luik'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'83'

fake.street_suffix()
# u'dreef'

fake.city()
# u'Niel'

faker.providers.automotive

fake.license_plate()
# u'9877 LL'

faker.providers.bank

fake.bban()
# 'AJFK4660647447177'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB59PEJP5082720662133'

faker.providers.barcode

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

fake.ean13()
# u'3220129163661'

fake.ean8()
# u'56908794'

faker.providers.color

fake.rgb_css_color()
# u'rgb(224,14,247)'

fake.color_name()
# u'FloralWhite'

fake.rgb_color()
# u'128,68,192'

fake.safe_hex_color()
# u'#664400'

fake.safe_color_name()
# u'fuchsia'

fake.hex_color()
# u'#db126f'

faker.providers.company

fake.company()
# u'Ellis Ltd'

fake.company_suffix()
# u'and Sons'

fake.catch_phrase()
# u'Re-engineered 4thgeneration emulation'

fake.bs()
# u'innovate turn-key web-readiness'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 16 digit\nCarrie Salazar\n3584177892771928 10/27\nCVC: 725\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'XRP'

fake.currency_code()
# 'CAD'

fake.currency_name()
# 'United States dollar'

fake.cryptocurrency_name()
# 'IOTA'

fake.cryptocurrency()
# ('POT', 'PotCoin')

fake.currency()
# ('SRD', 'Surinamese dollar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 24, 8, 41, 43)

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

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 16)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1992, 6, 30, 11, 25, 59)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2018, 5, 22)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 7, 4, 58, 59)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 8, 3)

fake.day_of_week()
# 'Sunday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 7, 16, 7, 4, 34)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2012, 10, 24)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 7, 12, 9, 36, 3)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2012-01-25'

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 9, 31, 48)

fake.date_object(end_datetime=None)
# datetime.date(2006, 8, 4)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 1, 25)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1990-03-06T11:31:05'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 17)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2003, 11, 16)

fake.month()
# '06'

fake.year()
# '2018'

fake.day_of_month()
# '17'

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

fake.timezone()
# u'America/Sao_Paulo'

fake.century()
# u'VI'

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

fake.time_object(end_datetime=None)
# datetime.time(9, 14, 52)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 6, 29, 12, 8, 59)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1999, 11, 28, 8, 18, 55)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '17:53:01'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 11)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 24, 11, 4, 24)

fake.month_name()
# 'January'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1510, 7, 22, 6, 58, 30)

fake.time_delta(end_datetime=None)
# datetime.timedelta(17017, 9658)

faker.providers.file

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

fake.mime_type(category=None)
# u'audio/L24'

fake.file_path(depth=1, category=None, extension=None)
# u'/porro/nesciunt.bmp'

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

fake.file_name(category=None, extension=None)
# u'exercitationem.mp4'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'johncurry@gmail.com'

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

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'andersonjennifer@yahoo.com'

fake.url(schemes=None)
# u'http://www.lopez.org/'

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

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

fake.uri_extension()
# u'.php'

fake.uri_page()
# u'main'

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

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

fake.ascii_email(*args, **kwargs)
# 'carmen74@green.com'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'kyle30@hudson-bass.com'

fake.domain_name(*args, **kwargs)
# u'montoya.com'

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

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

fake.slug(*args, **kwargs)
# u'consectetur-quas'

fake.uri_path(deep=None)
# u'tags'

fake.company_email(*args, **kwargs)
# u'johngraham@clark.com'

fake.uri()
# u'http://www.spencer.biz/post.php'

fake.ipv6(network=False)
# '3f44:ef6d:df73:559d:46de:b5ae:3af:5f74'

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

fake.ascii_safe_email(*args, **kwargs)
# 'ashleymorrison@example.net'

fake.mac_address()
# u'34:0f:96:e9:67:a3'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-06-696970-1'

fake.isbn13(separator="-")
# u'978-0-225-96600-8'

faker.providers.job

fake.job()
# 'Video editor'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Deserunt reiciendis vitae labore expedita aperiam nam. Incidunt temporibus blanditiis.\nAsperiores sint doloremque. Repellendus minus quaerat atque enim fugit odit.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Nostrum neque debitis quis ex fugiat. Quae ex reprehenderit laboriosam quis animi amet facere. Aspernatur exercitationem nobis at ipsa ipsam in.',
#     u'Doloremque beatae occaecati sapiente. Porro recusandae molestiae vitae.',
#     u'Est odit pariatur veniam. Sunt nesciunt quasi quasi itaque necessitatibus distinctio. Odio nesciunt maxime consequatur.']

fake.words(nb=3, ext_word_list=None)
# [u'quis', u'consectetur', u'sed']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Porro nesciunt nesciunt unde.',
#     u'Architecto eveniet accusantium dignissimos culpa ipsa.',
#     u'Asperiores porro veniam assumenda.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Fugit vel expedita doloribus temporibus. Tempora beatae quis dolorum. Aliquid dolorem beatae unde consequatur occaecati.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Modi eligendi explicabo aliquid autem corporis sint.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'ExH60$Bi@z'

fake.locale()
# u'vi_VN'

fake.binary(length=1048576)
# bytearray(b'\xc3f\xf5N"\xb4Ni\xc5\xe1\x90\x01,\xaa\xac\xae\x1d\x81\xadL,|`\xf0$`\x95.g\xf6\x84\xae\xef\x89p\x95.\xcd\xb4\xdd\x8dh\xbb\x93\xd0\t\xd1p\x01\\2VSw\xb1$\xde0\xc45\\\t\xa0\xeb\x14\xaa\x1c\xeeGV\x95\x1e\xaa\x01\xa7\x0f\x8efEA \xe8\x80\xa21\xbe\xdf\xd5r\xcc\x12U.\xca\x19\r\xf4\x16\xda\xabF\xbbU\x9f\xccb\xe8\xa8\xd6\xc7\x1c(\xddV\xa2\xe5\xdf)\xf6\x01\xb1\x9b\xa6\xb8\xb4\xc6L\x98\t\x83\x8c\xb7J\xec1nuc\x0bhTK\xb6\xfa#\xe4\x97B\xe4\xb2\x0c\xf1\xae\xeez\x0b\x99\x1d\xb2|w(\xc0\xf5^\x8d\x80^\xbb\xf0\xd4\x0fX\x8b\x7f\r,\xfdt\x0c\xe5|\x8cF\xf1\xbb\xa7\xa3\x94\xb2\xee\xb4\x9e\xd9\xb6\xae\xb6\xc1\x01\xc3\xe02P\xee#r\xb9?\x9a\x8b=\xbf\xc3\x18\x9c\x04\xe0X(\xdb\xacFx\xe6p\xf9\xcd\x08|\x92\x07\x05x\xa4c\x06\x8b8\x80\xe4v<A\xce\xe8\xb5"2\xdb=\xb6\x95\xda\xcc\x96\xdc\x8d$\xfa4\x87\xb3\x86O\xb7\xc7Go\xf2k\xb9\x1a\xf8\x94\xd8g$\xb7\xd3\xf1\x82;\xf8\xcc\xa5\xeb4i*U\xcc.]\xee\xcd\x8a\xdd\xde\xb5\x13\xaf\x9c\xe90oK\x95[\xa9\x11\xf1"\xdclS\x80\x17\x08\xc6\x19\x90\x19\xbd\x1f\xdcv|\x08\x11s\xfd\xa7__\xb9\x9d\x17\xcb\x1a\x93\x95cv\x82,_\x82r\xe1Z\xb1\xbe\xa7\xd2p\x8dFf\xc2\\\xc4_\x9d.\xa5\x85\x12\xdd\xacA"\xdf\x95l\x94\x9f\xf4#d%\x04(\x0f\xac\xd1\xf5\xc5\xda\xab(\xcc^\xcd\x1f\xda\x14tk\x8bm\x84f\xf8\x8e\xb5\xeb\xd8\xd0\x87\x8f\xe9g\x91\xe1$K\x90\xcf\xb1:[\xe4\xd6\xe6\x99\xf1o5\xfc\xdaPG\xc8\xc9I\xff\xd5V\xec72B\xc6\x0b\xfc\xc0\xe0\xe9\xcf\x85\xe6v\xb8\x16Y\xebO\xb1\xb3\xe0\xd9\xf3\x1b3\x84TCpy\xf9\x19\xc2\x0e\xfb\xa2\xdbu\x9f\xc9\x91\'\xa1\x86\xea\x1c\x9du\x9e]l\x083VF,\x8e\x03?h@X\r%\x1a S\xeb\xb8V\x99-XN\xaf\x91\xe6y\xa74\xdes\xbf\n\xa1>s\xaa\xa2f\xc9\xc1W\xfe\xa30\xa9\xba\xde\x8f\xfeB\xa4\xe7\x04$\xdb\x91\xdf\xdd?\xfe\x05\xd2\xcb\xb3\xc5=\\\xb8\xc7\xbc\x18\x9e\xf3\x99S\x92\xc3\x96\xe0\xd7&\x00\x9a\xec[6\xe0\xca\x14\x07\x8e\t\x0f\xdc\xbc\x17\x98\x97Z9\xa1\x1a\xe8"W\xf2\xcdn\xe9R\xe7@\x91\xe4\xbc\xf2\xb5Z\xea\x08\xd5\x8a\x8e\x04\xe8o0`\xd6\x82FN(\x88\x04\xcds&N(\xce\xf0\xfdq\xa7\xca\xcd\x99SZ\r\xfd\xfcbJ+/\xcdT\xff=\xa3\xf1\xcc\xbc\x99\xdaZ\x13H\x1b\xecY\xecu\xbdM\xe5\xa8\x01)G\x08\xad\xec\x92\x8cZ\xba\x03\xb3E$\x93\xb7%\x87f\x89\xd0\xee\xcf\x12\xdd\xfa\xe5i.F\xf1\xf3\x85\x8ax\xae\xbc\xc6\x92\x08\xd9\x1fe]$\xc0Y\x87\x94f5\xd4\xb2\xd8\xfa\xb1\xecAbTS\x1aZ\xb0\xf5\xbc\xd11.\xd8\xb0<\x9c\x8c\xb5\xda\x15\x9e\x95\xbb\x12\xc6\x1e\xe2\x99\xda\xe2\xa1\x17\x84o\x0c0\xe9\x01\x1a\x18z^\r\xbb\xc6\xc0O\x9dd\x89\xfa\x12\xdc\xb9\xba\xdeCs\xaf\xef3}\xc5 ?\xc8\x80\x10\xf4\x15\x84\x1fP\x84\x06\x0bQ\x9b\xf3\xbe\x1c\xa5\xba.\x06Z\x8a\xf4\x03y\xe1\x9a\xe7a\x90\x19\xa6\xba\n\x81Y[]J:\xf7\x0c\xb5}\xba)S\xf6h\x9ch\x93(\x19\x9d\xc3\xad\x0f\xb7\xc7\xae|(\xdd\\2s"\xfb\xfd\xfb\xd1\xbdk3~\x7f\xaaS\xbd\x16\xae\x0f\x89e\x03d\xffT\xf5GM\x1d\xf8UH\xa0)\xa1\x99U\x06\x1f\x9fM\x07\xc6a\x04\n\x95\x897t\x0e\xd1\xd8Sz\xb9\x16\x1d\xc0\x9fN\x9e\xa6\xb0\x84B\x19\xbc\xd2f\x14\xb4\xb5\xa5\x86\\\xc4\xb7\x80\xae\xb1(\x10\xf9w\x8c\xf3\xf8s>K,\x99n\x8e\xfb\xdb0KPEf1\xa7N\xd8\x13\x7f\xcf4\xea"s\x12Lb\xb9b\x8c7\xe9\xaf\x93\xef\xf9s\x08\xd9q4\xb8r%\xf1\xdc\x9e\xd2\xc7J\xe2\xaf"\xc4\n\xda\x92\xed\xd3\xe56\xa6\x84\xc4R\xa9pv\'\xe3\xd32p0\xcdxv\x05\xf1')

fake.md5(raw_output=False)
# '6ac828be4d115a286ddac3e05e603ed9'

fake.sha1(raw_output=False)
# '3c7818958b6f2ed0665420ad3e518585aeb3122b'

fake.null_boolean()
# None

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

fake.uuid4()
# '3741bd76-0c66-804d-49dc-557aad269152'

fake.language_code()
# u'km'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Lynn'

fake.name_female()
# u'Jessica Beck'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Connor Nguyen'

fake.suffix_female()
# u'DDS'

fake.name_male()
# u'Kenneth Cobb'

fake.first_name()
# u'Eric'

fake.suffix_male()
# u'PhD'

fake.suffix()
# u'MD'

fake.first_name_male()
# u'Logan'

fake.first_name_female()
# u'Bethany'

fake.last_name_female()
# u'Gallagher'

fake.last_name()
# u'Stewart'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+3220-3048884'

fake.msisdn()
# '3706317070213'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'Jamesring 25\n4056 Croix-lez-Rouveroy',
#     'birthdate': datetime.date(1921, 11, 22),
#     'mail': u'john99@hotmail.com',
#     'name': u'Lori Thompson',
#     'sex': 'F',
#     'username': u'qdixon'}

fake.profile(fields=None, sex=None)
# {   'address': u'Jorgeboulevard 620\n9118 Krombeke',
#     'birthdate': datetime.date(1946, 12, 18),
#     'blood_group': '0-',
#     'company': u'Rodriguez, Thomas and Brown',
#     'current_location': (Decimal('-68.9088785'), Decimal('-31.991013')),
#     'job': 'Private music teacher',
#     'mail': u'bennettangela@yahoo.com',
#     'name': u'Elizabeth Silva',
#     'residence': u'Leahlaan 00\n7299\nWontergem',
#     'sex': 'F',
#     'ssn': u'76122002783',
#     'username': u'wlyons',
#     'website': [   u'https://www.roy-valdez.com/',
#                    u'https://wood.com/',
#                    u'http://henderson.com/',
#                    u'https://martinez.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'TRUusQjyZrTuQfvmIkjf', 2593, -1551567551540.0, datetime.datetime(2015, 3, 18, 22, 24, 31), datetime.datetime(1973, 10, 11, 23, 8, 48), datetime.datetime(1997, 3, 6, 23, 46, 42), Decimal('-9.02980224121E+14'), u'mark45@flores.com'])

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

fake.pystruct(count=10, *value_types)
# (   [   2875,
#         u'cNBYRbAXXXDBqDOWotnh',
#         u'DvcMoYfoDXSTVopIcbcL',
#         u'RXjkKOkBaAsoaVWXwSjX',
#         u'adrianalewis@hotmail.com',
#         u'gPvmstBMnLsgmSznStaD',
#         u'RpYKwwmrjBAfQQrxTRVg',
#         datetime.datetime(1974, 9, 29, 8, 50, 20),
#         5077,
#         u'zkHoutHlWyDxPZMazxGp'],
#     {   u'a': Decimal('-1831369376.97'),
#         u'blanditiis': Decimal('-84599840.948'),
#         u'laudantium': u'jacksonanthony@colon.biz',
#         u'magnam': u'craigmartinez@holder-goodman.com',
#         u'quo': u'QKVJrVYhujwOINmXufAX',
#         u'tenetur': 6827,
#         u'veritatis': 6301,
#         u'vero': u'NKkNJsmuMIDrdqUsjRtz',
#         u'voluptatibus': u'dHomLbRkJCLaVgLmNfmv'},
#     {   u'beatae': {   7: u'ulcdYPbtSvpxRIBJAQEu',
#                        8: [   451237453571.629,
#                               datetime.datetime(1974, 2, 9, 4, 47, 17),
#                               datetime.datetime(1989, 8, 26, 23, 57, 54)],
#                        9: {   7: u'http://potter.com/homepage.html',
#                               8: u'RqZgPFzOrMkPFjcDGVjj',
#                               9: [   u'EgFZLPKQHRUQYUYCqmRz',
#                                      u'lauren14@campbell-lopez.com']}},
#         u'corporis': {   8: u'https://www.gordon.com/search.php',
#                          9: [   datetime.datetime(1982, 2, 18, 1, 31),
#                                 u'labJKCvcsbCzaVJzrNtC',
#                                 u'https://www.olsen.com/categories/about.html'],
#                          10: {   8: 1472,
#                                  9: u'pGBBFKzKltboGNAfjUFY',
#                                  10: [   Decimal('392394817.659'),
#                                          u'CJoWzrLLwRasBZFWolTL']}},
#         u'corrupti': {   1: u'https://gates.org/register/',
#                          2: [   u'ghGvYDlvLpAxDfiAgPrL',
#                                 2841102798.14,
#                                 datetime.datetime(2010, 9, 8, 16, 11, 16)],
#                          3: {   1: u'MgiwHXKYYIXWHQFzByrK',
#                                 2: datetime.datetime(2004, 10, 15, 11, 21, 37),
#                                 3: [   u'eNATQCQgTDuTknWDPgOu',
#                                        u'BGukAnDCiUfeuExrrzsK']}},
#         u'earum': {   4: u'oyYGPwmtchdLBHSbIazA',
#                       5: [   u'RmONbWCLFMZuRGNgVdwp',
#                              u'MdYrSfJoMtlUOLonFjaz',
#                              Decimal('6.93092442')],
#                       6: {   4: Decimal('1657.28565087'),
#                              5: Decimal('5780.59017442'),
#                              6: [9212, u'robert37@williamson-castro.com']}},
#         u'error': {   9: u'EARzXijfsNDTrhzrHzWO',
#                       10: [   u'OTZFwshpCapuwETBDCaT',
#                               u'http://www.deleon-weaver.com/categories/faq.html',
#                               u'TkuvvqfXVZuBANEYdYnf'],
#                       11: {   9: datetime.datetime(2017, 4, 9, 9, 31, 57),
#                               10: u'https://www.murphy-shaw.info/homepage/',
#                               11: [   Decimal('607466596697'),
#                                       u'patrick09@fowler.com']}},
#         u'fuga': {   6: u'aIhTgneEDvVhtDrpMODK',
#                      7: [   u'rJQYmwHZfSKHwoEuNIEU',
#                             u'eLznOWwhgZZQTxNxZeyf',
#                             -665586446099294.0],
#                      8: {   6: u'shfsRxZYQxmIPqAUMtUw',
#                             7: u'HxZwuhNjPVxpfDdIURNM',
#                             8: [u'ZJnGxmAtFTbxGFtlEWAz', 273]}},
#         u'laboriosam': {   5: u'odgjhzaxdGaeiLwMiipY',
#                            6: [   Decimal('1755645632.0'),
#                                   u'yxWRqCfblHMDEQOjCHvf',
#                                   u'zGxvpcBSgSdDTVGFhZbI'],
#                            7: {   5: u'MxrIeAMCIvsXYwUVcYYj',
#                                   6: u'uduran@gmail.com',
#                                   7: [   u'https://wolfe.com/main/tag/search/homepage.php',
#                                          u'TKsuPRMhaLHcnvIxanme']}},
#         u'sequi': {   3: u'aSNvTIOLtXacwPDwvjir',
#                       4: [   datetime.datetime(2006, 5, 25, 22, 47, 23),
#                              u'UygsqjhUdwQqkdVUFhKf',
#                              u'https://blair.biz/'],
#                       5: {   3: -9325913992347.7,
#                              4: u'WIplfMdvFRwtOnVabvzi',
#                              5: [   datetime.datetime(1976, 3, 14, 15, 55, 36),
#                                     datetime.datetime(1991, 6, 29, 0, 47, 11)]}},
#         u'tenetur': {   0: u'https://gonzales.net/blog/app/categories/homepage.html',
#                         1: [   u'pfleming@castillo.com',
#                                u'UBRVFQpitvzMoFGdtvsR',
#                                Decimal('-9926.65679381')],
#                         2: {   0: datetime.datetime(1972, 1, 30, 5, 54, 33),
#                                1: datetime.datetime(1976, 5, 18, 9, 12, 59),
#                                2: [   u'stephanie80@cruz.com',
#                                       u'http://skinner.com/wp-content/posts/home.php']}},
#         u'voluptates': {   2: u'COVwBtmrgqmrOdtZjPhg',
#                            3: [   u'etxHQVPxDSgjQtZUQNwe',
#                                   464,
#                                   u'NPilVsnbnffazZLTqMeJ'],
#                            4: {   2: u'http://chambers.biz/',
#                                   3: Decimal('68309490508.2'),
#                                   4: [7385, Decimal('3892646.38')]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'gkrUSoCoHUCgseLHnhKH',
#     -70.7,
#     u'https://allen.com/main/app/register.jsp',
#     u'http://fernandez.com/app/categories/app/privacy/',
#     u'QXsNrdYAQunKDkiohLtz',
#     datetime.datetime(1989, 11, 21, 17, 2, 1)]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   Decimal('2427930.8922'),
#     u'kAjcErYyzNepeOcieKDD',
#     u'https://www.cooke.org/explore/tags/wp-content/faq/',
#     u'https://www.johnson-gonzales.org/author/',
#     u'ChdaEeGdtclFCURCIyun',
#     Decimal('4.0672436609E+14'),
#     Decimal('6.84175179'),
#     Decimal('-3987448707.5'))

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'https://morgan.com/home.jsp', datetime.datetime(1974, 2, 4, 3, 4, 57), datetime.datetime(1984, 7, 26, 2, 48, 40), u'WgpKNDGycZRyAxPrigDB', 7316, datetime.datetime(2001, 8, 14, 15, 31, 11), u'http://www.richardson.info/explore/app/privacy.html'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'asperiores': u'tzRcAnpgwKbaCwtPiGBE',
#     u'excepturi': Decimal('58.4696'),
#     u'fugit': 231710807222.9,
#     u'maxime': 9834,
#     u'neque': u'http://www.pratt.net/index.htm',
#     u'pariatur': u'http://www.prince.com/',
#     u'quo': 9383,
#     u'sapiente': 5079,
#     u'similique': u'https://sanchez.com/wp-content/posts/explore/index/',
#     u'sit': 1594}

fake.pyint()
# 5346

faker.providers.ssn

fake.ssn()
# u'91081597062'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.2; th-TH; rv:1.9.2.20) Gecko/2012-04-29 05:09:30 Firefox/3.8'

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

fake.opera()
# u'Opera/9.29.(X11; Linux x86_64; ik-CA) Presto/2.9.182 Version/11.00'

fake.windows_platform_token()
# u'Windows CE'

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

fake.user_agent()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2017-09-30 00:59:36 Firefox/11.0'

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/5310 (KHTML, like Gecko) Chrome/23.0.850.0 Safari/5310'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; doi-IN) AppleWebKit/531.30.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6531.30.3'