
Language ar_PS
===============

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

::

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

	fake.building_number()
	# u'958'

	fake.street_address()
	# u'4020 \u0644\u0648\u0631\u0627 Light Apt. 671'

	fake.postalcode_plus4()
	# u'64725-1408'

	fake.city_prefix()
	# u'South'

	fake.military_ship()
	# u'USCGC'

	fake.city()
	# u'New \u0647\u064a\u0627'

	fake.zipcode_plus4()
	# u'88581-8186'

	fake.state_abbr()
	# u'TX'

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

	fake.street_suffix()
	# u'Garden'

	fake.city_suffix()
	# u'shire'

	fake.military_dpo()
	# u'Unit 8347 Box 2591'

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

	fake.country()
	# u'United Kingdom'

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

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

	fake.postalcode()
	# u'87289'

	fake.address()
	# u'61979 \u062c\u0644\u0646\u0627\u0631 Port\nWest \u062c\u0647\u0627\u062ffurt, ID 68400'

	fake.state()
	# u'Pennsylvania'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'\u0634\u0643\u064a\u0628 Street'

	fake.zipcode()
	# u'92821'

	fake.postcode()
	# u'11413-1334'

	fake.military_apo()
	# u'PSC 3737, Box 8585'

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

::

	fake.license_plate()
	# u'3-8783-46'

	fake.district()
	# u'5'

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

::

	fake.bban()
	# 'CEKK0299894965988'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB88IATD6318067041736'

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

::

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

	fake.ean13()
	# u'0067114835300'

	fake.ean8()
	# u'27482650'

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

::

	fake.rgb_css_color()
	# u'rgb(2,128,164)'

	fake.color_name()
	# u'\u0644\u0627\u06a4\u0646\u062f\u0631'

	fake.rgb_color()
	# u'152,248,93'

	fake.safe_hex_color()
	# u'#dd9900'

	fake.safe_color_name()
	# u'\u0631\u0645\u0627\u062f\u064a'

	fake.hex_color()
	# u'#ac4389'

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

::

	fake.company()
	# u'\u0627\u0644\u0633\u0643\u0627\u0643\u064a\u0646\u064a-\u062f\u0644\u0627\u0634\u0629'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Reactive multimedia alliance'

	fake.bs()
	# u'harness transparent e-commerce'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\n\u0639\u0628\u062f \u0627\u0644\u0645\u062d\u064a\u064a \u0642\u0631\u0627\u062f\u0629\n3540173300774169 06/26\nCVC: 942\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'XPM'

	fake.currency_code()
	# 'GGP'

	fake.currency_name()
	# 'Eastern Caribbean dollar'

	fake.cryptocurrency_name()
	# 'BlackCoin'

	fake.cryptocurrency()
	# ('STC', 'SwiftCoin')

	fake.currency()
	# ('CUP', 'Cuban peso')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 25, 12, 56, 2)

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

	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(2011, 10, 19, 18, 3, 59)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2017, 1, 21)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 10, 4, 29, 51)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 1, 15, 11, 40, 45)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2007, 10, 9, 23, 46, 24)

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

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(2014, 5, 22)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 3, 27)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1982-02-27T00:15:41'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2005, 11, 6)

	fake.month()
	# '05'

	fake.year()
	# '1995'

	fake.day_of_month()
	# '06'

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

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

	fake.century()
	# u'XV'

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

	fake.time_object(end_datetime=None)
	# datetime.time(0, 4, 46)

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

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1970, 4, 2, 11, 9, 46)

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

	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, 8, 7, 0, 59, 34)

	fake.month_name()
	# 'April'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(678, 1, 21, 21, 9, 8)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(12683, 55054)

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

::

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

	fake.mime_type(category=None)
	# u'text/plain'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/accusamus/aliquid.json'

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

	fake.file_name(category=None, extension=None)
	# u'vitae.ppt'

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

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

::

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

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'nkhwry@bw.com'

	fake.url(schemes=None)
	# u'http://lkhyt.com/'

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

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

	fake.uri_extension()
	# u'.asp'

	fake.uri_page()
	# u'main'

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

	fake.safe_email(*args, **kwargs)
	# u'hjrbw-shlbk@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'tjzr@gmail.com'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'ftkrkhwry@hws.net'

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

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

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

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

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

	fake.company_email(*args, **kwargs)
	# u'bw-qmrysr@khwry.org'

	fake.uri()
	# u'http://www.nsyb.info/home.html'

	fake.ipv6(network=False)
	# 'fcda:44bf:7727:d8da:cedd:ede7:5625:5117'

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

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

	fake.mac_address()
	# u'1c:e8:5e:c5:68:8c'

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

::

	fake.isbn10(separator="-")
	# u'0-450-26987-6'

	fake.isbn13(separator="-")
	# u'978-1-284-09804-4'

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

::

	fake.job()
	# 'Holiday representative'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Temporibus suscipit soluta officia est dolor iste. Sed eos sunt quibusdam magnam quidem.\nSoluta non vero possimus saepe dolore officia numquam. Tempora dignissimos laborum assumenda earum dolorum.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Ad debitis veritatis aspernatur facilis. Nihil tenetur debitis sed nulla eum harum. In consequuntur voluptatum eligendi.',
	#     u'Voluptatum dicta quis quis ut. Recusandae aliquid reiciendis atque. Esse sit fuga vel quos odit.',
	#     u'Eaque alias deleniti. Iste minus sunt quasi repudiandae eum. Error hic neque fugit magni.']

	fake.words(nb=3, ext_word_list=None)
	# [u'at', u'velit', u'culpa']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Quos molestiae aspernatur vel dolorum.',
	#     u'Quaerat ipsum ipsa rem possimus neque.',
	#     u'Consequuntur voluptatem exercitationem itaque expedita.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Aut facere atque distinctio illum deleniti doloribus. Tempore veritatis expedita dolorum ex ipsum. Id sapiente excepturi eos ducimus laboriosam ipsa.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Tempore occaecati nobis delectus optio.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'0^(2SYl2*l'

	fake.locale()
	# u'de_LU'

	fake.binary(length=1048576)
	# bytearray(b'\xa5\x14\xca\t\xf1\xee\'\xea\xc3\xbf\xc6\xa89\xf1\x8c\xc4\x8e\x87\xf7\x026\xfd\xd1s\xdd\x84Bz\xb2(;S\x85><b_\xcbPd(\x1b`\\A<"O\xaa\xa2\xa9\xc1r<\x16;\x82\xf49&1~\x19\xee\xb8>\xfd\x89\x0b\roXRt;\x94g\xf3r\x14\xdb-\xf13\x0bkn\xdcR\xce\xfe\x1f/\x8b\x12\xb4\x05\x1b\xdf\xd7\xeb&Y\x87\xb1$x\x96\xb8\x9d\xb5\x976\xd6\xe2:G%\x96\xfei\x0e^\xe7\xa0E\xe5H\xe5Q\xc82\xe5_\xf94}\xbe\x95D\xcb5\xa2~\xe2\xd3\xf0\xec\xf1.\x97\xfbc\xb5\x8a\xdf*\'v\xe3\xae\x8a\x83w\x91\xd4c1a;G;1\xad\xf7[\x98\x86\x022\xe3f\xd8\xa7_w`\xbfC\xd2y\x84\x02\x9d\x82\xf7-O\x05\x95"!\xf8$\xdck\x0f3R\xdah\x02\xb5\x7f\xf4\x1d\x18\xae\xd8\xfe\xdb\xf6\x8cS\x9cG\xde\x87sU\x8c\xaf\xfa\x08\x97A\xb5\xff\x81\x7f\x02l\x1aU\x8e\x1b\xe8\xe3(\x08\x97\xb9\xf2\x82B\xed|4\x9d\xaf\x13e\x8e\'\xe9=Mth\xe2h\xc3d\x9cH\xb5\xf1\xf9\xe0\xa7B\x1f\xc7\xf7\xba\x9c\x94\x85\t6\xce\xfd\xa7p\xf7\xfa8P\xfdu\xfc\xc8V\xe8(~}\x9a\xbf\xa4\x9a\x9b\xfa\x05\xca\x9a%_j\x08;s\x03%l\x82#oR\xb6\xdb\x8e*\xe1Cx\xcd\xb9\xa4\xb1\xdcc\xbcV\x87\xa9\x1d]\xc04\xa2\xf9V\x84\xb9L\xc2w\x01\xd5\xa8h(1\xc8z.\x98\x96\xe8\xe9\xcc\xb6JpS\x8aa\xb3\x84\xa8\xa4\xc6@\xb3\xd3\xb9\x81h\xfa\xbb\xe92\xda\xc3\xd0M5k4\x0b\x99\x9f-\xcb\xa3Q\x00\xbb\xe7n\x82X,\xedn\xee\x83Q\x98\xa1\x97\x97\xc1\x18\xc2,\xc0$\xbd\xf0e\x01\x19t\x90i\x0c6\x9b\x89\xba\xa4\x125\x98\xec\xbcnt\xa1\x94`\xd0\xb9-\x8a\t\x82\xc1\xdd\xa93r\xd6L_\xe9@\xe3\x96j\xb3i\x19XE\x95\\~\xddH~l\x97\x0c\x15\xb3GFp\x84c\x17k\xc7\x1d\x13v\x8fJ\xda\xc1C\x8c\xf4\x8a\xee\xfdN\xa4\xeb\x9b\xb2\x84v\xeda\x9d\x9d\xcb\xd1\x9cX\x83\xcc2\xfax\x11\xe8\xbf\xac\x83\x97d\x08\x97\x90^\xe9\xcb\xd7\xafWQU\xaej\x1a\x8c}\xf6T\xad\\\xb2\xeaP\xcd\xd0\x86tv\xb4\xaad\xab9W\xd7\xd4\x841l\x94}\x89\x82\xe8\xdb\xb3\xa0p~\xd8\xc9p\x03l\xbc\xb0&?\x9b\x9c\xf7!\xb7\xef\x10\x8f\x88\xe1\xb9\x9b\xef\xb1\xca,.G\xcc\x89\x0b\xb4\x07\x813\x9e\x8e\x02}\xb7\x0e\x1c\x17\x06o\x11nsH\xe0+\xa7z\xd8\xec\x9b\xee\xb9:\xc5Ft3u\xf2`\xc98\x1a\xb8\x9f\x15o5\xf0~\\!\xa4\n\xff\xf0\xf9m\x83\xe7\xc49\x1d\x1d\x8ah\xa5vz\x84\t5\xc9\xda\x15w\xc2Gpr\x02\x9c\x00\xa88\x80\x03B?:v\xeb\xe7\x83X*MQ\x87+$[\xd2\xfe\xef\xeb; S:\n\xbe\xb5\n\xeb\xd6I\x13H\xa2\xfc\xb6\xc9\x95\xb5NS7\x85\x14\xab?j8\x9853\xda\xab\xc6\xde{\xd2\x8f\x05\xf4\x8b\x10\xfcR\xa0\x10\x81q\xf9U\xd5m@\xd3\xc9\xf19Hj\xd2\x1e\x91\x10\xc3\x02H\x16\x91\xfb\xdc\x10pnr\x9c(I\x0f.\xbb\x1a?\x80\xc7\xdb\xfa\x16\xc5\x7f\x11\x15\x17\xa6\xe8\xa3\x15\x1e4H\xc7\x07\x12\x00\xc2\xbe\xca\x8b\x01\xd7\x9fA\xda\x11\x8b\x8b\xb32\xc5\xd7\xb5\x8d\x00\xf2\x90\xae)\xecG\xb4!(WZ\x85\xbb\x00\xf0\x01\xdf\xfc\x10A\xe6^\xd1\xaaXh\xb8\xeb\xad_\xb5C\x88&D\xd0\xf1l\x07\xadHa\x1e\xa6\xa5\x04t\x0b\x98\xbb\x84\x90\xb8\xf3a\x0f\xebax\xf7\xbcT\xbft)\xbc^\x93\n\x11\xa5Q\x02\x1d\n\x18A\xaf\x05\xf6\x05\x03~\xdd&\xaf\xaba\x04\x1f2\x98Moyj\x1em-\x87\x9as[F\xbe\xa7aE\x83I\xae\x84\xaa\xb0\xf50\xcf\xa9_#\xden!w\xec\xf1x#\x16\xfam\xb3\xf5\xee1y_\x10\x08>\xcf\xf4\x1c3H\x05\xa4\x95/\xc8scw\x9e\x0c\xa5\x92\xdeR.n\xae\x1d1\xab\x9b\xa7\r\xe2\xa9\xa4\x16\xd8+U\x92}g\xb6\xd1\xb5.9a\xd7\x0e')

	fake.md5(raw_output=False)
	# '868547121852f102d820813b9de2621a'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '77272ef09ce0ce9a7f3b4d1b4b03751a8963e846cc7a6c41512a362977291025'

	fake.uuid4()
	# '1e84e7aa-2f7d-6ddd-e156-847ba9f9b065'

	fake.language_code()
	# u'cmn'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'\u0627\u0644\u062e\u0627\u0632\u0646'

	fake.name_female()
	# u'\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0629 \u0623\u062c\u0648\u0627\u0646 \u0628\u062f\u0631'

	fake.prefix_male()
	# u'\u0627\u0644\u0633\u064a\u062f'

	fake.prefix()
	# u'\u0627\u0644\u0645\u0647\u0646\u062f\u0633\u0629'

	fake.name()
	# u'\u0648\u0644\u064a\u062f \u0634\u0627\u0647\u064a\u0646'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u062c\u0631\u064a\u0631 \u0627\u0644\u0632\u064a\u062f\u0627\u0646\u064a\u0629'

	fake.first_name()
	# u'\u0639\u0628\u062f \u0627\u0644\u0645\u0648\u0644\u0649'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'\u0633\u0627\u0647\u062f'

	fake.first_name_female()
	# u'\u0648\u0633\u062c\u0627\u064a\u0627'

	fake.last_name_female()
	# u'\u062a\u0631\u0627\u0628\u064a\u0646'

	fake.last_name()
	# u'\u0637\u0648\u0642\u0627\u0646'

	fake.prefix_female()
	# u'\u0627\u0644\u0622\u0646\u0633\u0629'

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

::

	fake.phone_number()
	# u'+970 2 274 8471'

	fake.cellphone_number()
	# u'0590704784'

	fake.service_phone_number()
	# u'100'

	fake.msisdn()
	# '8936432728779'

	fake.toll_number()
	# u'1-800-771-130'

	fake.telephone_number()
	# u'082162434'

	fake.provider_code()
	# u'56'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'596 \u0643\u0633\u0648\u0627\u0646\u064a Row Suite 501\n\u0646\u0648\u0631\u0627\u0644\u062d\u0642\u0651mouth, IN 07095-9175',
	#     'birthdate': datetime.date(1986, 8, 19),
	#     'mail': u'bd-lkhlq59@yahoo.com',
	#     'name': u'\u0643\u0627\u0631\u0645 \u0641\u0637\u0627\u064a\u0631',
	#     'sex': 'M',
	#     'username': u'ctwqn'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'83947 \u0627\u0644\u062c\u0646\u064a\u062f\u064a Drive Suite 279\n\u0639\u0628\u062f \u0627\u0644\u0639\u0632\u064a\u0632mouth, TN 18576',
	#     'birthdate': datetime.date(1927, 1, 1),
	#     'blood_group': 'A+',
	#     'company': u'\u0628\u062f\u0631 Ltd',
	#     'current_location': (Decimal('85.0573645'), Decimal('136.471924')),
	#     'job': 'Social worker',
	#     'mail': u'mnyb96@hotmail.com',
	#     'name': u'\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0642\u0627\u0626\u062f \u0627\u0644\u0635\u0627\u0644\u062d\u064a',
	#     'residence': u'775 \u0627\u0644\u062c\u0646\u064a\u062f\u064a Centers Apt. 107\nNorth \u0641\u0644\u0627\u062dview, NJ 42155',
	#     'sex': 'M',
	#     'ssn': u'196-33-6599',
	#     'username': u'ljnydymyr',
	#     'website': [u'http://lkhmsh.biz/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'jgZGBmtUpCCaBVgolnDq', 230797717689529.0, u'jZCknLLFneWpFKkpwJFz', u'HdHJOiqZxOXexHMRIdyV', 9714, u'rPPHZkcVAHkFzCSgucWW', u'vJpNMBrEFZhZkkeqjPrH', u'http://www.lzydny.com/'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   -71919.7,
	#         u'https://www.mrmsh.com/list/category/',
	#         u'nhydhws@gmail.com',
	#         3363,
	#         u'KawjzXXAyiJoSgdkerEA',
	#         u'miRhpXHpQMwrrSAEMyuk',
	#         u'GQcmOjLhNJsmPixaBwPl',
	#         u'kTGlyvstSOqtdrJvLszQ',
	#         -426.397804783,
	#         u'SpaiWiFmVUjJyPopxCQw'],
	#     {   u'dolor': u'ngmlnnysh@ftyr.net',
	#         u'excepturi': u'fmBakMHzkOauxNvdtPBe',
	#         u'facilis': u'qNjLLjsyVVFCrVtrSbNy',
	#         u'libero': 1981,
	#         u'qui': u'UhylSwoQOWtbOygmsxoA',
	#         u'ratione': u'https://ldgm.com/tag/app/blog/terms/',
	#         u'repellat': u'https://www.ltrkmn.com/',
	#         u'sit': 2347,
	#         u'suscipit': 236645950142.0,
	#         u'veritatis': u'khldwn60@dlsh.com'},
	#     {   u'aliquid': {   5: u'ZTKDZagEsNgNlnMnMYGU',
	#                         6: [   59.6,
	#                                u'https://lhsyny.org/',
	#                                u'MtRizPDVutykrfkQSrOP'],
	#                         7: {   5: u'tOpnKwkNEmhhrfpJhaTE',
	#                                6: u'dn98@twqn.com',
	#                                7: [   u'STwwvKsUWRBZjUwdweAh',
	#                                       u'uPJcSAfxPgsiOevEsELC']}},
	#         u'dolore': {   3: u'qrdrwwf@yahoo.com',
	#                        4: [   u'ekzuhUnlAIsTMBLQHuBH',
	#                               9698495.81408,
	#                               datetime.datetime(2009, 6, 3, 6, 46, 5)],
	#                        5: {   3: datetime.datetime(2005, 9, 12, 12, 54, 2),
	#                               4: datetime.datetime(1984, 3, 8, 20, 9, 14),
	#                               5: [   Decimal('207324.35203'),
	#                                      datetime.datetime(2005, 8, 18, 16, 6, 40)]}},
	#         u'dolorem': {   6: u'https://lskkyny.org/post/',
	#                         7: [   datetime.datetime(1995, 10, 8, 19, 52, 58),
	#                                u'PEITTQyivDFFvUTQImEC',
	#                                1426],
	#                         8: {   6: u'bpxLRrvwSiNIwJcdTwSI',
	#                                7: Decimal('398779708.778'),
	#                                8: [u'RvWHhVlBwbfOmuJykaje', 8682]}},
	#         u'eveniet': {   0: Decimal('2.0319536585E+12'),
	#                         1: [   u'nfxcgfvJkzjYVndDUgZY',
	#                                u'RFHraPGRqPhJINjwtTNL',
	#                                5927],
	#                         2: {   0: u'https://www.dlsh-dlsh.net/terms.jsp',
	#                                1: u'mhyb49@bw.com',
	#                                2: [5657, u'gzbduWdnuGcyJwpZYUEr']}},
	#         u'explicabo': {   7: -28487635.562586,
	#                           8: [   u'https://www.shhyn.org/app/app/categories/author.php',
	#                                  u'zGbDmDXIEKKKPudYhZsB',
	#                                  Decimal('-82359856730.0')],
	#                           9: {   7: u'https://www.bw.biz/about/',
	#                                  8: u'eyMHYFxLGEvsIJkQCYKy',
	#                                  9: [   u'QnUsHtNLVJWbDWNcjMNJ',
	#                                         u'PfWtZNpjnRcJIswMlWfb']}},
	#         u'magnam': {   8: -56996069446.0,
	#                        9: [   u'njwn54@hotmail.com',
	#                               Decimal('-887620.8862'),
	#                               u'ZdRtRTRkeYnOpaeRQSKC'],
	#                        10: {   8: u'http://www.dgmsh-lskkyny.com/',
	#                                9: u'weRVaBJquQrJvmwpvvsj',
	#                                10: [   -124107016171452.0,
	#                                        datetime.datetime(1984, 10, 15, 11, 38, 39)]}},
	#         u'quibusdam': {   9: u'nGywAwCFxHaZFUTIPsJN',
	#                           10: [5650, u'AeWVFeeMQJdNmkVISWXz', 1517],
	#                           11: {   9: u'jzGriBkiBinLrwAXQXWO',
	#                                   10: datetime.datetime(1979, 8, 21, 15, 39, 49),
	#                                   11: [Decimal('1.67'), 8004]}},
	#         u'sapiente': {   1: datetime.datetime(1998, 12, 3, 8, 45, 18),
	#                          2: [   datetime.datetime(2012, 2, 8, 23, 43, 18),
	#                                 1897,
	#                                 datetime.datetime(1998, 1, 29, 3, 8, 22)],
	#                          3: {   1: 1847,
	#                                 2: 8339,
	#                                 3: [u'HPZEwYQhHjpqbkPZVQcY', 5614]}},
	#         u'tenetur': {   4: datetime.datetime(1977, 5, 13, 21, 19, 48),
	#                         5: [   u'kzicXlHgTWscjUOkjAYX',
	#                                Decimal('50898066535.4'),
	#                                u'GAuiuocsaXNQnicmSLgC'],
	#                         6: {   4: 974,
	#                                5: u'PnmHSFcEKPFFSOOEGHNO',
	#                                6: [u'https://www.jrr.com/home/', 3367]}},
	#         u'ullam': {   2: 1839,
	#                       3: [   4385,
	#                              Decimal('-4984.54879178'),
	#                              u'pdxbjiMjIxEFBTxxWmjp'],
	#                       4: {   2: datetime.datetime(1980, 2, 1, 16, 52, 9),
	#                              3: -392888521.8,
	#                              4: [   Decimal('84001.5775187'),
	#                                     u'MLWXaSlTsQwlhvmCiLdd']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   9071,
	#     1327,
	#     u'dtrbyn@yahoo.com',
	#     datetime.datetime(1977, 6, 23, 22, 49, 23),
	#     u'glhnbly@gmail.com',
	#     -77.445]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   Decimal('-640.0'),
	#     -99717.23409097,
	#     3175,
	#     Decimal('-9.54124641964E+13'),
	#     u'ZQlkOhvtpGNkvqvAyqyQ',
	#     u'QSCrOsgBRuUypvybWtNY',
	#     u'JtjWyeTjKPNzBzKowqwp',
	#     u'suNhsAuQXYVhXoJYazBg',
	#     u'https://bw.com/tags/tag/blog/post.asp',
	#     -57191.99347,
	#     u'rOaXAOlaidfKFtdDrRjB',
	#     u'CUdMEIXpMnSiPEGpZgXW')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([1152, u'hsyb86@bw.info', Decimal('-505.0'), datetime.datetime(2012, 7, 7, 14, 59, 27), u'mKbKnblchsqQbQfYfeGW', u'http://lslhy.com/search/', datetime.datetime(1976, 7, 4, 0, 7, 51), 9589, u'YjUyQTMMOwIzDphvFKCW', datetime.datetime(1999, 3, 9, 19, 58, 16)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ab': datetime.datetime(1991, 9, 10, 15, 44, 31),
	#     u'at': Decimal('-3.59056638607E+12'),
	#     u'blanditiis': u'juSwXoGOZBcFOXKtTFVf',
	#     u'cum': u'MkcoqFTHViYSoVctmLcr',
	#     u'cumque': datetime.datetime(1974, 12, 7, 9, 48, 54),
	#     u'ex': u'vlnnysh@gmail.com',
	#     u'impedit': 5382,
	#     u'ipsum': 8344,
	#     u'labore': u'ltyn68@gmail.com',
	#     u'magni': u'bDzdsUvWTpHbgVKLcRGa',
	#     u'neque': -67281300202.0,
	#     u'veritatis': 4837}

	fake.pyint()
	# 7235

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'019-57-3560'

	fake.ein()
	# u'47-9345484'

	fake.itin()
	# u'915-88-0452'

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

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Windows 98; Win 9x 4.90; kl-GL; rv:1.9.1.20) Gecko/2012-03-13 05:13:15 Firefox/3.6.4'

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

	fake.opera()
	# u'Opera/9.40.(X11; Linux x86_64; bhb-IN) Presto/2.9.163 Version/10.00'

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

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

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

	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; Intel Mac OS X 10_6_3) AppleWebKit/5350 (KHTML, like Gecko) Chrome/38.0.883.0 Safari/5350'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6 rv:3.0; niu-NZ) AppleWebKit/531.38.4 (KHTML, like Gecko) Version/5.0 Safari/531.38.4'
