Language hi_IN

faker.providers.address

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

fake.street_name()
# u'\u091c\u093f\u0924\u0947\u0928\u094d\u0926\u094d\u0930 \u0928\u093e\u092e'

fake.address()
# u'76/678 \u0935\u093f\u0937\u094d\u0923\u0941 \u0932\u0942\u0925\u0930\u093e\n\u092b\u0924\u0947\u0939\u0917\u0922 110164'

fake.street_address()
# u'7 \u0915\u0943\u0937\u094d\u0923\u093e'

fake.postcode()
# u'005525'

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

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

fake.country()
# u'\u0917\u093e\u092e\u094d\u092c\u093f\u092f\u093e'

fake.city_name()
# u'\u0926\u093e\u0932\u0916\u094b\u0932\u093e'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'8699'

fake.city()
# u'\u0905\u0916\u0928\u0942\u0930'

fake.state()
# u'\u0915\u0947\u0930\u0932'

faker.providers.automotive

fake.license_plate()
# u'HRJ 833'

faker.providers.bank

fake.bban()
# 'RJGY1078808180038'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB61BQGC8159575781793'

faker.providers.barcode

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

fake.ean13()
# u'7955965924096'

fake.ean8()
# u'21424038'

faker.providers.color

fake.rgb_css_color()
# u'rgb(196,162,19)'

fake.color_name()
# u'Orchid'

fake.rgb_color()
# u'13,55,185'

fake.safe_hex_color()
# u'#334400'

fake.safe_color_name()
# u'teal'

fake.hex_color()
# u'#e46067'

faker.providers.company

fake.company()
# u'\u0915\u0941\u0932\u0915\u0930\u094d\u0923\u0940-\u0906\u091a\u093e\u0930\u094d\u092f'

fake.company_suffix()
# u'Group'

fake.catch_phrase()
# u'Realigned even-keeled flexibility'

fake.bs()
# u'redefine cross-platform ROI'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 16 digit\n\u092e\u094b\u0939\u093f\u0928\u0940 \u091a\u094c\u0939\u093e\u0928\n3592211004623766 07/25\nCVC: 985\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'AMP'

fake.currency_code()
# 'GIP'

fake.currency_name()
# 'Bahraini dinar'

fake.cryptocurrency_name()
# 'Lisk'

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

fake.currency()
# ('ANG', 'Netherlands Antillean guilder')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 25, 13, 47, 14)

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

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(1994, 3, 13, 21, 30, 7)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2016, 3, 17)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 10, 8, 26, 17)

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

fake.day_of_week()
# 'Thursday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2011, 5, 14, 14, 31, 7)

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

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2009, 9, 5, 6, 26, 23)

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

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(1986, 2, 7)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 2, 20)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1993-09-29T19:45:17'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2015, 5, 17)

fake.month()
# '03'

fake.year()
# '1981'

fake.day_of_month()
# '13'

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

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

fake.century()
# u'XXI'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1933, 11, 30)

fake.time_object(end_datetime=None)
# datetime.time(10, 59, 31)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 17, 20, 4, 29)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1996, 8, 30, 3, 13, 15)

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

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 19, 10, 39, 4)

fake.month_name()
# 'July'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(120, 1, 12, 20, 30, 20)

fake.time_delta(end_datetime=None)
# datetime.timedelta(924, 6342)

faker.providers.file

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

fake.mime_type(category=None)
# u'model/iges'

fake.file_path(depth=1, category=None, extension=None)
# u'/eaque/corporis.gif'

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

fake.file_name(category=None, extension=None)
# u'deleniti.html'

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

faker.providers.internet

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

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

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'bbkssii@kaale.com'

fake.url(schemes=None)
# u'http://mdn.info/'

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

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

fake.uri_extension()
# u'.php'

fake.uri_page()
# u'homepage'

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

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

fake.ascii_email(*args, **kwargs)
# 'nrendrbaabuu@grg.net'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'jitendr68@kunnddaa-mnni.com'

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

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

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

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

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

fake.company_email(*args, **kwargs)
# u'mukeshchaabraa@shrmaa-dossii.com'

fake.uri()
# u'http://jmaant-daaraa.org/tag/main.htm'

fake.ipv6(network=False)
# '6821:9503:4c7b:112e:bc9f:b058:6125:cecb'

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

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

fake.mac_address()
# u'ba:92:17:38:3e:b3'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-02-543669-5'

fake.isbn13(separator="-")
# u'978-1-84470-612-9'

faker.providers.job

fake.job()
# 'Designer, blown glass/stained glass'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Veniam nisi dolorem quia recusandae atque occaecati. Enim error voluptatem rem. Rem dolore rem debitis.\nDoloribus repellat delectus in. Voluptate voluptate asperiores quidem mollitia laborum.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Rem velit iusto reiciendis recusandae. Mollitia sint consectetur magni suscipit necessitatibus esse.',
#     u'Quisquam debitis perferendis maxime eligendi.',
#     u'Mollitia blanditiis temporibus id laudantium exercitationem molestiae. Dolorum excepturi doloremque vero quas voluptate aliquid mollitia. Sit ad aliquid id explicabo nobis. Quidem magni maxime dolore doloribus blanditiis pariatur.']

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

fake.sentences(nb=3, ext_word_list=None)
# [   u'Ipsam illum architecto possimus ullam dolores.',
#     u'Sapiente quia sit eveniet.',
#     u'Fugiat a molestias nam perspiciatis.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Soluta suscipit aliquam laudantium eum. Aut quasi culpa magnam.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Excepturi totam veniam quas earum.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'vU!7L*Wx@I'

fake.locale()
# u'ts_ZA'

fake.binary(length=1048576)
# bytearray(b'o\xaej\xdc<X\xd6\xcd57\x88\xa1\xa1\xeeU\x81\x14)\xbf\x83\n\x13\xc2\xa3\xd0\xd8X9PR\xd8\xe4\xb5\xee\x8e\xe4\x99$>^s \x84\xaf`\xe4i~\x96\x00~\xc0\x92\xa9\xf7P7\xae<\xf2\xd4\xcb\xdb\xc3\xb2\xcbz\x13o\xb3\xd0i\xf5\x92\xdb\xcc\xb2\xe2\xc6\xee\x08k\xfdO\x07\xc1HKj\x07\x10\x9f\xc7\xc3\xfc\xed\xd1UyT\xe3]"9\xf5\xed\xe9m\xaaAD\xf2\x17R\xca].\'\xa5\xb0\xc6w\xc8GN\x0f\x90\xcb|\xe0\\\xdb$\x85U>\xd0\x08\xef\\L\xf4\x17\xeb\x92\x1a\x136\x84d\x98k7\xfa\x0c\xbdQ\x91\xf1\x87\xed\xd6\xc4\n\n\x0e\x8at\x0f\xb6G\x1cN\x07\x8fk\xe7\x0b\xdce\x19\xbcx\xee\x7f\x14\xa1m\xa1\x86D\x0e\x96>m\xb7R\x1aU\\\xbe\x95\xb8\x06\x03i~\xe6\xff\xe6\xe5\xd3\xd6\x14\x17k\xf9J\xa1\xe5\xe7a\xdeN8\xcf^\xbbU\x90\xdb\xfc+\xfc\xf9fk\xf2k(\x93v\xcb\xc6\x14\xfa?C0\xa3Y\x9d\xa90L\x1e\xc6 \xf0\xb9\xd3\xf1As\xd5\xcf\xe7vL\x7f\x06\x1c\xf4\xa55i\x13:0\xa1D\xc0\xd0\xe5\x97ee\x84\x00\x14O{\xc5\xb0\xce\x06dA\xebmS\x17Ly\xdc\xd0\xd3\x18\xb4\xa3\xdb\xb9!\x1a\x91\x13\xce\x16\xfcOF\x83\xc7\x14\x15\x08\x16JI\xb7\x82\xc2nq\xc9\xc3\xc4\xf1B\xc6\xc7c\xe7\xe1\xdb\xd0\xc6k#5!\x0c\xa5&\x18I\x0crX1\xdd\xfa9\x97\x14\xe5\x8f\xf0m@\x14\xa6(\x9b^?\xb3\xc8&v|\xed\x87\xc7y\x8bM\x9c\x1b\x00_\xf01\x91\xc4\xf0\xfa \x07\x98\x8e\x02\xf0B\xdfq\xbc7\x11Pr\x11S&\x93}\xf3]4N(\xa5\x1a\xf9\x97\xe8\x9b\x01PF\x89t\n\xa5\x9b\xdbae$\x912\xd4\x1b\xfc\xb8T\xde\x0f\xa7$\x83E\x10\xedE\xe0\xba\xd5\x0c\xc5\xa9H\x03rSc\xf4\xf9+\x1e5d\xe1\x04[L\xf6z[\xef\x13\xa2\xca\x08\xaba\xf8\xd2\xd9\x08\x13\xf9\xbd\xd5\x96\xcdn\x83(\\\xceid\x881\xfd\xc5\xf6\x1b\x045\rh\x91|\xbdT>E\x18\xe9+S\x99\x8d\xaa\x00\x17\x04o;\xabwb\xc2a\xb0Gqa\xb9\xa1j\x1dy\xef\xab;\x88\xf4\xce\xeegd\xa8\\\xdc\xa3\x98IK\n\'+[\xde\x80[)\xd5fT\xb7a\x0cx\x89\x7f\xb7\xc8G\x14kN\xd3\x1a0\xc5\x9b\xe6 lGy;\x17ozR\xd7E\x19\xed2\x85\xb4?U\x16z}\x1a=\xfe\xe1\xbd\xbf\xe6\xafl%@T\xc9*\x80\x99\xd5Z\xfc|[\xc6\x1d\x18^\xa0\xf8%j\xcd\x86d\'C|\xe0\xa7]\x12\x9b\'\x1d\x9e:\xf4\xcd\x9f=D3\x07m4\x86P\x15\x83~o\x93\x8d\xbdYx\xa14Dz+o\xf3\xe6\x14\xc1\xdezK\xe8\xbb\xfaV\xfb\xd0:lXl\xd8h\x92x\x04?z\x8c\x11R\xb0\xf6n8 \x93\xc3\x18\x88\xd0\t\xafN\x89\xd6f$\'\x85\xd4\x19\x13\xe6\x91\xd1L\xebv\x14\x14\xde\xf3m\xf1\x9e\'\x1by\xa4G\x05<`_\x82\x105\x0e6\x97\xa8<r\xf4R\xbd:\xf7\x0e-FQ]!\xe7\xfd\xf1\x1a\xd0\xfc2\x052\x08\x9d\xe6\xd4r\\\xf6,\x12\xce\xda\x9e\xc5\x1c\xa0\x8c\x96\x18\xf7Z\x84\x06+G\x98\xb8\xd5X\xa9\x19\xae\x198g\x8c!yh\xdb\xe0\xfc:/\x1bfI\x03\x1a\xa8\xda\x11\xdb\x16!Qs\xcd\xc9\x9e!\xa2\xf9\x86\xb3O\x91\x952\xa0g\xf19\x8c\xde\x83)O\xdf\x19\xa2@\xebm6V\xaeJ\xad\xe8.aE\x8d\x02\xed\xbbq\xe4\x81-h\xabL\x12\xd6"U\x00\x82\xec\x88\xaa\x86\x0c\xde\x9e\x7f\x1e\xf3g(\xe9\xeb\xb0\xf4kK\xe7Wto?k\xcb\n\xb2\xa7\xe0\xae$\x1b@\x10=\xdey(,\x16\x05O\xce\x04\xdc\xdd\x9fm\xe2\x81\r\x8c\x96\x10L\x88\xf1so\x15\x8d\x8f \xbc\xc5\xa4Or\xfc\xf42\x9e\xf7`Y\x98V\xfe?V\xa4]\xfb\xd7\xeb\x99\xb17\'\xe6O\x86\xac\x89O/\xce\x87 S\xf8&\x91\xe5\x1e\x92[g\xa9\xa8\xd1\xce\xa7\x99Q\xabYR\xf4EN\x87VK7\x82\x7f[\x0c\x13\xf9\xb2\x90i')

fake.md5(raw_output=False)
# '1e0e49e8da0177a7f051efdf7631c534'

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

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '2f4ebe60bf05ab6522d989529339b99fa51f13623bfb5958f6c12fb5d89c34b7'

fake.uuid4()
# '1cafed2e-e699-e900-bd96-bb11b0a66561'

fake.language_code()
# u'ti'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'\u0926\u092f\u093e\u0932'

fake.name_female()
# u'\u0917\u094b\u0935\u093f\u0902\u0926\u093e \u0939\u0947\u0917\u0921\u0947'

fake.prefix_male()
# u''

fake.prefix()
# u''

fake.name()
# u'\u0915\u093e\u0932\u093f\u0926\u093e\u0938 \u0921\u093e\u0930'

fake.suffix_female()
# u''

fake.name_male()
# u'\u0907\u0928\u094d\u0926\u0941 \u0935\u092b\u093e\u0926\u093e\u0930'

fake.first_name()
# u'\u091c\u092f\u093e'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u092a\u094d\u0930\u0923\u0935'

fake.first_name_female()
# u'\u092a\u094d\u0930\u0947\u092e'

fake.last_name_female()
# u'\u0915\u0943\u0937\u094d\u0923\u092e\u0942\u0930\u094d\u0924\u093f'

fake.last_name()
# u'\u0926\u094b\u0937\u0940'

fake.prefix_female()
# u''

faker.providers.phone_number

fake.phone_number()
# u'+91 8957806123'

fake.msisdn()
# '8808624926117'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'12 \u0927\u093e\u0932\u0940\u0935\u093e\u0932\n\u0905\u0939\u092e\u0926\u093e\u092c\u093e\u0926-867498',
#     'birthdate': datetime.date(1942, 4, 11),
#     'mail': u'ajitarodddhaa@gmail.com',
#     'name': u'\u0917\u0923\u0947\u0936, \u092e\u0941\u0915\u0947\u0936',
#     'sex': 'M',
#     'username': u'qpaattil'}

fake.profile(fields=None, sex=None)
# {   'address': u'581 \u0935\u093f\u0915\u094d\u0930\u092e \u092e\u0902\u0917\u0932\n\u092c\u091a\u0947\u0932\u0940-669158',
#     'birthdate': datetime.date(1957, 7, 16),
#     'blood_group': '0+',
#     'company': u'\u091b\u093e\u092c\u0930\u093e PLC',
#     'current_location': (Decimal('-28.6715195'), Decimal('-31.817240')),
#     'job': 'Geologist, wellsite',
#     'mail': u'fmaan@gmail.com',
#     'name': u'\u0938\u093e\u0935\u093f\u0924\u094d\u0930\u0940 \u0906\u0939\u0942\u091c\u093e',
#     'residence': u'64 \u0926\u0940\u0915\u094d\u0937\u093f\u0924\n\u0930\u093e\u0928\u0940\u0924\u093e\u0932 214168',
#     'sex': 'M',
#     'ssn': u'130-78-9062',
#     'username': u'umnddl',
#     'website': [u'https://shrmaa.com/', u'https://bkssii.biz/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   Decimal('-56149.63'),
#     Decimal('5.37699863878E+14'),
#     Decimal('-7181632682.18'),
#     7922,
#     -4.92,
#     u'VtnhJmhxwsyPXXXMyskX')

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

fake.pystruct(count=10, *value_types)
# (   [   6810,
#         u'XKiaCADjxrHymiFdJuyF',
#         Decimal('-66860.78'),
#         datetime.datetime(1990, 6, 3, 18, 23, 32),
#         452,
#         u'pusspaamhaaraaj@gmail.com',
#         u'rtRNHGbdnnyizaukizBY',
#         6218,
#         datetime.datetime(2006, 11, 10, 2, 46),
#         4893],
#     {   u'accusantium': u'http://maan.org/list/app/privacy/',
#         u'animi': u'iZjaVTzXIdBViTlhDvxx',
#         u'deleniti': u'ZhGWDJdjLcylZgTLlEvh',
#         u'explicabo': u'uLVewRphLlEZKJYvNpNS',
#         u'iure': -29.8200527,
#         u'laboriosam': 2047,
#         u'minus': u'liilaa75@gmail.com',
#         u'quisquam': 1306,
#         u'ut': 6952,
#         u'veniam': u'senaadhiishiish@raamllaa.com'},
#     {   u'aliquid': {   4: u'INSbcwwSvsOasWIqBYvR',
#                         5: [   u'https://ddaanii-ddaanii.org/faq.php',
#                                u'IjrOyjRYcvJCddNGXgQx',
#                                u'xonVyQbMDhKMkCGskDaY'],
#                         6: {   4: 9665,
#                                5: u'https://www.bkssii.org/home.html',
#                                6: [   u'http://www.baalkrssnnn.biz/category/posts/app/terms.jsp',
#                                       u'hkrssnnn@diikssit-chaabraa.com']}},
#         u'animi': {   0: 5695,
#                       1: [   u'https://www.shirole-shirole.biz/explore/home.html',
#                              u'vnaam@hotmail.com',
#                              624],
#                       2: {   0: u'http://www.mhaadev.net/privacy.php',
#                              1: u'CDGAbBcuUjXomoHGOzAf',
#                              2: [9533, u'cCUjykjiGhlWuukfhSJS']}},
#         u'consectetur': {   5: u'YFlSspfVDylhUaODFvtn',
#                             6: [   u'llitkrssnnaa@yahoo.com',
#                                    1320,
#                                    Decimal('297031771547')],
#                             7: {   5: 7919,
#                                    6: datetime.datetime(2002, 6, 5, 23, 18, 3),
#                                    7: [   Decimal('7815.161'),
#                                           u'NLWXmBWeruynbihhCJPK']}},
#         u'dolore': {   1: u'pfAAfTLDQezBlwPNrzlY',
#                        2: [   u'AeKjMDGHoFtgXSHAYPEQ',
#                               u'UMCAkncqZILCZUCCJRyy',
#                               datetime.datetime(1999, 10, 17, 17, 34)],
#                        3: {   1: u'https://www.cauhaan-mgr.org/',
#                               2: 7394212747257.0,
#                               3: [5071, u'cWQWTFMctDYqmaRrRmid']}},
#         u'dolores': {   3: datetime.datetime(1981, 11, 12, 5, 19, 38),
#                         4: [   datetime.datetime(1978, 7, 6, 8, 51, 58),
#                                u'http://www.kaale.net/category/',
#                                u'YdhYFpnNsVNvhCxwBQpF'],
#                         5: {   3: datetime.datetime(1994, 6, 13, 5, 38, 45),
#                                4: datetime.datetime(2002, 2, 10, 16, 49, 46),
#                                5: [1954, 4430]}},
#         u'illo': {   2: u'ezHdEgtzNPjkmGwNrTlu',
#                      3: [   datetime.datetime(1983, 5, 20, 0, 45, 29),
#                             u'nluuthraa@bjaaj-baabuu.com',
#                             datetime.datetime(1974, 9, 8, 7, 4, 44)],
#                      4: {   2: u'BIxXdIooSsZZeDtOOccF',
#                             3: datetime.datetime(2000, 3, 21, 13, 6, 23),
#                             4: [   u'cKQBRJOVCaSYXIRuEiFw',
#                                    u'http://maane-bnaa.net/tag/register/']}},
#         u'laborum': {   9: 2475,
#                         10: [   u'ZTsDsVrVwRXKbtHePVSK',
#                                 datetime.datetime(1988, 1, 8, 8, 13, 52),
#                                 u'oiuGqZOzobyTFMjGPOgP'],
#                         11: {   9: 9144,
#                                 10: 1010,
#                                 11: [   u'http://www.baalkrssnnn.net/home.html',
#                                         u'uBOfjAMjlxvIUYqUgELH']}},
#         u'minima': {   7: u'etaxGoWecKEDqhLIEjiq',
#                        8: [   u'dnBIYHkBHPLuDePyTaGk',
#                               u'nsLWeWsYQKsqllqYjVHl',
#                               u'http://maan-mhaaviir.biz/tag/explore/homepage.html'],
#                        9: {   7: u'https://chaabraa-kulkrnnii.com/blog/posts/faq/',
#                               8: datetime.datetime(1976, 6, 12, 18, 47, 7),
#                               9: [7410.773080568, 8752]}},
#         u'veniam': {   8: u'https://www.mnddl-naam.com/search/author/',
#                        9: [   u'BWlAJAYmSNrJRzzBPOhL',
#                               u'https://www.bnaa-kunnddaa.com/',
#                               datetime.datetime(1989, 12, 18, 0, 3, 29)],
#                        10: {   8: u'abhilaassaamllik@yahoo.com',
#                                9: -4851.1069145331,
#                                10: [u'yyQgcypyozuNmSunMZZW', 69.747]}},
#         u'voluptatibus': {   6: u'uHGXyvvNfQKxnfmlGPZx',
#                              7: [   u'leJqeUyqWxbXGnmspmoq',
#                                     u'kaalevikrm@yahoo.com',
#                                     6281],
#                              8: {   6: u'wgwUwEitcbtPYvOwVkdi',
#                                     7: -3.0,
#                                     8: [   u'aUvTvSmHMcBsoTaMFFwg',
#                                            u'JBlmexXdXpxMOoEUqqxA']}}})

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

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('3.97707200991E+13')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'hbkssii@hotmail.com',
#     u'cauhaankirnn@gmail.com',
#     u'OxeqSJiezVTcbxyydwFs',
#     Decimal('4.46167914804E+12'),
#     2054,
#     418,
#     u'http://bhnddaarii.com/faq/',
#     u'CYRPtMAFbenJCSHWWWFX',
#     u'bkssiividyaa@yahoo.com']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'ibSUimlyTAzDFSvwTEid',
#     u'http://www.mhaaviir-dve.net/list/category/',
#     u'eKwkiqwXeOHvtQGndgcB',
#     u'maaltii97@bnaa.biz',
#     u'rmGMdcoTzVYhlpNneNPI',
#     u'rRzrEvMElZDTDxBNcOlx')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'wDjxKXODJmzhzTiQgOEM', 5923, u'liLcAFjOjRswzRjCegef', datetime.datetime(1980, 11, 25, 4, 55, 58), u'dVrxIQbAlnmbNhWRiTgh', -6771887386531.0, Decimal('32655.85436')])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aliquid': u'ltaa72@shirole.com',
#     u'illo': u'MrrdhiiFOUqnBNPiIKGu',
#     u'impedit': u'OWhMKBiaXoFFnAUjrrkl',
#     u'minima': Decimal('8.4461814467'),
#     u'quidem': u'divyaa72@hotmail.com',
#     u'veniam': u'KyqzDaztLwnGotrntTNP'}

fake.pyint()
# 2852

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'690-41-2982'

fake.ein()
# u'03-0870772'

fake.itin()
# u'993-90-5057'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Windows 98; brx-IN; rv:1.9.2.20) Gecko/2010-04-10 00:10:47 Firefox/3.8'

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

fake.opera()
# u'Opera/8.82.(X11; Linux x86_64; shs-CA) Presto/2.9.160 Version/12.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.01; Trident/4.1)'

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

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5 rv:3.0; byn-ER) AppleWebKit/534.36.5 (KHTML, like Gecko) Version/5.1 Safari/534.36.5'