
Language fa_IR
===============

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

::

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

	fake.street_name()
	# u'\u0632\u0647\u0631\u0627 \u0622\u0632\u0627\u062f \u0631\u0627\u0647'

	fake.address()
	# u'192 \u0633\u0627\u0631\u06cc\u0646\u0627 \u0628\u0646 \u0628\u0633\u062a\n}, \u0632\u0646\u062c\u0627\u0646 7085'

	fake.street_address()
	# u'161 \u0639\u0644\u06cc \u0622\u0632\u0627\u062f \u0631\u0627\u0647 \u0648\u0627\u062d\u062f 623'

	fake.postcode()
	# u'9794773216'

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

	fake.country()
	# u'\u0642\u0637\u0631'

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

	fake.secondary_address()
	# u'\u0648\u0627\u062d\u062f 968'

	fake.street_suffix()
	# u'\u062a\u0642\u0627\u0637\u0639'

	fake.city_prefix()
	# u'\u0628\u0646\u062f\u0631'

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'4398'

	fake.country_code()
	# u'BB'

	fake.city()
	# u'a'

	fake.state()
	# u'\u0641\u0627\u0631\u0633'

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

::

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

	fake.ean13()
	# u'6055603958276'

	fake.ean8()
	# u'84380197'

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

::

	fake.rgb_css_color()
	# u'rgb(86,74,191)'

	fake.color_name()
	# u'DarkSlateGray'

	fake.rgb_color_list()
	# (93, 76, 234)

	fake.rgb_color()
	# u'246,6,47'

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

	fake.safe_color_name()
	# u'purple'

	fake.hex_color()
	# u'#27a946'

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

::

	fake.company()
	# u'\u0641\u0627\u0631\u0633\u064a\u062a \u0627\u0647\u0648\u0627\u0632'

	fake.company_suffix()
	# u'Ltd'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Voyager\n\u0645\u0644\u06cc\u0643\u0627 \u0638\u0641\u0631\u06cc\n869995780030228 04/16\nCVC: 918\n'

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

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

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

::

	fake.currency_code()
	# 'SOS'

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

::

	fake.date_time_ad()
	# datetime.datetime(486, 10, 24, 22, 53, 45)

	fake.month()
	# '06'

	fake.am_pm()
	# 'AM'

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

	fake.iso8601()
	# '1972-07-23T13:52:23'

	fake.date_time()
	# datetime(1980, 8, 17, 2, 1, 49)

	fake.month_name()
	# 'December'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 6, 4, 10, 6, 19)

	fake.unix_time()
	# 421637376

	fake.day_of_week()
	# 'Wednesday'

	fake.day_of_month()
	# '15'

	fake.time(pattern="%H:%M:%S")
	# '20:58:52'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(2004, 9, 30, 16, 15, 11)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 2, 19, 43, 9)

	fake.year()
	# '1991'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2015, 1, 13, 3, 15, 56)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2012, 11, 23, 8, 16, 13)

	fake.century()
	# u'IX'

	fake.date(pattern="%Y-%m-%d")
	# '1986-07-29'

	fake.time_delta()
	# datetime.timedelta(9603, 79737)

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

::

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

	fake.file_name(category=None, extension=None)
	# u'eligendi.flac'

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

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

::

	fake.ipv4()
	# u'37.238.74.13'

	fake.url()
	# u'http://www..org/'

	fake.company_email()
	# u'.@.com'

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

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

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

	fake.tld()
	# u'com'

	fake.free_email()
	# u'b@hotmail.com'

	fake.slug(*args, **kwargs)
	# u'aliquid-harum-eum'

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

	fake.domain_name()
	# u'.biz'

	fake.uri_extension()
	# u'.html'

	fake.ipv6()
	# u'b33f:4703:0289:e73b:ab41:8bc2:e413:8799'

	fake.safe_email()
	# u'.@example.com'

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

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

	fake.email()
	# u'63@.info'

	fake.uri_page()
	# u'category'

	fake.mac_address()
	# u'f3:1b:8b:8a:94:d0'

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

::

	fake.job()
	# 'Early years teacher'

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

::

	fake.text(max_nb_chars=200)
	# u'Debitis voluptatem officia sint fugit. A eum corrupti eligendi velit quaerat dolorem voluptas aut.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Libero ut iste et illum qui.'

	fake.word()
	# u'est'

	fake.paragraphs(nb=3)
	# [   u'Exercitationem aut ducimus omnis quae. Quasi labore iusto occaecati molestias ut ratione. Eligendi ut aut vel.',
	#     u'Aperiam dolores neque minus eum fugit consectetur consequatur. Et quo facere enim qui quis similique. Doloribus asperiores aperiam ut et.',
	#     u'Magni sunt soluta earum impedit officia. Architecto sit officia molestias quia voluptas repellendus distinctio quam. Sunt aut exercitationem incidunt tempore vel non sequi.']

	fake.words(nb=3)
	# [u'quia', u'aut', u'quis']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Iure eum nostrum possimus harum dicta. Debitis omnis ex a ex commodi dolores accusantium. Non quas earum non reiciendis vel eum. Atque rerum qui non sed exercitationem voluptatem.'

	fake.sentences(nb=3)
	# [   u'Autem eaque et consequuntur dolorem minima repudiandae recusandae est.',
	#     u'Enim et distinctio earum et iste voluptatum.',
	#     u'Ut aliquid velit dolores sed qui explicabo.']

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

::

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

	fake.locale()
	# u'cn_CU'

	fake.md5(raw_output=False)
	# '2bddddc537d71589b098c645171db160'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '749c1ec17dc099aba88dbdefd76249b5063e5ef935b3ac367672a8f5ef8562dd'

	fake.uuid4()
	# '3963067c-b3c6-4367-94fd-969b849a7e45'

	fake.language_code()
	# u'en'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'\u0646\u06cc\u0644\u0648\u0641\u0631\u06cc'

	fake.name_female()
	# u'\u0633\u0631\u06a9\u0627\u0631 \u062e\u0627\u0646\u0645 \u062f\u06a9\u062a\u0631 \u0628\u0627\u0631\u0627\u0646 \u0647\u0648\u0634\u06cc\u0627\u0631 '

	fake.prefix_male()
	# u'\u062c\u0646\u0627\u0628 \u0622\u0642\u0627\u06cc \u062f\u06a9\u062a\u0631'

	fake.prefix()
	# u'\u0633\u0631\u06a9\u0627\u0631 \u062e\u0627\u0646\u0645'

	fake.name()
	# u'\u062c\u0646\u0627\u0628 \u0622\u0642\u0627\u06cc \u062f\u06a9\u062a\u0631 \u0639\u0644\u06cc \u0627\u0643\u0628\u0631 \u0647\u0627\u0634\u0645\u06cc '

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'\u0645\u062d\u0645\u062f\u0627\u0645\u06cc\u0646 \u0627\u0628\u0648\u0637\u0627\u0644\u0628\u06cc'

	fake.first_name()
	# u'\u0645\u062d\u0645\u062f\u0631\u0636\u0627'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'\u0645\u0647\u062f\u06cc'

	fake.first_name_female()
	# u'\u0622\u0648\u0627'

	fake.last_name_female()
	# u'\u0635\u0646\u0627\u06cc\u0639\u06cc'

	fake.last_name()
	# u'\u0631\u0628\u0627\u0646\u06cc'

	fake.prefix_female()
	# u'\u0633\u0631\u06a9\u0627\u0631 \u062e\u0627\u0646\u0645'

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

::

	fake.phone_number()
	# u'+98 26 5119 9930'

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

::

	fake.simple_profile()
	# {   'address': u'9164 \u0645\u062d\u0645\u062f\u06cc\u0627\u0633\u06cc\u0646 \u062a\u0648\u0646\u0644\n_, \u06a9\u0631\u0645\u0627\u0646\u0634\u0627\u0647 9632',
	#     'birthdate': '2001-05-16',
	#     'mail': u'c@yahoo.com',
	#     'name': u'\u062c\u0646\u0627\u0628 \u0622\u0642\u0627\u06cc \u062f\u06a9\u062a\u0631 \u0622\u0631\u06cc\u0627 \u0633\u0645\u0633\u0627\u0631',
	#     'sex': 'M',
	#     'username': u'.'}

	fake.profile(fields=None)
	# {   'address': u'1884 \u0622\u06cc\u062f\u0627 \u0645\u06cc\u062f\u0627\u0646\nn, \u0647\u0631\u0645\u0632\u06af\u0627\u0646 0597',
	#     'birthdate': '2013-08-08',
	#     'blood_group': 'A-',
	#     'company': u'\u06af\u0631\u0648\u0647 \u0627\u0646\u062a\u0634\u0627\u0631\u060c \u0686\u0627\u067e \u0648 \u062a\u0643\u062b\u064a\u0631',
	#     'current_location': (Decimal('-64.108333'), Decimal('95.320861')),
	#     'job': 'Insurance account manager',
	#     'mail': u'.@hotmail.com',
	#     'name': u'\u0645\u0647\u062f\u06cc\u0647 \u0627\u06a9\u0628\u0631 \u067e\u0648\u0631 ',
	#     'residence': u'940 \u0631\u0648\u062d\u0627\u0646\u06cc \u0628\u0644\u0648\u0627\u0631 \u0648\u0627\u062d\u062f 312\nt, \u06af\u0644\u0633\u062a\u0627\u0646 9564',
	#     'sex': 'F',
	#     'ssn': u'749-88-6543',
	#     'username': u'.',
	#     'website': [   u'http://.info/',
	#                    u'http://www..com/',
	#                    u'http://www..com/',
	#                    u'http://.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'Veniam quidem.',
	#     u'In voluptatem aut.',
	#     u'Sunt reiciendis.',
	#     u'51@.net',
	#     5782,
	#     u'Dolorem molestiae.',
	#     u'Iste ea hic velit.',
	#     713.6555]

	fake.pystr(max_chars=20)
	# u'Perferendis optio.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   81067140822321.0,
	#         4979,
	#         -69708252982040.6,
	#         1933,
	#         u'Qui occaecati ad.',
	#         u'Consequuntur.',
	#         42131124.4275,
	#         96339949.309,
	#         600,
	#         u'http://.net/homepage/'],
	#     {   u'alias': u'Rerum incidunt quia.',
	#         u'culpa': u'Cupiditate et.',
	#         u'dolor': u'Saepe esse eum.',
	#         u'dolores': -18203067.697739,
	#         u'et': datetime(1971, 1, 6, 18, 2, 56),
	#         u'placeat': 2673,
	#         u'qui': 2542,
	#         u'sed': u'75@.com',
	#         u'ut': -3101430964.22},
	#     {   u'adipisci': {   5: u'Aspernatur autem ad.',
	#                          6: [   datetime(1987, 9, 27, 17, 32, 8),
	#                                 u'Nostrum omnis omnis.',
	#                                 u'http://www..com/search/'],
	#                          7: {   5: u'Iure qui.',
	#                                 6: u'Est in sint hic.',
	#                                 7: [u'Non ducimus.', u'b@hotmail.com']}},
	#         u'dolor': {   2: 6543,
	#                       3: [   u'http://.com/category.asp',
	#                              u'Recusandae maxime.',
	#                              u'u@.com'],
	#                       4: {   2: u'Voluptates nesciunt.',
	#                              3: u'http://www..com/blog/about.html',
	#                              4: [4050, u'Nesciunt est odio.']}},
	#         u'enim': {   1: 98780704885.4964,
	#                      2: [7002, 655, Decimal('347502187488')],
	#                      3: {   1: 7067.358466,
	#                             2: 6301,
	#                             3: [u'http://www..com/', u'Tempora iste.']}},
	#         u'minus': {   6: u'Laboriosam qui.',
	#                       7: [8042, u'Sed hic tempore.', 5820],
	#                       8: {   6: Decimal('6688.21496423'),
	#                              7: u'Aperiam ipsam.',
	#                              8: [   u'Qui laudantium.',
	#                                     u'Ut voluptates illum.']}},
	#         u'nisi': {   9: 9263,
	#                      10: [   Decimal('-2.62530999394E+13'),
	#                              Decimal('96.9506'),
	#                              u'Soluta sunt esse.'],
	#                      11: {   9: u'Ut adipisci nemo.',
	#                              10: u'Nihil illum omnis.',
	#                              11: [8493, u'Debitis impedit et.']}},
	#         u'nulla': {   7: -813736.7955556,
	#                       8: [8801, 8.116264, u'http://.com/privacy.html'],
	#                       9: {   7: u'Consectetur nihil.',
	#                              8: u'Ipsa repellendus.',
	#                              9: [u'.@.com', -9425586219378.0]}},
	#         u'numquam': {   0: 5784,
	#                         1: [   3589,
	#                                u'Ipsam aperiam.',
	#                                Decimal('3.66880275854E+13')],
	#                         2: {   0: u'At neque tempora.',
	#                                1: -558073310719.9,
	#                                2: [   u'Rerum facilis qui.',
	#                                       u'http://www..org/index/']}},
	#         u'possimus': {   4: u'.@.com',
	#                          5: [6542, -99996405134166.9, u'Iure dolorem id.'],
	#                          6: {   4: u'http://www..com/blog/list/index/',
	#                                 5: Decimal('-6544579666.75'),
	#                                 6: [9883, 8588]}},
	#         u'rerum': {   8: datetime(1977, 5, 8, 10, 1, 56),
	#                       9: [   u'Magni aperiam.',
	#                              4917,
	#                              datetime(1998, 8, 16, 18, 48, 4)],
	#                       10: {   8: u'Aliquam voluptatum.',
	#                               9: u'Quidem eos velit.',
	#                               10: [8543, Decimal('4.32')]}},
	#         u'similique': {   3: u'v@yahoo.com',
	#                           4: [   Decimal('3355.7103059'),
	#                                  u'Hic odit libero.',
	#                                  u'Eaque quia error.'],
	#                           5: {   3: datetime(2003, 2, 12, 10, 42, 45),
	#                                  4: u'http://.com/home/',
	#                                  5: [165, -14745402699.0]}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   datetime(1995, 7, 27, 14, 33, 58),
	#     u'Velit consequatur.',
	#     u'Quas sint minima.',
	#     u'.@.com',
	#     1114,
	#     u'http://.com/',
	#     u'http://.com/author/',
	#     Decimal('-4.85287072692E+12'),
	#     u'Sunt a explicabo.',
	#     Decimal('-8.53497980894E+14'),
	#     1154,
	#     u'Aut commodi.',
	#     u'http://.com/posts/posts/main.php']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Fugiat minima in.',
	#     2742,
	#     datetime(1985, 1, 10, 20, 13, 40),
	#     6175,
	#     u'http://www..com/wp-content/tag/category.php',
	#     u'Eos id voluptas eos.',
	#     3982,
	#     u'01@.com',
	#     Decimal('-2.321224'),
	#     4025,
	#     5115,
	#     Decimal('11176.1'))

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'http://.net/', 8004, u'Dignissimos dolorem.', 723312149018071.0, u'Sint id sint odio.', u'Nobis aut voluptas.', -99095437.7122534])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'atque': datetime(2008, 4, 22, 4, 43, 40),
	#     u'consequuntur': u'u@yahoo.com',
	#     u'deserunt': 4332,
	#     u'eum': 8070,
	#     u'in': 774555237617.0,
	#     u'occaecati': u'Impedit voluptatum.',
	#     u'odit': u'http://www..net/main.html',
	#     u'qui': Decimal('-45289.8242')}

	fake.pyint()
	# 5900

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

::

	fake.ssn()
	# u'506-49-1445'

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

::

	fake.mac_processor()
	# u'U; Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_9; rv:1.9.3.20) Gecko/2013-03-23 06:11:50 Firefox/3.8'

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

	fake.opera()
	# u'Opera/9.20.(Windows NT 6.0; it-IT) Presto/2.9.183 Version/10.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; rv:1.9.5.20) Gecko/2011-08-02 16:47:20 Firefox/7.0'

	fake.chrome()
	# u'Mozilla/5.0 (Windows NT 5.01) AppleWebKit/5361 (KHTML, like Gecko) Chrome/13.0.851.0 Safari/5361'

	fake.linux_processor()
	# u'x86_64'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/532.3.4 (KHTML, like Gecko) Version/4.0.5 Safari/532.3.4'
