
Language ne_NP
===============

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

::

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

	fake.building_number()
	# u'06570'

	fake.street_address()
	# u'1791 \u0938\u0941\u092e\u0928 Isle'

	fake.postalcode_plus4()
	# u'30783-7632'

	fake.city_prefix()
	# u'North'

	fake.military_ship()
	# u'USNS'

	fake.country_code()
	# u'TG'

	fake.city()
	# u'\u092c\u093f\u0930\u093e\u091fmouth'

	fake.zipcode_plus4()
	# u'10778-6199'

	fake.state_abbr()
	# u'OK'

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

	fake.street_suffix()
	# u'Port'

	fake.city_suffix()
	# u'fort'

	fake.military_dpo()
	# u'Unit 6336 Box 2454'

	fake.country()
	# u'Saint Kitts and Nevis'

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

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

	fake.postalcode()
	# u'61648'

	fake.address()
	# u'352 \u091c\u0948\u0928 Estate\nEast \u090b\u0936\u0941stad, IA 10902'

	fake.state()
	# u'Arizona'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'\u0936\u0947\u0930\u094d\u092a\u093e Greens'

	fake.zipcode()
	# u'59288'

	fake.postcode()
	# u'45372-5794'

	fake.military_apo()
	# u'PSC 4702, Box 8038'

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

::

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

	fake.ean13()
	# u'7462820996315'

	fake.ean8()
	# u'57350103'

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

::

	fake.rgb_css_color()
	# u'rgb(210,116,3)'

	fake.color_name()
	# u'Blue'

	fake.rgb_color_list()
	# (53, 90, 134)

	fake.rgb_color()
	# u'116,99,98'

	fake.safe_hex_color()
	# u'#dd0000'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#8706e6'

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

::

	fake.company()
	# u'\u0928\u094d\u092f\u094c\u092a\u093e\u0928\u0947, \u0905\u0927\u093f\u0915\u093e\u0930\u0940 and \u092a\u094c\u0921\u094d\u092f\u093e\u0932'

	fake.company_suffix()
	# u'Inc'

	fake.catch_phrase()
	# u'Polarized uniform knowledgebase'

	fake.bs()
	# u'transition seamless e-commerce'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'JCB 15 digit'

	fake.credit_card_full(card_type=None)
	# u'Diners Club / Carte Blanche\n\u0930\u0924\u0928 \u091c\u094b\u0936\u0940\n30184676722180 12/20\nCVC: 361\n'

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

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

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

::

	fake.currency_code()
	# 'AED'

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

::

	fake.date_time_ad()
	# datetime.datetime(1789, 11, 4, 3, 20, 25)

	fake.month()
	# '10'

	fake.am_pm()
	# 'AM'

	fake.timezone()
	# u'Pacific/Nauru'

	fake.iso8601()
	# '1977-12-19T08:28:18'

	fake.date_time()
	# datetime(1983, 4, 30, 18, 43, 31)

	fake.month_name()
	# 'January'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 8, 7, 20, 26)

	fake.unix_time()
	# 649327354

	fake.day_of_week()
	# 'Saturday'

	fake.day_of_month()
	# '15'

	fake.time(pattern="%H:%M:%S")
	# '15:03:46'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1994, 10, 29, 6, 20, 24)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 1, 23, 55, 42)

	fake.year()
	# '1980'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2014, 1, 26, 19, 28, 18)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2014, 1, 12, 23, 39, 45)

	fake.century()
	# u'III'

	fake.date(pattern="%Y-%m-%d")
	# '1990-10-01'

	fake.time_delta()
	# datetime.timedelta(1451, 67722)

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

::

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

	fake.file_name(category=None, extension=None)
	# u'velit.avi'

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

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

::

	fake.ipv4()
	# u'73.52.143.81'

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

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

	fake.uri()
	# u'http://www..info/login.php'

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

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

	fake.tld()
	# u'com'

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

	fake.slug(*args, **kwargs)
	# u'qui-sit-non-vitae'

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

	fake.domain_name()
	# u'.com'

	fake.uri_extension()
	# u'.php'

	fake.ipv6()
	# u'6296:2c61:a7d1:b41b:517a:0d1f:cb39:a9b6'

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

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

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

	fake.email()
	# u'89@hotmail.com'

	fake.uri_page()
	# u'search'

	fake.mac_address()
	# u'5f:90:3a:55:31:a1'

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

::

	fake.job()
	# 'Bonds trader'

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

::

	fake.text(max_nb_chars=200)
	# u'Delectus et adipisci ipsa corrupti. Debitis amet amet asperiores repellendus libero fuga. Laboriosam est rem ea omnis maiores praesentium reprehenderit. Non quibusdam omnis temporibus.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Dolor ipsa deleniti odit beatae repudiandae.'

	fake.word()
	# u'sed'

	fake.paragraphs(nb=3)
	# [   u'Optio non occaecati et dolorum ullam. At aliquid et sed. Esse itaque in dicta earum quo aut. Assumenda eum molestiae hic.',
	#     u'Eaque quae exercitationem ea rerum sequi magni eius. Sed laudantium ut ut nisi accusantium sunt quibusdam. Omnis est repellendus ullam est necessitatibus quia.',
	#     u'Ut animi quisquam deserunt iure et. Fuga illum explicabo dolore ut harum reiciendis. Optio accusantium libero sint enim et necessitatibus laudantium occaecati.']

	fake.words(nb=3)
	# [u'iusto', u'libero', u'numquam']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Modi reiciendis ut cupiditate voluptas debitis impedit. Quidem eum natus blanditiis reprehenderit nisi et dolores cum. Iure deleniti sit consequuntur.'

	fake.sentences(nb=3)
	# [   u'Sit quia voluptatem eum aut vero possimus.',
	#     u'Enim dicta sapiente eos fugit recusandae.',
	#     u'Unde dolores aut tempore velit magnam doloremque occaecati.']

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

::

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

	fake.locale()
	# u'pt_BE'

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

	fake.sha1(raw_output=False)
	# '9de42b3e28522d311e4f8cbcb9ea51e46b4e176a'

	fake.null_boolean()
	# False

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

	fake.uuid4()
	# '5d4d3ad4-2a6c-4d1d-b0a2-58b49465095b'

	fake.language_code()
	# u'de'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'\u0905\u0927\u093f\u0915\u093e\u0930\u0940'

	fake.name_female()
	# u'\u0930\u0941\u092a\u093e \u092a\u094c\u0921\u0947\u0932'

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

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

	fake.name()
	# u'\u092e\u0926\u0928 \u0936\u093e\u0915\u094d\u092f'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'\u0909\u0926\u094d\u0927\u0935 \u092e\u093e\u0928\u0928\u094d\u0927\u0930'

	fake.first_name()
	# u'\u092c\u0941\u0926\u094d\u0927'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'\u0905\u092d\u093f\u0937\u0947\u0915'

	fake.first_name_female()
	# u'\u0915\u0943\u0937\u094d\u200d\u0923'

	fake.last_name_female()
	# u'\u0936\u093e\u0915\u094d\u092f'

	fake.last_name()
	# u'\u0928\u094d\u092f\u094c\u092a\u093e\u0928\u0947'

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

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

::

	fake.phone_number()
	# u'9802531407'

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

::

	fake.simple_profile()
	# {   'address': u'22826 \u092e\u0939\u0930\u094d\u091c\u0928 Parks\nNew \u0936\u094d\u0930\u0940\u0935\u0924\u094d\u0938view, CA 84061',
	#     'birthdate': '1984-01-18',
	#     'mail': u'.@yahoo.com',
	#     'name': u'\u092a\u0941\u0930\u0941\u0937\u094b\u0924\u094d\u0924\u092e \u0936\u094d\u0930\u0947\u0937\u094d\u200d\u0920',
	#     'sex': 'F',
	#     'username': u'l'}

	fake.profile(fields=None)
	# {   'address': u'7059 \u0915\u0947.\u0938\u0940 Loaf Suite 526\nEast \u0938\u0930\u0938\u094d\u0935\u0924\u0940stad, VI 46901-0031',
	#     'birthdate': '2015-09-03',
	#     'blood_group': 'A-',
	#     'company': u'\u0930\u093e\u0920\u0940, \u092e\u093e\u0928\u0928\u094d\u0927\u0930 and \u0926\u0941\u0917\u0921',
	#     'current_location': (Decimal('0.8068705'), Decimal('-14.398840')),
	#     'job': 'Games developer',
	#     'mail': u'.@hotmail.com',
	#     'name': u'\u092a\u094d\u0930\u092b\u0941\u0932\u094d\u0932 \u0936\u093e\u0939',
	#     'residence': u'70231 \u092e\u093e\u0928\u0928\u094d\u200d\u0927\u0930 Burgs Apt. 997\nNew \u0930\u091c\u0924fort, DC 96329-7941',
	#     'sex': 'M',
	#     'ssn': u'612-93-0601',
	#     'username': u'87',
	#     'website': [u'http://.info/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'http://.net/', 391, Decimal('-2.82065951499E+14'), u'.@hotmail.com', u'Assumenda.', u'Blanditiis quo.', u'Tempore minus quam.'])

	fake.pystr(max_chars=20)
	# u'Sint et non nam qui.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'Odit et quaerat.',
	#         u'Laudantium veniam.',
	#         u'http://.info/',
	#         Decimal('-720795573.548'),
	#         Decimal('5.89729753333E+12'),
	#         u'.@.net',
	#         Decimal('-508807286025'),
	#         u'http://www..com/',
	#         u'Optio possimus enim.',
	#         u'Aut earum minima.'],
	#     {   u'aut': u'Non alias aut modi.',
	#         u'eligendi': u'.@gmail.com',
	#         u'facere': u'Aut culpa at sint.',
	#         u'minima': datetime(2011, 6, 11, 8, 0, 47),
	#         u'pariatur': u'.@.net',
	#         u'perferendis': 2324,
	#         u'quam': Decimal('-69734951.3831'),
	#         u'quisquam': datetime(1991, 4, 7, 6, 57, 5),
	#         u'sunt': Decimal('-28.81581085'),
	#         u'ut': u'Eveniet nihil harum.'},
	#     {   u'aut': {   9: Decimal('176776051.752'),
	#                     10: [2575, -8763614931943.0, Decimal('420309097.822')],
	#                     11: {   9: Decimal('2590.96315734'),
	#                             10: datetime(1993, 7, 26, 0, 20, 1),
	#                             11: [u'Delectus soluta.', -90322.52201]}},
	#         u'consequatur': {   1: 9549,
	#                             2: [   u'Voluptatem in.',
	#                                    datetime(1980, 4, 18, 5, 40, 31),
	#                                    u'25@hotmail.com'],
	#                             3: {   1: datetime(1975, 9, 30, 2, 35, 6),
	#                                    2: 18063677.374,
	#                                    3: [   datetime(2001, 1, 13, 5, 45, 42),
	#                                           u'Sit consectetur ut.']}},
	#         u'ducimus': {   4: u'Eveniet omnis enim.',
	#                         5: [   u'http://www..org/',
	#                                datetime(2015, 5, 31, 15, 2, 2),
	#                                datetime(2003, 8, 26, 15, 58, 38)],
	#                         6: {   4: u'Qui dolor odio sed.',
	#                                5: u'Et veniam.',
	#                                6: [u'59@yahoo.com', u'Fuga atque.']}},
	#         u'libero': {   2: 2675,
	#                        3: [   u'.@hotmail.com',
	#                               u'http://.net/homepage/',
	#                               datetime(2003, 1, 10, 1, 25, 50)],
	#                        4: {   2: u'http://.info/blog/list/login.php',
	#                               3: datetime(1974, 7, 10, 20, 11, 19),
	#                               4: [   u'Error quia tenetur.',
	#                                      Decimal('-659.5951646')]}},
	#         u'necessitatibus': {   7: 4257,
	#                                8: [   u'http://.biz/home/',
	#                                       u'Accusamus commodi.',
	#                                       6606],
	#                                9: {   7: u'.@.biz',
	#                                       8: u'Qui voluptas.',
	#                                       9: [7558, u'.@gmail.com']}},
	#         u'nihil': {   5: u'k@gmail.com',
	#                       6: [   6994,
	#                              Decimal('59.6657640721'),
	#                              datetime(1980, 11, 12, 11, 27, 5)],
	#                       7: {   5: u'Deleniti sequi ut.',
	#                              6: datetime(2013, 10, 3, 16, 1, 55),
	#                              7: [2566, u'Magni nihil.']}},
	#         u'non': {   8: Decimal('-2730497338.0'),
	#                     9: [   u'Ipsum perferendis.',
	#                            Decimal('-197611571.0'),
	#                            u'http://www..info/'],
	#                     10: {   8: u'Voluptas natus.',
	#                             9: u'Ad omnis et saepe.',
	#                             10: [   50088761406735.0,
	#                                     datetime(2013, 6, 16, 11, 9)]}},
	#         u'praesentium': {   3: datetime(1982, 9, 23, 8, 7, 13),
	#                             4: [   datetime(2007, 6, 17, 3, 54, 33),
	#                                    u'http://.com/privacy/',
	#                                    Decimal('430550.22')],
	#                             5: {   3: u'Sapiente.',
	#                                    4: u'http://www..com/explore/search/list/homepage/',
	#                                    5: [   u'Doloribus assumenda.',
	#                                           u'Impedit in nihil.']}},
	#         u'sit': {   0: Decimal('301.5'),
	#                     1: [Decimal('8.31887722225E+13'), u'93@gmail.com', 2321],
	#                     2: {   0: 4416,
	#                            1: datetime(1986, 12, 20, 10, 19, 52),
	#                            2: [u'Vitae sint officiis.', -52493566.910861]}},
	#         u'temporibus': {   6: u'Eos est dolore.',
	#                            7: [   775457697024606.0,
	#                                   7662,
	#                                   u'http://www..org/privacy/'],
	#                            8: {   6: u'Labore et commodi.',
	#                                   7: 58056197746779.0,
	#                                   8: [   407793598483506.0,
	#                                          datetime(1995, 2, 26, 4, 38, 50)]}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'.@gmail.com',
	#     Decimal('0.776'),
	#     2310,
	#     2623,
	#     238,
	#     928265955281.236,
	#     u'55@yahoo.com',
	#     u'Qui inventore.',
	#     u'.@.net',
	#     u'Quasi accusantium.',
	#     1232,
	#     u'r@hotmail.com',
	#     u'Consequuntur.',
	#     u'Voluptas quis.']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Eos debitis fugit.',
	#     Decimal('99624930058.0'),
	#     u'Reprehenderit nemo.',
	#     datetime(1977, 8, 15, 1, 59, 59),
	#     u'Tenetur corporis.',
	#     Decimal('-7.8453502286E+12'),
	#     datetime(2006, 7, 23, 23, 16, 39),
	#     u'Aut odit minus iure.',
	#     u'.@.info',
	#     u'b@yahoo.com')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([6330930242.2417, u'Provident et id in.', datetime(2009, 6, 17, 15, 55, 10), -216413788235.1, u'Natus voluptatem.', 2455, u'http://.com/tags/terms/', u'Mollitia voluptates.', -935024803426077.0, 4927])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'amet': Decimal('34.629483'),
	#     u'ea': 4681.1722707447,
	#     u'et': u'A modi dolores.',
	#     u'minus': u'http://.net/faq.html',
	#     u'modi': -746260319391.4,
	#     u'mollitia': 9486,
	#     u'nobis': u'Voluptas aliquam.',
	#     u'quod': u'Non occaecati eius.',
	#     u'sapiente': 6015,
	#     u'sed': datetime(1993, 3, 4, 13, 36, 46)}

	fake.pyint()
	# 9473

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

::

	fake.ssn()
	# u'085-07-1889'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; rv:1.9.2.20) Gecko/2012-06-01 04:50:56 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.15.(X11; Linux x86_64; sl-SI) Presto/2.9.187 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_4) AppleWebKit/5320 (KHTML, like Gecko) Chrome/13.0.832.0 Safari/5320'

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

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_9 rv:5.0; sl-SI) AppleWebKit/531.1.2 (KHTML, like Gecko) Version/5.0.3 Safari/531.1.2'
