
Language tr_TR
===============

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

::

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

	fake.building_number()
	# u'6363'

	fake.street_address()
	# u'7128 \u015eensoy Forges'

	fake.postalcode_plus4()
	# u'35863-9666'

	fake.city_prefix()
	# u'Lake'

	fake.military_ship()
	# u'USS'

	fake.city()
	# u'East Hanbiken'

	fake.zipcode_plus4()
	# u'15603-0599'

	fake.state_abbr()
	# u'CA'

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

	fake.street_suffix()
	# u'Loaf'

	fake.city_suffix()
	# u'stad'

	fake.military_dpo()
	# u'Unit 0528 Box 0437'

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

	fake.country()
	# u'Honduras'

	fake.secondary_address()
	# u'Suite 420'

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

	fake.postalcode()
	# u'45936'

	fake.address()
	# u'2477 Baydu Mission\nNew Badeg\xfclfort, ND 99537'

	fake.state()
	# u'South Carolina'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'D\xfcrr\xfc\u015fehvar Well'

	fake.zipcode()
	# u'28870'

	fake.postcode()
	# u'85100-1084'

	fake.military_apo()
	# u'PSC 0847, Box 5068'

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

::

	fake.license_plate()
	# u'DLP7258'

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

::

	fake.bban()
	# 'ZXRN1259654398861'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB53ODMO4805328475568'

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

::

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

	fake.ean13()
	# u'3040501768235'

	fake.ean8()
	# u'44344320'

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

::

	fake.rgb_css_color()
	# u'rgb(11,238,23)'

	fake.color_name()
	# u'LightGreen'

	fake.rgb_color()
	# u'210,62,46'

	fake.safe_hex_color()
	# u'#554400'

	fake.safe_color_name()
	# u'blue'

	fake.hex_color()
	# u'#f8a04f'

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

::

	fake.company()
	# u'Teveto\u011flu, Sakarya and \xc7orlu'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Persistent multi-state attitude'

	fake.bs()
	# u'incubate back-end web services'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'American Express\nKiyasi \u0130hsano\u011flu\n341959321270444 06/19\nCID: 6767\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'VTC'

	fake.currency_code()
	# 'VUV'

	fake.currency_name()
	# 'Belize dollar'

	fake.cryptocurrency_name()
	# 'Emercoin'

	fake.cryptocurrency()
	# ('NEM', 'XEM')

	fake.currency()
	# ('CRC', 'Costa Rican col\xc3\xb3n')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 11, 19, 50, 36)

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

	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(1988, 9, 5, 0, 11, 3)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2016, 1, 19)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 14, 13, 34, 20)

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

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 11, 22, 3, 8, 5)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1993, 9, 17)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 12, 12, 23, 13, 16)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1987-01-24'

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1985, 3, 26)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1991-01-05T18:59:52'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2003, 9, 22)

	fake.month()
	# '12'

	fake.year()
	# '1990'

	fake.day_of_month()
	# '04'

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

	fake.timezone()
	# u'Asia/Saigon'

	fake.century()
	# u'IX'

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

	fake.time_object(end_datetime=None)
	# datetime.time(17, 50, 33)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 4, 27, 9, 35, 32)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1982, 7, 5, 11, 7, 25)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 29, 11, 33)

	fake.month_name()
	# 'November'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(436, 7, 28, 2, 11, 37)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(10074, 45828)

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

::

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

	fake.mime_type(category=None)
	# u'message/imdn+xml'

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

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

	fake.file_name(category=None, extension=None)
	# u'debitis.jpeg'

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

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

::

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

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

	fake.tld()
	# u'biz'

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

	fake.url(schemes=None)
	# u'http://www.sezer-zengin.com/'

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'register'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'durdugilman@cetin.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'emine24@bilgin.com'

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

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

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

	fake.slug(*args, **kwargs)
	# u'minus-cupiditate'

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

	fake.company_email(*args, **kwargs)
	# u'lbilgin@sensoy.com'

	fake.uri()
	# u'http://durmus.com/search/'

	fake.ipv6(network=False)
	# '113f:5a70:5b5d:2bbc:33a:90d8:ccf9:7b5f'

	fake.free_email(*args, **kwargs)
	# u'ufukay62@yahoo.com'

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

	fake.mac_address()
	# u'4c:fe:bc:38:4f:b3'

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

::

	fake.isbn10(separator="-")
	# u'1-970915-41-2'

	fake.isbn13(separator="-")
	# u'978-0-86933-905-3'

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

::

	fake.job()
	# 'Scientist, water quality'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Fugiat aliquam veritatis reiciendis fugiat fuga officiis. Optio pariatur labore necessitatibus consequuntur eum amet.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Beatae ab eligendi nisi vel architecto molestiae. Quis eligendi nam minima debitis rerum consectetur delectus.',
	#     u'Dolores dolores minus. Possimus culpa saepe vitae ea incidunt enim nam. Nesciunt suscipit culpa perspiciatis aut cum repellendus.',
	#     u'Commodi laudantium qui fugit optio nemo. Placeat praesentium illo tempora consequatur. Laudantium rem illum voluptatibus debitis sapiente.']

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

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Ducimus molestiae recusandae sunt facilis.',
	#     u'Nostrum molestias aspernatur nulla rem architecto.',
	#     u'Sequi fugit nam non magni ex accusantium.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Unde ducimus temporibus amet enim dolor. Maiores maxime consequuntur quae magni.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Perspiciatis doloremque tenetur nihil.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'HgZ1*FjQR^'

	fake.locale()
	# u'mai_IN'

	fake.binary(length=1048576)
	# bytearray(b'/u\xf9(\xa2\x04\xd43&\xa8\xd3\xad\xedv\xbc\nR\xd6\'\xe4#Um\x1c8\x06\xc2\xb9\xe3r\xcc\xe7\xc9\xa9B\x10\x84\x1f V\xf9.\xee\x9d\x8b\xd4\x89\xa6\x89\xba\x03{\xae\x83\x82\x01\x9b\xc2M\xccyen\x1c\xe4f\xaa\xae\x8fj+\xe17xI\r\x0eJ\x02c\xe9G\xc0\x99\x10L\xb6\x8du\xdb\xa6bg\xe5\xfcI\x97r\xc5\xdd\xd2\xb3\xd9\xd5I\x1a4>>8\xa8\xbc\xdb\x81\xad]\x8c\x90\xb3y#\xad<[\x02\r\x8a\xe9X_\x02\xea\xe4\x88\xd0\x17\xdcLMib\xf1\x10)\xb6\xb6\x12rn\x02K\xa6)\xf1\xcc\x8c\xc9GGR\xbc\xe1Y\xcd\xad\x88\x00\xbb@w\x17X.q\x8e!\x1b\xad\xf0?$\xff\x00p\x9d\xed\x85\x0bs\xec\n\xedp\x85\xf9\xb6;\xfc\xca\xbd\x9b\xcefAY\t-\xe2\x1a\x8e\x88?\xb8*\xc8\xd6\xfe)\xfb\xf4\x1c+\xeb\xe0)\xc6\x8c=\x10\xf8\x8d\xce\xc0C\x83\x1e\x00G#\x89\xf0R\x98\xce\xfe\xe6\x82t\x0e\x1a\xcfv#.\xa1e\x99?\xa7\x13\xdb7\x84`\x1c\x01\x8f\xbe\xeaW\x8f\xaa\t\x84:\xe4\xee`Snh\x18\x06!\x81\xcb5\xc0Y\xad\x81j\xe0\xa3\xb7\xfe*\xd6\x93\xc1\xcd\xcc-0\x17\x0b\xa8}\xc4\xc6\x9b\x0e\xab\xf1\x08.\x81\xc8\xb6?\xe4\x84\xbe\x05\xfd\xe6l(\x8f\x154\x95\xcc\xc1\xce\x04\xf4\x8ee|\x96p\xba\x9f\xa1\xe7=GQy\xbfZ\x08\x82\xcb\x8fy\x19\xf75\xd1\x912\x88\xd4\xe3\xf3+)\x16LaQ\xe1\xd1\xf1\xedc\x96\xaf\x1f!\xd9\xfc\xc08\x13c@KK\x03\x13\xfe\xd3\xb7"y\xf0\x1c_\x99:\xb6$E_\xbd8\x88p\xd7]|\x06\x8d\x1d\x9f\xf2&\x98\xb9\xb9\xa7#\xc9\x19\xa62d}\x94\x9f\xa7r\re\xc3\xdd\xc8\xf2\x7f[ZYJ\xb2\xc6 e\x9d\x17\xa8C\xead)\xb7t\xd1JBgq\xd8\xba\x9b\xcd\x80\x1fWY\xc4\x1e\xc9.m)l\xd5\x86\xc5\xc2\x1aa\xaeR\xbd\xed\tOg\x08q_\xff\xe6/\xce%~j$\xc8QN\x91\x89\x87t\xed\r\\\xe4\xa0\x115&m\xe3C\xbf\xbf\xb8\x14\x1d\xb6]SS{3\xf0,`\x0b\xb8\x89\xf7\xdcKI\xc6\x12\xdd\xa1\\O\xea\x91\x99B\xe5\x15_\xb5\x1fIV\xc3f\xdfd*1\xed\x08!\x85\x0cc/\x96V\x12\x8b:u\xcd\x02t\x90v\xda\xc8\x1a\xbc\xd3\x06Ax\xac\xe1\xfap\xdd\nu\xf3o\x18\x9c5\x01X\x91&`\xc3\xc5\x9a\x92\x02\xdc6\xbb\x18\xbf>\x9e\xbd\xedW\xa3J\x17\xbb~\xe8\x1b\xf8"\xd8\xfd\xb4[\xf6^\x85\x89LH\xbc5\x92 ",2\xc8\xd35\xcd\x14C@\xfe\xd4\xfa\x8cw\xe6K\xd3"-\xb4D\x99\x99M\xbf\x1e\xe3\xab9fcM\xa1\x9el[K\xbf\xbe\x98\x1b\x8a~\x8b\xeb]\x1d\xe3\xd4\xa9\xccpdG\x04\xaeC\xfa[\xe1e\x1b\x02\xca\xd1%7Y\xf8\xe9\xc6\x1c\xfc\x0c\x82\x8ddPd\x1e\xe7\xd4\x90\xcc\xf6$\xbe\x8f\x9a\xd2+\xdd\x81\xb0#\xeb\xa1\xe6\xf8\xb8\xce\x1b\x8b\xf5:\xc6\xd6=\x80`\x85\x10>\xd0G9\xd2pl\xbe\xab/\xf8\xefnfSo\xf4];\xe5c\x1c\xae\xb2W\xd1sI8V\xed&K,\xce\xf6e\xe2\xe1\xe9\x8c\x04\xa9\xc2\xa6\xef\x91\xe7\x81\x99\xadg\xb6!\x13\t\xa3S\xb0M}\xd9\xb3\x9f\xffy9\x91\x0fs\x8b\xf4\xd4/\xf3\x933\x9a#?9\xcf\xf4\xe8\x14\xff\r?\x91U\x96\xa4\xce\xac\xfb~fGHm\xdb\xbb\xb0\xa7^n\x90\x84W\xa0\xd7\x1c!\xd2\x92kL\x89\xeaE\xc4}"\x85\x8b\xa7#h~\x05\x8d,J\x95\xa5.\xd2?\xb8\x94\x01\x8b\\\x91\xd6W\xa4S+\x83\r\x8aG\x89\x19\xa2\xe3\x94\x14\x01_\x8ffqb\xd5\xc4\x17:jH\x8b\xae\xa7\xfc\x058gxI\x12 \xc6\xfeUl\x1fL\xbb\xe8\xcf\xaa\x86.O=I\xaf\xfc\x1ewY\xb0|;\x04G9\xc9\x97\x9b\xaf\xe7\xab> \x83N\x19\xfd/\x0f{\x8fc#y\x8c\x90\xa8\x81\x987lK\x8f\xfe~.\x8b\x8d\xee#\xd3\x948\xbc\x8bII\x8f\xfa\t\xb3\x15\xf1\x12\x96\x1b\x94\x16;n\xf9\x13')

	fake.md5(raw_output=False)
	# '469ed590a62c72d2617d182a2f395b61'

	fake.sha1(raw_output=False)
	# '5b0ca3910428ca78e5747012f14554e0ed0b858e'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '85f66bdf26d49d0e034f576bd8860414c9e200385ec317d347e54c5665e5c8f5'

	fake.uuid4()
	# '770b21ad-d65c-b1f2-dd9d-634f39c74b24'

	fake.language_code()
	# u'os'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Akar'

	fake.name_female()
	# u'Bayan G\xfclselin Nazlihan \xc7orlu'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'G\xf6zem Sehel Aslan'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Nezihi Eraslan'

	fake.first_name()
	# u'Bediriye'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Adak'

	fake.first_name_female()
	# u'G\xfcver\xe7in'

	fake.last_name_female()
	# u'Eraslan'

	fake.last_name()
	# u'Demir'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'06776729231'

	fake.msisdn()
	# '2509081199705'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'4463 Bilgin Row Suite 888\nT\xfcrkfort, CA 95405',
	#     'birthdate': datetime.date(1927, 11, 11),
	#     'mail': u'yildirimferzi@gmail.com',
	#     'name': u'\xdcnal Bilir',
	#     'sex': 'F',
	#     'username': u'duracanbilgin'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'47607 Revza Flat Apt. 526\nHevachester, MI 69124',
	#     'birthdate': datetime.date(1970, 6, 28),
	#     'blood_group': 'B-',
	#     'company': u'\u015eener, G\xfcl and Eraslan',
	#     'current_location': (Decimal('-55.348306'), Decimal('-76.183394')),
	#     'job': 'Research scientist (physical sciences)',
	#     'mail': u'ihsanoglulufen@hotmail.com',
	#     'name': u'Sevsevil Emi\u015f Duran Y\u0131ld\u0131r\u0131m',
	#     'residence': u'Unit 5102 Box 5450\nDPO AE 29092',
	#     'sex': 'F',
	#     'ssn': u'406-87-1326',
	#     'username': u'bekbay60',
	#     'website': [   u'http://erdogan-alemdar.com/',
	#                    u'http://demir-guclu.org/',
	#                    u'http://www.camurcuoglu-akcay.info/',
	#                    u'https://www.akcay-akca.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   6566,
	#     datetime.datetime(2011, 10, 13, 23, 35, 9),
	#     u'CbwVUouQvBOlCWSBSEUT',
	#     u'QcJuFJgfKlPVKdQxAetO',
	#     8951,
	#     9477,
	#     u'AifNANVxbLqRlIJVTkgG',
	#     -271922359529959.0]

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('-8369142.19528'),
	#         u'QGftOlXmUwxBLxPOeYQn',
	#         u'olca93@hotmail.com',
	#         u'ertasmunif@firat.com',
	#         datetime.datetime(1981, 5, 27, 0, 5, 50),
	#         26552.386,
	#         u'http://arslan.com/main/app/explore/register.php',
	#         699.845,
	#         u'https://aslan.net/app/post/',
	#         datetime.datetime(2014, 1, 13, 6, 9, 35)],
	#     {   u'deserunt': 2215,
	#         u'earum': u'uPFIqrlNtPiqzTRwCIfx',
	#         u'eveniet': u'http://www.hancer.info/faq/',
	#         u'facere': u'pOaGmCUqOXkhnwhisVJJ',
	#         u'incidunt': u'cmGqCvVyynXnmUECnUmN',
	#         u'libero': u'dakcay@zorlu.com',
	#         u'possimus': Decimal('641.552013164'),
	#         u'quisquam': datetime.datetime(2009, 9, 15, 4, 44, 19),
	#         u'quo': Decimal('462674041.35'),
	#         u'voluptatibus': datetime.datetime(2016, 2, 2, 20, 38, 21)},
	#     {   u'asperiores': {   2: Decimal('9.27639710646'),
	#                            3: [   u'sdemir@yahoo.com',
	#                                   u'iIVCNqDbnwEmJmUTvciA',
	#                                   u'whAMXYsXMjirZOBrHxoX'],
	#                            4: {   2: u'kZqSeaqzVQFNzRxSfmGo',
	#                                   3: u'akcaumusan@gmail.com',
	#                                   4: [   796304171420.72,
	#                                          Decimal('5.17151901084E+13')]}},
	#         u'dolor': {   3: u'wFqvidiysZwrkswThUds',
	#                       4: [   u'zMwzHpAlotCZQmjlFtWc',
	#                              u'LroqLbsXTNheLtqWxazl',
	#                              u'http://www.dumanli.biz/explore/wp-content/privacy.html'],
	#                       5: {   3: 3013,
	#                              4: -367.1583,
	#                              5: [   u'gKPeDooWdwNIaaiDlGcm',
	#                                     u'zwwVOYifaaNcXGacwrcl']}},
	#         u'enim': {   8: 1788,
	#                      9: [   8758,
	#                             u'VquTioUXVRNxyigyLLbE',
	#                             u'OfmHKbLaCvavqiOFoYFo'],
	#                      10: {   8: u'http://www.yaman.com/faq/',
	#                              9: u'http://demir-ihsanoglu.com/search/category/explore/login/',
	#                              10: [u'ikNgFjCCnBFAaaOxOLUY', 4243]}},
	#         u'est': {   6: -793159953.77,
	#                     7: [   u'ZCzgnTtWxCSLWwHUthcj',
	#                            u'http://akar.info/explore/wp-content/search/',
	#                            datetime.datetime(1970, 8, 20, 19, 53, 51)],
	#                     8: {   6: 8149,
	#                            7: u'HQeBgKuhzJkZIDAPhJYg',
	#                            8: [   u'narhanim21@bilir.com',
	#                                   u'tLYnklXNOKCSuKEuUOIj']}},
	#         u'magnam': {   5: datetime.datetime(1978, 3, 5, 4, 41, 30),
	#                        6: [   datetime.datetime(2012, 9, 11, 11, 0, 59),
	#                               u'cetincaglasin@gmail.com',
	#                               4624],
	#                        7: {   5: datetime.datetime(2006, 12, 17, 22, 6, 33),
	#                               6: u'muWpWNypIPWFQElkKiiT',
	#                               7: [-73071.1693653, u'uVgVJnoplSaORzREGxOL']}},
	#         u'maiores': {   7: datetime.datetime(1996, 6, 21, 11, 27, 25),
	#                         8: [   u'mgPUexTySdLFtMqJyKEV',
	#                                205478.753868144,
	#                                u'QCgnlwvnLuQvTTpnauWq'],
	#                         9: {   7: 3.296178,
	#                                8: u'qALRuTPnwoEnVvfpzwjm',
	#                                9: [   u'XsbpVLYsjijLqBSWeTBG',
	#                                       u'ICaMRKjMjNlddScyakpM']}},
	#         u'modi': {   1: u'tmNxfvZkBLNAkPXYYIBR',
	#                      2: [   datetime.datetime(2004, 1, 14, 20, 36, 41),
	#                             u'http://www.hancer-eraslan.info/category/register/',
	#                             u'https://www.hayrioglu.biz/'],
	#                      3: {   1: u'bHCqXzfmkbgNITiKVTEe',
	#                             2: u'WVBBnzYDdbVVZKqJUPsX',
	#                             3: [   Decimal('-5.18157829829E+13'),
	#                                    u'fHmCdtlFqkydsRLEGxyC']}},
	#         u'natus': {   0: -720832.8625,
	#                       1: [   u'nQBRVHeQcpZORswTRBkZ',
	#                              u'NotLaqsPbMCZFuSsqmjl',
	#                              u'CKJxaMjNbpalHbZSEgFm'],
	#                       2: {   0: 8057,
	#                              1: u'biliratanur@hotmail.com',
	#                              2: [   u'mvvmTyRovvigvcjmMKeW',
	#                                     u'JisDduAJoaaPTADtJRpo']}},
	#         u'officiis': {   9: 580.1881551,
	#                          10: [   -82906.1,
	#                                  u'flNInaagosNUBalNiZWv',
	#                                  Decimal('4075011.21144')],
	#                          11: {   9: u'YNTEBNeBaLTsDqxXOpXK',
	#                                  10: 1223,
	#                                  11: [   datetime.datetime(1994, 2, 2, 5, 16, 34),
	#                                          u'IcMyurRuwxnEYpgeBzDp']}},
	#         u'voluptatem': {   4: u'https://www.durmus.com/index/',
	#                            5: [   -80452283454.0,
	#                                   u'GwidVEIebgpsQuqMdwOW',
	#                                   7846],
	#                            6: {   4: u'plhohCAazMgVjESQKmCu',
	#                                   5: u'JYJnwVsaOEubRGbQIctb',
	#                                   6: [-83194630.732, 7841]}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-6.441710298E+14')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   9546,
	#     u'https://guclu.info/',
	#     datetime.datetime(1983, 8, 25, 4, 52, 32),
	#     Decimal('-6.91375623387E+12'),
	#     u'FFWaSHvzKKrKBAMlntld',
	#     Decimal('78197.6102'),
	#     u'oVPZwZqqPwerpRcahYkr',
	#     u'JXYDSNdWGAYnlBFtEmEV',
	#     Decimal('-42415003820.6'),
	#     u'https://www.zorlu.com/blog/tags/wp-content/privacy.html',
	#     1702,
	#     8900,
	#     u'TZzjwHcOfsFhCKOMaOOP']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   8709,
	#     datetime.datetime(2010, 11, 23, 0, 2, 30),
	#     u'fildan44@yahoo.com',
	#     u'aTMuDBEIHvLRcmcBNUUH',
	#     u'qakar@sakarya.com',
	#     u'vTRfwPcuiAbXnWNSNYgS')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'yIgZSTJFckaMBCkLlhLN', 2822, 443965365945031.0, u'zenginmihin@sama-akca.biz', Decimal('136921848.711'), -56993001702957.0, u'https://www.durmus.com/author.html', u'qXGNKfuDnlfHCXoNoKYJ', 8057, Decimal('48.5133547875'), u'kaderyaman@ergul.info', u'yopjLCIkyGmCkdttCNez', u'http://www.alemdar.info/tag/terms.php'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'alias': u'MwbOKYPpIPuZCLfMEEBO',
	#     u'corrupti': 9260,
	#     u'cum': u'NSArYPNhGeMGOVXryAVU',
	#     u'fugiat': u'rpZrhpyzkwSZvBZBhPnz',
	#     u'harum': datetime.datetime(1991, 6, 20, 12, 50, 44),
	#     u'occaecati': datetime.datetime(2006, 1, 30, 23, 14, 47),
	#     u'quod': Decimal('-1832805529.0'),
	#     u'repellendus': 3795,
	#     u'similique': datetime.datetime(1980, 3, 23, 22, 5, 41),
	#     u'veniam': u'mujde87@yorulmaz.net'}

	fake.pyint()
	# 9544

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'768-11-4439'

	fake.ein()
	# u'40-5087946'

	fake.itin()
	# u'976-86-5526'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3; rv:1.9.2.20) Gecko/2012-05-01 13:56:46 Firefox/3.6.19'

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

	fake.opera()
	# u'Opera/9.15.(X11; Linux x86_64; sq-AL) Presto/2.9.177 Version/10.00'

	fake.windows_platform_token()
	# u'Windows 98'

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

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

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5352 (KHTML, like Gecko) Chrome/14.0.876.0 Safari/5352'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/531.43.7 (KHTML, like Gecko) Version/4.0 Safari/531.43.7'
