
Language ko_KR
**************


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

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

   fake.street_name()
   # u'\uc544\uad8c\ud658\uad70'

   fake.address()
   # u'\uc804\ub77c\ub0a8\ub3c4 \ucc28\ud798\ud638\ub9c8\uc744 \n \uc900\ud604\ubc94\uac70\ub9ac 7 568-922'

   fake.street_address()
   # u'\uc5fd\uc11d\uc740\uac70\ub9ac 600 336-7'

   fake.postcode()
   # u'153-567'

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

   fake.country()
   # u'\uc138\ub124\uac08'

   fake.secondary_address()
   # u'16-4'

   fake.street_suffix()
   # u'\uac70\ub9ac'

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

   fake.city_suffix()
   # u'\uad70'

   fake.building_number()
   # u'3'

   fake.country_code()
   # u'SC'

   fake.city()
   # u'\uc194\ud638\uad70'

   fake.state()
   # u'\uc138\uc885\ud2b9\ubcc4\uc790\uce58\uc2dc'


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

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

   fake.ean13()
   # u'1993754355900'

   fake.ean8()
   # u'88959771'


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

   fake.rgb_css_color()
   # u'rgb(250,249,140)'

   fake.color_name()
   # u'Aqua'

   fake.rgb_color_list()
   # (113, 71, 234)

   fake.rgb_color()
   # u'198,94,190'

   fake.safe_hex_color()
   # u'#558800'

   fake.safe_color_name()
   # u'green'

   fake.hex_color()
   # u'#3c1a1e'


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

   fake.company()
   # u'\uc8fc\uc2dd\ud68c\uc0ac \uad11\uc6d0\ub450'

   fake.company_suffix()
   # u'\uc8fc\uc2dd\ud68c\uc0ac'

   fake.catch_phrase()
   # u'\ud06c\ub85c\uc2a4 \ud50c\ub7ab\ud3fc \ubb34\uad00\uc6a9 \uc6f9 \uc0ac\uc774\ud2b8'

   fake.bs()
   # u'\ud569\uc131 \ubc18\ud22c\uba85 \uc0ac\uc6a9\uc790\ub4e4'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'JCB 15 digit\n \uc11d \uc6b0\n180037966300471 09/22\nCVC: 306\n'

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

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


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

   fake.currency_code()
   # 'BMD'


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

   fake.date_time_ad()
   # datetime.datetime(74, 5, 8, 20, 38, 56)

   fake.month()
   # '06'

   fake.am_pm()
   # 'PM'

   fake.timezone()
   # u'Africa/Monrovia'

   fake.iso8601()
   # '2003-10-06T13:45:49'

   fake.date_time()
   # datetime(1977, 5, 6, 2, 2, 59)

   fake.month_name()
   # 'June'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 6, 18, 15, 45, 32)

   fake.unix_time()
   # 1441494555

   fake.day_of_week()
   # 'Friday'

   fake.day_of_month()
   # '20'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1999, 3, 1, 10, 54, 2)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 18, 16, 36, 46)

   fake.year()
   # '2011'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 30, 15, 31, 35)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2011, 11, 22, 23, 22, 21)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 4, 8, 17, 14, 4)

   fake.century()
   # u'XI'

   fake.date(pattern="%Y-%m-%d")
   # '1982-06-26'

   fake.time_delta()
   # datetime.timedelta(6516, 14676)


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

   fake.mime_type(category=None)
   # u'video/mp4'

   fake.file_name(category=None, extension=None)
   # u'distinctio.flac'

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


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

   fake.ipv4()
   # u'132.89.250.170'

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

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

   fake.uri()
   # u'http://www..net/blog/blog/tags/search.html'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'56@hanmail.net'

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

   fake.free_email_domain()
   # u'daum.net'

   fake.domain_name()
   # u'.org'

   fake.uri_extension()
   # u'.asp'

   fake.ipv6()
   # u'17b0:b437:9e89:5e3c:eccc:9491:cb7d:c49e'

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

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

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

   fake.email()
   # u'z@hanmail.net'

   fake.uri_page()
   # u'about'

   fake.mac_address()
   # u'1a:b8:5b:3b:a1:5d'


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

   fake.job()
   # 'Scientist, research (life sciences)'


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

   fake.text(max_nb_chars=200)
   # u'Velit saepe quia voluptates cupiditate sint autem veniam tempore. Quibusdam necessitatibus reiciendis doloribus perspiciatis. Eaque voluptas nemo culpa non quia.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Et qui assumenda debitis.'

   fake.word()
   # u'voluptatem'

   fake.paragraphs(nb=3)
   # [   u'Nostrum voluptatem nobis qui aut incidunt. Enim deleniti quasi qui sed animi nam iure cupiditate. Et doloribus quas aspernatur natus nemo.',
   #     u'Sapiente officiis eum aut similique vitae laboriosam. Eveniet veniam ducimus est optio sed incidunt ea. Eum quam nemo quos consequatur. Quo reiciendis nihil maxime ad error expedita. Dolores nulla voluptas a sint debitis adipisci.',
   #     u'Possimus iure voluptates eum voluptas hic et et. Repellat placeat libero quasi eum voluptatum dignissimos. Quod rem ex maiores. A laborum eius rerum vitae.']

   fake.words(nb=3)
   # [u'sit', u'saepe', u'vel']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Omnis fugit velit alias qui doloribus est quam. Quos magni autem dignissimos voluptatibus voluptatibus. Harum molestiae iusto iure dolores fuga. Molestias fugit voluptatibus sequi amet.'

   fake.sentences(nb=3)
   # [   u'Pariatur ipsam corrupti et unde.',
   #     u'Voluptatem est repellendus assumenda praesentium consequatur iusto.',
   #     u'Architecto sapiente nobis recusandae et est.']


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

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

   fake.locale()
   # u'de_EC'

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

   fake.sha1(raw_output=False)
   # '7ef480c615f3dfb90bd776af2bb8a4692c37356e'

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # '443d6d7c48c3a1d1858d3b9f3d9e9d356ba36992c3a570789daa28127534233c'

   fake.uuid4()
   # 'b0378620-a41c-4353-8e00-529991dee1f8'

   fake.language_code()
   # u'de'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'\ucca0'

   fake.name_female()
   # u'\uc778\uac00\uc758'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'\uc815\uc544'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'\ubcf5\uac74'

   fake.first_name()
   # u'\ub9f9'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'\uc218'

   fake.first_name_female()
   # u'\uc2e0'

   fake.last_name_female()
   # u'\ub9bc'

   fake.last_name()
   # u'\uc815'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'044-960-8161'


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

   fake.simple_profile()
   # {   'address': u'\ub300\uad6c\uad11\uc5ed\uc2dc \uc720\uc720\ud654\ub9c8\uc744 \n \ubb34\uc5fd\ub3d9 3638 315-845',
   #     'birthdate': '1984-01-16',
   #     'mail': u'p@hanmail.net',
   #     'name': u'\ucd94\uc218\uc815',
   #     'sex': 'M',
   #     'username': u'82'}

   fake.profile(fields=None)
   # {   'address': u'\ubd80\uc0b0\uad11\uc5ed\uc2dc \ud604\ubbfc\uc628\uc2dc \uc0b0\uc548\ub3d9 518 292\ub3d9 361\ud638 (402-217)',
   #     'birthdate': '1986-08-26',
   #     'blood_group': 'A-',
   #     'company': u'(\uc720) \ub824',
   #     'current_location': (Decimal('-12.4408955'), Decimal('130.919015')),
   #     'job': 'Chemist, analytical',
   #     'mail': u'94@hanmail.net',
   #     'name': u'\uc790\uc6c5',
   #     'residence': u'\ubd80\uc0b0\uad11\uc5ed\uc2dc \uc21c\ud6a8\uad70 \n \uc724\uae08\uc218\ub85c 373 146-120',
   #     'sex': 'M',
   #     'ssn': u'690729-2703975',
   #     'username': u'y',
   #     'website': [u'http://www..com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('-664596423.421'),
   #     u'.@.org',
   #     3683,
   #     u'Eius praesentium.',
   #     -814718452.9,
   #     datetime(1986, 4, 26, 16, 32, 59),
   #     datetime(1980, 8, 24, 13, 44),
   #     datetime(2010, 8, 24, 22, 21, 31),
   #     4838,
   #     -60492.89,
   #     Decimal('21490163.6'),
   #     datetime(2002, 7, 28, 8, 5, 36),
   #     u'Voluptatem suscipit.']

   fake.pystr(max_chars=20)
   # u'Quia dolorum.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   Decimal('-28369651078.4'),
   #         Decimal('-35254.712'),
   #         u'Mollitia sint.',
   #         7200,
   #         u'Dolores voluptates.',
   #         u'e@.net',
   #         u'Facere nihil velit.',
   #         u'Assumenda.',
   #         u'Illo excepturi.',
   #         8901],
   #     {   u'animi': u'http://.net/search.jsp',
   #         u'aspernatur': u'Voluptas nam saepe.',
   #         u'assumenda': u'http://www..kr/search/homepage/',
   #         u'dolor': -6.862898437779,
   #         u'eius': u'Vel dolorem quidem.',
   #         u'et': u'Deleniti ut ipsam.',
   #         u'excepturi': u'Veritatis vero et.',
   #         u'exercitationem': Decimal('2588786364.12'),
   #         u'quibusdam': datetime(2015, 9, 4, 11, 26, 44),
   #         u'vel': u'Est commodi iste.'},
   #     {   u'alias': {   9: u'Error labore labore.',
   #                       10: [Decimal('-65080067830.0'), 5414, -63844776.7384],
   #                       11: {   9: u'83@.kr',
   #                               10: 3591,
   #                               11: [   u'.@hanmail.net',
   #                                       Decimal('310232855.416')]}},
   #         u'amet': {   6: u'Voluptas quas odio.',
   #                      7: [   u'Eum perferendis.',
   #                             u'Illum et rerum et.',
   #                             u'Et voluptas non.'],
   #                      8: {   6: u'Aut recusandae qui.',
   #                             7: u'Fugiat nostrum quia.',
   #                             8: [u'Natus quo.', 5656]}},
   #         u'atque': {   0: Decimal('662209919.1'),
   #                       1: [Decimal('1.59566944596E+13'), 7920, 2719],
   #                       2: {   0: 2620,
   #                              1: u'Ut ut debitis.',
   #                              2: [   Decimal('-2.21262888468E+12'),
   #                                     u'Dolores nulla unde.']}},
   #         u'dolores': {   3: Decimal('-624126563.0'),
   #                         4: [Decimal('-6099138990.29'), u'Quaerat.', 75969.2],
   #                         5: {   3: 55566.0,
   #                                4: 8783,
   #                                5: [   u'Doloribus qui quasi.',
   #                                       u'http://.kr/app/explore/faq/']}},
   #         u'illum': {   8: u'http://www..com/',
   #                       9: [u'36@naver.com', -929.54367791, u'Nesciunt ad.'],
   #                       10: {   8: u'Beatae cum totam.',
   #                               9: u'http://.net/blog/blog/search.htm',
   #                               10: [5492, u'Quisquam cumque.']}},
   #         u'laudantium': {   7: u'Veritatis maiores.',
   #                            8: [   datetime(1989, 5, 8, 22, 9, 12),
   #                                   u'Odio vitae qui id.',
   #                                   u'32@nate.com'],
   #                            9: {   7: u'.@naver.com',
   #                                   8: u'Consectetur velit.',
   #                                   9: [-10037998250335.0, 2909]}},
   #         u'odio': {   4: 1197,
   #                      5: [u'Quae accusamus.', u'Aut ipsam.', u'.@.kr'],
   #                      6: {   4: Decimal('4495763.63503'),
   #                             5: -857.364,
   #                             6: [5357, 4414]}},
   #         u'quam': {   1: 3027,
   #                      2: [   Decimal('4213984156.48'),
   #                             u'http://.com/terms/',
   #                             30016043.9],
   #                      3: {   1: Decimal('-1.3938119'),
   #                             2: u'Quibusdam rerum.',
   #                             3: [8139, u'Consequatur qui.']}},
   #         u'saepe': {   5: u'Tenetur doloremque.',
   #                       6: [537635900642940.0, u'11@.com', 4546],
   #                       7: {   5: u'Nam voluptatem.',
   #                              6: 56987867241.1,
   #                              7: [u'Perspiciatis.', 9316]}},
   #         u'voluptatem': {   2: u'Facere id incidunt.',
   #                            3: [   datetime(2001, 1, 2, 6, 17, 26),
   #                                   u'Tempore tempore.',
   #                                   u'Provident et.'],
   #                            4: {   2: u'http://www..com/search/search.php',
   #                                   3: u'Laboriosam quia.',
   #                                   4: [953, u'Asperiores quas qui.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('-8.55529644792E+12'),
   #     datetime(1996, 10, 13, 17, 24, 1),
   #     datetime(2013, 10, 24, 1, 56, 52),
   #     Decimal('42926545.7465'),
   #     -6.576726,
   #     u'http://.com/category.html',
   #     u'd@nate.com',
   #     u'http://.kr/category/',
   #     datetime(2005, 4, 28, 0, 51, 38),
   #     5826]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'http://www..kr/list/explore/about/',
   #     datetime(1992, 12, 8, 5, 28, 19),
   #     u'http://www..com/about/',
   #     u'92@.com',
   #     6152,
   #     u'Qui in ipsa vero.',
   #     u'Dolor ducimus.',
   #     u'Cum facilis id qui.',
   #     u'Similique sunt unde.',
   #     u'Magnam earum.',
   #     u'Odio quisquam.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([176362.617212, Decimal('1.20897243972E+12'), 1253, u'Nam totam eos.', 91.7, datetime(1997, 4, 17, 2, 20, 19), u'Ut molestiae ipsum.', u'Sed aut est.', u'Iusto ex.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'adipisci': u'Occaecati iusto.',
   #     u'consequatur': u'Aut ut illum dolor.',
   #     u'corrupti': u'Repellendus itaque.',
   #     u'eaque': 3031,
   #     u'id': Decimal('-3670014088.9'),
   #     u'iste': u'a@dreamwiz.com',
   #     u'placeat': u'http://.com/search/tags/search/',
   #     u'quae': u'Optio minus.',
   #     u'quo': u'Rerum velit.',
   #     u'voluptas': -508715719117.18,
   #     u'voluptatem': datetime(2010, 3, 18, 16, 26, 1),
   #     u'voluptates': datetime(1976, 1, 23, 13, 26, 24)}

   fake.pyint()
   # 5965


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

   fake.ssn()
   # u'960120-2445978'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2; rv:1.9.5.20) Gecko/2012-06-05 09:06:45 Firefox/3.8'

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

   fake.opera()
   # u'Opera/8.30.(X11; Linux i686; it-IT) Presto/2.9.165 Version/11.00'

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

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

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

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

   fake.linux_processor()
   # u'i686'

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

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