Language ne_NP

faker.providers.address

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

fake.building_number()
# u'5360'

fake.street_address()
# u'7239 \u0936\u094d\u0930\u0947\u0937\u094d\u200d\u0920 Station'

fake.postalcode_plus4()
# u'70367-4616'

fake.city_prefix()
# u'East'

fake.military_ship()
# u'USNS'

fake.country_code()
# u'IE'

fake.city()
# u'West \u091c\u094d\u091e\u093e\u0928\u0940view'

fake.zipcode_plus4()
# u'38058-0896'

fake.state_abbr()
# u'HI'

fake.latitude()
# Decimal('24.634089')

fake.street_suffix()
# u'Burg'

fake.city_suffix()
# u'furt'

fake.military_dpo()
# u'Unit 5879 Box 3147'

fake.country()
# u'Iceland'

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

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

fake.postalcode()
# u'05059'

fake.address()
# u'45076 \u0936\u0948\u0932\u0947\u0938 Street\nNew \u0938\u093f\u0926\u094d\u0927\u093f, WY 37560-4347'

fake.state()
# u'Connecticut'

fake.military_state()
# u'AE'

fake.street_name()
# u'\u0932\u093e\u092e\u093e Groves'

fake.zipcode()
# u'16223'

fake.postcode()
# u'40990'

fake.military_apo()
# u'PSC 4268, Box 6469'

faker.providers.barcode

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

fake.ean13()
# u'9896619585783'

fake.ean8()
# u'12205875'

faker.providers.color

fake.rgb_css_color()
# u'rgb(66,234,103)'

fake.color_name()
# u'DeepPink'

fake.rgb_color_list()
# (236, 128, 117)

fake.rgb_color()
# u'87,35,119'

fake.safe_hex_color()
# u'#ee7700'

fake.safe_color_name()
# u'white'

fake.hex_color()
# u'#e43d5c'

faker.providers.company

fake.company()
# u'\u0938\u0930\u093f\u092f\u093e-\u092c\u0938\u094d\u0928\u0947\u0924'

fake.company_suffix()
# u'Group'

fake.catch_phrase()
# u'Balanced impactful budgetary management'

fake.bs()
# u'target value-added schemas'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'JCB 15 digit\n\u0915\u0947\u0936\u0935 \u0938\u093f\u0902\u0939\n180037635290442 09/16\nCVC: 727\n'

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

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

faker.providers.currency

fake.currency_code()
# 'CRC'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(982, 12, 10, 18, 17, 55)

fake.month()
# '06'

fake.am_pm()
# 'PM'

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

fake.iso8601()
# '1987-05-30T05:37:42'

fake.date_time()
# datetime(2013, 2, 3, 7, 8, 35)

fake.month_name()
# 'October'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 3, 10, 19, 31, 57)

fake.unix_time()
# 639053275

fake.day_of_week()
# 'Monday'

fake.day_of_month()
# '05'

fake.time(pattern="%H:%M:%S")
# '07:48:05'

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(1988, 9, 5, 16, 53, 27)

fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 30, 11, 49, 32)

fake.year()
# '1998'

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(2013, 9, 26, 2, 1, 28)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2013, 7, 13, 13, 12, 34)

fake.century()
# u'XII'

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

fake.time_delta()
# datetime.timedelta(16394, 23988)

faker.providers.file

fake.mime_type(category=None)
# u'application/javascript'

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

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

faker.providers.internet

fake.ipv4()
# u'19.126.186.133'

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

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

fake.uri()
# u'http://www..com/search/categories/about.php'

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

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

fake.tld()
# u'info'

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

fake.slug(*args, **kwargs)
# u'non-dolor-veniam-et'

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

fake.domain_name()
# u'.org'

fake.uri_extension()
# u'.jsp'

fake.ipv6()
# u'528f:114c:207d:149f:b34c:165e:14cf:ad15'

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

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

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

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

fake.uri_page()
# u'about'

fake.mac_address()
# u'66:f6:e7:23:73:5c'

faker.providers.job

fake.job()
# 'Marketing executive'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'Qui tempora perferendis odit dolores sapiente quam. Rerum corrupti sed ipsum quis consequatur qui repellendus. Dicta dignissimos nobis optio atque sequi ullam.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'Fuga qui commodi aliquam dolore occaecati.'

fake.word()
# u'quas'

fake.paragraphs(nb=3)
# [   u'Est fugit non voluptatem magni numquam voluptatibus. Aut iure reprehenderit sit fuga architecto voluptas. Quaerat dolores pariatur deserunt doloribus.',
#     u'Veritatis amet occaecati et qui autem. Reprehenderit qui rerum iure molestias est suscipit vel modi. Nostrum voluptatibus animi eum assumenda sit sit.',
#     u'Consequuntur similique quo voluptate et aliquam facere voluptas. Recusandae sed ipsam fugiat eius sint est dolore. Ipsum minus rem quidem cumque dignissimos nesciunt aut dicta. Voluptatem sequi harum exercitationem id qui.']

fake.words(nb=3)
# [u'ratione', u'distinctio', u'blanditiis']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Excepturi est est qui dignissimos accusamus nemo molestiae. Sit recusandae voluptas rerum asperiores. Non recusandae ex quo amet quae.'

fake.sentences(nb=3)
# [   u'Delectus animi optio aut laudantium maiores.',
#     u'Repellat quibusdam atque quisquam quibusdam eaque et.',
#     u'Omnis enim consectetur ea molestiae saepe explicabo.']

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'e&e6r)!sXm'

fake.locale()
# u'cn_PY'

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

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

fake.null_boolean()
# False

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

fake.uuid4()
# '12e874a9-409e-4664-9cea-bf118ec04426'

fake.language_code()
# u'el'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\u0924\u0941\u0932\u093e\u0927\u0930'

fake.name_female()
# u'\u0936\u094d\u0930\u0940\u092e\u0924\u0940 \u0930\u0941\u091c\u093e \u092d\u091f\u094d\u091f\u0930\u093e\u0908'

fake.prefix_male()
# u'\u0936\u094d\u0930\u0940'

fake.prefix()
# u'\u0936\u094d\u0930\u0940\u092e\u0924\u0940'

fake.name()
# u'\u0907\u091a\u094d\u091b\u093e \u091c\u094b\u0936\u0940'

fake.suffix_female()
# ''

fake.name_male()
# u'\u0915\u0947\u0936\u0935\u0932\u093e\u0932 \u0915\u0947.\u0938\u0940'

fake.first_name()
# u'\u0905\u0928\u094b\u091c'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'\u092c\u0926\u094d\u0930\u093f'

fake.first_name_female()
# u'\u0908\u0936\u094d\u200d\u0935\u0930\u0940'

fake.last_name_female()
# u'\u092c\u091c\u094d\u0930\u093e\u091a\u093e\u0930\u094d\u092f'

fake.last_name()
# u'\u0924\u093f\u0935\u093e\u0930\u0940'

fake.prefix_female()
# u'\u0938\u0941\u0936\u094d\u0930\u0940'

faker.providers.phone_number

fake.phone_number()
# u'9846360628'

faker.providers.profile

fake.simple_profile()
# {   'address': u'781 \u092e\u093e\u0928\u0928\u094d\u0927\u0930 Tunnel Apt. 292\n\u0922\u0915\u093e\u0932borough, OR 27507-5724',
#     'birthdate': '1999-02-26',
#     'mail': u'.@yahoo.com',
#     'name': u'\u0936\u094d\u0930\u0940 \u0927\u0930\u094d\u092e\u0947\u0928\u094d\u0926\u094d\u0930 \u0915\u0947.\u0938\u0940',
#     'sex': 'M',
#     'username': u'.'}

fake.profile(fields=None)
# {   'address': u'49947 \u0905\u0917\u094d\u0930\u0935\u093e\u0932 Prairie Apt. 123\n\u0936\u094d\u0930\u0947\u0937\u094d\u200d\u0920ton, NM 67298-8525',
#     'birthdate': '2005-02-27',
#     'blood_group': 'B+',
#     'company': u'\u091c\u0948\u0928, \u0916\u0928\u093e\u0932 and \u092e\u093e\u0928\u0928\u094d\u0927\u0930',
#     'current_location': (Decimal('24.151780'), Decimal('-42.833904')),
#     'job': 'Ergonomist',
#     'mail': u'.@hotmail.com',
#     'name': u'\u092e\u0923\u093f \u0936\u094d\u0930\u0947\u0937\u094d\u200d\u0920',
#     'residence': u'54894 \u0918\u093f\u092e\u093f\u0930\u0947 Stravenue Suite 787\nSouth \u0926\u093f\u0932\u093f\u092a, KS 03646-2512',
#     'sex': 'F',
#     'ssn': u'604-96-1945',
#     'username': u'.',
#     'website': [u'http://www..org/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'Facilis iusto sit.', u'http://.com/posts/app/login.html', u'.@.com', 5487, 6384, 635])

fake.pystr(max_chars=20)
# u'Magnam eveniet iste.'

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

fake.pystruct(count=10, *value_types)
# (   [   u'http://.net/',
#         u'http://.com/main/',
#         u'http://.com/main.html',
#         u'Ut sed voluptatibus.',
#         9094,
#         u'Aut alias ipsa.',
#         u'Et et perferendis.',
#         datetime(2003, 8, 31, 2, 12, 40),
#         Decimal('-2.64016594616E+13'),
#         u'.@hotmail.com'],
#     {   u'a': Decimal('57159838181.0'),
#         u'dicta': u'Iste accusamus ipsa.',
#         u'et': Decimal('2.2565264639E+14'),
#         u'eum': u'Est provident.',
#         u'maxime': Decimal('-951007484031'),
#         u'nemo': u'Commodi ipsam nihil.',
#         u'nihil': u'l@.com',
#         u'quidem': u'Et voluptate.',
#         u'sed': -109061942093.98,
#         u'ut': 5342},
#     {   u'a': {   6: datetime(1994, 6, 10, 2, 40, 35),
#                   7: [Decimal('-948735872951'), u'Fugiat illum sit.', 7396],
#                   8: {   6: 7931,
#                          7: -37334.5509519948,
#                          8: [   datetime(1997, 8, 12, 9, 6, 1),
#                                 4288405562.82248]}},
#         u'ab': {   3: u'http://.org/categories/app/index.php',
#                    4: [   u'Qui quod non qui.',
#                           Decimal('24758018.8864'),
#                           u'Modi voluptas.'],
#                    5: {   3: -365.31,
#                           4: u'http://www..com/blog/category/tags/main.html',
#                           5: [   datetime(2006, 11, 15, 8, 21, 9),
#                                  Decimal('41472571.686')]}},
#         u'distinctio': {   7: 7921,
#                            8: [   u'http://www..net/homepage/',
#                                   datetime(1977, 9, 23, 16, 34, 21),
#                                   1060],
#                            9: {   7: u'Nostrum.',
#                                   8: u'http://www..com/categories/post.php',
#                                   9: [   u'http://.com/terms.asp',
#                                          u'Commodi sed iste.']}},
#         u'eaque': {   8: u'Debitis beatae et.',
#                       9: [u'http://www..com/posts/terms.html', 8258, 8934],
#                       10: {   8: 17692121.0,
#                               9: u'Aspernatur.',
#                               10: [u'.@.biz', u'Sit voluptate omnis.']}},
#         u'et': {   9: Decimal('-933836.886042'),
#                    10: [   u'Sunt cupiditate qui.',
#                            u'Fugit voluptatibus.',
#                            u'Et nesciunt soluta.'],
#                    11: {   9: -73.9923,
#                            10: u'Voluptatibus velit.',
#                            11: [2062, u'.@.com']}},
#         u'molestias': {   0: u'Quas soluta id quo.',
#                           1: [   datetime(1975, 6, 24, 1, 9, 28),
#                                  3484,
#                                  u'Omnis sunt.'],
#                           2: {   0: 73855.439527,
#                                  1: u'.@.com',
#                                  2: [   datetime(1987, 6, 12, 8, 57, 21),
#                                         datetime(1981, 5, 20, 0, 0, 42)]}},
#         u'necessitatibus': {   2: 8181,
#                                3: [   Decimal('-8.38631405828E+12'),
#                                       u'Quia officiis.',
#                                       -9.41],
#                                4: {   2: -31712004986515.4,
#                                       3: 2755,
#                                       4: [   u'Aliquid in enim.',
#                                              u'Architecto esse et.']}},
#         u'repudiandae': {   4: u'y@.net',
#                             5: [   66.834,
#                                    u'Harum eos doloribus.',
#                                    Decimal('-6.2359698')],
#                             6: {   4: u'http://www..com/post/',
#                                    5: u'.@hotmail.com',
#                                    6: [   u'Asperiores et cum.',
#                                           u'http://.com/']}},
#         u'saepe': {   5: 8307,
#                       6: [   u'Ipsa asperiores.',
#                              Decimal('5.94435717'),
#                              298248399639.78],
#                       7: {   5: u'Cum voluptas maxime.',
#                              6: u'http://.net/home.jsp',
#                              7: [772, -536378294.3844]}},
#         u'sunt': {   1: 7637,
#                      2: [-2359627.9, 2223, u'o@.org'],
#                      3: {   1: u'Et esse unde et.',
#                             2: u'.@.com',
#                             3: [6373, u'.@.com']}}})

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   -386393272.24,
#     -6261800.193662,
#     u'At dolorem totam.',
#     u'Laudantium.',
#     datetime(1998, 1, 30, 4, 44, 23),
#     u'Qui qui dolorem.',
#     2986,
#     u'.@yahoo.com',
#     datetime(2015, 7, 18, 14, 20, 37),
#     datetime(1979, 5, 17, 12, 56, 10),
#     u'http://www..info/search/index/',
#     6998,
#     9804,
#     u'Odio sed quam autem.']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'Deleniti.',
#     Decimal('5.06303410913E+14'),
#     u'Corrupti non.',
#     u'.@.com',
#     Decimal('971799.2232'),
#     u'Et at inventore et.',
#     u'Omnis voluptates ut.',
#     u'Aut molestiae.',
#     datetime(1987, 6, 21, 13, 54, 36),
#     u'http://www..com/explore/posts/app/faq.html',
#     8285,
#     u'Vitae quaerat.')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime(1991, 5, 19, 7, 30, 1), Decimal('-79499362125.0'), u'Inventore.', 5702, 7565, datetime(1997, 5, 11, 23, 38, 17), 399, 2002, u'Consectetur odio.', Decimal('-47941212.2534'), u'Est voluptatem.', datetime(1983, 10, 2, 4, 14, 42), datetime(2006, 12, 5, 15, 42, 27), u'Enim quae.'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aspernatur': 4471,
#     u'aut': Decimal('-5346012529.41'),
#     u'distinctio': Decimal('-25115940466.9'),
#     u'dolores': u'http://.biz/',
#     u'eum': u'http://www..net/register.jsp',
#     u'fuga': Decimal('-7.91208688836'),
#     u'quam': u'Et quia repellendus.',
#     u'quo': u'Blanditiis fuga.'}

fake.pyint()
# 4861

faker.providers.ssn

fake.ssn()
# u'129-79-8636'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2011-06-08 09:03:31 Firefox/3.6.14'

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

fake.opera()
# u'Opera/9.26.(Windows NT 5.2; it-IT) Presto/2.9.189 Version/12.00'

fake.windows_platform_token()
# u'Windows 98'

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

fake.user_agent()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; it-IT) AppleWebKit/535.37.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6535.37.1'

fake.chrome()
# u'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5330 (KHTML, like Gecko) Chrome/13.0.889.0 Safari/5330'

fake.linux_processor()
# u'x86_64'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5 rv:4.0; it-IT) AppleWebKit/531.6.4 (KHTML, like Gecko) Version/5.0 Safari/531.6.4'