
Language fa_IR
**************


"faker.providers.address"
=========================

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

   fake.street_name()
   # u'\u0628\u0647\u0631\u0627\u0645\u06cc \u0645\u06cc\u062f\u0627\u0646'

   fake.address()
   # u'74559 \u06cc\u0627\u0633\u0645\u06cc\u0646 \u0622\u0632\u0627\u062f \u0631\u0627\u0647 \u0633\u0648\u0626\u06cc\u062a 099\np, \u0647\u0645\u062f\u0627\u0646 137'

   fake.street_address()
   # u'362 \u0627\u0644\u0648\u0646\u062f\u06cc \u0628\u0646 \u0628\u0633\u062a \u0648\u0627\u062d\u062f 288'

   fake.postcode()
   # u'6009090916'

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

   fake.country()
   # u'\u0622\u0631\u0698\u0627\u0646\u062a\u06cc\u0646'

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

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

   fake.street_suffix()
   # u'\u0628\u0646 \u0628\u0633\u062a'

   fake.city_prefix()
   # u'\u0631\u0648\u0633\u062a\u0627\u06cc'

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'6180'

   fake.country_code()
   # u'SI'

   fake.city()
   # u'e'

   fake.state()
   # u'\u0627\u0631\u062f\u0628\u06cc\u0644'


"faker.providers.barcode"
=========================

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

   fake.ean13()
   # u'3480859672424'

   fake.ean8()
   # u'99827427'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(76,26,25)'

   fake.color_name()
   # u'SandyBrown'

   fake.rgb_color_list()
   # (146, 104, 248)

   fake.rgb_color()
   # u'164,43,218'

   fake.safe_hex_color()
   # u'#aa2200'

   fake.safe_color_name()
   # u'white'

   fake.hex_color()
   # u'#4c3c84'


"faker.providers.company"
=========================

   fake.company()
   # u'\u0644\u0628\u0646\u06cc\u0627\u062a \u067e\u0627\u0633\u062a\u0648\u0631\u06cc\u0632\u0647 \u067e\u0627\u06a9 \u0622\u0631\u0627 \u0633\u0646\u0646\u062f\u062c'

   fake.company_suffix()
   # u'Ltd'


"faker.providers.credit_card"
=============================

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 16 digit\n\u0622\u0631\u0645\u06cc\u0646 \u0646\u0648\u0631\u06cc\n3088231926763277 10/16\nCVC: 295\n'

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

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


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'MOP'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(34, 8, 9, 3, 4, 8)

   fake.month()
   # '11'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'Indian/Antananarivo'

   fake.iso8601()
   # '1978-01-31T15:04:47'

   fake.date_time()
   # datetime(2015, 2, 21, 2, 43, 16)

   fake.month_name()
   # 'October'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 1, 21, 19, 47, 4)

   fake.unix_time()
   # 667654965

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '01'

   fake.time(pattern="%H:%M:%S")
   # '16:09:51'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2011, 2, 16, 1, 37)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 2, 20, 10, 23)

   fake.year()
   # '1977'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 29)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 7, 2, 17, 51, 7)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 12, 22, 10, 49, 29)

   fake.century()
   # u'XV'

   fake.date(pattern="%Y-%m-%d")
   # '2005-05-03'

   fake.time_delta()
   # datetime.timedelta(1037, 38478)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'image/svg+xml'

   fake.file_name(category=None, extension=None)
   # u'voluptatibus.bmp'

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


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'62.120.115.202'

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

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

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

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

   fake.image_url(width=None, height=None)
   # u'http://www.lorempixel.com/632/2'

   fake.tld()
   # u'com'

   fake.free_email()
   # u'73@yahoo.com'

   fake.slug(*args, **kwargs)
   # u'repellendus-tempore'

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

   fake.domain_name()
   # u'.org'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'ddb3:4c04:8d8f:0c2e:81a5:5e00:08f7:34a7'

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

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

   fake.uri_path(deep=None)
   # u'posts/category/tag'

   fake.email()
   # u'u@gmail.com'

   fake.uri_page()
   # u'privacy'

   fake.mac_address()
   # u'b2:aa:5b:3c:65:3a'


"faker.providers.job"
=====================

   fake.job()
   # 'Newspaper journalist'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Ut reprehenderit tempore iure voluptatum architecto ut sit. Doloribus non iste sint reiciendis quis laboriosam aut. Aspernatur dolorem sint exercitationem.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Nihil non non voluptatem unde sapiente possimus aut.'

   fake.word()
   # u'cum'

   fake.paragraphs(nb=3)
   # [   u'Dolor dolores esse sed reiciendis excepturi cupiditate. Dolore nobis quia voluptatum porro consequuntur neque rerum animi. Velit dignissimos earum nostrum tempore in dolorum. Cupiditate quas iure ut.',
   #     u'Et cupiditate error ducimus maxime quia sunt. Excepturi numquam rerum qui quia dolorem inventore eos. Sed voluptas est similique aut aperiam. Veritatis nemo libero iure quas quos doloremque molestiae omnis.',
   #     u'Est sint voluptatem quasi provident accusantium dignissimos fugit. Veniam animi quo asperiores magnam. Ratione facere molestiae dolore. Dolore repellat omnis dolor dolore.']

   fake.words(nb=3)
   # [u'ad', u'necessitatibus', u'doloribus']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Culpa consequatur delectus corrupti et fugiat. Eos fuga sed maxime. Excepturi optio dolorem et molestias. Porro numquam tempore perferendis dolorem voluptas autem minima quia. Rerum omnis fuga molestiae iure velit.'

   fake.sentences(nb=3)
   # [   u'Laborum quasi velit et omnis quaerat consequatur est.',
   #     u'Cum rerum deleniti itaque cum labore.',
   #     u'Rerum error enim quia est.']


"faker.providers.misc"
======================

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'M!fF#@ReQF'

   fake.locale()
   # u'de_HU'

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

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

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # 'd4bbe6df261cb8a2e0316d34cc073075cc7c978951691cbb3e898b404daa0bcb'

   fake.uuid4()
   # '17b9a94b-6e6c-4e6a-adf9-3f85454e9fc0'

   fake.language_code()
   # u'fr'

   fake.boolean(chance_of_getting_true=50)
   # True


"faker.providers.person"
========================

   fake.last_name_male()
   # u'\u0632\u0627\u0631\u0639'

   fake.name_female()
   # u'\u062d\u0646\u0627\u0646\u0647 \u0646\u0627\u0645\u0648\u0631'

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

   fake.prefix()
   # u'\u062c\u0646\u0627\u0628 \u0622\u0642\u0627\u06cc'

   fake.name()
   # u'\u0627\u0644\u0646\u0627 \u0686\u0646\u06af\u06cc\u0632\u06cc '

   fake.suffix_female()
   # u''

   fake.name_male()
   # u'\u0645\u062d\u0645\u062f\u0627\u0645\u06cc\u0646 \u0646\u0639\u0645\u062a\u06cc'

   fake.first_name()
   # u'\u0627\u0644\u06cc\u0646\u0627'

   fake.suffix_male()
   # u''

   fake.suffix()
   # u''

   fake.first_name_male()
   # u'\u0627\u0645\u06cc\u0631 \u0639\u0644\u06cc'

   fake.first_name_female()
   # u'\u0645\u0631\u06cc\u0645'

   fake.last_name_female()
   # u'\u0648\u062b\u0627\u0642'

   fake.last_name()
   # u'\u0645\u06cc\u0631\u062f\u0627\u0645\u0627\u062f\u06cc'

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


"faker.providers.phone_number"
==============================

   fake.phone_number()
   # u'+98 25 8011 8689'


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'359 \u0633\u0639\u06cc\u062f\u06cc \u0628\u0644\u0648\u0627\u0631\n , \u0627\u0644\u0628\u0631\u0632 6271302380',
   #     'birthdate': '2002-04-27',
   #     'mail': u'o@gmail.com',
   #     'name': u'\u0645\u0644\u06cc\u0643\u0627 \u0645\u062c\u062a\u0647\u062f\u06cc',
   #     'sex': 'M',
   #     'username': u'.'}

   fake.profile(fields=None)
   # {   'address': u'6283 \u0627\u0633\u0645\u0627 \u0645\u06cc\u062f\u0627\u0646 \u0633\u0648\u0626\u06cc\u062a 838\n_, \u06a9\u0647\u06af\u06cc\u0644\u0648\u06cc\u0647 \u0648 \u0628\u0648\u06cc\u0631\u0627\u062d\u0645\u062f 0594',
   #     'birthdate': '1998-12-10',
   #     'blood_group': 'AB+',
   #     'company': u'\u06af\u0631\u0648\u0647 \u0645\u0627\u0634\u064a\u0646 \u0622\u0644\u0627\u062a \u0648 \u062a\u062c\u0647\u064a\u0632\u0627\u062a',
   #     'current_location': (Decimal('5.4359575'), Decimal('64.734801')),
   #     'job': 'Information officer',
   #     'mail': u'.@yahoo.com',
   #     'name': u'\u062c\u0646\u0627\u0628 \u0622\u0642\u0627\u06cc \u0627\u0628\u0648\u0627\u0644\u0641\u0636\u0644 \u0634\u0628\u06cc\u0631\u06cc',
   #     'residence': u'34705 \u0622\u06cc\u062f\u0627 \u062c\u0627\u062f\u0647\nt, \u062e\u0631\u0627\u0633\u0627\u0646 7540580654',
   #     'sex': 'F',
   #     'ssn': u'440-05-1736',
   #     'username': u'.',
   #     'website': [u'http://www..com/', u'http://www..com/', u'http://www..biz/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Non eos minima.',
   #     u'Et aperiam.',
   #     u'p@gmail.com',
   #     2513,
   #     u'Velit itaque.',
   #     u'http://www..com/category/register.html',
   #     u'm@hotmail.com',
   #     datetime(2004, 4, 18, 22, 12, 52),
   #     Decimal('-6051935304.0'),
   #     u'Sapiente quisquam.')

   fake.pystr(max_chars=20)
   # u'Error totam.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'.@.info',
   #         u'Et consectetur.',
   #         u'Blanditiis.',
   #         7324,
   #         u'Et ratione velit.',
   #         datetime(1973, 3, 12, 3, 5, 40),
   #         u'i@yahoo.com',
   #         u'Qui sed assumenda.',
   #         5558,
   #         u'Blanditiis sed sit.'],
   #     {   u'aliquam': 4765,
   #         u'ea': 5162,
   #         u'ipsa': datetime(1982, 3, 20, 23, 55),
   #         u'ipsam': u'53@hotmail.com',
   #         u'nihil': u'Doloremque.',
   #         u'omnis': 4438,
   #         u'quas': 8111,
   #         u'quis': u'http://www..biz/',
   #         u'tempore': datetime(1971, 8, 10, 8, 49, 46),
   #         u'veritatis': datetime(1979, 2, 22, 21, 36, 5)},
   #     {   u'accusamus': {   0: u'Ex odit suscipit.',
   #                           1: [   u'Repudiandae sunt et.',
   #                                  u'http://.net/',
   #                                  -694849191851.8],
   #                           2: {   0: 730,
   #                                  1: u'Et blanditiis.',
   #                                  2: [   -7819322885.0,
   #                                         u'Iste molestias modi.']}},
   #         u'architecto': {   1: Decimal('-15885.68'),
   #                            2: [1922, u'v@yahoo.com', u'Eum numquam.'],
   #                            3: {   1: u'Voluptate.',
   #                                   2: u'Saepe sint et sit.',
   #                                   3: [   u'http://.com/faq.htm',
   #                                          u'Facere omnis.']}},
   #         u'culpa': {   8: 8975,
   #                       9: [   u'http://.com/author.html',
   #                              u'Sit eos quas quos.',
   #                              u'Dolorum aut.'],
   #                       10: {   8: u'Soluta cupiditate.',
   #                               9: datetime(1989, 10, 15, 22, 54, 46),
   #                               10: [u'Dolore reiciendis.', 4068]}},
   #         u'cupiditate': {   3: u'Optio corporis.',
   #                            4: [   u'Fugiat dolorem ut.',
   #                                   Decimal('-63777127.981'),
   #                                   Decimal('-896985.33314')],
   #                            5: {   3: u'Voluptatem vel.',
   #                                   4: u'Ut quia rerum odio.',
   #                                   5: [   Decimal('93.7594028778'),
   #                                          u'A voluptate quia.']}},
   #         u'doloremque': {   6: u'Vel consequatur.',
   #                            7: [   u'Impedit quae alias.',
   #                                   u'http://www..com/app/about/',
   #                                   u'Ratione ex debitis.'],
   #                            8: {   6: 1451,
   #                                   7: Decimal('1337.46812305'),
   #                                   8: [   u'Iure voluptatibus.',
   #                                          u'Molestiae voluptas.']}},
   #         u'et': {   4: u'Qui et ullam qui.',
   #                    5: [   u'http://www..com/tag/categories/home/',
   #                           datetime(2013, 11, 13, 18, 36, 43),
   #                           673147880978881.0],
   #                    6: {   4: 7958,
   #                           5: Decimal('-8.0'),
   #                           6: [   datetime(2003, 12, 2, 12, 54, 46),
   #                                  Decimal('-10779177.0')]}},
   #         u'iusto': {   2: u'Nesciunt culpa.',
   #                       3: [   3027,
   #                              u'http://www..com/faq.html',
   #                              Decimal('-26626037011.0')],
   #                       4: {   2: u'Corporis id sit.',
   #                              3: u'.@yahoo.com',
   #                              4: [u'.@hotmail.com', 6190]}},
   #         u'quia': {   9: -822840.64,
   #                      10: [   u'Possimus neque sed.',
   #                              Decimal('31013.251407'),
   #                              -565.246],
   #                      11: {   9: 2586,
   #                              10: u'http://.biz/index.html',
   #                              11: [7.61, 4965]}},
   #         u'repellat': {   5: Decimal('4.18919405046E+14'),
   #                          6: [   Decimal('-792447.0'),
   #                                 u'Repellendus.',
   #                                 u'67@gmail.com'],
   #                          7: {   5: u'.@hotmail.com',
   #                                 6: datetime(2014, 4, 6, 6, 26, 45),
   #                                 7: [   Decimal('-34.46'),
   #                                        u'Quas et recusandae.']}},
   #         u'voluptatem': {   7: Decimal('-5615548.6'),
   #                            8: [   -72.647850326162,
   #                                   207182.63,
   #                                   u'Voluptates quae non.'],
   #                            9: {   7: u'e@.com',
   #                                   8: 92174.1,
   #                                   9: [   u'Unde debitis eum.',
   #                                          u'Illo qui quaerat.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   2050,
   #     4682,
   #     u'Rerum autem.',
   #     9071,
   #     6298,
   #     4.408,
   #     u'Incidunt sunt vel.',
   #     u'http://www..com/wp-content/category.htm',
   #     Decimal('-710977890713'),
   #     u'http://www..com/']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Sed non quo iste.',
   #     Decimal('773149505.296'),
   #     6089,
   #     -8546455.9295995,
   #     u'Nobis aut a veniam.',
   #     1929630491057.0,
   #     u'Omnis explicabo.',
   #     u'Voluptas et.',
   #     datetime(1989, 8, 1, 2, 25, 21))

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([Decimal('-4.69869605529E+14'), u'Adipisci.', u'Molestiae dolorum.', u'Cupiditate quae.', 64592753850606.0, u'.@hotmail.com', 1648, u'Necessitatibus.', u'Autem ut ut rem.', 5047, -8135049744.2, 2271])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'aspernatur': u'Est quaerat sequi.',
   #     u'deserunt': u'Eos neque est rerum.',
   #     u'distinctio': datetime(2010, 10, 11, 16, 2, 7),
   #     u'eum': u'.@hotmail.com',
   #     u'excepturi': 765,
   #     u'iusto': u'Dolorem et quidem.',
   #     u'neque': 9175,
   #     u'nulla': Decimal('-4.37355911076E+14'),
   #     u'occaecati': 5470,
   #     u'pariatur': 366589277.65912,
   #     u'qui': u'Illum velit quasi.'}

   fake.pyint()
   # 7071


"faker.providers.ssn"
=====================

   fake.ssn()
   # u'220-91-0575'


"faker.providers.user_agent"
============================

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

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2011-10-01 05:20:18 Firefox/8.0'

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

   fake.opera()
   # u'Opera/9.11.(Windows NT 6.2; en-US) Presto/2.9.168 Version/12.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_5; rv:1.9.5.20) Gecko/2012-11-29 00:08:49 Firefox/3.6.18'

   fake.chrome()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6) AppleWebKit/5360 (KHTML, like Gecko) Chrome/13.0.885.0 Safari/5360'

   fake.linux_processor()
   # u'i686'

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

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