
Language ja_JP
===============

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

::

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

	fake.prefecture()
	# u'\u9e7f\u5150\u5cf6\u770c'

	fake.street_name()
	# u'\u897f\u4e4b\u5712 Street'

	fake.zipcode()
	# u'894-9579'

	fake.address()
	# u'\u611b\u77e5\u770c\u5c71\u6b66\u5e02\u7adc\u6cc932\u4e01\u76ee21\u756a3\u53f7 \u4e5d\u6bb5\u5357\u30b7\u30e3\u30eb\u30e0004'

	fake.town()
	# u'\u4e38\u306e\u5185'

	fake.street_address()
	# u'753 \u4f50\u3005\u6728 Street'

	fake.postcode()
	# u'01868'

	fake.chome()
	# u'1\u4e01\u76ee'

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

	fake.country()
	# u'\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3'

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

	fake.street_suffix()
	# u'Street'

	fake.building_name()
	# u'\u30b3\u30fc\u30c8'

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'064'

	fake.country_code()
	# u'KI'

	fake.ban()
	# u'4\u756a'

	fake.city()
	# u'\u6a2a\u6d5c\u5e02\u6238\u585a\u533a'

	fake.gou()
	# u'14\u53f7'

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

::

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

	fake.ean13()
	# u'7633650120120'

	fake.ean8()
	# u'59339533'

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

::

	fake.rgb_css_color()
	# u'rgb(193,216,53)'

	fake.color_name()
	# u'Blue'

	fake.rgb_color_list()
	# (216, 118, 22)

	fake.rgb_color()
	# u'135,46,210'

	fake.safe_hex_color()
	# u'#999900'

	fake.safe_color_name()
	# u'fuchsia'

	fake.hex_color()
	# u'#d21700'

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

::

	fake.company_suffix()
	# u'Ltd'

	fake.company()
	# u'\u6709\u9650\u4f1a\u793e \u5742\u672c'

	fake.company_prefix()
	# u'\u5408\u540c\u4f1a\u793e'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'Discover\n\u592a\u90ce \u9752\u7530\n6011534360007274 05/20\nCVC: 993\n'

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

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

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

::

	fake.currency_code()
	# 'PEN'

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

::

	fake.date_time_ad()
	# datetime.datetime(825, 6, 24, 3, 58, 58)

	fake.month()
	# '03'

	fake.am_pm()
	# 'PM'

	fake.timezone()
	# u'Europe/Vilnius'

	fake.iso8601()
	# '2010-04-08T12:39:54'

	fake.date_time()
	# datetime(2005, 10, 31, 2, 45, 25)

	fake.month_name()
	# 'September'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 10, 13, 3, 0, 51)

	fake.unix_time()
	# 1198513562

	fake.day_of_week()
	# 'Wednesday'

	fake.day_of_month()
	# '19'

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

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(2007, 12, 18, 19, 25, 52)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 2, 7, 29, 14)

	fake.year()
	# '1997'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2011, 9, 19, 4, 59, 32)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2010, 8, 18, 21, 6, 42)

	fake.century()
	# u'XXI'

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

	fake.time_delta()
	# datetime.timedelta(7654, 32282)

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

::

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

	fake.file_name(category=None, extension=None)
	# u'neque.mov'

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

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

::

	fake.ipv4()
	# u'85.95.151.3'

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

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

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

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

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

	fake.tld()
	# u'org'

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

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

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

	fake.domain_name()
	# u'.net'

	fake.uri_extension()
	# u'.jsp'

	fake.ipv6()
	# u'9a1b:6250:cf70:1d00:80ca:373e:b61f:b2c8'

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

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

	fake.uri_path(deep=None)
	# u'categories/blog/tags'

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

	fake.uri_page()
	# u'home'

	fake.mac_address()
	# u'6f:ae:f1:85:c2:c6'

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

::

	fake.job()
	# 'Engineer, petroleum'

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

::

	fake.text(max_nb_chars=200)
	# u'Ea perspiciatis suscipit sed fugit voluptatem. Quas odio expedita temporibus atque. Qui perferendis mollitia possimus perspiciatis id. Quasi labore porro velit tempora optio rem.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Harum quo voluptatibus qui beatae sequi animi.'

	fake.word()
	# u'sit'

	fake.paragraphs(nb=3)
	# [   u'Autem voluptas dolorem nemo. Nihil nam blanditiis ipsam animi quidem. Et cum voluptatibus totam rerum. Corporis voluptatum repellendus quo et.',
	#     u'Minus quos nihil autem. Sint qui voluptates eius architecto ullam. Esse hic aperiam neque dignissimos consequuntur tempora quo iste. Omnis distinctio fuga ea dicta est error.',
	#     u'Ipsam repudiandae quia ratione quis. Minus aut veritatis repudiandae dolor totam vitae officiis. Dolores pariatur hic distinctio neque voluptas ratione inventore dolores. Culpa id nam praesentium aut doloribus.']

	fake.words(nb=3)
	# [u'aut', u'ex', u'alias']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Pariatur saepe laborum excepturi ab. Expedita in esse mollitia sed reprehenderit quia quod. Fuga quia aperiam molestiae perferendis sed aut maiores.'

	fake.sentences(nb=3)
	# [   u'Est reprehenderit voluptates accusamus non.',
	#     u'Odio doloremque fugiat autem.',
	#     u'Voluptatem architecto aut vel aut.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'b@(#w^W^X#'

	fake.locale()
	# u'en_RW'

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

	fake.sha1(raw_output=False)
	# '95206b4078755fd59e9c085d911785fdf56a5c33'

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '5898349609e01f496f2d288b1240abd35bec0210a090da0aac79c8700a814a96'

	fake.uuid4()
	# 'd5e84c10-8fe6-42f7-ad35-9477ad342245'

	fake.language_code()
	# u'fr'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.prefix_female()
	# ''

	fake.last_name_male()
	# u'\u7b39\u7530'

	fake.first_kana_name()
	# u'\u30ab\u30ca'

	fake.name_female()
	# u'\u5409\u672c \u3055\u3086\u308a'

	fake.first_kana_name_male()
	# u'\u30e8\u30a6\u30a4\u30c1'

	fake.prefix_male()
	# ''

	fake.prefix()
	# ''

	fake.name()
	# u'\u5c0f\u6797 \u7a14'

	fake.last_kana_name()
	# u'\u30a2\u30aa\u30bf'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'\u9ad8\u6a4b \u7fd4\u592a'

	fake.first_name()
	# u'\u6cbb'

	fake.first_kana_name_female()
	# u'\u30ea\u30ab'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'\u6dbc\u5e73'

	fake.first_name_female()
	# u'\u660e\u7f8e'

	fake.last_name_female()
	# u'\u559c\u5d8b'

	fake.last_name()
	# u'\u6c5f\u53e4\u7530'

	fake.kana_name()
	# u'\u30a4\u30c0\u30ab \u30cf\u30eb\u30ab'

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

::

	fake.phone_number()
	# u'090-0784-4870'

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

::

	fake.simple_profile()
	# {   'address': u'\u5c71\u68a8\u770c\u9999\u53d6\u90e1\u6771\u5e84\u753a\u6c0f\u5bb6\u65b0\u753040\u4e01\u76ee25\u756a8\u53f7',
	#     'birthdate': '2011-10-05',
	#     'mail': u'43@yahoo.com',
	#     'name': u'\u5c0f\u6cc9 \u7ffc',
	#     'sex': 'M',
	#     'username': u't'}

	fake.profile(fields=None)
	# {   'address': u'\u5fb3\u5cf6\u770c\u9999\u53d6\u90e1\u795e\u5d0e\u753a\u67ff\u6728\u6ca2\u65b0\u753035\u4e01\u76ee19\u756a12\u53f7 \u6d45\u8349\u6a4b\u30b7\u30e3\u30eb\u30e0380',
	#     'birthdate': '1996-06-08',
	#     'blood_group': 'AB-',
	#     'company': u'\u6709\u9650\u4f1a\u793e \u559c\u5d8b',
	#     'current_location': (Decimal('29.706153'), Decimal('149.667510')),
	#     'job': 'Retail merchandiser',
	#     'mail': u'.@yahoo.com',
	#     'name': u'\u539f\u7530 \u5eb7\u5f18',
	#     'residence': u'\u79cb\u7530\u770c\u53f0\u6771\u533a\u829d\u5927\u95809\u4e01\u76ee9\u756a3\u53f7 \u4e2d\u5ddd\u5d0e\u30d1\u30ec\u30b9062',
	#     'sex': 'F',
	#     'ssn': u'631-68-7364',
	#     'username': u'a',
	#     'website': [   u'http://www..com/',
	#                    u'http://www..com/',
	#                    u'http://.biz/',
	#                    u'http://www..com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Dicta facilis.',
	#     u'Et ratione autem.',
	#     3010,
	#     u'http://.com/categories/home.html',
	#     Decimal('-934.2'),
	#     u'http://.com/homepage.php',
	#     3553,
	#     u'Ab corporis.',
	#     u'Veniam dolorem.',
	#     u'Voluptatem quod qui.',
	#     1977,
	#     u'Voluptatem quae qui.',
	#     6395,
	#     u'Quas repellat aut.')

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

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

	fake.pystruct(count=10, *value_types)
	# (   [   3587,
	#         5105,
	#         u'http://www..com/',
	#         datetime(1993, 12, 19, 2, 48, 39),
	#         u'Et qui aliquid.',
	#         u'Deserunt et omnis.',
	#         340.938,
	#         u'http://www..com/posts/category/',
	#         u'11@hotmail.com',
	#         u'Quaerat est quos.'],
	#     {   u'aliquid': u'Fuga qui nihil.',
	#         u'autem': u'Aut recusandae.',
	#         u'corrupti': u'Natus ut aliquam.',
	#         u'dicta': u'Corrupti similique.',
	#         u'excepturi': datetime(2002, 9, 28, 22, 25, 29),
	#         u'non': 897,
	#         u'quod': u'Ipsa molestiae.',
	#         u'recusandae': 5166,
	#         u'tempora': u'Sint dolore nulla.',
	#         u'vero': 3284},
	#     {   u'atque': {   1: u'http://.info/register.php',
	#                       2: [   u'http://.net/categories/register/',
	#                              Decimal('6.45511026574E+13'),
	#                              4303],
	#                       3: {   1: u'.@.com',
	#                              2: 2305,
	#                              3: [   u'Consectetur.',
	#                                     Decimal('3.99130176352E+12')]}},
	#         u'eaque': {   6: -7603117920678.4,
	#                       7: [9216, u'Sunt magni quis.', u'Delectus iste.'],
	#                       8: {   6: 9.2276899680828,
	#                              7: u'Dicta placeat eius.',
	#                              8: [   Decimal('52169.7155'),
	#                                     u'Et occaecati quae.']}},
	#         u'illum': {   7: datetime(1999, 4, 28, 17, 18, 58),
	#                       8: [u'k@.com', -48.6, u'j@.biz'],
	#                       9: {   7: 466,
	#                              8: u'Vitae et et rerum.',
	#                              9: [   u'.@.com',
	#                                     datetime(1982, 6, 14, 11, 42, 13)]}},
	#         u'ipsa': {   9: u'.@.com',
	#                      10: [3209, -6212.85398, u'Molestias est sint.'],
	#                      11: {   9: u'32@.com',
	#                              10: u'Dicta sequi illo.',
	#                              11: [7464, u'Ad officiis.']}},
	#         u'molestias': {   3: u'Quidem inventore.',
	#                           4: [u'Soluta nemo.', 6815, 3676],
	#                           5: {   3: Decimal('-93.92488035'),
	#                                  4: 6900,
	#                                  5: [u'http://.org/', 8768]}},
	#         u'nostrum': {   5: u'Autem voluptatibus.',
	#                         6: [5730, -5274864345831.0, 1725],
	#                         7: {   5: u'Distinctio alias.',
	#                                6: datetime(1993, 3, 30, 22, 49, 51),
	#                                7: [u'Voluptas fuga.', u'Sit itaque in.']}},
	#         u'officiis': {   2: 2379,
	#                          3: [   Decimal('26170339.7052'),
	#                                 Decimal('7019173.61174'),
	#                                 7754],
	#                          4: {   2: u'http://www..org/wp-content/tags/index.htm',
	#                                 3: u'Dolor eius et fuga.',
	#                                 4: [   u'Maxime fugit.',
	#                                        u'Expedita aut soluta.']}},
	#         u'quas': {   4: datetime(2009, 2, 9, 21, 52, 54),
	#                      5: [   datetime(1992, 6, 14, 8, 6, 48),
	#                             u'Omnis illo sint.',
	#                             -88465.417875327],
	#                      6: {   4: u'Nisi ea sapiente.',
	#                             5: u'Id animi sapiente.',
	#                             6: [363.37246986546, u'Quam nesciunt ullam.']}},
	#         u'qui': {   0: u'Et quibusdam quo.',
	#                     1: [   u'http://.biz/',
	#                            datetime(1986, 11, 30, 2, 23, 12),
	#                            u'Quaerat maiores.'],
	#                     2: {   0: 4089,
	#                            1: u'Necessitatibus vel.',
	#                            2: [6.6378277, 75980.99]}},
	#         u'voluptatibus': {   8: u'Eos ut et.',
	#                              9: [   u'Corrupti ex.',
	#                                     u'In officiis fugiat.',
	#                                     Decimal('-287.235144899')],
	#                              10: {   8: u'Sapiente magni quo.',
	#                                      9: -450457.7582535,
	#                                      10: [   Decimal('1.65'),
	#                                              u'Laborum quis et.']}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://www..org/privacy/',
	#     u'Ut aliquam.',
	#     -68.95,
	#     u'26@hotmail.com',
	#     datetime(1987, 11, 12, 3, 3, 9),
	#     712140102.0,
	#     u'http://.com/register.htm',
	#     u'Cupiditate aut.',
	#     960485903101067.0,
	#     datetime(2001, 7, 26, 6, 6, 34),
	#     Decimal('-8577395225.67'),
	#     u't@hotmail.com']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   -945113370817.0,
	#     2534,
	#     -26.5482262006,
	#     datetime(1998, 6, 22, 18, 31, 22),
	#     Decimal('257815576.685'),
	#     u'Dicta sit.',
	#     849.47)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'Vel ipsum ratione.', Decimal('-4.8555180718E+13'), u'u@.com', u'Consequatur qui.', 6382, u'99@gmail.com', -8.0, u'05@hotmail.com', datetime(2006, 11, 13, 11, 18, 49), 926, u'http://.com/search/category/main/register.jsp'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'architecto': u'.@.com',
	#     u'asperiores': 2941,
	#     u'hic': u'Ut aut temporibus.',
	#     u'libero': u'Est earum et in.',
	#     u'nihil': 3883,
	#     u'qui': 1068,
	#     u'sit': u'Totam non impedit.',
	#     u'voluptate': u'Non consequatur.'}

	fake.pyint()
	# 8805

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

::

	fake.ssn()
	# u'143-12-8586'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 6.1; en-US; rv:1.9.0.20) Gecko/2011-11-27 11:02:50 Firefox/15.0'

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

	fake.opera()
	# u'Opera/8.57.(Windows 98; Win 9x 4.90; it-IT) Presto/2.9.160 Version/10.00'

	fake.windows_platform_token()
	# u'Windows CE'

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

	fake.user_agent()
	# u'Opera/8.86.(Windows NT 6.0; it-IT) Presto/2.9.163 Version/12.00'

	fake.chrome()
	# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5331 (KHTML, like Gecko) Chrome/13.0.832.0 Safari/5331'

	fake.linux_processor()
	# u'x86_64'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/534.37.3 (KHTML, like Gecko) Version/5.0.5 Safari/534.37.3'
