Language en_CA

faker.providers.address

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

fake.street_name()
# u'Sara Terrace'

fake.address()
# u'72388 Brown Drives\nWilsonburgh, YT M5P 2X5'

fake.street_address()
# u'11136 Clark Skyway Suite 535'

fake.postcode()
# u'97985'

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

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

fake.country()
# u'Northern Mariana Islands'

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

fake.postal_code_letter()
# u'X'

fake.province()
# u'Ontario'

fake.city_prefix()
# u'South'

fake.city_suffix()
# u'haven'

fake.building_number()
# u'998'

fake.street_suffix()
# u'Corner'

fake.secondary_address()
# u'Suite 503'

fake.city()
# u'South Brookemouth'

fake.province_abbr()
# u'NV'

fake.postalcode()
# u'A1H 3S2'

faker.providers.automotive

fake.license_plate()
# u'595156'

faker.providers.bank

fake.bban()
# 'AOOA0930613455735'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB15BVEJ9282662813859'

faker.providers.barcode

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

fake.ean13()
# u'2528667406563'

fake.ean8()
# u'93078719'

faker.providers.color

fake.rgb_css_color()
# u'rgb(105,79,4)'

fake.color_name()
# u'MediumOrchid'

fake.rgb_color()
# u'42,61,173'

fake.safe_hex_color()
# u'#cc0000'

fake.safe_color_name()
# u'yellow'

fake.hex_color()
# u'#cc8b58'

faker.providers.company

fake.company()
# u'Payne-Clark'

fake.company_suffix()
# u'Group'

fake.catch_phrase()
# u'Realigned context-sensitive synergy'

fake.bs()
# u'morph ubiquitous methodologies'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\nJacqueline Nicholson\n213195197884332 03/29\nCVC: 168\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'XRP'

fake.currency_code()
# 'CUC'

fake.currency_name()
# 'Malawian kwacha'

fake.cryptocurrency_name()
# 'TRON'

fake.cryptocurrency()
# ('BURST', 'Burstcoin')

fake.currency()
# ('IRR', 'Iranian rial')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 5, 26, 10, 54, 1)

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

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(2004, 1, 4, 13, 21, 37)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2016, 5, 19)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 5, 1, 20, 48, 8)

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

fake.day_of_week()
# 'Saturday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 6, 13, 13, 11, 43)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2016, 1, 18)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2002, 9, 10, 7, 45, 52)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2008-10-12'

fake.am_pm()
# 'PM'

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

fake.date_object(end_datetime=None)
# datetime.date(1983, 7, 11)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 2, 19)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1980-02-03T16:58:29'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2012, 1, 29)

fake.month()
# '06'

fake.year()
# '1978'

fake.day_of_month()
# '11'

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

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

fake.century()
# u'XVI'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1985, 2, 14)

fake.time_object(end_datetime=None)
# datetime.time(10, 48, 40)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 1, 22, 4, 27, 51)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2004, 11, 4, 14, 10, 59)

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

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 5, 14, 14, 6, 12)

fake.month_name()
# 'December'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1999, 3, 15, 16, 5, 58)

fake.time_delta(end_datetime=None)
# datetime.timedelta(2397, 70856)

faker.providers.file

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

fake.mime_type(category=None)
# u'image/jpeg'

fake.file_path(depth=1, category=None, extension=None)
# u'/quidem/illum.key'

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

fake.file_name(category=None, extension=None)
# u'necessitatibus.pages'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'sandovalfrank@hotmail.com'

fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/695/771'

fake.tld()
# u'com'

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

fake.url(schemes=None)
# u'https://adams.com/'

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

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

fake.uri_extension()
# u'.jsp'

fake.uri_page()
# u'main'

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

fake.safe_email(*args, **kwargs)
# u'millschristopher@example.com'

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

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'samuelkelly@hall-pierce.com'

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

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

fake.domain_word(*args, **kwargs)
# u'potter-williams'

fake.slug(*args, **kwargs)
# u'alias-voluptatum'

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

fake.company_email(*args, **kwargs)
# u'ashleyreese@yang.net'

fake.uri()
# u'https://www.young-moore.org/index/'

fake.ipv6(network=False)
# 'c402:308c:a975:29df:debe:df52:60b:adda'

fake.free_email(*args, **kwargs)
# u'tcolon@yahoo.com'

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

fake.mac_address()
# u'1c:27:7e:b5:d4:1c'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-911197-85-0'

fake.isbn13(separator="-")
# u'978-1-86686-214-8'

faker.providers.job

fake.job()
# 'Journalist, broadcasting'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Nesciunt quasi aperiam id modi. In similique porro tenetur aut vel voluptates delectus.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Deleniti eligendi exercitationem quae maiores vitae. Ea possimus minus velit. Accusamus modi impedit eius porro perferendis.',
#     u'Quaerat occaecati aperiam nostrum recusandae libero. Laborum nemo magni quisquam placeat magnam non saepe.',
#     u'Explicabo nam iste unde saepe magnam quas. Necessitatibus sunt unde adipisci possimus est. Sequi occaecati minus officiis eveniet adipisci.']

fake.words(nb=3, ext_word_list=None)
# [u'totam', u'aspernatur', u'eaque']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Error facilis laboriosam reprehenderit mollitia soluta.',
#     u'Vero enim earum fugiat dolor.',
#     u'Natus omnis quia necessitatibus.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Atque necessitatibus modi magni. Aliquid dolore unde beatae.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Ex dolorum dolores velit eaque.'

faker.providers.misc

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

fake.locale()
# u'zu_ZA'

fake.binary(length=1048576)
# bytearray(b'C\x171\x90\xd3\xf5/L[\xb7\xf9g\xa9`Q;\x84\xcd\x83t\x91\t\x19\x01J~UQ\x99HA\x1e\x9c\xe8E\xfeV\x02\x87\xbb\x9f\xb6\x87\x0b\xe4\xd5\xa8G\xebPW\xd1]\xc6\x0f\xec+\xe8\x04\xbb\xe5d\xc6\xbf,\xad\xbe\xb5\xf9r^]\x01\xf35\x90\xac H\xce\xcdu\xa7R}\x81\xaaG\xd5\x91\x8a/\xde\xecT\x1b\xe6~\xdf\x8ep\xdd\xca\xe2!\xb6\n2\x7f\x1d)Y\x0f\x86=;\x0f5\xe4\xef\xae53\xb1m\xd4\xcdWn\x9f[\x13W\x80)\xc6\xca\xcf/;\xcd`\xa8\x81\x86\x17EHc{\x16-\x0c-*\xadB2\xa7\xb6q\xd5\x93\xb8J\xc1\x84^\xd0\x86u\n\xfd\xc7\x0c\xc8\xae\x1dM\xc8)\xa9\xbe)M\xaeY^Ey\x07\xc1\x06-\x93\xa2Y\x1a\x81\x9b"\xf0\x89\xae\'[?\xc8\xe0\xee!\xebJ\x14\xf6B\xea\xc4<\xb8\xa9\xadA-\x1c\xadNb\xaf\xb4\xba4\x94\xcf\x87_\x8d}\x0e\xcfy{ \xed\xf2u\x07\xdassc|\xf9a\x80J\xfa\xe2\xb5\xce\xa66n\x08\xad\x82*\xc6\xfe\xdcb.\x15\x06\xc3;\xdf\x00u\x03\xedj=S{\xb4\xc7PE\xf7T"=\x94K2\xcdL\x8f\x95\x08\xb1\\\x9dvxwHZ\xecB2\x9ed5\x11\xfb\xdaz\xc9\x91G%\'\r\xb9R\xb1\xcb\xc8\x88=\x94~:\x9d\r+\xa9\xd8\x00\xbf0C\xd9\n[\xc2;\xbe\x8b\x1d\xd5#\x10G\xbb\x93?\xfd|\xe7\x82\x16:Y\xbf\xfb\x162_]\xc2\x9b\x19@\xa6D\xf6\xe5 x\x12Ihw\x8d\xde\xeb\xe4\xa1U\x1f\xd0cx{P\xb4\xbc\xe6\x936N\xff\xf1\xe0X\xa0\xb6\xae\xb45\x89\xc5\x1e\xd9\x88\xee\xe8\xbb#w\xc4Y\xd6\x1d\x03!\x8bF;J\xf2\x90w\xfa5\x07\x16\x192\x7f\xc7\xaan\xce\x1c\x83\x07\xc6\xba\x19*\xdd\x94*f\x86\xcf\x9eB\x92\x80\xe7\x8f\xd0\xc9\xe8C\x91\x1c\x1d\xf6\xd4\xdf\x8eaj\x12$\xa7Mk9\xe2G \xb9\x94\xbd\x86\xa2\x01\x96\x1a\xaf\xcd\xb4S\xe82~\xdf\xb3\xd9c\xa2\x9c\x8f\x95\xff\x14p\xd2\xdf\x8a\xf9l$>d\x7f-]\xfe8G\xea\x166\xf5\x97\xb0^\xc3\x14\xfa\xfe\x88RV5\xd2\xb5\xb8a\x924\x8a\xacrrp\xba\xba\x8c75\x8f\x80\x01\xf6L%\xca\xf9\xe1\xd4c\'Ox`S\x13@\xc2\xc2\xff\xe0\xcd\x81\xa8\x93\x14\x0e+s\xa3\x11\x8d\x12\xcf\xefL \x1fM\xd9\n!\xc3\x0b\x81&\xd3\xbb\x91\xdd\xfc\x1a\x08ZK\x1c\xf6\xed\xd1\xc6+\xee\x82eY\xa6\xf7\x86E%\xba\x7ffjQ$\x19yu\x8e5l@\xfckD&\xedt\x1bP?\x95X\xfc)\xc7\x89\xcfQ\x92\xcb\xb0\xa9\xdb\x96\xdc\n=b\x0c\x8f\xdfP\x19K|;\x89\x91\xddL\xa9\xddo\x9c\xdaB\xd5W}>3T\x8d{\xebX\x1f\x80\xfb\xa3\xf1\x15\xee\x06tP\xc9\x8bn\x9f\xef#b/\x8d2\x9e\r\xfd\xac\xad\x1cg]\xfa\xfb\x17a$r\xee\xfb0\x9f-\tan\xd5\xb0\xf9\x96\xf5[\x8b\xd5I!\xb6\xc0\x1c9+n\xb4\xca\xcb\xa4\x10\xb4\xf8\xd7\xbe\x7f\xaa\xf7z0=l\x00\xa5\x1e\xd79\xa2\x17\x08\x83\xb7\xf3p\xf1>\x16\xa76\xd0NK\x81\xdd\\H\x12\rqOt\xee\x13\'}\xd1gwv\x8a)\x98\xc2\x91a\xca#\x97\x02\xe7\xc0Q\x92q\xbaQ\xea\x19,4\x03\x9d\x90\x92:\xce\xc8\x01w\x88\\\xf0\x7f\x08>D:I\x8b\xb2T}\x99)\xdd\x03\x1cxl\xe6\xd3(\x9a\x97\x05\x8cW>C\x8f\xf7\nP6\xb24\xa0\x89\x11k\xfd*\x7f\xf1[\x88)\x0c\xe8\xfd\x88y\xd6\x12\xbf\xdd\xd9\xb30\x07\xe6\xf6\x9e\xd8\x1a\x15o}\x88\t\x91t\xb3\xfbO\x96\x8fi\x94N\x12<\x91~F\xd8\xf0\xae\xdf\xc7\x15\xa5\x06\x91cXq\xdcy\x16:\xf6\xb5\xca\xb7\xac\xfbeZ\xcf\xd3\xd6\xc5\xb3m\x84%[:Q$Aj\x13\x10\x95u\xb1\xe2\x01Bu<\xa1!\xd4$\xe9HM\xa1<50\x10|\xa6\xeb\xc5({n\xdf\x8a\x9c\xef\xf5U\xc2\x01\xb8xGXP\x02{\x8f\xa2;\xc9|\x82\xaf\x9d\x0fE\xbd\xbc\xbap\xfc\x18d')

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

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

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '4439d7a99e7d8972f0aa33c17fa4565e10ee670df870db74240f9c3593d01201'

fake.uuid4()
# '7e202a5b-3fa8-1910-7997-d9f9c962faae'

fake.language_code()
# u'sd'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Thompson'

fake.name_female()
# u'Leah Hall'

fake.prefix_male()
# u'Mr.'

fake.prefix()
# u'Mrs.'

fake.name()
# u'Jorge Barnett'

fake.suffix_female()
# u'MD'

fake.name_male()
# u'Jackson Horton'

fake.first_name()
# u'Adam'

fake.suffix_male()
# u'MD'

fake.suffix()
# u'PhD'

fake.first_name_male()
# u'Joseph'

fake.first_name_female()
# u'Deborah'

fake.last_name_female()
# u'Mason'

fake.last_name()
# u'Solomon'

fake.prefix_female()
# u'Dr.'

faker.providers.phone_number

fake.phone_number()
# u'+1 (690) 473-2713'

fake.msisdn()
# '0400561971956'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'1375 Carrie Radial\nNorth Isaiah, NB K5G 5X9',
#     'birthdate': datetime.date(1921, 7, 8),
#     'mail': u'dean33@gmail.com',
#     'name': u'Nancy Andrade',
#     'sex': 'F',
#     'username': u'smithrenee'}

fake.profile(fields=None, sex=None)
# {   'address': u'4134 Hurley Villages\nLambertmouth, PE X1G 3V6',
#     'birthdate': datetime.date(1919, 8, 31),
#     'blood_group': 'B-',
#     'company': u'Black Ltd',
#     'current_location': (Decimal('74.147984'), Decimal('23.231778')),
#     'job': 'Teacher, secondary school',
#     'mail': u'robersonheather@yahoo.com',
#     'name': u'Steven Morris',
#     'residence': u'0473 Carter Inlet\nNew Davidhaven, NB J8R8N5',
#     'sex': 'M',
#     'ssn': u'456 688 209',
#     'username': u'nharris',
#     'website': [   u'http://www.manning-hunt.info/',
#                    u'https://www.baxter-garza.com/',
#                    u'http://www.dougherty.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([-366424129236.8, u'jeffrey53@gmail.com', u'http://www.morrison.net/login.jsp', u'andersonjesus@yahoo.com', 64848531135279.2, u'IygeluPTdUpsqRBTanCS'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'QLsTLvUYaSPebQciApdk',
#         datetime.datetime(1977, 7, 5, 1, 31, 55),
#         -73250977557.0,
#         Decimal('508290049121'),
#         u'vhudson@yahoo.com',
#         u'sandra06@ibarra.info',
#         Decimal('12331.1791882'),
#         u'CrKcprrpKjNIxfHZinJX',
#         u'https://www.burns.net/login/',
#         u'https://smith.com/'],
#     {   u'commodi': 1786598461896.6,
#         u'error': u'kaitlin89@hotmail.com',
#         u'laudantium': u'XQWGqgynnCjayAaRZQSS',
#         u'nisi': 7501,
#         u'praesentium': u'https://gibson.net/',
#         u'quam': Decimal('9.60072633472E+13'),
#         u'quod': u'kmaldonado@burnett.com',
#         u'tempore': u'stephanie74@yahoo.com',
#         u'unde': u'ISaZeBEoxMuSOQiTjiYv'},
#     {   u'eaque': {   3: u'colegregory@mitchell.com',
#                       4: [   u'FfTykJQePqAPBVAEGiLl',
#                              u'FNzMkpwSWxeOQSJobfgm',
#                              u'lZinUapVLrFiNafwnJgx'],
#                       5: {   3: Decimal('-8782.6'),
#                              4: u'PiKcpxZxtELRKQwUhiwL',
#                              5: [   -33.9727196973,
#                                     Decimal('8.42072367454E+12')]}},
#         u'fugit': {   5: u'aoyNfONmvcBaYOfmXYMx',
#                       6: [   u'HgNUCRXofmEcOtGTYYij',
#                              u'FpDxqUjllTBtPOEEhUnZ',
#                              u'wkrgNnVUMFKTovxWJsEj'],
#                       7: {   5: datetime.datetime(2008, 1, 17, 18, 16, 24),
#                              6: u'vcastaneda@hotmail.com',
#                              7: [9156, u'tBKdKbNtVruaevvKTGKt']}},
#         u'ipsum': {   2: u'PgZZrIqUGyRJDKAYgbZV',
#                       3: [   3449,
#                              u'WfMMNnRruAicNFyYQiQZ',
#                              u'https://harvey.info/terms.htm'],
#                       4: {   2: 9473,
#                              3: 6289,
#                              4: [   datetime.datetime(1984, 3, 27, 5, 39, 5),
#                                     3814]}},
#         u'iure': {   7: u'andrewramirez@yahoo.com',
#                      8: [   u'TbrTRoByyzPTFyBteGyg',
#                             u'https://www.mack.net/posts/wp-content/search/',
#                             7757],
#                      9: {   7: datetime.datetime(1995, 10, 30, 11, 28, 46),
#                             8: u'OgAUXfIgdaWDDXTRdBWI',
#                             9: [   u'KsAhpGRcUYSZKgQSxtfR',
#                                    Decimal('-7.772969531')]}},
#         u'natus': {   9: u'http://www.erickson-burton.com/',
#                       10: [   Decimal('738.4817812'),
#                               datetime.datetime(1989, 2, 17, 17, 4, 20),
#                               datetime.datetime(2013, 6, 18, 16, 30)],
#                       11: {   9: Decimal('-9.41315619287E+13'),
#                               10: u'http://nelson.org/search/',
#                               11: [u'yLoRFGvntwGRodDXaTbe', 6152]}},
#         u'nihil': {   0: u'yyimwekzGkMAphgUUCqg',
#                       1: [6814, 8726, u'eric25@weaver.com'],
#                       2: {   0: u'SXPYsVprVMlCjumxwkdW',
#                              1: u'vaqpXgcbLDKeenlRenNy',
#                              2: [   u'LSJbnQDkyNyZHOqZTsTY',
#                                     u'pndPfqRYbBYarkCUbgPq']}},
#         u'optio': {   4: u'http://haynes-sandoval.com/tags/main/main.html',
#                       5: [   u'xbeKugPYjAibNNOsZIUt',
#                              Decimal('-885.0'),
#                              u'boydkimberly@yahoo.com'],
#                       6: {   4: 785430477.0,
#                              5: datetime.datetime(1981, 9, 26, 22, 57, 45),
#                              6: [u'ecNtKdlXBVXarehfdEIC', 576]}},
#         u'quaerat': {   6: u'gIdyCPqcedRFQXOwdYBw',
#                         7: [   u'maria56@gutierrez.info',
#                                datetime.datetime(1998, 4, 29, 1, 3, 18),
#                                3766],
#                         8: {   6: u'BpBbwMzJVNilswHPpQcp',
#                                7: Decimal('-3.87025693375E+14'),
#                                8: [   u'http://anderson.info/login.htm',
#                                       datetime.datetime(2002, 8, 28, 21, 23, 19)]}},
#         u'voluptate': {   8: datetime.datetime(1985, 12, 3, 4, 57, 27),
#                           9: [   7840,
#                                  Decimal('13541727088.3'),
#                                  datetime.datetime(1979, 8, 28, 22, 12, 21)],
#                           10: {   8: u'https://www.douglas.com/about/',
#                                   9: Decimal('2536.5'),
#                                   10: [   Decimal('528846748.0'),
#                                           u'ROTkOhBVLXGKVuWykQNv']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'TetuhzTdzprSduJnWsoT',
#     datetime.datetime(1980, 11, 18, 16, 4, 1),
#     Decimal('73.6'),
#     datetime.datetime(2018, 1, 10, 21, 27, 23),
#     datetime.datetime(1986, 11, 9, 17, 25, 51),
#     -74707.56,
#     datetime.datetime(2015, 12, 11, 20, 6, 56),
#     -8496911.865163,
#     u'bDrqhVInPjBShHtzwbyF',
#     4065,
#     u'SfrsHSSrSidySZsIdrGD',
#     u'AXIsvcdRHNsSxYddhNIS',
#     3931]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'PmvIXpMXDYimOcWqqTAo',
#     u'JjFYFhyPuPnnbOBIlinH',
#     u'deavYVvxnAoDaNfsNJda',
#     u'tySMMigApRmkXebXvlKj',
#     4525,
#     u'https://morgan-pope.org/search/category/login/',
#     u'CrNvtYtfTXdRLxXtvmeu',
#     datetime.datetime(1989, 11, 28, 15, 24, 22),
#     2788,
#     2909)

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(1987, 9, 15, 7, 21, 14), u'HzleXbZTxtlDZPHKonYE', u'MASFZRziFPZYCPbpOyVd', u'http://www.stone.com/posts/tags/tag/category/', u'david28@long.biz', 9815, u'morandana@parker.com'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'corrupti': u'zVKaFJAwXszsZPlxllre',
#     u'eos': u'ZddZuyRLdeiXXLRSgCmc',
#     u'iure': u'ywLeyDnecqIlAjZKMbXN',
#     u'natus': -2483422.976,
#     u'quidem': u'CowWVvJjZdxFcVrnCAnr',
#     u'sint': datetime.datetime(1987, 10, 2, 11, 39, 6)}

fake.pyint()
# 1680

faker.providers.ssn

fake.ssn()
# u'674 526 744'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2011-06-22 21:09:12 Firefox/12.0'

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

fake.opera()
# u'Opera/9.34.(Windows 95; os-RU) Presto/2.9.171 Version/11.00'

fake.windows_platform_token()
# u'Windows 98; Win 9x 4.90'

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

fake.user_agent()
# u'Mozilla/5.0 (Windows NT 4.0; tr-CY; rv:1.9.1.20) Gecko/2018-10-21 19:13:28 Firefox/3.6.9'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_6) AppleWebKit/5312 (KHTML, like Gecko) Chrome/30.0.818.0 Safari/5312'

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

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