
Language ar_EG
===============

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

::

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

	fake.building_number()
	# u'833'

	fake.street_address()
	# u'326 Ward Knoll'

	fake.postalcode_plus4()
	# u'29449-7755'

	fake.city_prefix()
	# u'New'

	fake.military_ship()
	# u'USS'

	fake.city()
	# u'East Jeffrey'

	fake.zipcode_plus4()
	# u'88759-0955'

	fake.state_abbr()
	# u'NM'

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

	fake.street_suffix()
	# u'Mountains'

	fake.city_suffix()
	# u'land'

	fake.military_dpo()
	# u'Unit 0696 Box 9411'

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

	fake.country()
	# u'United States of America'

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

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

	fake.postalcode()
	# u'70038'

	fake.address()
	# u'9695 Nathan Throughway Apt. 906\nDavidville, WY 57553-4222'

	fake.state()
	# u'California'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Smith Crossroad'

	fake.zipcode()
	# u'27835'

	fake.postcode()
	# u'56320-2648'

	fake.military_apo()
	# u'PSC 7987, Box 5878'

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

::

	fake.license_plate()
	# u'004 JRV'

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

::

	fake.bban()
	# 'TMSC3063909728471'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB12KYJA5741358633795'

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

::

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

	fake.ean13()
	# u'9466731788913'

	fake.ean8()
	# u'70515961'

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

::

	fake.rgb_css_color()
	# u'rgb(233,175,175)'

	fake.color_name()
	# u'Peru'

	fake.rgb_color()
	# u'235,222,35'

	fake.safe_hex_color()
	# u'#99cc00'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#323c2b'

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

::

	fake.company()
	# u'Lane LLC'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Progressive stable process improvement'

	fake.bs()
	# u'drive global info-mediaries'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 19 digit\nCynthia Crosby\n4793921084127818611 05/28\nCVC: 639\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'POT'

	fake.currency_code()
	# 'ERN'

	fake.currency_name()
	# 'Kyrgyzstani som'

	fake.cryptocurrency_name()
	# 'Ethereum'

	fake.cryptocurrency()
	# ('ADA', 'Cardano')

	fake.currency()
	# ('NOK', 'Norwegian krone')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 23, 12, 36, 41)

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

	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(1996, 2, 15, 18, 19, 2)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2017, 11, 3)

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

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

	fake.day_of_week()
	# u'\u0627\u0644\u062e\u0645\u064a\u0633'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 9, 18, 9, 41, 34)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2007, 11, 24)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 11, 19, 1, 30, 18)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1996-04-18'

	fake.am_pm()
	# u'\u0645'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1975, 8, 28)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 1, 12)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1986-08-06T05:34:27'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2000, 11, 5)

	fake.month()
	# '02'

	fake.year()
	# '1995'

	fake.day_of_month()
	# '21'

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

	fake.timezone()
	# u'\u0623\u0648\u0631\u0648\u0628\u0627/\u0645\u064a\u0646\u0633\u0643'

	fake.century()
	# u'\u0627\u0644\u062e\u0627\u0645\u0633 \u0639\u0634\u0631'

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

	fake.time_object(end_datetime=None)
	# datetime.time(17, 52, 13)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 7, 20, 4, 41, 39)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1990, 5, 11, 5, 55, 59)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '04:35:03'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 12, 20, 47, 2)

	fake.month_name()
	# u'\u064a\u0648\u0644\u064a\u0648'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(805, 5, 12, 15, 23, 3)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(8168, 54156)

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

::

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

	fake.mime_type(category=None)
	# u'multipart/form-data'

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

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

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

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'victoriapalmer@gmail.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'melissa93@murphy.org'

	fake.url(schemes=None)
	# u'https://roberts-russo.com/'

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

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

	fake.uri_extension()
	# u'.jsp'

	fake.uri_page()
	# u'author'

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

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

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

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'james11@gardner.net'

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

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

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

	fake.slug(*args, **kwargs)
	# u'soluta-odio-harum'

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

	fake.company_email(*args, **kwargs)
	# u'jordan09@daniels.com'

	fake.uri()
	# u'https://dean.biz/list/post.jsp'

	fake.ipv6(network=False)
	# '4885:e7c7:623c:be69:cbc2:9f93:f8a2:9a55'

	fake.free_email(*args, **kwargs)
	# u'uthompson@gmail.com'

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

	fake.mac_address()
	# u'69:98:95:92:93:56'

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

::

	fake.isbn10(separator="-")
	# u'0-231-41546-X'

	fake.isbn13(separator="-")
	# u'978-1-921547-23-2'

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

::

	fake.job()
	# 'Tour manager'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Ab vel sequi fuga.\nSuscipit vel nobis nam laudantium tempore. Tempora similique voluptatum fugit eius. Iste suscipit laudantium. Totam explicabo blanditiis ut distinctio ad assumenda unde.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Nemo aperiam accusamus molestiae sapiente. Earum voluptate facere eius temporibus. Accusamus accusantium aut voluptatibus sint impedit at.',
	#     u'Neque hic expedita eaque. Reiciendis optio nihil quasi soluta reiciendis. Quas dolore consequuntur nisi.',
	#     u'Dolores delectus quaerat pariatur nesciunt. Temporibus amet quis natus. Et repudiandae dolores delectus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'deserunt', u'nesciunt', u'qui']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Laborum vitae accusantium maiores inventore.',
	#     u'Voluptatum quis voluptates dignissimos est.',
	#     u'Fuga exercitationem blanditiis ratione beatae cumque corporis voluptas.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Ea eaque accusantium ea molestias. Repudiandae laudantium nemo quod. Atque quo ad odio eaque.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Libero aspernatur doloremque et perspiciatis explicabo dolore.'

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

::

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

	fake.locale()
	# u'nr_ZA'

	fake.binary(length=1048576)
	# bytearray(b'\xccF\x1d\xa6\x0f\xd6\xde\xab\x050\x00V\xe0\xb1R\x17\xc1\xec\x96\xed\xa9\x9d\x133\xf1\xbab*2\xcf\xe6j\x0c\x04E\t\xc9M\x14\x90\x937\xf0\x82d\xf0\xff;\xe0\xdbI\xde6T\xd4\xa7\xcd\xda\x0c\x82B\xb0\x89+\xf5\xa3v7\xef\x94Q\x7f\xd7\xab#\xf6x\xbfh%\x02\x13\xb3q\x0bz\xa5\xc9\x01\n\x8b\xda\xbd\xc6\x9d\xce\xd8?W}N\xfb\xd3\x90^\xa6\xaf2\xfe\xc4\x0f(\xb5^\xca\xfb\x0f\x1a\xd9N\x98\xcd\xb3\xeb\x88\xc7\x8c\xbe\xaf\xd7\\&6x\xc8T\xa5\xff\t\x8dT\xc1\r\x9b\xf8\xd0U\xc5\xefX]\x1d\x04\xaf\x05,\xc3KQ?\x9a\xad\x1f\xd1s\xe6\xb7E\x8a\xd8\xfdWSs!\x18\xd4$\xa1\x02\x08\x16\x82k\x13{\'\x0f\xba\xe4j\xf1 d\xa8\xad#$4\x9c\x01\x84\x19\x18\xa5M\xa3\xe8\xbe\x955\xf3&U\x1f8\xf6\xbcs\x82\n\x9c\xf8\xf0\x98\xce[\xc86\\*S\x15\x12\xa9%W\x0f!\x8f\x1a\xac\x10\x7fn)\x01:\xd3\xfb5\x8bm`!\\{\x17\xf4PT]\xfe\x10\xa3|\xf9\xae\x00\xba\xbd\xce6\xe5\xe8Xd\xd80\xfe[\x11/\xe6Cf\xc9\xd3;\xd3\xcd@\xbfQ5 _\x17\xaa\x1a40\xed\x9c\x11\x08\x82\xaf\x86\xe5\x93\xa2\xf8t\xbf\xdc\x90\xf9\xcf\xb6\xb6\x15\xf5\xfa\xfe\xb2\x13u\xca\x99\xcb\x89\xb56FE\x92\xd7\xc6\x1c\x9b\xea\x12s\x8d\x95\xbfG\x809/k{y\xfb"VD\xfd>\xabv_FK\x82\xb9\xc1\xf6\x7f\xb6\xcc?\xa6\xc7s\xa1O\xcb\x12\xa0\x1f\xadnRU\xe8\xa3\xfb\xd3\xf0\x80GB\x17 \x93\x92C\x17\x91k\x03\xf1\x9b6W\xaf\xab g_\x0c+1\x7f1\xf9=\x8a/\x93\x9b].\x17^h\x13\x11/S\xd6/)\xe8f\xf9O\xfa\x0c\xa3LRX!b6\xd3O\xb8\xc8\x90\x90\x99N\xa3O\xd2\x96\x99\xc4\xf1H\xa6m~\xe7\xae\xa2\xd6\x96\x8d\x04"\xeb%\xe7q\x90\x8b\x86Z\x9fR2<\x13r\xd1/0\xe8\xa6LM\xd3\x9cQU\xb4f\x12\xed5<\xe1D\x8b\xb0\xd5*\x0f\x14P1\xe0\xb9*)&\x10\xc4\xb79\x1d\x0b\x10\xb3\x97FC\xfc\x12\xe6\xbe8\xa0\xd9\xdb~\x0e\xf5\x01\xa4\xe5 \xcaT\x05\x809\xb8\x15\x9ff\x1a\xb7w*\xe9\x92b?\xeez\xaf\x97\xae M\xe4V\x8a\xa32\x93\xb6=\xd3X:h\xb4%B\xfb\x9bj"\x14d@\xe8\x0f\xf8\x8e\x8cqk\xeb\xe0d\xab\x9d\xc5\x1b\xf3\xd1.\x17\xfalUD\x98aJ\xfdtjA\xd7QA\x08\xd3\xaf\x08m}\xbc\x12HA\x91\x19\x9aw(\x00\xe4\xdd\x0c\xa1\xccE\x16\xa1z\xe3\x02V\x84\xccM\x82\xa4\x88\x17\xdd\xf0\xb8\xcb\xb0\xe0\x0ed;\x1b\xba\xfd\x9c\xf4b\x0c\x8dE\xd7\xd4JM\x8br\xb0\x1aw^\xed\xa3\xf9\xdf\xd4\xa4\xd8=\xffu\x02\xa6\xce\xd3\x13&&\xc9\xba\x06\xeau\xae\xd8C\x07k\xe59\x7f\xc2\x1b8\x89>DN\x8b\x96*\xeen&\x04l\x98Z\xf9wcZy\xcd\x01\x92\x94\xf4\xb6\xfdu\xad\xd3\x7fK\xed{5p\xbbZ\xf9z\x1b|\x91\xc9\x81\xa8\xf6\x8f\x1c\x1d\x1eIK\x1a\x8dy\xc4\xbeyr)G\xdd[\xb8\x9d\xc6E\x7f\xcfH\xe2\x0fM\xff\xbf)\x93\xbf\xee$\xa0\'\xdd\xaf}\xe4\x89\\\xced\xb2\x9cfQ\xc8\x11-e\x16\x1e\xb1_G\xcd\x0ei\xc6\x87\xdd\xda;\x02\x18\xf2\x16\x9a\xe4\x9b\xcf4\xd8D\xf9\x84\xb2\xde\xaf%\x05-\xa9\x10Q\xacW<m\x04\xa2\r/{\xaemV\xf9\x99\x18\x8d\xafc$\x94\x14\xbd\xf6{~\xa9\xae?\x16`wZG\xc3\x0e\x8bF\x0eA;\x17\xaft\xe8\xc6\xee\xbb\xa1\xb8\x80\xbb\x00_\x10U\x01\x1a5R\xb9\xdcO\xf1r\x0b\xc3\t}i\x82\x12b\xebQd\xf1\xc4\xc1\x9c\xd8\x95z\xac\xd1\xf7\xc6\xa0u\xf96\xa5\xa1\x1c\x8f\x10j\xc6H\xf4D\x02]\xadz\xbb\xddG\xfa\x1f\x16;\xf4\xabop5?_]M\xe1u5\xa2\xfb\xfc\x8b+\xcd\xdd\x02\xb7\xb3<\xbd<\x0f\xa8\xc8\xe9s\x07U\xb1\xd5\x12\xa0\xc7\xd1\xa2:\xa3\xfekbZ\xdb7Y^\x94*[\\\xacG\xab\xde\xe4$')

	fake.md5(raw_output=False)
	# '96a927dfaf200f97b69b5692a64cd180'

	fake.sha1(raw_output=False)
	# '40ba91e2e7add8721c1787034c67c5f9b40c0c33'

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '73a9c0b3560008c3bcef536049b4399c3d941fa10b83d56798290ba856320e7f'

	fake.uuid4()
	# 'ae89a7b4-b241-9d63-36a3-abe10d7e7703'

	fake.language_code()
	# u'hu'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Anderson'

	fake.name_female()
	# u'Lisa Gonzalez'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Melissa Sandoval'

	fake.suffix_female()
	# u'MD'

	fake.name_male()
	# u'Derek Montgomery'

	fake.first_name()
	# u'Bradley'

	fake.suffix_male()
	# u'Jr.'

	fake.suffix()
	# u'Jr.'

	fake.first_name_male()
	# u'Kevin'

	fake.first_name_female()
	# u'Lisa'

	fake.last_name_female()
	# u'Singleton'

	fake.last_name()
	# u'Bell'

	fake.prefix_female()
	# u'Ms.'

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

::

	fake.phone_number()
	# u'507.217.8043'

	fake.msisdn()
	# '4631583394969'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'3139 Zachary Villages\nNorth Robertland, HI 99525-1851',
	#     'birthdate': datetime.date(1964, 3, 4),
	#     'mail': u'julienorman@hotmail.com',
	#     'name': u'Christine Werner',
	#     'sex': 'F',
	#     'username': u'lori91'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'469 Timothy Haven\nPort Josephchester, FL 26842',
	#     'birthdate': datetime.date(1981, 2, 19),
	#     'blood_group': '0+',
	#     'company': u'Knox, Miller and Blanchard',
	#     'current_location': (Decimal('-71.291771'), Decimal('111.060165')),
	#     'job': 'Warehouse manager',
	#     'mail': u'hebertmitchell@yahoo.com',
	#     'name': u'Kevin Avery',
	#     'residence': u'Unit 0424 Box 2409\nDPO AA 73178',
	#     'sex': 'M',
	#     'ssn': u'504-56-7657',
	#     'username': u'mthompson',
	#     'website': [   u'http://blake-donaldson.com/',
	#                    u'https://garcia.com/',
	#                    u'https://www.lee.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://www.harris.info/search/list/blog/homepage.jsp',
	#     u'JPpNFvqQRHKckZuJTttF',
	#     -730945263860925.0,
	#     u'mrFMVpLsWudRuEwxbDga',
	#     u'NGbgqdmEjHgeKsvfUQyw',
	#     u'vgVuSBfSPCZBAEmrQzdq',
	#     u'jRBYTLnoPApSSMWywevE',
	#     datetime.datetime(2011, 12, 9, 14, 22, 24),
	#     533039259.427,
	#     u'qpbHTZxNDkuxrbiZNKMt']

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

	fake.pystruct(count=10, *value_types)
	# (   [   9101178274.407,
	#         1713,
	#         u'JYhLlEnOlbobbdOFDLuT',
	#         u'http://gross-meadows.com/index/',
	#         u'DWHsnfEymRGPdkEcfIPa',
	#         u'https://www.sheppard-bridges.com/',
	#         u'jameswanda@yahoo.com',
	#         u'bOBJawwTrRRudxPPAddQ',
	#         u'WqVEvoeIgUOpXCPLCcNU',
	#         datetime.datetime(2009, 3, 28, 12, 58, 28)],
	#     {   u'ab': 534113.822144,
	#         u'accusamus': 2765,
	#         u'alias': u'mcYtvuGPhJjTpxjvDpxH',
	#         u'at': 3741,
	#         u'in': u'nikBHDbtWqxsJDCwwheM',
	#         u'iste': u'http://www.king.org/tags/login.jsp',
	#         u'officiis': u'http://www.santiago-weber.com/wp-content/wp-content/privacy/',
	#         u'quos': 1915,
	#         u'sequi': 8974,
	#         u'ut': u'william61@ellison.com'},
	#     {   u'alias': {   5: 43231313.2521,
	#                       6: [6106, u'hVJjIgMjdDiEAshCRZJn', 2670],
	#                       7: {   5: u'http://www.martin.com/register.html',
	#                              6: u'lVgKzfuGBzJefoxdMkPF',
	#                              7: [   u'umCqTVDylkfLoOXqVfhr',
	#                                     -56936115962411.0]}},
	#         u'aliquid': {   2: 2220708686236.0,
	#                         3: [   u'xiUVSBUQSKVluThjbTTr',
	#                                Decimal('-6.88318096476E+14'),
	#                                9310.35633436789],
	#                         4: {   2: u'trNhdtwlQgoatgoZbSdU',
	#                                3: u'aWihjJLyClSKhjiAGMte',
	#                                4: [1875, 1711]}},
	#         u'consequatur': {   0: u'http://collier-noble.info/tags/tag/tag/author.html',
	#                             1: [   datetime.datetime(2015, 12, 15, 18, 38, 30),
	#                                    1448,
	#                                    Decimal('-1.38527344592E+14')],
	#                             2: {   0: u'UQjOSDMskeXkBbcvgnLd',
	#                                    1: u'ALobGaTHsFFZaHIgxeaB',
	#                                    2: [   u'dGrUiBWKJrTUQmhlUFrJ',
	#                                           u'ZBnqUrRGIPITUysaKYmX']}},
	#         u'cum': {   8: 4.0,
	#                     9: [   Decimal('8.28743476'),
	#                            u'MWqjaWZrpQsIPsgwLiAe',
	#                            u'ciTlZYFeskpLmqdtEJCV'],
	#                     10: {   8: u'wsIRYfBDBBOisnrRnhcO',
	#                             9: datetime.datetime(1970, 2, 8, 14, 12, 59),
	#                             10: [   u'https://hamilton.org/register.htm',
	#                                     u'candicefrey@butler.biz']}},
	#         u'ipsam': {   9: 4246,
	#                       10: [   u'OQcwdrzGGUkJDXObgKlI',
	#                               -688615210.0,
	#                               u'KVvoAaLhISiXBDJsuinI'],
	#                       11: {   9: Decimal('-3.46876025972E+12'),
	#                               10: u'BFEFvqoOQhqvmBKPXlQE',
	#                               11: [   Decimal('-17603.5682295'),
	#                                       u'PBmkZzcdwNXDQuRdxHDt']}},
	#         u'laborum': {   3: 46708840100511.2,
	#                         4: [   6302,
	#                                datetime.datetime(1987, 2, 21, 21, 39, 27),
	#                                Decimal('-4741131.3')],
	#                         5: {   3: u'jhFcQKwuJrcackHVOMTD',
	#                                4: u'drwmXgAfDvIyCvmxwOGy',
	#                                5: [   u'tsaZtQcBLZRukEGjrhXi',
	#                                       u'MbrwlQPnoCFBVvFgHFOd']}},
	#         u'minus': {   7: datetime.datetime(2011, 12, 9, 9, 13, 23),
	#                       8: [   u'hPeRGJRIeVaPqmqQxnOZ',
	#                              u'AcWAOBXDNiSJuHCZMTFY',
	#                              2957],
	#                       9: {   7: u'uvRAhXlumlgUdWIAWxSb',
	#                              8: u'https://www.sanders.com/search/explore/wp-content/home/',
	#                              9: [u'mBzJBKTMydfOybyJrfJW', 0.7971278986731]}},
	#         u'occaecati': {   6: u'http://www.mclaughlin.com/tag/category/',
	#                           7: [   u'http://johnson.com/tag/wp-content/blog/main.htm',
	#                                  3259,
	#                                  7602],
	#                           8: {   6: u'lICtieyhnYXMhgSrKAJS',
	#                                  7: 5632,
	#                                  8: [   u'YtvSqkMYquMWEtBaQogH',
	#                                         u'GsyoZDNQxxWEveAdGMcU']}},
	#         u'quasi': {   4: -893085587659.8,
	#                       5: [   u'tcurtis@adams.com',
	#                              u'fmartin@gmail.com',
	#                              Decimal('-6.6212176271E+11')],
	#                       6: {   4: datetime.datetime(1993, 1, 26, 5, 56, 36),
	#                              5: u'AyetpmoMdADJIAgwEgQm',
	#                              6: [   Decimal('-660915803.75'),
	#                                     u'lxTOHOvfhyGsxsYnvZCp']}},
	#         u'qui': {   1: u'griffithjeffrey@hartman.com',
	#                     2: [   datetime.datetime(1974, 9, 2, 12, 45, 59),
	#                            u'https://www.sanchez-thompson.com/main.php',
	#                            datetime.datetime(2018, 7, 20, 19, 21, 56)],
	#                     3: {   1: u'http://www.webb-gardner.com/blog/app/main/faq/',
	#                            2: 9760,
	#                            3: [   u'SukiCdpWzyIjqxTAGsgm',
	#                                   u'mary67@walker.org']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'tTMrhhJvLOpjrodZAoMY',
	#     Decimal('8.20652140487E+14'),
	#     Decimal('324.20369474'),
	#     datetime.datetime(1997, 5, 10, 10, 28, 13),
	#     u'https://www.perez-diaz.info/tag/categories/author/',
	#     u'http://young.com/terms/',
	#     u'cvBSyGPgHEEQMafmHMDe']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'nXoNQIaVbRlnyiWEeihl',
	#     Decimal('-751.18'),
	#     -898950310190.46,
	#     u'XUURwUhufncpuPLLMopZ',
	#     u'UzKTEKOpvknDUAihFyxV',
	#     u'wfWTfAMxIYzwqwmeOVze',
	#     u'http://strong.com/',
	#     Decimal('-505.7652862'))

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([Decimal('-3157229084.98'), u'hxOKOrNqBVMbGWSCAGhv', u'CpWRXjSlFuBacXRZwBkl', datetime.datetime(1996, 6, 6, 10, 47, 38), -10184.19, u'ltWlbNUmfAfOXTtZEgxN', datetime.datetime(2017, 5, 28, 14, 45, 13), 1499, datetime.datetime(1994, 5, 2, 13, 44, 48)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ab': u'RAGZrNcYZCvVOySTZWoi',
	#     u'atque': u'http://benjamin-mills.com/',
	#     u'consectetur': u'brenda79@odonnell-bolton.biz',
	#     u'dolorem': 5523188.3517,
	#     u'error': Decimal('44701.2239368'),
	#     u'eum': u'zGSYdQCpoQpzaixhMoBY',
	#     u'nisi': u'taylornicole@page-martin.com',
	#     u'quaerat': datetime.datetime(2007, 3, 26, 19, 43, 59),
	#     u'quas': 5970,
	#     u'sunt': -8494.6114429152,
	#     u'voluptatem': u'rutpasfBeonEAOuoFnje'}

	fake.pyint()
	# 8971

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'742-03-4580'

	fake.ein()
	# u'22-6817522'

	fake.itin()
	# u'906-74-1261'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_4; rv:1.9.4.20) Gecko/2013-12-19 21:06:28 Firefox/3.6.1'

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

	fake.opera()
	# u'Opera/8.46.(Windows NT 5.01; eo-US) Presto/2.9.190 Version/10.00'

	fake.windows_platform_token()
	# u'Windows NT 6.2'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.01; Trident/5.1)'

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

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/5361 (KHTML, like Gecko) Chrome/54.0.843.0 Safari/5361'

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

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