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


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

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

   fake.street_name()
   # u'\uc120\ube48\ud76c\ub85c'

   fake.address()
   # u'\uad11\uc8fc\uad11\uc5ed\uc2dc \uc9c4\uc0b0\ud6c4\uc2dc \uae08\ubbf8\uac00\uc2dc 8627 (249-824)'

   fake.street_address()
   # u'\uacbd\uad8c\ub3d9 798'

   fake.postcode()
   # u'195-614'

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

   fake.country()
   # u'\uac00\ubd09'

   fake.secondary_address()
   # u'8-8'

   fake.street_suffix()
   # u'\ub3d9'

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

   fake.city_suffix()
   # u'\ub9c8\uc744'

   fake.building_number()
   # u'4293'

   fake.country_code()
   # u'MN'

   fake.city()
   # u'\ube44\ud574\uc2dc'

   fake.state()
   # u'\ub300\uc804\uad11\uc5ed\uc2dc'


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

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

   fake.ean13()
   # u'6577597471635'

   fake.ean8()
   # u'54745650'


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

   fake.rgb_css_color()
   # u'rgb(226,59,246)'

   fake.color_name()
   # u'DarkSlateGray'

   fake.rgb_color_list()
   # (138, 203, 23)

   fake.rgb_color()
   # u'149,78,162'

   fake.safe_hex_color()
   # u'#ccdd00'

   fake.safe_color_name()
   # u'maroon'

   fake.hex_color()
   # u'#434510'


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

   fake.company()
   # u'\uac15\uc704\ud6a8'

   fake.company_suffix()
   # u'(\uc720)'

   fake.catch_phrase()
   # u'\uacf5\uc720 \uac00\ub2a5\ud55c \ubd84\ub9ac\ub41c \uc778\ud2b8\ub77c\ub137'

   fake.bs()
   # u'\ud654\ud3d0\ud654\ub41c \ud6a8\uc728\uc801 \uc571'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'VISA 16 digit\n\ub098 \uae30\n4557515598774673 02/19\nCVC: 658\n'

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

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


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

   fake.currency_code()
   # 'IMP'


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

   fake.date_time_ad()
   # datetime.datetime(682, 7, 8, 0, 10, 29)

   fake.month()
   # '04'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1971-01-30T01:59:15'

   fake.date_time()
   # datetime(1992, 12, 12, 8, 54, 23)

   fake.month_name()
   # 'December'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 7, 20, 11, 9, 32)

   fake.unix_time()
   # 260742254

   fake.day_of_week()
   # 'Sunday'

   fake.day_of_month()
   # '22'

   fake.time(pattern="%H:%M:%S")
   # '11:31:04'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1997, 11, 24, 21, 12, 10)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 3, 9, 35, 20)

   fake.year()
   # '2007'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 10, 26, 8, 43, 29)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 3, 10, 10, 55, 20)

   fake.century()
   # u'III'

   fake.date(pattern="%Y-%m-%d")
   # '1987-08-20'

   fake.time_delta()
   # datetime.timedelta(14476, 38263)


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

   fake.mime_type(category=None)
   # u'image/gif'

   fake.file_name(category=None, extension=None)
   # u'quae.jpg'

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


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

   fake.ipv4()
   # u'37.152.162.255'

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

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

   fake.uri()
   # u'http://www..net/posts/categories/category/main/'

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

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

   fake.tld()
   # u'kr'

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

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

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

   fake.domain_name()
   # u'.org'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'a7b7:0fc5:d8d1:ab34:58a2:a352:0059:140a'

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

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

   fake.uri_path(deep=None)
   # u'category/explore'

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

   fake.uri_page()
   # u'search'

   fake.mac_address()
   # u'74:05:29:2c:1a:a8'


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

   fake.job()
   # 'Chemical engineer'


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

   fake.text(max_nb_chars=200)
   # u'Maxime autem dignissimos non sequi ut ipsa est itaque. Quae aut expedita enim ipsam et debitis voluptatum. Illo ut est vel facere incidunt itaque. Omnis consequatur dicta dolorem distinctio.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Magnam consequatur fugiat nihil magni ut.'

   fake.word()
   # u'quae'

   fake.paragraphs(nb=3)
   # [   u'Eos veniam ea enim fugiat maiores ex. Libero vero id minus qui. Voluptas unde eius similique quia doloribus veniam dolores.',
   #     u'Labore ducimus possimus ullam quis ipsa. Beatae eius maxime reiciendis sunt vero fugiat ut rem. Perferendis repellat delectus doloribus adipisci assumenda quibusdam sint.',
   #     u'Aperiam et ut maxime odit est commodi temporibus. Qui est eos tempora ratione velit. Molestiae aspernatur iste doloribus ratione. Recusandae voluptate quibusdam et est fugiat nihil.']

   fake.words(nb=3)
   # [u'consequuntur', u'ipsum', u'consectetur']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Velit reiciendis et ipsam explicabo sit. Velit ipsam eius eveniet maxime. Aliquid dolores dolorum eos sed corporis tempore rerum. Assumenda fugit dolores sit omnis.'

   fake.sentences(nb=3)
   # [   u'Sed sunt odio quia quasi.',
   #     u'Architecto recusandae doloribus ipsam delectus in dolor fugiat facilis.',
   #     u'Ea deleniti ipsum animi perferendis deleniti.']


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

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

   fake.locale()
   # u'fr_MD'

   fake.md5(raw_output=False)
   # '361107fde9229b51897307741c331283'

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

   fake.null_boolean()
   # True

   fake.sha256(raw_output=False)
   # '51a30cf4b45cc8ff783fd58a0c786cd09c18ee4a0b7560c93efb5c201aafa141'

   fake.uuid4()
   # '757f31c5-6f88-4173-975b-f59d4aac6eb8'

   fake.language_code()
   # u'pt'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'\ucc3d'

   fake.name_female()
   # u'\ub9e4\uc885'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'\ubb38\ube44\uad00'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'\uace0\uc0b0\ud601'

   fake.first_name()
   # u'\uc804'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'\uc6b4'

   fake.first_name_female()
   # u'\uc0bc'

   fake.last_name_female()
   # u'\ub450'

   fake.last_name()
   # u'\ud601'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'02-7463-7119'


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

   fake.simple_profile()
   # {   'address': u'\uacbd\uc0c1\ub0a8\ub3c4 \uc704\uc775\uc194\uc2dc \uc544\ucc2c\ud55c\ub3d9 6453 13-6 (692-844)',
   #     'birthdate': '1987-05-26',
   #     'mail': u'58@naver.com',
   #     'name': u'\uc639\ub3c4\uc120',
   #     'sex': 'F',
   #     'username': u'.'}

   fake.profile(fields=None)
   # {   'address': u'\uacbd\uae30\ub3c4 \uc0ac\uacf5\uac00\ud1b5\uc2dc \n \uad00\uc775\ub85c 7479 961-944',
   #     'birthdate': '2010-07-06',
   #     'blood_group': 'A+',
   #     'company': u'\uc720\ud55c\ud68c\uc0ac \ud558',
   #     'current_location': (Decimal('62.5178465'), Decimal('-95.983375')),
   #     'job': 'Journalist, newspaper',
   #     'mail': u'.@gmail.com',
   #     'name': u'\uad6c\uc544\ubbf8',
   #     'residence': u'\uc81c\uc8fc\ud2b9\ubcc4\uc790\uce58\ub3c4 \uacc4\ud798\ud798\uad6c \ud0dc\uc138\ub9bc\uad70 0079 04-7 (318-175)',
   #     'sex': 'F',
   #     'ssn': u'920115-2658248',
   #     'username': u'25',
   #     'website': [u'http://.kr/', u'http://.kr/', u'http://www..kr/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'At eaque natus.',
   #     u'Ut omnis asperiores.',
   #     datetime(1979, 12, 30, 13, 6, 29),
   #     datetime(1989, 4, 10, 12, 8, 59),
   #     u'http://www..org/categories/blog/category/homepage/',
   #     u'z@.com',
   #     u'.@naver.com',
   #     u'Placeat impedit sed.',
   #     u'58@daum.net')

   fake.pystr(max_chars=20)
   # u'Non officiis.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   1182,
   #         6,
   #         Decimal('2.2353959347E+13'),
   #         u'Eaque veniam nam.',
   #         u'http://www..com/',
   #         datetime(2005, 10, 1, 17, 18, 41),
   #         u'44@.com',
   #         u'Aut laboriosam.',
   #         u'Facilis qui.',
   #         4772],
   #     {   u'accusamus': 9355,
   #         u'dignissimos': u'Non repellat.',
   #         u'eligendi': u'Eius voluptatibus.',
   #         u'enim': u'.@.kr',
   #         u'et': u'Repellendus quis.',
   #         u'in': u'http://.com/posts/tags/main/',
   #         u'molestiae': u'Quis dignissimos.',
   #         u'odit': 4315266572.613,
   #         u'sit': 6972,
   #         u'voluptate': u'http://.kr/tags/main/register/'},
   #     {   u'aut': {   0: Decimal('-4233391619.19'),
   #                     1: [   u'Dolorum eum iste.',
   #                            4528,
   #                            Decimal('-57331066025.7')],
   #                     2: {   0: u'Eligendi quis ut.', 1: 129, 2: [3750, 452]}},
   #         u'et': {   4: Decimal('-8270.4769'),
   #                    5: [5431, 7840, u'Est eum eum ut.'],
   #                    6: {   4: u'Culpa est.',
   #                           5: Decimal('-141875095068'),
   #                           6: [7729, u'http://www..kr/']}},
   #         u'neque': {   9: u'.@.com',
   #                       10: [   datetime(1983, 3, 25, 0, 48, 54),
   #                               datetime(2008, 10, 25, 15, 29, 43),
   #                               u'Dolor ut eum.'],
   #                       11: {   9: 18053288317.7,
   #                               10: 6337,
   #                               11: [   datetime(1971, 11, 2, 9, 24, 44),
   #                                       Decimal('-61.204871')]}},
   #         u'non': {   7: u'67@naver.com',
   #                     8: [   4088,
   #                            u'http://www..com/search/posts/privacy.php',
   #                            u'Ut atque laudantium.'],
   #                     9: {   7: 2649,
   #                            8: u'Corrupti.',
   #                            9: [datetime(1977, 6, 7, 2, 46, 23), u'.@.com']}},
   #         u'sit': {   3: -4008266416579.2,
   #                     4: [9936, u'Et occaecati magnam.', u'Esse cupiditate.'],
   #                     5: {   3: 4006,
   #                            4: 128687711.877,
   #                            5: [u'Et dolorum.', 8643]}},
   #         u'tempore': {   8: datetime(2000, 6, 4, 17, 0, 58),
   #                         9: [8.23064991, 36452682.26, u'31@gmail.com'],
   #                         10: {   8: u'Adipisci dolorum.',
   #                                 9: u'Ut rem id eum.',
   #                                 10: [u'Velit est.', u'.@naver.com']}},
   #         u'totam': {   2: datetime(2007, 4, 21, 23, 42, 34),
   #                       3: [   Decimal('-9.81082634581E+12'),
   #                              u'.@hotmail.com',
   #                              -95504.712417],
   #                       4: {   2: 1826,
   #                              3: u'Ut odit sed rerum.',
   #                              4: [   u'http://.com/about/',
   #                                     u'Reiciendis dolor et.']}},
   #         u'velit': {   5: u'Atque amet fugit.',
   #                       6: [   u'Blanditiis.',
   #                              -62923.9911,
   #                              u'Sapiente vitae quod.'],
   #                       7: {   5: u'Et aperiam velit.',
   #                              6: u'Sit architecto.',
   #                              7: [   u'Natus voluptates.',
   #                                     u'Odio et impedit non.']}},
   #         u'voluptatem': {   1: Decimal('3.94819186121E+13'),
   #                            2: [   u'Dolorem fugit aut.',
   #                                   u'Consequatur sed.',
   #                                   u'Quo voluptas eos.'],
   #                            3: {   1: u'Sed maiores laborum.',
   #                                   2: 6169,
   #                                   3: [3370, u'.@dreamwiz.com']}},
   #         u'voluptatibus': {   6: u'Nesciunt nostrum.',
   #                              7: [u'Quam aut vitae.', 688984.432, 1602],
   #                              8: {   6: -9642977628.0,
   #                                     7: Decimal('51357824.4834'),
   #                                     8: [4601906687.35102, -57875.0]}}})

   fake.pydecimal(left_digits=None, right_digits=None, positive=False)
   # Decimal('8.34772405507E+14')

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Labore assumenda.',
   #     u'Consectetur.',
   #     u'.@gmail.com',
   #     3708,
   #     datetime(1980, 4, 26, 10, 12, 19),
   #     3803,
   #     Decimal('441.45'),
   #     Decimal('-8.37513374547E+14'),
   #     u'Porro hic.',
   #     u'.@hanmail.net',
   #     u'Dolor deserunt quo.',
   #     u'Perspiciatis.',
   #     u'Qui ipsum harum et.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   Decimal('-80304000.8876'),
   #     u'Quisquam sunt.',
   #     u'Et qui fugiat unde.',
   #     u'Et laudantium.',
   #     2386,
   #     u'Ut dolore est quos.',
   #     u'Et sed corporis.')

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Magni quod.', 7587, 4502, u'Inventore molestiae.', u'Voluptas et saepe.', u'Cum sunt recusandae.', u'Sunt et ad.', datetime(2001, 3, 28, 12, 6, 33), 2973])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'ab': datetime(1970, 2, 9, 0, 48, 41),
   #     u'ducimus': 6434,
   #     u'facere': u'Assumenda laborum.',
   #     u'occaecati': u'Numquam dignissimos.',
   #     u'quasi': u'.@.com',
   #     u'ratione': u'Itaque fuga.',
   #     u'repellendus': 86.38008,
   #     u'veniam': 547,
   #     u'voluptas': u'Perferendis ad ut.'}

   fake.pyint()
   # 6941


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

   fake.ssn()
   # u'810800-2700121'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 4.0; sl-SI; rv:1.9.2.20) Gecko/2014-11-27 18:45:46 Firefox/3.8'

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

   fake.opera()
   # u'Opera/9.38.(X11; Linux x86_64; en-US) Presto/2.9.179 Version/10.00'

   fake.windows_platform_token()
   # u'Windows 98'

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

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

   fake.chrome()
   # u'Mozilla/5.0 (Windows 98; Win 9x 4.90) AppleWebKit/5341 (KHTML, like Gecko) Chrome/14.0.880.0 Safari/5341'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0 rv:6.0; sl-SI) AppleWebKit/532.14.7 (KHTML, like Gecko) Version/5.0.3 Safari/532.14.7'
