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

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

::

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

	fake.prefecture()
	# u'\u548c\u6b4c\u5c71\u770c'

	fake.street_name()
	# u'\u6e1a Street'

	fake.zipcode()
	# u'551-5766'

	fake.address()
	# u'\u7fa4\u99ac\u770c\u6e0b\u8c37\u533a\u677e\u77f31\u4e01\u76ee27\u756a7\u53f7 \u30b7\u30c6\u30a3\u624b\u5ca1024'

	fake.street_address()
	# u'129 \u6e21\u8fba Street'

	fake.postcode()
	# u'60580'

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

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

	fake.country()
	# u'\u30b9\u30fc\u30c0\u30f3'

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

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'469'

	fake.town()
	# u'\u9ce5\u8d8a'

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

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

	fake.country_code(representation="alpha-2")
	# u'TG'

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

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'3-6659P'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'OAPJ6859305970798'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB33DLCE0727288018235'

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

::

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

	fake.ean13()
	# u'8810723367494'

	fake.ean8()
	# u'52585982'

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

::

	fake.rgb_css_color()
	# u'rgb(175,138,40)'

	fake.color_name()
	# u'Snow'

	fake.rgb_color()
	# u'50,187,137'

	fake.safe_hex_color()
	# u'#ee8800'

	fake.safe_color_name()
	# u'green'

	fake.hex_color()
	# u'#309496'

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

::

	fake.company_suffix()
	# u'Ltd'

	fake.company()
	# u'\u6709\u9650\u4f1a\u793e \u6728\u6751'

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

	fake.catch_phrase()
	# u'Configurable maximized definition'

	fake.bs()
	# u'productize global technologies'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Diners Club / Carte Blanche\n\u5065\u4e00 \u5b87\u91ce\n38330369303034 11/28\nCVC: 637\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'EMC'

	fake.currency_code()
	# 'KMF'

	fake.currency_name()
	# 'Seychellois rupee'

	fake.cryptocurrency_name()
	# 'IOTA'

	fake.cryptocurrency()
	# ('AUR', 'Auroracoin')

	fake.currency()
	# ('MDL', 'Moldovan leu')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2019, 6, 12, 2, 29, 21)

	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
	# <generator object time_series at 0x7fff899e3230>

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2019, 5, 15)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2004, 11, 18, 2, 17, 38)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 7, 17)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 5, 1, 0, 36, 58)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2019, 4, 29)

	fake.day_of_week()
	# 'Wednesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 4, 20, 13, 58, 32)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1991, 9, 26)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2011, 1, 20, 17, 16, 44)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '2019-01-03'

	fake.am_pm()
	# 'AM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2019, 5, 15, 4, 20, 47)

	fake.date_object(end_datetime=None)
	# datetime.date(2017, 4, 12)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2019, 5, 8)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2013-04-11T00:11:31'

	fake.future_date(end_date="+30d", tzinfo=None)
	# datetime.date(2019, 5, 24)

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2007, 2, 11)

	fake.month()
	# '09'

	fake.year()
	# '1991'

	fake.day_of_month()
	# '15'

	fake.unix_time(end_datetime=None, start_datetime=None)
	# 167156389

	fake.timezone()
	# u'Asia/Pyongyang'

	fake.century()
	# u'XVII'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1932, 3, 26)

	fake.time_object(end_datetime=None)
	# datetime.time(20, 1, 34)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 3, 15, 11, 56, 56)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2007, 6, 4, 18, 13, 57)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '20:34:46'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2019, 5, 14)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2019, 4, 22, 23, 57, 47)

	fake.month_name()
	# 'July'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(420, 2, 9, 5, 57, 40)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(13486, 74571)

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

::

	fake.unix_device(prefix=None)
	# u'/dev/vdo'

	fake.mime_type(category=None)
	# u'application/rss+xml'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/\u932f\u899a/\u30d1\u30f3.avi'

	fake.unix_partition(prefix=None)
	# u'/dev/vdi8'

	fake.file_name(category=None, extension=None)
	# u'\u72d0.tiff'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'hirokawamai@gmail.com'

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

	fake.tld()
	# u'net'

	fake.email(*args, **kwargs)
	# u'miyakeatsushi@yahoo.com'

	fake.url(schemes=None)
	# u'https://kiriyama.net/'

	fake.ipv4_private(network=False, address_class=None)
	# '10.66.24.116'

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

	fake.uri_extension()
	# u'.htm'

	fake.uri_page()
	# u'login'

	fake.free_email_domain(*args, **kwargs)
	# u'yahoo.com'

	fake.safe_email(*args, **kwargs)
	# u'yokoishida@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'unonaoki@gmail.com'

	fake.ipv4_network_class()
	# u'c'

	fake.ipv4_public(network=False, address_class=None)
	# '211.181.130.149'

	fake.ascii_company_email(*args, **kwargs)
	# 'manabuuno@nakamura.jp'

	fake.domain_name(*args, **kwargs)
	# u'ogaki.com'

	fake.ipv4(network=False, address_class=None, private=None)
	# '103.171.164.11'

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

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

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

	fake.company_email(*args, **kwargs)
	# u'hiroshiogaki@kondo.com'

	fake.uri()
	# u'https://nakatsugawa.com/posts/posts/tags/privacy.html'

	fake.ipv6(network=False)
	# '890e:ea20:e549:bc62:3faf:b33b:7e46:4e03'

	fake.free_email(*args, **kwargs)
	# u'mikisasada@yahoo.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'mfujimoto@example.com'

	fake.mac_address()
	# u'fd:3b:16:1a:46:80'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'0-611-16881-2'

	fake.isbn13(separator="-")
	# u'978-0-684-61916-3'

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

::

	fake.job()
	# 'Tax adviser'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'\u502b\u7406\u8217\u88c5\u30d6\u30ec\u30fc\u30ad\u30ab\u30ec\u30c3\u30b8\u30ab\u30e9\u30e0\u3002\u30d0\u30fc\u30b2\u30f3\u30ea\u30d5\u30c8\u30c8\u30ec\u30fc\u30ca\u30fc\u50ac\u7720\u8853\u7de9\u3080\u3002\u4e0d\u81ea\u7136\u306a\u30b7\u30a7\u30fc\u30d3\u30f3\u30b0\u30c1\u30fc\u30ba\u541b\u306f\u8840\u307e\u307f\u308c\u306e\u30d6\u30ec\u30fc\u30ad\u3002\n\u764c\u5f7c\u6975\u7aef\u306a\u4fdd\u6301\u3059\u308b\u3002\n\u30d2\u30c3\u30c8\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u63a2\u67fb\u53d4\u7236\u91ce\u7403\u30d0\u30fc\u30b2\u30f3\u30dc\u30c8\u30eb\u3002\u30ad\u30e3\u30d3\u30cd\u30c3\u30c8\u3042\u306a\u305f\u81ea\u8eab\u6570\u5b57\u30cf\u30f3\u30de\u30fc\u90e8\u968a\u30d8\u30a2\u3002\n\u5c0a\u656c\u3059\u308b\u4fdd\u6301\u3059\u308b\u30d6\u30e9\u30b1\u30c3\u30c8\u30d6\u30e9\u30f3\u30c1\u61b2\u6cd5\u6b20\u4e4f\u3002\u30ab\u30ec\u30c3\u30b8\u6e9d\u30d4\u30c3\u30af\u79c1\u3002\u30a4\u30f3\u30c1\u306a\u3044\u30d0\u30ca\u30fc\u3002\n\u6975\u7aef\u306a\u30d2\u30fc\u30eb\u30d1\u30f3\u904b\u30af\u30fc\u30eb\u3002'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'\u30d4\u30c3\u30af\u611f\u8b1d\u3059\u308b\u30d2\u30c3\u30c8\u30d2\u30c3\u30c8\u5efa\u7bc9\u810a\u690e\u96fb\u8a71\u91ce\u7403\u3002\u30d6\u30e9\u30b1\u30c3\u30c8\u8ffd\u653e\u3059\u308b\u8ef8\u72b6\u6cc1\u5206\u5272\u901a\u884c\u6599\u91d1\u8ffd\u653e\u3059\u308b\u3002\u904b\u7b26\u53f7\u30b3\u30f3\u30da\u30d5\u30ec\u30fc\u30e0\u3002',
	#     u'\u30e1\u30cb\u30e5\u30fc\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u7701\u7565\u504f\u5dee\u6b8b\u308b\u3002\u6570\u5b57\u53cd\u5c04\u7701\u7565\u502b\u7406\u30c8\u30ec\u30fc\u30ca\u30fc\u8650\u5f85\u3002',
	#     u'\u30d2\u30fc\u30eb\u30c8\u30fc\u30f3\u901a\u884c\u6599\u91d1\u30cf\u30f3\u30de\u30fc\u6975\u7aef\u306a\u53d4\u7236\u3002\u30b5\u30e9\u30c0\u96ea\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u3002\u8650\u5f85\u96ea\u30c0\u30c3\u30b7\u30e5\u3002\u81ea\u4f53\u4fdd\u6301\u3059\u308b\u30ce\u30fc\u30c8\u53cd\u5c04\u30d6\u30ec\u30fc\u30ad\u62e1\u5f35\u3042\u3063\u305f\u3002']

	fake.words(nb=3, ext_word_list=None)
	# [u'\u898b\u843d\u3068\u3059', u'\u72d0', u'\u30b9\u30ad\u30fc\u30e0']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'\u5f7c\u30b9\u30c8\u30ec\u30fc\u30b8\u30b9\u30de\u30c3\u30b7\u30e5\u5f7c\u30c6\u30f3\u30c8\u61b2\u6cd5\u660e\u3089\u304b\u306b\u3059\u308b\u3002',
	#     u'\u30c0\u30c3\u30b7\u30e5\u7ba1\u7406\u3059\u308b\u52a9\u3051\u3066\u30b5\u30f3\u30d7\u30eb\u3002',
	#     u'\u5206\u5272\u7de8\u7d44\u30b9\u30ad\u30fc\u30e0\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u30c7\u30d5\u30a9\u30eb\u30c8\u3002']

	fake.word(ext_word_list=None)
	# u'\u30b8\u30e3\u30fc\u30ca\u30eb'

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'\u30b5\u30e9\u30c0\u30b5\u30e9\u30c0\u8217\u88c5\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u53cd\u5c04\u6539\u5584\u3002\u764c\u6b8b\u308b\u8ca9\u58f2\u53d4\u7236\u3002\u30a2\u30af\u30bb\u30eb\u30da\u30c0\u30eb\u5927\u7d71\u9818\u30ab\u30e9\u30e0\u30d1\u30fc\u30bb\u30f3\u30c8\u30d5\u30a7\u30df\u30cb\u30b9\u30c8\u7de9\u3080\u3002'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'\u5668\u5b98\u30d6\u30e9\u30b1\u30c3\u30c8\u306a\u3044\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u30d0\u30ca\u30fc\u67d4\u3089\u304b\u3044\u30ab\u30e9\u30e0\u30d9\u30eb\u30d9\u30c3\u30c8\u3002'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'!8*tpaUn0e'

	fake.locale()
	# u'lzh_TW'

	fake.binary(length=1048576)
	# bytearray(b'\x89\xba\x95H\x07\x86+\xc7\x8c|j\x16\xf4\xa0\x84\xee\xf9m|Rz\x10\x96\x1c\x005\x13\x1c{2\xb4H\x86\xe26\x96a\xa6\xe0\x13\xe7\xa2\xaf\xe0\xbb&\x89\xaeSF\xea\x8a\xc1\xde\x95\x97\xbd|_}\x03\xebJ@Nx^\'\xc0\x8c\xcd\xa2\xa6*y\x99}\x03R\xa2=\x00\x8f\x8d\xdah*M\xc5vI\xa1\x00z\xa4\x1b6\xdaxp\xa2\xda\xb3\xfb\x0e!\xf2W\xdb\xffq\xb30\xa1\x13\xffB\xec\x89\x8d\xc3\xeb\x86\x01^\xc6\xce.\x8aGC\xe1t\xb2\xbb\x16\xe8{\x86P\xba\x8a&Z\r\x93%\xc0\xbf\x9e\xab\xbb\xd6"Vg=\x85\xb7\x06\x9e.\xd9\x1c\xc8\x10\xa4\xd21\xbe\xc1\xe1>&p\x1aQ\xb7i\xfd\x16\x01^N\x0c\xec\xcb\x9c0m\x92\xa2\xd891\npc<\xe2\x16\xb7\xff|\xba\xd4f\xbe-\xd2_x\x1a\xe1?>\xfc5A[gf\xe6=\x85\xa6J\xe0\xe8\xf7\x86\x90\xffd\x1c\xa0\x06s\xb3\xf6\xcc\xdb\x8b\x969c^m0\x1f\xb5\xdd\x0f\xf4@\xacq\xcd`U\x1f\xb2\x9f\xfd\xee\xfa>\x81\xa7]\xb4\x91\xb8z\xe1\x9c\xdb\xda\x19\xfe\x89xr\xaa\x84h\xe9\xf1\xcd\xd3\xca\xea4\x9b\xeb\xc7\xd7\xf8\x05c\xdf1\x19\xcaG\xbc\xa4!\xc2\xb4e\xd8\x8e\tt\xd1 \x86\x90\xe1\xbfo\x9a\xf5\xa76\xe5g\xe7\x91z\xe1\xc6\xc3\x82b\xf3\xd9r\xbc\xb2\x891^\xc8\x85\xf7\x8b\xa8\xc0l\xe9\xe2e\xe6p\x01I\x7fi\xe84\x9d\xc5V\xfb\xe6\x15\xb3d\xc1`*\xa5\xc1\x97W\xd0\xbc\x91\xe9\x0b\x82Y\xe3iP\n\xf4\xa7\xe3\xbb\xa1/\xdb\x10\xedwtP\x9c\x82h1\xde)\x1b\xc9\xfe%K\x80\x83\xe7\x17\x03>"\xd1\xde\xf5o\xc4\xe7\'\x0eOl\xb0\xbc\x01q\xe7Q\xcb+zGW\x86\x8e\xba\xd2g|\xa0\x16c\x81K\x10P\xcd2C\xd6\xe1\x82"\x91P\xfb0\xbc\x8c\x07a\xb2\x1e)\xd6\x82\xa4h\x19\xf9Fw\x7f\xac]_\xbf\xcbM,g%\xe7di\xd2,\x97\x0bu.\xf6\x99bWb\x06\xf4{$K\xbf\x90\x80f\x84~\xaa\x0f\xa3\xaf\xc97\x94\xd2Ku\xa0\xd4]\x0e+-\xf6\x12H\x199\x89\x8eUk@j=9\xd1\xeaw#?^N\x12\x80C\xc3!\xe2\x9e\xe2\xc7)e\xb7"\r\xf1\xee\xe6m\xfb!\xd3j\x1b\x91\xdb\\\x19"X\xb1\xc1\xaa\xdf\xb2\xb2S\xfc\xe6\x9c\\\xc6\x0fj5\x7f\xea\x8e\x03\xdd\x17\xfd\x8c\xad\tm%\xee\xa9\xd5\xcf\xbd\xcc\xe9\xdc\xe8!\x1esU\xf9\r\xe0\xf8\x94\xdd0\x8db2\xf0{}\x1a\xee\x15\x80\xaaQ\xbb\xd9w\xef\xfd\xd1:\x04\x8e\xeao\xe7bg_1\xec\x1d\x87$\xa4\x97\xae\xd3\x03\x8eB\x10"\xcd\xef\x10\xbdZ\x15M\xb8\x82V\xb4\x1f\xaaqt:\xb9\x9f\x99<T\xa9II\xa4\xb1\xbcV\x91\xef\x02*\x8cK.~\xa8\x0f5\xca7\xd5i\xc3\x0c\xb8\x0fS\xbb2Kt/\xa5*@Q\x1a\x12\xc6*kr\xe3f\x82\xaf\xbd\xec\xc8\xe3}\xa7\xe4KR\x99\x11\\\xb6\xce\xa6\xf2R%\xb4Tx\x85\xc2\xf1j}\xec\xfb\xdaoQ\xf0c\xb8\xd7\x91\x9d<\rZ\x8b\x1f\xbc\x11\xbdz\x1fI\xfaz6\xa2\xf9\xa01\x1b\xd1P\x99\xfd\x99u\xf9\xb3CT\t\x8c1\x92V\xa3\x06Z\xd3\xa6\xa8\x17\xbc\xdc\xf1*\x98\xa6ns T\xfe\xdc\xdb\x05\x03\xd6`\xbd\xacm\x05\x02\xa7\xa3ZtPs\x9d\xdf\xf8U\xe1q@\xac(\x94\xca\x07\xeb\x91\xcf?\xbd\x9cC\xd6\x80|\xed\x07\xcf\x0c\xbbo\xc1\xe7U\xae\xe2\x9e\x14\xdc\x85n\xe8\x0e\x8c\xda\xb2\x8c%\xa9\xaa\xfan\x04\xbcU\xbe\xac\x85\xdcC\xa8\x15]g\xd1g\x15t\xed\xe5\x07\xa9\xcb\xd2\xde\xfbd\xffo\x95\xfa\x89^5\xe2\xd3OV\x91jb>\xc5d\x80\xc8]\xea\xab^\x9b\xe1\xe1\xa9\x86\xe9I\xfd\x89e`H\\\x04\x93a\xa7:-p:q\x07\xc6\xfa4\x1e\xda\xe9Y\tw\x0eT\xe8\x10\xd3"\xb3W\x08k\xaet\xb0\x10\xc1\x13`\xdd\n\xfe\xec\xd2\xe7`\xcdDGQ\xec\x1e\x8e\xe9?JO\x93\xbd\xa1/H\xf6\xff\x1e\x0c\xba\x9d\x15\xd6\xeb\x98\x9b\xf78\x0e\xa0\x14')

	fake.md5(raw_output=False)
	# '8e13afadf2f5efa00276fa8e78c40f65'

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

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '2c9c7c0b17b3b3de85666e26525884c7d0c0c32ae7d0d93717d881fa3fc57632'

	fake.uuid4()
	# 'd5e5c610-8b4c-7e4e-3842-a0fc192877ed'

	fake.language_code()
	# u'ro'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.prefix_male()
	# u''

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'\u559c\u5d8b \u7ffc'

	fake.first_name()
	# u'\u7ffc'

	fake.suffix_male()
	# u''

	fake.first_name_female()
	# u'\u5e79'

	fake.first_name_male()
	# u'\u548c\u4e5f'

	fake.prefix_female()
	# u''

	fake.romanized_name()
	# u'Taichi Koizumi'

	fake.name()
	# u'\u5409\u672c \u548c\u4e5f'

	fake.first_kana_name_female()
	# u'\u30de\u30a4'

	fake.suffix()
	# u''

	fake.first_kana_name_male()
	# u'\u30d2\u30c7\u30ad'

	fake.prefix()
	# u''

	fake.first_romanized_name_female()
	# u'Yumiko'

	fake.first_romanized_name_male()
	# u'Naoki'

	fake.name_female()
	# u'\u9ad8\u6a4b \u5343\u4ee3'

	fake.last_name_male()
	# u'\u5742\u672c'

	fake.first_kana_name()
	# u'\u30b1\u30f3\u30a4\u30c1'

	fake.last_romanized_name()
	# u'Nakamura'

	fake.last_kana_name()
	# u'\u30ca\u30ab\u30b8\u30de'

	fake.first_romanized_name()
	# u'Atsushi'

	fake.last_name()
	# u'\u7530\u8fba'

	fake.last_name_female()
	# u'\u4e09\u5b85'

	fake.kana_name()
	# u'\u30b5\u30c8\u30a6 \u30e8\u30a6\u30b3'

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

::

	fake.phone_number()
	# u'090-8956-4076'

	fake.msisdn()
	# '5191024645841'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'\u79cb\u7530\u770c\u5c71\u6b66\u90e1\u6a2a\u829d\u5149\u753a\u6771\u5927\u548c\u753a14\u4e01\u76ee23\u756a7\u53f7 \u30af\u30ec\u30b9\u30c8\u96f7\u9580673',
	#     'birthdate': datetime.date(1968, 11, 4),
	#     'mail': u'bfujimoto@gmail.com',
	#     'name': u'\u9752\u5c71 \u4e03\u590f',
	#     'sex': 'F',
	#     'username': u'ttsuchiya'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'\u5c90\u961c\u770c\u6e2f\u533a\u829d\u6d662\u4e01\u76ee14\u756a8\u53f7',
	#     'birthdate': datetime.date(1999, 7, 19),
	#     'blood_group': '0+',
	#     'company': u'\u6709\u9650\u4f1a\u793e \u9752\u7530',
	#     'current_location': (Decimal('82.2595165'), Decimal('21.410368')),
	#     'job': 'Sport and exercise psychologist',
	#     'mail': u'ryamagishi@gmail.com',
	#     'name': u'\u4e95\u9ad8 \u4fee\u5e73',
	#     'residence': u'\u5fb3\u5cf6\u770c\u5937\u9685\u90e1\u5fa1\u5bbf\u753a\u5927\u4eac\u753a10\u4e01\u76ee22\u756a10\u53f7 \u30a2\u30fc\u30d0\u30f3\u5357\u90f7\u5c4b014',
	#     'sex': 'M',
	#     'ssn': u'327-17-9394',
	#     'username': u'gmatsumoto',
	#     'website': [   u'http://www.kondo.jp/',
	#                    u'https://kiriyama.org/',
	#                    u'https://kobayashi.jp/',
	#                    u'http://yamamoto.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   datetime.datetime(1981, 5, 19, 7, 32, 57),
	#     u'XXkgRlIGFqheMhnvsZfx',
	#     Decimal('168.8617253'),
	#     u'harukasasada@gmail.com',
	#     9490.0,
	#     u'owmSNJyPFJwlTilMIcES',
	#     1081,
	#     u'nzDQGOsAAlphfHctDkGt',
	#     datetime.datetime(1978, 4, 4, 18, 36, 32),
	#     7282853340.9,
	#     u'qhlOwRfQRoUgRHuedvey',
	#     u'fujimotokyosuke@tsuchiya.com']

	fake.pystr(min_chars=None, max_chars=20)
	# u'YyBDzzDNuDCmrWCGcjbC'

	fake.pystruct(count=10, *value_types)
	# (   [   datetime.datetime(1970, 10, 22, 16, 22, 57),
	#         u'PvelTSxvbdYORLRmZWVN',
	#         u'eKINMdqgxGmJCpEJaWqG',
	#         u'LlVfXtsuZBPXRLbemEie',
	#         8214,
	#         9767,
	#         u'jBqOXOHSkHeDrEkrvpPD',
	#         -18254674.4,
	#         u'eVSekKqqeFMwTsacnbfT',
	#         7539],
	#     {   u'\u30ab\u30ec\u30c3\u30b8': 7218,
	#         u'\u30b5\u30f3\u30d7\u30eb': 114,
	#         u'\u30b7\u30a7\u30fc\u30d3\u30f3\u30b0': Decimal('-10529.9163633'),
	#         u'\u30c8\u30fc\u30b9\u30c8': u'koizumirei@yahoo.com',
	#         u'\u30d1\u30f3': u'kumiko81@yahoo.com',
	#         u'\u5354\u529b': datetime.datetime(1987, 4, 28, 21, 40, 33),
	#         u'\u666e\u901a\u306e': 5095,
	#         u'\u884c\u9032': 7389,
	#         u'\u8ca9\u58f2': u'https://www.ito.com/main/blog/post/',
	#         u'\u9023\u7d9a': -213.844343},
	#     {   u'\u30b9\u30da\u30eb': {   7: Decimal('900036008147'),
	#                                    8: [   u'HYWzyKidRgoCJmdtQuBE',
	#                                           u'aOHDXXyIVSjpMIXdmrUd',
	#                                           Decimal('-219727726113')],
	#                                    9: {   7: datetime.datetime(1980, 3, 7, 11, 34, 11),
	#                                           8: Decimal('9764.11094187'),
	#                                           9: [   u'QhbgfbOcAImDpcwElJkg',
	#                                                  u'sotarotsuchiya@hotmail.com']}},
	#         u'\u30b9\u30de\u30c3\u30b7\u30e5': {   9: u'uNlOUdfVZhnYnrjSDbTj',
	#                                                10: [   1564,
	#                                                        u'tomomikijima@yamagishi.org',
	#                                                        u'vqjGBMkjduBgjvRTVntg'],
	#                                                11: {   9: u'VJwIhSFxgTgcOytkNDQL',
	#                                                        10: 56.37,
	#                                                        11: [   u'MsPAqsmSGrGvTAKHUIbD',
	#                                                                -6173.926]}},
	#         u'\u4eca\u65e5': {   6: u'nOkyXUEBiQYHLQgIYWdj',
	#                              7: [   2063,
	#                                     u'EiYdwoQMnKzloJrFlnkL',
	#                                     Decimal('7644.29378586')],
	#                              8: {   6: -323940768704596.0,
	#                                     7: u'http://kobayashi.org/',
	#                                     8: [   u'IrGSapNnmOQlDyViqxls',
	#                                            u'xXUfZICziUUuoTBcyskX']}},
	#         u'\u5968\u52b1\u3057\u307e\u3059': {   5: u'IQjHdvbiWHGywgbVHWoR',
	#                                                6: [   3111,
	#                                                       u'miki59@yahoo.com',
	#                                                       u'FzzoLOhlBadjAskVlZBz'],
	#                                                7: {   5: u'NXDmqkAnAikpKVEzKTaV',
	#                                                       6: u'https://harada.jp/',
	#                                                       7: [   u'https://ishida.com/search/blog/category.html',
	#                                                              u'http://murayama.net/homepage/']}},
	#         u'\u61b2\u6cd5': {   0: u'KPNsJjrHWeczazFCvezz',
	#                              1: [   863,
	#                                     u'vLCWHrlfbbCUnLPgtGVS',
	#                                     -255021318990.772],
	#                              2: {   0: 6415,
	#                                     1: u'zNCsyppwShILHIfNKRqK',
	#                                     2: [   u'GAqJGPqVTsPYTeGulIqy',
	#                                            Decimal('-334022.188587')]}},
	#         u'\u6307\u540d': {   1: u'http://www.yamagishi.com/search.php',
	#                              2: [   datetime.datetime(1994, 6, 12, 7, 3, 36),
	#                                     -89106641.1623,
	#                                     -65450819.8],
	#                              3: {   1: 30251234190.318,
	#                                     2: 9351,
	#                                     3: [   u'bllYAcFhtzxhcevXvDoC',
	#                                            u'eyAOCTPgswOGZPHnYBlM']}},
	#         u'\u6559\u6388': {   4: 2684,
	#                              5: [8977, Decimal('-6462991.85443'), 846083.9],
	#                              6: {   4: -8075279975.511,
	#                                     5: 6218,
	#                                     6: [   u'OcwSoobyEnqKCcVvfkTG',
	#                                            u'LyVoqzlafMUbhHsycAXx']}},
	#         u'\u6587\u8a00': {   8: u'akira53@gmail.com',
	#                              9: [   datetime.datetime(1978, 3, 14, 2, 33, 24),
	#                                     Decimal('98350661.6409'),
	#                                     -290843608.95],
	#                              10: {   8: u'https://www.uno.jp/author.html',
	#                                      9: u'http://sasada.org/home.jsp',
	#                                      10: [   u'https://hirokawa.com/author.php',
	#                                              2016]}},
	#         u'\u76ee\u7684': {   2: 8675,
	#                              3: [Decimal('-8.4757'), -637113986860.89, 7854],
	#                              4: {   2: u'taroyamada@hotmail.com',
	#                                     3: Decimal('-655323.573423'),
	#                                     4: [   u'manabunomura@tsuda.com',
	#                                            u'QLSgUgSitLRhuMwVIpVC']}},
	#         u'\u96fb\u6c60': {   3: u'PglydBJZkzcjBCKIAuTK',
	#                              4: [   u'tomomi47@hotmail.com',
	#                                     -70048789434.0,
	#                                     datetime.datetime(2011, 6, 25, 18, 29, 4)],
	#                              5: {   3: u'http://tanabe.com/explore/tags/homepage/',
	#                                     4: u'http://ishida.com/faq.html',
	#                                     5: [-9543206.0, 102]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'pharada@saito.com',
	#     u'bfDGWRlatpkyfyzoKRCi',
	#     Decimal('6.05650531416E+12'),
	#     Decimal('20888836.1174'),
	#     663,
	#     -11592991.34,
	#     u'HGQAoQtXzDNUMAMSJMvn',
	#     -272574086170833.0,
	#     u'liBKiebXvZxTWYWkrBJc',
	#     u'LnYqJTklSvuBlYCMpPkW',
	#     Decimal('4415730601.87'),
	#     6578,
	#     u'LsAYBLcisezbSLcegOhd']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   -26151.85301604,
	#     -947893.6855293,
	#     u'tkondo@yahoo.com',
	#     u'eQWHxgoOwRpWoecJFHlT',
	#     datetime.datetime(2010, 12, 8, 1, 24, 47),
	#     793254104.0)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'chiyo46@yahoo.com', 2945, Decimal('4727.1430065'), Decimal('-8.9003162815E+13'), u'sdouIMMFHSAsuIkoTrxB', u'http://kimura.com/tag/posts/post.asp', u'yasuhiroharada@yahoo.com', datetime.datetime(2017, 7, 4, 21, 57, 52), 8265, datetime.datetime(1997, 3, 21, 12, 58, 14), u'oBwgEsgtbgiyRLbTPRNk', 2238])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'\u301c': u'EWyZPttfodlClTjFDCoz',
	#     u'\u30b9\u30c8\u30ec\u30fc\u30b8': u'ryosukehamada@yahoo.com',
	#     u'\u30ce\u30fc\u30c8': Decimal('4.20862570575E+13'),
	#     u'\u30d8\u30a2': 1930,
	#     u'\u4e0d\u81ea\u7136\u306a': u'aTwcSFUaSzfCrORUbGOU',
	#     u'\u4eba\u5f62': u'kumiko86@nagisa.net'}

	fake.pyint()
	# 7637

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'605-63-7375'

	fake.ein()
	# u'80-9340034'

	fake.itin()
	# u'962-95-8210'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2017-12-03 15:35:42 Firefox/12.0'

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

	fake.opera()
	# u'Opera/9.82.(Windows NT 5.1; fil-PH) Presto/2.9.172 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/532.6.7 (KHTML, like Gecko) Version/5.0.1 Safari/532.6.7'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/5331 (KHTML, like Gecko) Chrome/20.0.862.0 Safari/5331'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/534.44.1 (KHTML, like Gecko) Version/5.1 Safari/534.44.1'
