
Language ar_JO
===============

``faker.providers.address``
---------------------------

::

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

	fake.building_number()
	# u'88032'

	fake.street_address()
	# u'80944 Whitaker Court Suite 731'

	fake.postalcode_plus4()
	# u'58763-2699'

	fake.city_prefix()
	# u'North'

	fake.military_ship()
	# u'USNV'

	fake.city()
	# u'Cynthiaberg'

	fake.zipcode_plus4()
	# u'96587-5077'

	fake.state_abbr()
	# u'MO'

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

	fake.street_suffix()
	# u'Villages'

	fake.city_suffix()
	# u'bury'

	fake.military_dpo()
	# u'Unit 1268 Box 5712'

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

	fake.country()
	# u'Georgia'

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

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

	fake.postalcode()
	# u'26871'

	fake.address()
	# u'3222 Mcdaniel Passage Apt. 542\nWest Ronald, GA 18443'

	fake.state()
	# u'Missouri'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'Robert Roads'

	fake.zipcode()
	# u'81542'

	fake.postcode()
	# u'75376-5561'

	fake.military_apo()
	# u'PSC 4228, Box 6570'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'60-2667'

	fake.initials()
	# u'3'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'EARY6666846994219'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB07DSJY1918477333065'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'9573522936993'

	fake.ean8()
	# u'14472589'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(50,33,142)'

	fake.color_name()
	# u'DarkBlue'

	fake.rgb_color()
	# u'136,121,155'

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

	fake.safe_color_name()
	# u'purple'

	fake.hex_color()
	# u'#10f1de'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'Owens Inc'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Front-line even-keeled help-desk'

	fake.bs()
	# u'e-enable viral users'

``faker.providers.credit_card``
-------------------------------

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nRobert Newton\n3572884213571986 08/20\nCVC: 548\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'IOTA'

	fake.currency_code()
	# 'NOK'

	fake.currency_name()
	# 'Colombian peso'

	fake.cryptocurrency_name()
	# 'PotCoin'

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

	fake.currency()
	# ('SPL', 'Seborga luigino')

``faker.providers.date_time``
-----------------------------

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 5, 7, 45, 10)

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

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

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1991, 1, 10, 17, 37, 8)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2018, 4, 26)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 5, 2, 2, 16)

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

	fake.day_of_week()
	# 'Wednesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 10, 25, 4, 19, 39)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1991, 8, 23)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2004, 10, 19, 11, 36, 14)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '2007-07-08'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 17, 8, 9, 55)

	fake.date_object(end_datetime=None)
	# datetime.date(1998, 11, 16)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1981-05-24T17:48:51'

	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(2000, 3, 31)

	fake.month()
	# '09'

	fake.year()
	# '1976'

	fake.day_of_month()
	# '19'

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

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

	fake.century()
	# u'VIII'

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

	fake.time_object(end_datetime=None)
	# datetime.time(18, 11, 29)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 4, 16, 7, 48, 58)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1980, 9, 20, 4, 31, 48)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 25, 22, 35, 36)

	fake.month_name()
	# 'May'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1384, 1, 11, 10, 34, 21)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(7923, 19884)

``faker.providers.file``
------------------------

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/ea/perspiciatis.mp4'

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

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

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

``faker.providers.internet``
----------------------------

::

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

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'cwiggins@rice-garcia.org'

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

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'index'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'rjohnson@rodriguez-cox.info'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'paige23@mcdowell-smith.info'

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

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

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

	fake.slug(*args, **kwargs)
	# u'inventore-neque'

	fake.uri_path(deep=None)
	# u'category/posts/list'

	fake.company_email(*args, **kwargs)
	# u'vperez@reynolds-roach.com'

	fake.uri()
	# u'https://kane-lee.com/index.asp'

	fake.ipv6(network=False)
	# '8604:5fc1:d325:a4bc:7299:9ac5:2603:4bab'

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

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

	fake.mac_address()
	# u'54:fd:e5:21:79:4f'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'0-453-54975-6'

	fake.isbn13(separator="-")
	# u'978-0-457-34736-1'

``faker.providers.job``
-----------------------

::

	fake.job()
	# 'Health visitor'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Fuga omnis hic accusantium quasi dolorum perferendis. Hic dicta facilis officiis. Culpa blanditiis ducimus.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Corrupti dolore odit corporis. Dolor adipisci esse quibusdam nesciunt hic quibusdam necessitatibus. Nemo fugit sed corrupti maiores ipsam.',
	#     u'Sed labore explicabo aperiam ex quis quis laudantium.',
	#     u'Facilis temporibus unde. Facere quo unde nemo asperiores aliquam. Maiores libero optio.']

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

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Reiciendis voluptates doloribus sapiente est blanditiis.',
	#     u'Fuga quam eveniet incidunt quos illo.',
	#     u'Voluptatem totam magni doloremque.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Illum quibusdam voluptates soluta. Magnam aspernatur quam alias dolorum itaque rem. Et corporis iure rerum numquam maxime.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Hic incidunt autem dolore laudantium laudantium laborum.'

``faker.providers.misc``
------------------------

::

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

	fake.locale()
	# u'de_LU'

	fake.binary(length=1048576)
	# bytearray(b'l\xf1\x1ekn\xbf\x85\xf3\xd2\xb3P\x17J\xc6\x95\x8c\x89r\x8e\xb3\x92\xc4\xb8(\x03\xc4\x00\x97\x0f4e{z\xa4\x8eC\xfd\x9c\xd2e?\n\x9e\n\x9d\xd8\x121}:\xbfRW K\xd4\x9e\x12\xe1\xa1\x88\xc5\xf6\xe7\x05\x9eu\xbd}/\x8f\x01\xdd\xf1\xe7\x86h4\x10\xf7\x04&\x1f\xf4\xef\xc4\x02\xef\xdd\x11"u\x0ca\xb4\x88\xd48\xe2r\xd2\x8cV\x1a0\n\x12\x83G\xa2\x18\xd0>\x1aVE\xaa\xbc\xb0\xc8\x99r\x9a\x0c\x16\xd0\x1c<\xb1\x1cae\xf2\x97\xd57\x1f>\x86\xb8\xfe\'\xb0YVH0\xac\x02\x1e\x9bl\rM\xa9\xf1s\xc2\x14FX\xa8o{M\x8d\xc5h\x8f\xfa\xe3\x9c\x00h\xa4\x81\'_29\x16\x00\xc8)\xfe\'&\xbb([\xcb\xbe\xc6\xa5\xef4\xdd]Kvp\x99\xf1\xb6c\xb0\xf3\x89\x8e\x02a\x8f\xf1\xeaSi.N\x9cuwQ\xa9Va\xcb\xe4\x9c\'\xbd\xbfu\xef\xacfC\xd6k\xb9\x02\xee$m/\xd734\xbd\xf1\xc4(St\xefb\x95\xae\xe1\x0f\x94\x8e\x82X\x8e\xae\x1a[j\x9c\x106d\xa7\xf7\xb7^\xccl\xca\x0bX\xabN"v\x84\x921\x90o\xb5\x0c\xc8\x87yG\xf7\xcf\xfa\xd9\xba\xf8t\xb6\x05Ww\x04B\xc4\xa3\x95@-\x175wC\xee\x1c+^0oz\xaf\xc4\xb5c%\x03\xfd\xf9\xdakl\x85\xbcKm0\xb6V\x19\x19\xe9\x9fX(\xa2\xfegu\xb4\xc8O8\x9c\xff\xa2\xdexU\xa9$\x019Q\xb3*\xe0\xacN\xc2u\xb4\xaf\xd9C6o\xc7,\xe2\xec&\x02$Gv\xa8R\xf1h\x84\x8f\xfb4\xb9\x9dj\xbeJM\x19 X\xc19\xe2\xb1.\x87\x93\xbe\x99\xf4q\x15:\x01\xab\xb0\xfd\xc2\xa1\xbel\x19%\xbe6+P\x00\xbe\x18\x90=\xda\xfag\x9f\x8cCv{U\xe6F\xf6\xdd\xa8\xf9t\xffG+\x16\x0e\xc8\xd2XV\n\xf7\x18\x1d\x85\x8eR\xd5\x07\xf35xM\x07\xc0\t\xbfz\xda\xd4\xcd|\xf3/J\xca%!\xb4q\x85\xc5<\x03\xb1\x87\x0f;\xc7c\x90NhSQl\xceU0\xd9d\xe3\x1e\xf6\xa9B\xe6\xa8\x10\xeaO\xd5k\x1a\xd3\xb2V\xc6o\xfd\x7f@\xec\xe6:I"E+qZ\xfc\xadz\x82\xf3\xc4g\n\x97\xc8\x9drE\xfb\xd3\xcd\xed\xfc\xd4Q\x7f]/\xe2\xb0;\xf6\xf0\'\xfbg\xf2\x0c)\x81\xd5\xd1\xd8gX\xfe\xaeku\x1f<\xc3\x9a\xadj\xfe\x9eV\x13\x16\xa1%/G5\x9e\xa1$b\x84\x19IW\xf3d\x14\xf4\x17\xd1H\xab\x16\xc7\xa6ji\xab\x96\xf7\xce\xa0\xe14\x83rc\xf3\xe8P\xd0\x8d\x7fP28\xd4\x1a\xe4\x9e\x8e\\\xaf\x82\x90\x8f\xf1)h\x9c\x9c\x1bp)u\x84\xc1\xbaov\xe9 \x8f\x1c\x991@\x928T\xab\xa9Q\xf0\xack\xe8\x9f\xb6\x01s\x98\x11\xfe^\x0fJf8\xc3\x83\xba\x05T!F\xa5M\x01fz\xe3J7\x80\xef\x8f\x99\xf2?[\x01a\x82\x8aW;\xc3\x01y\xfa\xb3e\xb4A\xdc_\xe0<"?Fb\x1a\x0co\xc1\xbd\x81\xfe\xab\x97\x16\xc0\xa7\xcb)\x12\xdf?^\x9f\x8b\x12q6,\x11\xfc\xa8\xbe\xf7\xd1\xb5\x0c\xb8\x8c\xf2q\x1b\x8c\x00\xac\x95\x12\x0f\xee\xc4\xd2/\x95A\xbaJ\xf1\xf5\xea\x14\x9e/\xd3\xc9I\xab\x1bj\xe1\xd4\xc2\xdb\x9dBwW.\x87\x8a\x02\xabh\x169\xc7\xff\xea\xa2;@ws\xb9\xf8\x93\xf9\x8f\x1c\xc1%N4\xa2\xc1j\xd5c\xd6\xc0)\x14\x05~I\xd3\xd9Wd\xd1;\n\xd3x\x15\t\xf1\x91\xebZ\tA\x7f\xac@\xca\xf7\x1f\x0b\xfb\x92\x9c\xe1^\xd4w\x82\x1e-\xf8V\xfe\x05O3;\xe1\\\xfe\x13\xa7\xc3\x83\x88W\x9b\xac\xcd\x91\xa3\xa7\x05\xf3\xe7\x1dl\xf4`*l8_|\x1f\xf7A\xe5\xb1\xa1\xb8&m\xef`\x82\xc2\x8c\xc5\xc2\xb4\xe1\xea\xfd\xdes\xfe\xdfm\x850 \xd2\xe2\x01\x17\x13\xd1R\x1a1\x182\xb0\\\xd5\xe3\x82\x85\xf8\xfa0\t\x00\xc1\x0e\xe2W\xdd\xa67\xe6\x98Z NKU\xb0\xec\xba\x03D\xba_\x84\x9d;\xa8ct5}\x1a\xb3\x18bQ\xf6\xf1O \xc7Yk\xf3\xcd\xe8\xf0\x88<\xfe\x96\xd1x\xa2v\xb0\x82')

	fake.md5(raw_output=False)
	# '462cff66049d4c21673b72ef2b79c249'

	fake.sha1(raw_output=False)
	# '984cc54b2fb3d9be04d70976a36880f3d72b8bd7'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '78afee0cb16075bbd8d63d2dec0c68f6a06ee07989136a9420d06ceba8228460'

	fake.uuid4()
	# '0c569aa7-a04a-4fb8-90c6-458a154622ca'

	fake.language_code()
	# u'kk'

	fake.boolean(chance_of_getting_true=50)
	# True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Weaver'

	fake.name_female()
	# u'Sophia Carlson'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Jessica Thompson'

	fake.suffix_female()
	# u'MD'

	fake.name_male()
	# u'Thomas Acevedo'

	fake.first_name()
	# u'James'

	fake.suffix_male()
	# u'DDS'

	fake.suffix()
	# u'Jr.'

	fake.first_name_male()
	# u'Miguel'

	fake.first_name_female()
	# u'Barbara'

	fake.last_name_female()
	# u'Elliott'

	fake.last_name()
	# u'Avery'

	fake.prefix_female()
	# u'Mrs.'

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'1345'

	fake.operator_id()
	# u'8'

	fake.cellphone_number()
	# u'+962782672693'

	fake.telephone_number()
	# u'+962 2 009 3017'

	fake.area_code()
	# u'5'

	fake.service_phone_number()
	# u'1233'

	fake.msisdn()
	# '3358000042340'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile(sex=None)
	# {   'address': u'9705 Jessica Court Suite 309\nLake Sheilastad, CO 09481',
	#     'birthdate': datetime.date(1940, 8, 8),
	#     'mail': u'cristianblake@gmail.com',
	#     'name': u'Tara Wood',
	#     'sex': 'F',
	#     'username': u'hunterbarber'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'08509 Gary Mission Apt. 617\nNew Jennifer, MT 92937-5293',
	#     'birthdate': datetime.date(2005, 6, 22),
	#     'blood_group': 'A+',
	#     'company': u'Rich LLC',
	#     'current_location': (Decimal('-84.8531275'), Decimal('-153.470755')),
	#     'job': 'Multimedia specialist',
	#     'mail': u'fburnett@hotmail.com',
	#     'name': u'Darlene Bryant',
	#     'residence': u'0662 Ricky Inlet Apt. 143\nYoungton, AS 64935-5985',
	#     'sex': 'F',
	#     'ssn': u'818-39-7274',
	#     'username': u'bcampos',
	#     'website': [u'http://www.goodwin-hoover.biz/', u'http://www.jordan.com/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'HuuwoxbKskNXfeycgaJi', -670516868374534.0, datetime.datetime(2016, 6, 22, 7, 19, 13), 3913, u'royXawReXEphBOslAKhf', u'TUIlwmcIElhQQnPtZEPW', 7507, u'ThwoaZhkLoKDvNaSjOSD', Decimal('-125.69748'), u'JJxtXXlsXqwszOEHMhTN', u'tiffany98@yahoo.com', u'cINmhjlgXlvSGzproHgc', u'RWlLbsHiTrIYyMguSjal'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('674061644.51'),
	#         u'kaylamartinez@ryan-davis.com',
	#         u'williamswilliam@gmail.com',
	#         1905,
	#         269770.0,
	#         2439,
	#         u'uCcYIKeYNZMBUvcRAMbV',
	#         u'clarencelowe@gmail.com',
	#         u'fNdrdhsSJQsVHiyvdjir',
	#         u'CzSfBWWGlyhJaEIZxLtv'],
	#     {   u'deleniti': u'bKPlIVazFitoEGiKMyEV',
	#         u'dolorem': u'http://www.smith.biz/',
	#         u'doloremque': u'uQvyNrjgVAPVFAxzcAVl',
	#         u'id': u'uZADAOlMvHhoEYnsuODO',
	#         u'impedit': u'kelleygregory@gmail.com',
	#         u'magnam': Decimal('8.81652593055E+12'),
	#         u'pariatur': u'zvRlTGmkkOCGqELwKPXA',
	#         u'placeat': 4310,
	#         u'quibusdam': -515.1,
	#         u'rerum': 37020099698969.0},
	#     {   u'amet': {   0: u'cIMVsOnbUZRMhMWFsLGU',
	#                      1: [   u'wtvyWEEuWrsyROPpCsYW',
	#                             u'hHtXymFPZdsLEvWehaOx',
	#                             u'http://www.roman.com/'],
	#                      2: {   0: -244749671340449.0,
	#                             1: u'hdFMkKHzvZhRBoUCAVnY',
	#                             2: [5270, 469408148583096.0]}},
	#         u'deleniti': {   4: -432623109020493.0,
	#                          5: [   Decimal('5833925902.55'),
	#                                 Decimal('7.54929234778'),
	#                                 4620],
	#                          6: {   4: Decimal('920391.8'),
	#                                 5: 7762,
	#                                 6: [   u'QwgPDJyvEIuaOisuSFrN',
	#                                        -484024103316866.0]}},
	#         u'hic': {   3: 5167,
	#                     4: [   Decimal('-784389.93027'),
	#                            8242,
	#                            u'fKwfZicNPICzlKnUOjjh'],
	#                     5: {   3: 9948,
	#                            4: 87275441.5,
	#                            5: [   datetime.datetime(2001, 10, 16, 16, 16, 6),
	#                                   u'https://stafford.net/']}},
	#         u'iste': {   5: u'oacZVdJRISSNudLpXHtZ',
	#                      6: [   u'EZMjnRPnwpnZUczHNZan',
	#                             u'vgTSaUsKxsDVfMxxmdFx',
	#                             u'http://www.boyle.com/'],
	#                      7: {   5: u'LGolopJOIePBgLKYOyTC',
	#                             6: 2098,
	#                             7: [   u'nDFyhgLqFZBsELQaIAKE',
	#                                    u'VZOmkmKtGdlMpSmzdkeG']}},
	#         u'itaque': {   8: datetime.datetime(1984, 5, 31, 1, 33, 58),
	#                        9: [   u'http://welch-harrison.com/home.jsp',
	#                               6.411259902569,
	#                               u'http://mullen-garza.com/post/'],
	#                        10: {   8: 3218,
	#                                9: u'kGnCTXuAlLiBiXzZPBdp',
	#                                10: [   datetime.datetime(1980, 8, 9, 19, 59, 43),
	#                                        datetime.datetime(1982, 9, 6, 23, 18, 56)]}},
	#         u'officiis': {   6: u'qboiIzSOPZglaSgnQIub',
	#                          7: [   u'vlmwlPLBdCpGbOuzLAmO',
	#                                 8008761621853.0,
	#                                 u'ZlWEhpHZonpXQICHqNoJ'],
	#                          8: {   6: datetime.datetime(2000, 2, 10, 11, 17, 57),
	#                                 7: 9738,
	#                                 8: [   u'gmGRjSUJeRflzealqpga',
	#                                        u'https://christian.com/explore/category/main/']}},
	#         u'possimus': {   1: u'qZAyaoOdzuhOhUcBusjt',
	#                          2: [3527, u'RkaMrCZtzqyijUhTjOtu', 1159],
	#                          3: {   1: 126,
	#                                 2: u'https://dennis.com/posts/register.php',
	#                                 3: [6724, 8779]}},
	#         u'rem': {   9: datetime.datetime(1985, 1, 12, 13, 56, 55),
	#                     10: [   u'GPCBotVZuDOnfdORxWnB',
	#                             u'tlvHLTZpPpexoiQxBybU',
	#                             u'https://sawyer-brown.com/faq/'],
	#                     11: {   9: 7107,
	#                             10: -483324204407.61,
	#                             11: [   u'SdyxlheFwQZIdmrZaXEz',
	#                                     u'boonerodney@thomas-whitehead.com']}},
	#         u'sint': {   7: u'IJHzNcGvGphBnosrhJxn',
	#                      8: [   u'https://www.anderson.org/app/homepage/',
	#                             u'malvarado@jackson.com',
	#                             u'cqFnOegJUGTGVLGShnfR'],
	#                      9: {   7: 622,
	#                             8: Decimal('-676.5'),
	#                             9: [u'cmORPfnltlDFBLpfUPKu', -8112733864.6649]}},
	#         u'sit': {   2: 707718.936872223,
	#                     3: [u'RlbwdbOTJkDrQWqOtviT', 4075, 2392],
	#                     4: {   2: u'https://www.armstrong.com/explore/app/terms.htm',
	#                            3: u'RJnJWjGbTLlZFvQtsYxp',
	#                            4: [   u'ikuuknjNXhUtkfeYcbdH',
	#                                   u'IKPZtAVGZGbYaVgrvQAt']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   570503592.5759,
	#     u'MZLFtvYsoYwrboeRQUKe',
	#     u'eGUGtpHRXauKAsGWLgPJ',
	#     2801,
	#     u'qhoImspVQUJsHdKLkcMF',
	#     u'biNrhAUxerFsPzyHyYAp',
	#     u'iGqGCXEDXWkibpdPlnfT',
	#     Decimal('76909987.1'),
	#     datetime.datetime(1994, 5, 28, 10, 3, 54)]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'SqiPGbvsmuITsxMueNDv',
	#     u'ldcQxCeeadFRFYSYrSZo',
	#     -215638.6,
	#     u'deanna57@martinez.com',
	#     u'vMNBAbzSrKPriWkosDoP',
	#     2804,
	#     u'sXGvkuFharpFFTIbdFIX',
	#     u'bmEKFFpvMvAteBiaBHnM')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([-46022.91201186, u'TcpBTELeNMkduXNVTZYl', u'TKhWsSmZDhtxuiuVWfFA', Decimal('-99181581.7343'), u'ctorres@shaw.com', 54772.944991, u'JeKlFgKWtVZtfUhstvnw', u'https://www.garcia-giles.com/category/', 9083, u'vincentmartin@hotmail.com', 6623])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aliquid': u'EYjCCVbjXWUYfYjLOlqZ',
	#     u'eligendi': 8676,
	#     u'illo': u'jeffreymercado@gmail.com',
	#     u'modi': u'ASFWLuKpqPqhAPUjzaVv',
	#     u'optio': u'KnOuerMNzxLwpXgUiJEs',
	#     u'voluptatum': 4867}

	fake.pyint()
	# 7960

``faker.providers.ssn``
-----------------------

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'414-27-8109'

	fake.ein()
	# u'76-3741409'

	fake.itin()
	# u'989-87-8427'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2011-10-16 19:30:50 Firefox/3.8'

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

	fake.opera()
	# u'Opera/9.16.(X11; Linux i686; bho-IN) Presto/2.9.169 Version/10.00'

	fake.windows_platform_token()
	# u'Windows CE'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/3.0)'

	fake.user_agent()
	# u'Mozilla/5.0 (Windows NT 5.1; cv-RU; rv:1.9.2.20) Gecko/2012-01-29 17:05:03 Firefox/3.8'

	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; PPC Mac OS X 10_8_3) AppleWebKit/5342 (KHTML, like Gecko) Chrome/63.0.867.0 Safari/5342'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_2 rv:3.0; ka-GE) AppleWebKit/533.27.3 (KHTML, like Gecko) Version/5.0 Safari/533.27.3'
