Language en_CA

faker.providers.address

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

fake.street_name()
# u'Emily Rapid'

fake.address()
# u'64422 Timothy Plaza Apt. 463\nSouth Tina, NL T9G 6L4'

fake.street_address()
# u'6163 Christopher Street'

fake.postcode()
# u'94646'

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

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

fake.country()
# u'Papua New Guinea'

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

fake.postal_code_letter()
# u'L'

fake.province()
# u'Alberta'

fake.city_prefix()
# u'Port'

fake.city_suffix()
# u'borough'

fake.building_number()
# u'5031'

fake.street_suffix()
# u'Plains'

fake.secondary_address()
# u'Apt. 297'

fake.city()
# u'Lake Jeffreyport'

fake.province_abbr()
# u'PE'

fake.postalcode()
# u'A9V 7R5'

faker.providers.automotive

fake.license_plate()
# u'557 ABP'

faker.providers.bank

fake.bban()
# 'MBFS3091496029667'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB03PPQB4960452342165'

faker.providers.barcode

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

fake.ean13()
# u'8356388974047'

fake.ean8()
# u'65433553'

faker.providers.color

fake.rgb_css_color()
# u'rgb(102,184,100)'

fake.color_name()
# u'Maroon'

fake.rgb_color()
# u'203,96,241'

fake.safe_hex_color()
# u'#111100'

fake.safe_color_name()
# u'green'

fake.hex_color()
# u'#69bce5'

faker.providers.company

fake.company()
# u'Hart, Strickland and Lucas'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Public-key explicit utilization'

fake.bs()
# u'mesh bricks-and-clicks mindshare'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nChelsea Osborne\n4996423833003090 12/24\nCVC: 553\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'STC'

fake.currency_code()
# 'USD'

fake.currency_name()
# 'Malawian kwacha'

fake.cryptocurrency_name()
# 'Omni'

fake.cryptocurrency()
# ('DOGE', 'Dogecoin')

fake.currency()
# ('MGA', 'Malagasy ariar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 16, 18, 44, 9)

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

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(1999, 12, 27, 15, 51, 55)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2014, 6, 4)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 13, 18, 48, 24)

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

fake.day_of_week()
# 'Wednesday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 7, 5, 15, 44, 16)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2005, 11, 3, 23, 45, 58)

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

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 32)

fake.date_object(end_datetime=None)
# datetime.date(1980, 5, 31)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 8, 3)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2018-05-31T21:26:44'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2005, 5, 21)

fake.month()
# '12'

fake.year()
# '1993'

fake.day_of_month()
# '26'

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

fake.timezone()
# u'Africa/Windhoek'

fake.century()
# u'XIX'

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

fake.time_object(end_datetime=None)
# datetime.time(20, 19, 41)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 3, 8, 2, 9, 46)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1981, 4, 8, 23, 43, 6)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '07:28:38'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 13, 16, 9, 30)

fake.month_name()
# 'November'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1994, 6, 27, 2, 9, 34)

fake.time_delta(end_datetime=None)
# datetime.timedelta(4087, 30690)

faker.providers.file

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

fake.mime_type(category=None)
# u'message/rfc822'

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

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

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

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

faker.providers.internet

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

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

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'guzmanbenjamin@villa.com'

fake.url(schemes=None)
# u'http://chen-smith.biz/'

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

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

fake.uri_extension()
# u'.jsp'

fake.uri_page()
# u'home'

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

fake.safe_email(*args, **kwargs)
# u'flynnsamuel@example.net'

fake.ascii_email(*args, **kwargs)
# 'shelley23@hotmail.com'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'dylan80@harrison.com'

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

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

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

fake.slug(*args, **kwargs)
# u'dolorem-maxime'

fake.uri_path(deep=None)
# u'tag/main'

fake.company_email(*args, **kwargs)
# u'jmack@butler.com'

fake.uri()
# u'https://brown.com/categories/blog/wp-content/privacy.html'

fake.ipv6(network=False)
# '452e:28b5:840e:b758:9572:1087:747:7086'

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

fake.ascii_safe_email(*args, **kwargs)
# 'staceyjohnson@example.org'

fake.mac_address()
# u'0b:51:af:55:4f:d9'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-230-79678-9'

fake.isbn13(separator="-")
# u'978-1-4633-1127-8'

faker.providers.job

fake.job()
# 'Psychologist, clinical'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Distinctio dolores animi eius sed adipisci provident dicta. Alias repellendus cum accusamus fugiat ducimus.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Quidem optio neque quae placeat cupiditate. Natus facere veniam modi nesciunt neque. Culpa corporis consequatur asperiores.',
#     u'Architecto accusantium nihil illo nemo iusto esse. Odit possimus odio mollitia velit amet libero.',
#     u'Fugit officiis error incidunt reiciendis saepe. Cum neque facere similique perferendis enim.']

fake.words(nb=3, ext_word_list=None)
# [u'cupiditate', u'sunt', u'ipsam']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Nostrum assumenda voluptatibus reprehenderit.',
#     u'Repellat ratione repellendus minus.',
#     u'Provident ratione similique placeat porro.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Laudantium ducimus velit nihil ab velit suscipit. Beatae et eveniet facere laborum facere.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Fugit blanditiis veniam iusto soluta minima ex nobis.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Y%bf6P#a)K'

fake.locale()
# u'ia_FR'

fake.binary(length=1048576)
# bytearray(b'\xb17\xcb\x9e\x0e\xcb\xc9\xb3|OJ\xf3g\x0eg\xa3?\xaf\xddi\xbaQ\xff\xf2T\x7f\xe4\x93\x8f\x1f\xcc\x05\x97\xfeH\x99\x85}\x1e\xd5\xa8i\x15\x14\xe7U\n\x08\x9b^\x11q\x87\xd5#.P\xa5,\xb8,&IU\xc1\x84\xb9&\x81?\x04\xb2\xdbU3\xf5\xe5\xfe!\xf5\x9e\xc9\x17a\xa0\xc7\x7f\xb5\xd5qJV\xc9\x87O\xc2\xd4\xd38\xc6RL\x87\xd3@U8\xf3\xad\x12\x05\x9c\xb9w\xdc\xc8dS\xe9\x070\x9d\xb1\xfe\xb2\x1e\x1c\x18\\\xda\x08.en\x7f}T\xb8\x13\xb2\x1f;].\xce\x9c|\x08\xc9\x1d=\xd31-\xdf\xff&z\xac5\xfb\xe6\xff?N\xf83M\x9b\xdd\x1bP\xfb\xd1\xaej\xb2\xeeeL\x08(z\x91^H?(\xeaB\xbf\xcbe\xea\x14\x05G"\xd5\xd0[#wF\xe6\x06\xaa\xbe@\x06\xdc\x05bhJ\x06\x9c\xad\x97\xba\x18yW\xc9Z:\xac\xe1\x94V-%\x988T\xa5@\x98\x06\x05A\xbd9\x19{\xc2\x13\xd8\x88\x1c\x14k;\xcb\xf5\xba$\x7f\x99qF\xc4\xc5N\xb3I+o\x88Z\x13\xdfp\'\x11f\xcd>\x99S"\xf7\xa7\x04\x7f\xc2c\xf7\x170\x8an\xed\x91\x9e\xd0\x1e\x9f\xbb\xe4Cw\xe4j\x83\xf3-VG\xdcxb\x99\x95\xbc\xc3oB\xde\xfe\x18\xfc\x00L\xec1b\xd9c\x1c\x8fN\x17{\xcb\xd3L)i\r\xef\xb7Q\xa1dBfZ\xdc\xe0\xe1/\xa0\x82_\rky/:\xb2\xf3\xf9\xdd$\x95\xe7\xef7\xb3!\x8f\xc4\x9b\xea=k\xfa\xe3\r?\x9dTm\xc0\xb4\x83\xff%W\xbe\x99X;d\x05\x83k\x93wl\xb1\xeb\x99o\xc2t%r\xf5\x8bW,\xfbd\xcb\x8f~\x89\xa3p |\xef\x8c\xf9\x98w\x02\x14\xd3\xf1\x82\x0f\xbb\x08\xe8T\xc3\xd8\xe0S\xd7\xe9cT\x80M\x9fdC\x1a\x10\xab\x95\x19q\xc1\xce\x9f\x80\x98\xaf)\xfcdN\xf1\xadbI\xc7\xb4\xf8\xbf\xbc\xcb\x0eU\xfb\x1c]\x04\xf5\xf8AGO*u\xfeY\xae O\xc0D\xff\x83\xb3\xf8\xd7\x9a\xfd\xdc\xe29\x8f\x1ff\\^\x81b\x17\xa2td\xd3L6tT\xaf.\x8bHXrBZ\xd9>\x91\xd4U\xb3\xec%\x97\x98Q\xf3\x8c8X\xffuM.\x15\xc7\xe6\x15\x1e\xd3\xdc&\x86\xedw\x1dK\xd663\xcd\x1e\x97\x16\xa0\x05^\xf9\xe8\x8aY\x7f+\xf4\xb5\xa0Vx\x9a\xdd\xcb_\xdf\x81\x82\xd8o_]\x06\xfe?H\xd5\x14P\x12\xb6\x1cJg\xa7\xe8\xe2n\x03\x11\xd8p\x81\xbd<M\x06~iDY(E\xe3\x07\x87uc\x1a\xc4\x8bW>\x92\x13\xf0\x7f\xc3\x19\xa9\xf1t\xd5+\x87\xd4=U\'c\xaa\xe7Z/\xb24\xc9J\xe5\xa1\xc4\xfa\xd1\x1bZ\xe0\xc8\xf1\xb8J):\x9c\xce\x7f\xed/F\x9e^\x15\xce\xfeS\x12\xf8k6\xfa.\x950M\xcfB\xa0\x81\x9fgu\x88\xcf\xc2+\xd3\xadmW\xaf\x85\x1e\x8dP\xce\x8a]v\xe3\x7f\xb1\x12\x82"\xad\nJ\xfc\x16;\x94\xd1Y\xa1\x83d\x10\xea[8U\xc4\x0c\xedm!\t>G\xda.H\xe8gw\xc4\xc2\xe4\xe3U\xc7T\xa7_e\x89\x160<Tj\x14\x17\xc5_\xd7\x9ch\xecb\x87Y\xd5\x12\xae\xd7\x9a\x18\xc0\x93~\xaeIYLO\x86\x8c\x18\xab\x13\xeb\xb4\x1e=\xb4\xeb\xf7\xbbY<wTKZ\x80\xe6Yh\x0e\xa0\xa6\x9dI\xf3\x04B\xbd\xa9\xb3.:\xc8\xc9BZN\xb9+\xf3\x95\x0c\xc8k\x9a\xab\x0c(Xj\x8c3+\x19\xf2\x82\xa7\xfc\x0e\x1ek\x00\x8b\x05\x1dr\x87@\xb4\xf5K\x1d\xd0B\x16\x07\n7b>\x9f\xc9{\x93\x9au\x1d\xc4\xddHe\x18\x134\x95\xab\xde\xa0\xbb;\xb2\xf7\xc2i\xab\xf9\xbf\x90\xa9I\xdf&\xca\xfb\xe1\xb3\x1b\xa0m/\n&MZ\xec\xa9]Ju\x9cK\xdc\xa0\xce!\xe5D\x08\xf0\xb3\xed\x993\x15F?L\x16p\xa5\xe5\xad\x9fH\xdf\xa5s\x1dh\xf9\xb0\xfd\xc5\x00x\xe4\x82\xe1\xfeK\xbd\x8b\xc8\xf4\x9b\x1e-\xf3\xea\xb0\r\t=\xd2)$\xca\xe4\xa7\xa7|\xe8\x15{N\xf0\x81\xe1\x12~H\xe3\x80\xcf\xbad_A\x0c\x86e%#<\x05\x0fE\x0b\xb6\xe3\xc4}')

fake.md5(raw_output=False)
# 'ecbeae62f4caf096c3ea2c0a0058b915'

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

fake.null_boolean()
# None

fake.sha256(raw_output=False)
# '40d7f1cf9a8d01dc1366329fb0106b7264d3592bca98423842969dee71b9da43'

fake.uuid4()
# '6720977c-f12e-ab39-bfc1-2fb14bb72cef'

fake.language_code()
# u'tk'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Nixon'

fake.name_female()
# u'Lisa Warner'

fake.prefix_male()
# u'Mr.'

fake.prefix()
# u'Mr.'

fake.name()
# u'Mary Holmes'

fake.suffix_female()
# u'PhD'

fake.name_male()
# u'Chase Taylor'

fake.first_name()
# u'Vanessa'

fake.suffix_male()
# u'DVM'

fake.suffix()
# u'MD'

fake.first_name_male()
# u'David'

fake.first_name_female()
# u'Jenna'

fake.last_name_female()
# u'Miller'

fake.last_name()
# u'Johnson'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'(141) 339-6555 x300'

fake.msisdn()
# '4032319680782'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'0472 Holmes Fields\nRyanfort, MB X8H 3E5',
#     'birthdate': datetime.date(1918, 5, 10),
#     'mail': u'kdennis@yahoo.com',
#     'name': u'Melissa Bernard',
#     'sex': 'F',
#     'username': u'blake00'}

fake.profile(fields=None, sex=None)
# {   'address': u'3414 Hansen Mountains\nKimberlystad, AB H8R 6Y6',
#     'birthdate': datetime.date(1931, 6, 2),
#     'blood_group': 'B+',
#     'company': u'Smith-Campos',
#     'current_location': (Decimal('-29.8930595'), Decimal('-134.325311')),
#     'job': 'Research officer, government',
#     'mail': u'markperry@hotmail.com',
#     'name': u'Cynthia Jackson',
#     'residence': u'588 Rhodes Parks Suite 077\nJuanfort, NT C4G5V8',
#     'sex': 'F',
#     'ssn': u'468 855 606',
#     'username': u'mauricemccormick',
#     'website': [   u'https://www.wilson.biz/',
#                    u'http://barber-crawford.com/',
#                    u'https://berry.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'hsmith@small-lewis.com', datetime.datetime(1983, 4, 24, 3, 7, 49), u'https://www.young.com/homepage.html', u'http://www.brown-johnson.com/search/wp-content/about/', 1386, Decimal('-95136899420.2'), -559.58023939652, 12281481245232.0, 6932, 7062, u'yUezUbLYbioLtIvYTmLN', 3161, -818846.503172])

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

fake.pystruct(count=10, *value_types)
# (   [   u'phyllisburch@hogan.com',
#         Decimal('-8734395744.57'),
#         -9096459533.27764,
#         5391,
#         u'http://jackson-hamilton.info/search/faq.html',
#         u'HpNkmkWutkrAgphnzcXJ',
#         -5920358.2,
#         6460.4482824,
#         u'DRLefplnTmlUQZMZXTcC',
#         504892.489303],
#     {   u'aut': -9484004414.0,
#         u'error': u'pgSejrusinIZJIeNqVPk',
#         u'et': u'https://jarvis.biz/index.html',
#         u'id': u'http://www.case-washington.com/posts/explore/main/',
#         u'laboriosam': u'christopher91@hotmail.com',
#         u'repudiandae': u'rTafLyOzxzUJLjjBZMJt',
#         u'sed': Decimal('8.29578690899E+12'),
#         u'ullam': u'BbtZjrZOzyxGDQxcfRFe'},
#     {   u'deserunt': {   9: u'OftIEKuyykseoDncEyWL',
#                          10: [   Decimal('-663.5185778'),
#                                  u'reeddavid@alexander.com',
#                                  5060],
#                          11: {   9: datetime.datetime(1980, 6, 15, 22, 44, 48),
#                                  10: 827,
#                                  11: [   3171,
#                                          datetime.datetime(1983, 12, 30, 15, 24, 19)]}},
#         u'earum': {   2: 4750125343.55,
#                       3: [   554,
#                              u'RzJvEnMxplqzhzCzvXKC',
#                              u'pWNgEiCXcLPfsZAPPZfW'],
#                       4: {   2: 5101,
#                              3: Decimal('955523778.0'),
#                              4: [   u'michelle38@castillo-young.net',
#                                     datetime.datetime(2015, 7, 29, 18, 55, 37)]}},
#         u'enim': {   4: u'UGHmNxIjYyQqTOdOJVBq',
#                      5: [   u'http://martin-williams.com/main/blog/faq/',
#                             8864,
#                             -56694323011882.2],
#                      6: {   4: 6601,
#                             5: u'yTadkCILJwczGzvMEfoF',
#                             6: [   u'QeIPLEoSwTdSWHfmidab',
#                                    u'AMnlYFstntsOyXHHeCrU']}},
#         u'eveniet': {   1: datetime.datetime(1979, 5, 5, 1, 7, 27),
#                         2: [   u'ACoYotZclUUckseVyhvo',
#                                u'tdSsMvTHETiEpgQfgpKP',
#                                2184],
#                         3: {   1: u'gKFGfDaundnNAJmCkwwg',
#                                2: u'http://deleon.com/tag/blog/main.html',
#                                3: [   523563527315.1,
#                                       Decimal('-83281579093.2')]}},
#         u'in': {   6: u'FhegWXjUyZjVmMauElMl',
#                    7: [   datetime.datetime(2015, 5, 19, 11, 43),
#                           u'PShugExNuvpKhTQXsESE',
#                           u'qodcNaPRxkEMDXIAFFnf'],
#                    8: {   6: -73046379.374,
#                           7: u'BPXtHzpudlMKlpMwJqSq',
#                           8: [   datetime.datetime(1996, 12, 29, 17, 36, 56),
#                                  u'smithbradley@grant-lopez.org']}},
#         u'ipsa': {   5: u'canderson@bailey.biz',
#                      6: [   Decimal('-52.0'),
#                             datetime.datetime(2017, 12, 4, 2, 15, 28),
#                             u'qwUZNEyShqDadVPjSFbG'],
#                      7: {   5: u'AtjdyoDliMtjkHXUypTO',
#                             6: u'kathleensanchez@hotmail.com',
#                             7: [   9638,
#                                    datetime.datetime(1994, 10, 28, 16, 11, 53)]}},
#         u'molestias': {   7: 7993,
#                           8: [   -60578976575.0,
#                                  5179,
#                                  u'http://www.gonzalez-lewis.com/post/'],
#                           9: {   7: 9285,
#                                  8: u'FRFPqFsruLHESHhVBgqI',
#                                  9: [   u'william33@parker-butler.info',
#                                         u'ljones@hotmail.com']}},
#         u'nobis': {   0: u'https://www.taylor.org/search/home/',
#                       1: [   u'DrvygekeWvKjfzJJhYHo',
#                              datetime.datetime(1983, 6, 28, 14, 46),
#                              -84534077927.86],
#                       2: {   0: datetime.datetime(1979, 3, 2, 8, 55, 53),
#                              1: -2.632,
#                              2: [   u'https://lopez.com/homepage.htm',
#                                     u'pSxcHXPZwSqfcfQgdzte']}},
#         u'provident': {   3: u'SdHYOfaJmOIJShMkpxvV',
#                           4: [   u'TyVZNhFmmVkBNVvRKMoK',
#                                  u'GPdbrBnzCopOabUTeriJ',
#                                  datetime.datetime(1990, 12, 19, 18, 42, 53)],
#                           5: {   3: u'anthonymcdaniel@smith.net',
#                                  4: u'LbrypTqdwWsJypmCyjss',
#                                  5: [   -789487068.13,
#                                         u'aWaYoUNngaQUBFEaWllv']}},
#         u'repellendus': {   8: u'iIliaiukiVZfzpTLxeLg',
#                             9: [   6001,
#                                    Decimal('736200038815'),
#                                    u'rodriguezjamie@yahoo.com'],
#                             10: {   8: u'qsfhyRxrdFxOTHYdsBqa',
#                                     9: 986,
#                                     10: [u'jeffreyjohnson@yahoo.com', 9522]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'ZBkTlhUGGyNHScAlVTZX',
#     u'uqlJapXaqWYGkKMnHqDZ',
#     Decimal('-2.31729556951E+12'),
#     u'http://www.swanson-giles.com/tags/posts/terms/',
#     90,
#     u'IbKJbiQuzdLLnbtZeWLS',
#     datetime.datetime(1989, 5, 27, 23, 55, 13),
#     u'DoeDVDlAZMrooXFrtYIq',
#     datetime.datetime(1975, 7, 14, 9, 44, 2),
#     u'kEqMBbIaOuVnKqqcLTBY',
#     u'AOYtpkgcdkFThdhbLIvV',
#     u'XqHWOTFaLaUZohAjQxpd']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   Decimal('6.56556539056E+12'),
#     u'PBzQmjJLfAgRewnqySTA',
#     u'zwyboRvyYFyXZMdjHRXt',
#     655,
#     u'dNlpHFAvClbhxShHyWrs',
#     u'apEnRVmIVihOkHvmxnrF',
#     u'DAyuADMFbSqaSgfJkpRc',
#     3514,
#     u'xLazHprTDvCZtnvGwNts',
#     -1.6090171048571)

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(1997, 5, 25, 4, 8, 28), u'oJStqdfVcmheNqHVFfLt', 8560, 6386, u'karla96@yahoo.com', datetime.datetime(1973, 3, 25, 6, 42, 49), datetime.datetime(1992, 4, 13, 12, 21, 25), u'yyURMAEEFxEAIJsLYoSv', datetime.datetime(1983, 10, 24, 14, 33, 54), u'wilsonrenee@ross.org'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'amet': -3928032866660.7,
#     u'facilis': -53395035.1949463,
#     u'neque': Decimal('-180.56978'),
#     u'quas': u'dKMSsMShxCfWrfoeeBEG',
#     u'sequi': u'ckxlTozXtRMcZMphDlmh',
#     u'vitae': u'cmason@gmail.com'}

fake.pyint()
# 4145

faker.providers.ssn

fake.ssn()
# u'873 013 221'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows NT 6.2; fur-IT; rv:1.9.1.20) Gecko/2010-05-14 18:03:07 Firefox/3.6.18'

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

fake.opera()
# u'Opera/9.62.(X11; Linux i686; kl-GL) Presto/2.9.160 Version/12.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Opera/8.74.(X11; Linux x86_64; aa-ET) Presto/2.9.163 Version/11.00'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8) AppleWebKit/5352 (KHTML, like Gecko) Chrome/58.0.826.0 Safari/5352'

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

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/535.47.4 (KHTML, like Gecko) Version/5.0 Safari/535.47.4'