Language ar_JO

faker.providers.address

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

fake.building_number()
# u'0448'

fake.street_address()
# u'188 Gonzalez Isle Apt. 163'

fake.postalcode_plus4()
# u'44947-7523'

fake.city_prefix()
# u'New'

fake.military_ship()
# u'USNS'

fake.city()
# u'Lake Christopher'

fake.zipcode_plus4()
# u'84846-0858'

fake.state_abbr()
# u'CO'

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

fake.street_suffix()
# u'Wells'

fake.city_suffix()
# u'land'

fake.military_dpo()
# u'Unit 2482 Box 2220'

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

fake.country()
# u'Russian Federation'

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

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

fake.postalcode()
# u'67508'

fake.address()
# u'247 Green Mount Suite 892\nSchmittville, IA 45682-6964'

fake.state()
# u'Nebraska'

fake.military_state()
# u'AE'

fake.street_name()
# u'Walker Field'

fake.zipcode()
# u'27084'

fake.postcode()
# u'73011-6035'

fake.military_apo()
# u'PSC 0810, Box 9120'

faker.providers.automotive

fake.license_plate()
# u'56-07904'

fake.initials()
# u'96'

faker.providers.bank

fake.bban()
# 'DCQF2407090457967'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB65IARL1118836765122'

faker.providers.barcode

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

fake.ean13()
# u'6125999107975'

fake.ean8()
# u'37408381'

faker.providers.color

fake.rgb_css_color()
# u'rgb(232,33,146)'

fake.color_name()
# u'MediumAquaMarine'

fake.rgb_color()
# u'125,218,173'

fake.safe_hex_color()
# u'#44aa00'

fake.safe_color_name()
# u'aqua'

fake.hex_color()
# u'#24bcda'

faker.providers.company

fake.company()
# u'Coleman-Alexander'

fake.company_suffix()
# u'LLC'

fake.catch_phrase()
# u'User-friendly leadingedge system engine'

fake.bs()
# u'leverage mission-critical interfaces'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'VISA 19 digit\nMichelle Hubbard\n4884097148636145496 10/21\nCVC: 756\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'STC'

fake.currency_code()
# 'TND'

fake.currency_name()
# 'CFP franc'

fake.cryptocurrency_name()
# 'Peercoin'

fake.cryptocurrency()
# ('XDN', 'DigitalNote')

fake.currency()
# ('DKK', 'Danish krone')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 27, 8, 49, 5)

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

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(2006, 2, 16, 19, 59, 44)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 3, 18)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 15, 22, 28, 38)

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

fake.day_of_week()
# 'Saturday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2013, 6, 7, 5, 45, 28)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2005, 5, 16, 12, 49, 14)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1983-05-22'

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(2001, 9, 16)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 4, 21)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1971-12-02T04:56:37'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2012, 3, 6)

fake.month()
# '06'

fake.year()
# '1999'

fake.day_of_month()
# '30'

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

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

fake.century()
# u'X'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1983, 6, 29)

fake.time_object(end_datetime=None)
# datetime.time(23, 16, 36)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 6, 18, 8, 35, 20)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2005, 2, 12, 10, 16, 37)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '12:11:52'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 19, 20, 24, 6)

fake.month_name()
# 'February'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(332, 12, 22, 7, 15, 49)

fake.time_delta(end_datetime=None)
# datetime.timedelta(17525, 81359)

faker.providers.file

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

fake.mime_type(category=None)
# u'image/vnd.microsoft.icon'

fake.file_path(depth=1, category=None, extension=None)
# u'/molestias/repellat.pdf'

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

fake.file_name(category=None, extension=None)
# u'labore.avi'

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

faker.providers.internet

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

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

fake.tld()
# u'biz'

fake.email(*args, **kwargs)
# u'ldodson@hotmail.com'

fake.url(schemes=None)
# u'https://www.blake.net/'

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

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

fake.uri_extension()
# u'.php'

fake.uri_page()
# u'category'

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

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

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

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'janet46@newman.net'

fake.domain_name(*args, **kwargs)
# u'johnson-fowler.com'

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

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

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

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

fake.company_email(*args, **kwargs)
# u'boonealexis@webster.org'

fake.uri()
# u'http://www.juarez.com/list/post.html'

fake.ipv6(network=False)
# 'c9b4:3d44:6f21:5ddd:6c7e:f8ac:db34:15cd'

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

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

fake.mac_address()
# u'f1:2e:58:64:bd:57'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-08-658694-7'

fake.isbn13(separator="-")
# u'978-1-64710-766-6'

faker.providers.job

fake.job()
# 'Radiation protection practitioner'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Perferendis voluptatum totam. Expedita minus a molestias ipsum laboriosam ut impedit.\nImpedit est ipsum quia. Pariatur officia voluptate culpa deleniti et.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Minus vero occaecati dolores dolore voluptates. Esse et suscipit. Iure quibusdam voluptate laboriosam delectus.',
#     u'Deleniti vitae dolores. Perferendis itaque doloremque beatae dolore ut. Animi iusto consectetur sunt beatae iusto.',
#     u'Enim aut dolorem in.']

fake.words(nb=3, ext_word_list=None)
# [u'suscipit', u'occaecati', u'voluptate']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Minus exercitationem nisi totam molestiae.',
#     u'Error harum dolores.',
#     u'Sequi labore tempore autem illo ipsa.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Explicabo consectetur quos quaerat repellat consequatur. Doloremque corrupti sequi animi.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Magni doloribus optio repudiandae numquam.'

faker.providers.misc

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

fake.locale()
# u'fur_IT'

fake.binary(length=1048576)
# bytearray(b'5\xe9\x1c\xcb\x1a\x91\xdeY\xde@\xa5Y\x1f\x95\x88\x1e\x83\x0e*^i\xddO\x1e\x8c\xa6j\xc9\xf0\xdc)DZL\xe7\x99\x95k\xa2\x15X\x18%\x14\xa9\xe5\xf5\xee\xd9\xe6\xe4\xc0\x00w2\x9f\x86\xbf%\x15\xf9\xa5\x9c=\xe3_\xf4\xae\x16\x93;IV\xef/\x19\x9eXyM\xbe\n)\xc9\x8euss/U\x8f\x8f[\x02LW\x88\xeb\x97\xf3\x08\xbdE\x93B\xb6\xcf\xb9;\xda\x1b\xa3o\xb0\xbfR\x18\x05n\x90;6\xeb=\x80\xde\xd8\x8e\x9c\x07(3wk\xc2\xc8\xef\xcb\x9f\xc4\x05\xe9\xb3W\x96\xb0\xb2\x1a\x85\x0b\xe0\xb2l!+\x8eV\x15*7\xd9(\x95\x9b+\x1dz\x8b\xf7\xe9\xa7R\xa3*\xe3\x081\x0e\xe7P4u\xd1R\xf1\x1d\x05!U\xe0\x05G\xa6\x0e\x18\x99$\x1a\xc6cB5\x1am\x8e9fQF\xd7Ecm\xe5\x80\x1a\x95\x03\xa7,](\xe6gZ\x07\x8e\xb6\xb4\x87\xb0\x92\xc8\xbf`}3Mh\xf7Yj\xa0\xb3}\xdb6\xb6SC\xfc;y\xa7\xde\xdb\xfd\x84\x14\x1e\xfb\xa6\xc1\xbf\x1dn/\x18\xab\x0c\x15i%\x8a\xe3[\xaf~r\xec\xbd\x9b\xea\x1b\x00\x03J\x9f\xa4\xee\xd7\xed;&\xc0\xc7\x04 \xef\xa2\x1d6Z\t{\x7f\xcf=\t\xee\x8e;\nRm\x9e\xc38\xef\xa7\xe4\xa6\xb4\xdd\xcb\t\xcb"\x92\xd7\x8c\xc0E\x020\x85\x84\xccz\x9c\xed\x94\x9a\xfb\xa1\x9092\x9f\x93\xb4?5"Sp]\xc7\xf0\xb5\x83\xa7\xd3+\xec\x19\xbfp\xca\x98p\x95@B\x0f\xeaI\x1c\x05\xabfu;,\xc5W\xfd\xbf\xb7\xc9\xacT\xd3\xeeo7\x93\x11%a\x96R\x04r\xa5\x92\xfd\xe6\x8d\x88bsy]Mh\x8bQ\xd7\xce.\xe2\x92\xfb&i}\x00\xc0\xdfa\x0b\x05l6\x15bC\xbe\xe3\x9a\xa9D(/\x8a\xadSn\xc3^\xc7\xf3;@\xbdn\x9e~\x80\xd0k\xc9zW\x97\xed\xc9 I\xc7\x8f\x1aW\x87)Lw\x0f\x08\xce\xa5\xb30i\t\xe6"\xc2\x89\xafn\x82\xd4"\x8d\xf6\x14?.zaD=\x0cT\x97@\x92\x1d\xe2\x9a\x12\xb7\x13j\xb5\x02\xa1\x9c,9\xc1x2\xf2:\x12\xe0~Z\x0f\xea:\x8b\x08\xb6\xc6\xa9G\x1e\xa4C\xce\x9bx\x82\xf4\xe0]\xd2\xef`\xa1\xcfW\xe4\xc9\xf8CU|\x9a9;v\xc2\xf2Z\x07\xb1\xe3\xc6B\x80\xdf\x04y\xc0\r\x00F\xb3"\xcd\xd3R\xd5<\xa6C\xfb\x8e&\t\xa7\xec\xeb\x86\xf1\xacC\xd2\r\xbbd\xdf\x9c*Y\xd3c\xf2Q\xd059vQ\xe55\x0f\x85>\x17m\\\x88\x9cb\x85\x83i\x12\xfa&\x08?\xeb\xd6<X\x86\xff\xfb\x95\xefey\xe8\x84\xc9\xd8\x02j\n\xb2|\x7f\xb8g\xf4\xa9\xb7\xcelN\x7f\x17\xa7\x00F\x8fk\x07L\x1f\xc6\xe6\xfd\xfb\xda\xedE\xae\xc6\xd8\x16\x08\t8\xd3@\xe3\xe7v\xa4\x82\x18;\xdbC\x99Q\xf8 \xe6\xa8V\xcc\xf6\xf9\xf7\xe5\x84w\x8b:\xef\xcah)\xfc\xc33$\xc3\t$9\xec]S\x97\x91\xb9\x07\x11\x88\x88\t>~\x1es\r\xdd\x8e\xfdD\xfe\x18\xc2\x07&\x8e\xae{J-\x91t[\xa5\x1e\xa4\x16S}\xeb\xb0\xa8\x83\xa7N\xed\t\x93\x83c\xbc\n\xe9\xeb\n\x85\x7f.\xcf0\xf4\xe8_\xc4W\xf2\xc9\xa8\x12\xa7\xcb>P\x0b\x16H\x8e\x0fd\x04\x16\xf6\xad\x02ET\xb9\xf72Q#\x8dd{}i\xfe\x1e\xcd\x96\xd5\x95\xb5\xf1i\xfd\x88\xaf\x8c:e\xa8\x14\xc92\x08 \xfb\xf1mhY\xff\x15\xfd\xabr|\x96\xc7\x1c\xe0\xc5hV\xa3\xa8\xd9\x1fr\xdc9U\x83xJe\x1b\xf7B\xb0\xba\xfam\x12\xc0"\xc9$\xccd\x14,\xfe\xf0\xb1\xeb\xf1\xb5\x9dy(Ww\x92=\xa7\x10\xf9\x90n\xc3\xfe\xea\x01\tzW(\x1a\x17L!\x18\x9b{%3\x1fXT\xe3\x89R\x8c\xcc\xd5\x19X\x18\xa0p\\t\xfa\xfb\x1f\xa8\x12\xfb\xad%\xaeQ\xc2\xb8\\\x9c\x15\x0f\xedqr\xbb\xaaW\xaf\x0b\xb2\x89\x08\xc8\xbf\xcd\xa0\xa7\xf3\xb9\x98{\xcdDe\xa0\x01\x14~h\xc9\xf4\xcar/\xc6tU\xe54\xfe\xd6\xaf\x05\xcb9\xac\x03R\x84\xc5l\xb6\x8dup\xf5s\n\xdaV\xab\xd9\xedq\xd9')

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

fake.sha1(raw_output=False)
# '4f58607ed05c089a06ae915b0d0e639bf34f02d4'

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '297da43d65ed855217d00b774f2b366688bb8f4ebc280f2c09e0265172f9aa6d'

fake.uuid4()
# '15c35c7c-0c19-8690-1f3a-1b61dc75c5d5'

fake.language_code()
# u'ff'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Kelley'

fake.name_female()
# u'Megan Delacruz'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Mr.'

fake.name()
# u'Marcia Vargas'

fake.suffix_female()
# u'DVM'

fake.name_male()
# u'Jesus Hall'

fake.first_name()
# u'Paul'

fake.suffix_male()
# u'MD'

fake.suffix()
# u'DDS'

fake.first_name_male()
# u'Jonathan'

fake.first_name_female()
# u'Diana'

fake.last_name_female()
# u'Brown'

fake.last_name()
# u'Mcfarland'

fake.prefix_female()
# u'Mrs.'

faker.providers.phone_number

fake.phone_number()
# u'07 963 4591'

fake.operator_id()
# u'4'

fake.cellphone_number()
# u'+962 7 4318 0843'

fake.telephone_number()
# u'+96254355579'

fake.area_code()
# u'5'

fake.service_phone_number()
# u'1231'

fake.msisdn()
# '8444545292494'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'90329 Ashley Views\nPort Gina, IA 25106-0422',
#     'birthdate': datetime.date(1991, 2, 13),
#     'mail': u'blackscott@yahoo.com',
#     'name': u'Gregory Nash',
#     'sex': 'M',
#     'username': u'odavis'}

fake.profile(fields=None, sex=None)
# {   'address': u'951 Gina Tunnel Suite 941\nLake James, SC 80293',
#     'birthdate': datetime.date(1975, 3, 22),
#     'blood_group': 'A+',
#     'company': u'Lewis and Sons',
#     'current_location': (Decimal('4.9173195'), Decimal('144.907395')),
#     'job': 'Banker',
#     'mail': u'hsmith@gmail.com',
#     'name': u'Sandra Thompson',
#     'residence': u'605 Marcus Springs Apt. 795\nJulieview, MD 00763-5026',
#     'sex': 'F',
#     'ssn': u'029-54-5495',
#     'username': u'david70',
#     'website': [   u'https://www.barnes-barr.com/',
#                    u'http://www.johnson-kramer.net/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'skMCGLCRgkKZLBDMsruV',
#     9186,
#     u'https://clark.com/posts/author/',
#     u'yRnPsTuKNKLJikCdAtNf',
#     u'http://smith.com/explore/list/app/login/',
#     u'qrodriguez@anderson.com',
#     u'UUKUwZirjCFOUQBRZGMP',
#     u'GReoPWvCcPBJimKRmuRR')

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

fake.pystruct(count=10, *value_types)
# (   [   u'JuEfZjCDMoQOytKfwghM',
#         -6892559.48102937,
#         1961,
#         u'ballshannon@rodgers-chambers.com',
#         u'http://martinez.com/',
#         u'cdoBnKKrNEElpbJLucJA',
#         Decimal('0.635369'),
#         u'jonathanstephenson@adams.com',
#         datetime.datetime(1975, 11, 26, 13, 40, 42),
#         datetime.datetime(2010, 12, 30, 19, 23, 43)],
#     {   u'asperiores': u'https://www.duncan.com/author/',
#         u'autem': 953,
#         u'error': datetime.datetime(1970, 4, 23, 18, 12, 55),
#         u'eveniet': -46032360.212,
#         u'facere': Decimal('-42911517.0'),
#         u'magni': Decimal('-2.96503835686E+13'),
#         u'maiores': u'https://kim-cohen.biz/author.html',
#         u'occaecati': u'lcsBUNLoZdSyyzDLDrzX',
#         u'omnis': u'ohPyXXWKbQCXYvWiDicD',
#         u'suscipit': u'KMoUoHwavEqGYSESThjQ'},
#     {   u'at': {   0: u'https://www.riley.com/main/wp-content/blog/index.htm',
#                    1: [   u'https://www.donaldson.com/',
#                           u'mTqivosnFDCIjRxRnRog',
#                           u'iBTbvpjnrlNavnfzSVRz'],
#                    2: {   0: u'https://vincent-curtis.com/home/',
#                           1: u'https://carroll-bush.biz/posts/homepage.htm',
#                           2: [3163, u'YzKIeunFASFmjHOFypIR']}},
#         u'deleniti': {   9: 558,
#                          10: [Decimal('-96301790929.9'), 556, 6347],
#                          11: {   9: u'jjojRqZBKIDdBOSbNUJI',
#                                  10: u'aYGCzkGwxQuVXhIHiASI',
#                                  11: [   u'dPHedKTmrZABNmbqHwnx',
#                                          u'ocvgHqWZowccLgqFMyzI']}},
#         u'doloremque': {   6: 471,
#                            7: [   u'MFJWKtOzmsvNLnYKlwZi',
#                                   7849,
#                                   u'NZyJqnAfvaMZpzpGPLJR'],
#                            8: {   6: u'HIinqFZhQzkXDduIvtCn',
#                                   7: u'JSReGCqeggqHndTMGGvG',
#                                   8: [   Decimal('126461574599'),
#                                          datetime.datetime(1972, 7, 14, 1, 10, 37)]}},
#         u'earum': {   8: u'CAUklLGrHzJLLGSqajnL',
#                       9: [   u'zidMslMYdrWDyYlzvODH',
#                              1751,
#                              u'http://adams.com/'],
#                       10: {   8: 1174,
#                               9: datetime.datetime(1985, 5, 4, 23, 29, 4),
#                               10: [   u'ZninnmTMzccQVqPxQxnj',
#                                       u'lcEebXERVVOdKhLaWAjE']}},
#         u'fuga': {   5: 8616,
#                      6: [   Decimal('-1432.45191'),
#                             u'https://parker.com/category/tags/main/index.htm',
#                             7374],
#                      7: {   5: 4117,
#                             6: u'ZDSvytHjynXlmsGDrpfT',
#                             7: [   u'zachary27@sherman.com',
#                                    u'wNwiXLWnAPqxABXSNYxv']}},
#         u'pariatur': {   7: u'deckerjohn@yahoo.com',
#                          8: [   u'xNjdgFhIvVoYfBWENiDG',
#                                 u'jonathan47@hotmail.com',
#                                 datetime.datetime(1988, 3, 9, 10, 6, 55)],
#                          9: {   7: u'kXdlDiiBLrhcHAFCGFfp',
#                                 8: u'qNKDcHWKbjjHcnFfchgu',
#                                 9: [5118, 2795]}},
#         u'provident': {   4: u'RienVyRByhwbieiSdeuY',
#                           5: [   -942491205129824.0,
#                                  u'https://scott-johnson.com/main/',
#                                  Decimal('-1789.407744')],
#                           6: {   4: Decimal('-64842.0'),
#                                  5: Decimal('-39242315.6673'),
#                                  6: [   u'bqGNevsIDcKKqthjvYqf',
#                                         u'http://www.rogers-kaiser.com/category/']}},
#         u'quia': {   1: Decimal('-225.359573507'),
#                      2: [   8535,
#                             u'JiIVacYWTGEzglJbFIbr',
#                             u'UacEAxNGrLdvATudHFtZ'],
#                      3: {   1: datetime.datetime(1991, 2, 5, 23, 1, 26),
#                             2: -865.370776,
#                             3: [   datetime.datetime(2018, 8, 14, 23, 44, 38),
#                                    6021]}},
#         u'sint': {   3: u'JcyDWYXVmZudrfbxnSev',
#                      4: [   u'http://www.campos.com/',
#                             9775,
#                             Decimal('0.35031463')],
#                      5: {   3: u'melissa59@hotmail.com',
#                             4: u'patriciaspencer@noble.info',
#                             5: [   u'SjDIXpQdMGwZsrFEdzfY',
#                                    u'GRxsJdrJLPvKhtBXwMOJ']}},
#         u'velit': {   2: 7761,
#                       3: [4265, u'ywjUThCtoLhgBcIKBlav', 3160],
#                       4: {   2: -131722369155217.0,
#                              3: datetime.datetime(2006, 1, 20, 22, 5, 53),
#                              4: [Decimal('864.367336'), 4025]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'ZeHFyARhSTNNUyZEFEat',
#     u'unmjUWvGJgHITUMozSbD',
#     u'https://rosales-rodriguez.com/',
#     117645.4,
#     6308,
#     294.814291005372,
#     u'OaxwUYOBhZmNjEaMzCup',
#     u'ByQBiTHyJILaxNmXQaLM',
#     5912,
#     Decimal('-613471.267'),
#     u'https://www.lopez.com/explore/category.php',
#     datetime.datetime(2002, 6, 14, 14, 58, 17),
#     u'stevencampbell@jones.com']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'NdBXqeeKKGtUuxaBpFfS',
#     Decimal('-39741357308.6'),
#     u'mzqZmLklYbOWRrKopuNj',
#     u'WgzhhWhioAWiSjcgLwkt',
#     7082,
#     4715,
#     2129,
#     7064,
#     u'hCfkCIDdqZWKfXrxTnzT',
#     u'stfdPgjhlkQYmFgVzrxg')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'http://www.hodges-rogers.com/explore/app/search/privacy/', datetime.datetime(1989, 3, 7, 19, 13, 4), u'IWLzyTFzBEJtCmTBNXzQ', 54406.183051, u'yOajoDbfkxsrXOumCmhu', 840.91, u'yRjFjgqfYzkzOYWMNNQj', -222021.15293, u'TpJoPONTDYwjyRTpryUA'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aliquid': 8920,
#     u'cumque': Decimal('487.96'),
#     u'dignissimos': 8471,
#     u'inventore': u'mKXGJMlJLmBUfPtLnugv',
#     u'quae': u'BMfbMUocFmSTuQIPbBuH',
#     u'rerum': 6617,
#     u'suscipit': datetime.datetime(2004, 11, 19, 4, 58, 31)}

fake.pyint()
# 3809

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'611-89-9727'

fake.ein()
# u'73-6961452'

fake.itin()
# u'990-99-8087'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; bs-BA; rv:1.9.0.20) Gecko/2011-01-11 22:11:29 Firefox/12.0'

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

fake.opera()
# u'Opera/8.95.(Windows NT 5.1; so-DJ) Presto/2.9.177 Version/10.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Opera/9.12.(Windows CE; ku-TR) Presto/2.9.168 Version/12.00'

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

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_7 rv:3.0; am-ET) AppleWebKit/533.17.5 (KHTML, like Gecko) Version/5.1 Safari/533.17.5'