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

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

::

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

	fake.building_number()
	# u'9708'

	fake.street_address()
	# u'4810 Erdo\u011fan Isle'

	fake.postalcode_plus4()
	# u'05295-5130'

	fake.city_prefix()
	# u'West'

	fake.military_ship()
	# u'USNS'

	fake.country_code()
	# u'AG'

	fake.city()
	# u'Lake Bi\u015farstad'

	fake.zipcode_plus4()
	# u'12081-5880'

	fake.state_abbr()
	# u'AL'

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

	fake.street_suffix()
	# u'River'

	fake.city_suffix()
	# u'furt'

	fake.military_dpo()
	# u'Unit 0802 Box 1502'

	fake.country()
	# u'Djibouti'

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

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

	fake.postalcode()
	# u'92467'

	fake.address()
	# u'Unit 3624 Box 1246\nDPO AE 59058-0927'

	fake.state()
	# u'Minnesota'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'\u0130vecen River'

	fake.zipcode()
	# u'64326'

	fake.postcode()
	# u'68344-6316'

	fake.military_apo()
	# u'PSC 1797, Box 4146'

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

::

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

	fake.ean13()
	# u'6700155336453'

	fake.ean8()
	# u'16597938'

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

::

	fake.rgb_css_color()
	# u'rgb(132,244,156)'

	fake.color_name()
	# u'Cornsilk'

	fake.rgb_color_list()
	# (165, 122, 232)

	fake.rgb_color()
	# u'128,35,158'

	fake.safe_hex_color()
	# u'#22bb00'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#f5938b'

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

::

	fake.company()
	# u'G\xfclen LLC'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Integrated bottom-line infrastructure'

	fake.bs()
	# u'target compelling bandwidth'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'American Express'

	fake.credit_card_full(card_type=None)
	# u'JCB 15 digit\n\xd6zakan Akar\n210028832881624 02/17\nCVC: 268\n'

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

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

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

::

	fake.currency_code()
	# 'SGD'

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

::

	fake.date_time_ad()
	# datetime.datetime(23, 6, 23, 22, 17, 7)

	fake.month()
	# '06'

	fake.am_pm()
	# 'PM'

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

	fake.iso8601()
	# '1992-06-14T08:06:44'

	fake.date_time()
	# datetime(2007, 6, 27, 10, 34, 31)

	fake.month_name()
	# 'December'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 9, 22, 19, 25, 28)

	fake.unix_time()
	# 1445773530

	fake.day_of_week()
	# 'Monday'

	fake.day_of_month()
	# '01'

	fake.time(pattern="%H:%M:%S")
	# '00:49:26'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1999, 9, 25, 16, 6, 53)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 19, 7, 59, 40)

	fake.year()
	# '2000'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None)
	# datetime(2015, 11, 30, 15, 31, 27)

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2011, 5, 24, 6, 26, 50)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2011, 1, 31, 1, 58, 22)

	fake.century()
	# u'IX'

	fake.date(pattern="%Y-%m-%d")
	# '1973-04-09'

	fake.time_delta()
	# datetime.timedelta(7890, 32409)

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

::

	fake.mime_type(category=None)
	# u'audio/basic'

	fake.file_name(category=None, extension=None)
	# u'aut.mp3'

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

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

::

	fake.ipv4()
	# u'122.112.109.253'

	fake.url()
	# u'http://arsoydurdu.com/'

	fake.company_email()
	# u'zfrat@durdu.net'

	fake.uri()
	# u'http://glen.com/home/'

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

	fake.image_url(width=None, height=None)
	# u'http://dummyimage.com/727x267'

	fake.tld()
	# u'net'

	fake.free_email()
	# u'diken.karadeniz@yahoo.com'

	fake.slug(*args, **kwargs)
	# u'vitae-consequatur'

	fake.free_email_domain()
	# u'hotmail.com'

	fake.domain_name()
	# u'durmu.com'

	fake.uri_extension()
	# u'.htm'

	fake.ipv6()
	# u'3548:0c79:0a61:4af4:9387:1035:023b:811f'

	fake.safe_email()
	# u'gozel38@example.org'

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

	fake.uri_path(deep=None)
	# u'wp-content/tags/tags'

	fake.email()
	# u'sittik.manco@dumanl.com'

	fake.uri_page()
	# u'terms'

	fake.mac_address()
	# u'43:b6:ea:c6:6e:0c'

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

::

	fake.job()
	# 'Museum education officer'

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

::

	fake.text(max_nb_chars=200)
	# u'Est vel suscipit omnis quaerat tempore laudantium. Consectetur soluta quibusdam autem sequi. Molestiae aut similique optio aliquid voluptas. Repellendus culpa id sapiente accusamus sint veniam.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Nesciunt molestiae provident quisquam omnis unde quas.'

	fake.word()
	# u'suscipit'

	fake.paragraphs(nb=3)
	# [   u'Officia in quia quia similique odit dolor ut. Exercitationem maxime consequuntur laborum deserunt. Quod deserunt aperiam esse omnis non numquam.',
	#     u'Placeat ipsa sequi a quia corrupti placeat. Molestias eum et eum est.',
	#     u'Et eum et doloremque itaque cum et. Earum quis et sapiente sit commodi. Delectus laboriosam commodi est esse. Omnis quia consequatur deleniti.']

	fake.words(nb=3)
	# [u'sequi', u'qui', u'ipsa']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Totam ut aut consectetur. Iure consequatur qui cum animi. Reprehenderit repellendus vel voluptas. Repellat expedita eligendi in quia quisquam inventore.'

	fake.sentences(nb=3)
	# [   u'Vero voluptatum inventore hic.',
	#     u'Ut culpa consequatur et.',
	#     u'Dolore dolores ipsum maiores similique mollitia hic voluptatem.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'^5DSd41q^c'

	fake.locale()
	# u'cn_BJ'

	fake.md5(raw_output=False)
	# 'b66f751da9f0b698c8cf3c4b0603b991'

	fake.sha1(raw_output=False)
	# '44c17c7b84758a212c58637d7b015e1fc4ac2f98'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '38b08289d489b384e60417994cc1c9bbeee57a8e83356f9c50fbf28638e07121'

	fake.uuid4()
	# '5e4239b5-b514-4096-97aa-1a1988fb93c0'

	fake.language_code()
	# u'cn'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Sakarya'

	fake.name_female()
	# u'Ayn\u0131mah Nurey G\xfc\xe7l\xfc'

	fake.prefix_male()
	# u'Bay'

	fake.prefix()
	# u'Bayan'

	fake.name()
	# u'Bay Arcan K\u0131sak\xfcrek'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Zoral Saba G\xfclen'

	fake.first_name()
	# u'\xc7a\u011flas\u0131n'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Adasal'

	fake.first_name_female()
	# u'Tule'

	fake.last_name_female()
	# u'\u0130n\xf6n\xfc'

	fake.last_name()
	# u'Demir'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'+90 (140) 8859450'

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

::

	fake.simple_profile()
	# {   'address': u'PSC 3046, Box 5582\nAPO AE 48538',
	#     'birthdate': '2010-01-13',
	#     'mail': u'fayize.karadeniz@gmail.com',
	#     'name': u'\xdclfet Kopan \xc7etin',
	#     'sex': 'F',
	#     'username': u'wsakarya'}

	fake.profile(fields=None)
	# {   'address': u'3548 Al\u0131\u015f\u0131k Loop\nSouth Akalan, SD 65246-0179',
	#     'birthdate': '2003-01-31',
	#     'blood_group': 'AB-',
	#     'company': u'Seven Ltd',
	#     'current_location': (Decimal('66.6396465'), Decimal('38.183556')),
	#     'job': 'Engineer, petroleum',
	#     'mail': u'cangur59@gmail.com',
	#     'name': u'Nasuf Ak\xe7ay',
	#     'residence': u'22225 Abd\xfcrre\u015fit Village Suite 490\nEast Alsoyville, RI 91069',
	#     'sex': 'F',
	#     'ssn': u'172-50-0205',
	#     'username': u'ulkum.inonu',
	#     'website': [u'http://www.bilgineraslan.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   6291,
	#     Decimal('8.62846934706E+13'),
	#     3743,
	#     u'Sed minima maiores.',
	#     662.36,
	#     3342,
	#     7633,
	#     u'qsezer@gmail.com',
	#     9974]

	fake.pystr(max_chars=20)
	# u'Aut enim qui amet.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'zengin.canur@yorulmazerta.com',
	#         u'Est magnam repellat.',
	#         u'Et quae vel illo.',
	#         datetime(1971, 11, 13, 15, 28, 29),
	#         u'Nesciunt totam.',
	#         6702,
	#         Decimal('-756741.801585'),
	#         u'Quod quia aut eaque.',
	#         8503,
	#         Decimal('4000.31162813')],
	#     {   u'aut': u'Non sed tenetur.',
	#         u'dolore': u'Praesentium minus.',
	#         u'eius': 3710082786042.8,
	#         u'eos': 5876,
	#         u'et': u'Unde repellat omnis.',
	#         u'ex': u'http://www.soylu.info/tags/main/main/terms.php',
	#         u'possimus': u'yldrm.turknur@ertaerta.biz',
	#         u'quos': 28},
	#     {   u'aut': {   4: u'Temporibus.',
	#                     5: [   u'Maiores eos sit et.',
	#                            u'Dolor qui qui.',
	#                            u'Asperiores ipsum a.'],
	#                     6: {   4: 98989851534.0,
	#                            5: 86920620937708.0,
	#                            6: [   u'Id odit.',
	#                                   u'gelengul.ihsanoglu@gmail.com']}},
	#         u'consectetur': {   6: u'http://manszdumanl.com/app/tag/author.php',
	#                             7: [   u'http://ylmazakgndz.com/privacy.php',
	#                                    u'Dolores consectetur.',
	#                                    u'Voluptates et.'],
	#                             8: {   6: u'Cumque sed optio.',
	#                                    7: u'Non maxime esse.',
	#                                    8: [Decimal('-24442914.3'), 321]}},
	#         u'corporis': {   2: Decimal('-17682297.0'),
	#                          3: [u'Alias sit.', 650, u'Esse temporibus.'],
	#                          4: {   2: u'Sed nulla culpa est.',
	#                                 3: datetime(1992, 3, 6, 19, 2, 19),
	#                                 4: [   u'Debitis voluptas.',
	#                                        Decimal('-495361825277')]}},
	#         u'dolores': {   8: u'http://www.arslan.org/register/',
	#                         9: [   u'http://zorlu.com/main.php',
	#                                u'Consequatur numquam.',
	#                                u'Commodi in optio.'],
	#                         10: {   8: datetime(1991, 9, 25, 10, 8, 23),
	#                                 9: u'birsan67@aslan.org',
	#                                 10: [   Decimal('-8436438826.51'),
	#                                         u'http://lker.info/']}},
	#         u'enim': {   9: 2467,
	#                      10: [u'Minus est quas.', 8590, 4797],
	#                      11: {   9: 8420,
	#                              10: 5706,
	#                              11: [   u'Quia quia ipsam.',
	#                                      u'Et perferendis qui.']}},
	#         u'occaecati': {   1: -798463585126941.0,
	#                           2: [   u'Voluptatem placeat.',
	#                                  u'http://www.akay.net/author.html',
	#                                  datetime(1971, 9, 4, 18, 1, 11)],
	#                           3: {   1: 2403,
	#                                  2: u'Enim earum.',
	#                                  3: [   u'http://www.arsoy.com/categories/app/main/search.htm',
	#                                         u'Dolorem adipisci.']}},
	#         u'rem': {   7: u'http://www.hayriolubilir.com/author.php',
	#                     8: [u'Vel velit.', u'Rerum autem qui.', 96882999257.77],
	#                     9: {   7: u'Ipsam velit in sed.',
	#                            8: Decimal('732983499.0'),
	#                            9: [-310120.16655128, u'Quia alias.']}},
	#         u'sit': {   3: u'Aut ut magni.',
	#                     4: [   u'Debitis mollitia.',
	#                            u'Et rem nihil quia.',
	#                            u'bilge.henife@yahoo.com'],
	#                     5: {   3: u'pocalan@gmail.com',
	#                            4: u'Corrupti inventore.',
	#                            5: [Decimal('-3167229.15005'), u'Cum repellat.']}},
	#         u'voluptate': {   5: u'http://erdoansezer.info/author/',
	#                           6: [2092, 6854, u'Sequi et tempora.'],
	#                           7: {   5: 9336,
	#                                  6: 7131,
	#                                  7: [   u'aksay13@akayakay.org',
	#                                         u'Occaecati iste.']}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'toy.soylu@mansz.biz',
	#     u'Eum dolor.',
	#     u'Voluptatem ut.',
	#     5735,
	#     u'http://www.ksakrekorlu.info/category/explore/wp-content/home/',
	#     Decimal('5734.765867'),
	#     -73.629055389965,
	#     3960,
	#     u'Officia non maxime.']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Sed et est fugiat.',
	#     datetime(2005, 5, 16, 9, 43, 33),
	#     u'Libero.',
	#     u'Molestias et et.',
	#     u'Natus autem nihil.',
	#     -47664149976644.0,
	#     81849.647713386,
	#     u'Minus optio nisi.',
	#     26,
	#     2779)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([7970, u'Porro officia nobis.', u'http://www.akay.com/', u'http://seven.com/', u'vbilgin@demirel.biz', 878, u'Dolores eum ut qui.', 8717363863.5, u'Qui tempore non.', 2167, 3097, u'Dolore et fuga.', 7678, 3231])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aut': u'Fugiat totam saepe.',
	#     u'autem': -29.89,
	#     u'dolore': u'Natus autem vitae.',
	#     u'est': u'Sed soluta qui sint.',
	#     u'et': u'Quia necessitatibus.',
	#     u'ipsa': u'http://www.demirel.com/wp-content/home/',
	#     u'molestiae': u'nas.safak@afak.org',
	#     u'quod': u'isakarya@sakarya.biz',
	#     u'tempora': 7217}

	fake.pyint()
	# 4352

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

::

	fake.ssn()
	# u'535-03-2932'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2011-02-28 10:40:58 Firefox/3.6.6'

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

	fake.opera()
	# u'Opera/8.62.(X11; Linux i686; sl-SI) Presto/2.9.184 Version/11.00'

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

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

	fake.user_agent()
	# u'Opera/9.78.(Windows NT 5.0; en-US) Presto/2.9.175 Version/12.00'

	fake.chrome()
	# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5360 (KHTML, like Gecko) Chrome/15.0.852.0 Safari/5360'

	fake.linux_processor()
	# u'x86_64'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/534.30.3 (KHTML, like Gecko) Version/5.0.2 Safari/534.30.3'
