
Language sk_SK
**************


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

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

   fake.street_name()
   # u'\u010cakankov\xe1'

   fake.address()
   # u'\u0160tvrt\xe1 53\n354 26 Kr\xe1\u013eovsk\xfd Chlmec'

   fake.street_address()
   # u'Zlatohorsk\xe1 07'

   fake.postcode()
   # u'177 60'

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

   fake.country()
   # u'Katarsk\xfd \u0161t\xe1t'

   fake.city_name()
   # u'Mo\u0161ovce'

   fake.street_suffix_long()
   # u'ulica'

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'6/3'

   fake.country_code()
   # u'TR'

   fake.street_suffix_short()
   # u'ul.'

   fake.city()
   # u'Valask\xe1 Dubov\xe1'

   fake.state()
   # u'Bratislavsk\xfd kraj'


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

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

   fake.ean13()
   # u'6142557468781'

   fake.ean8()
   # u'92543690'


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

   fake.rgb_css_color()
   # u'rgb(56,146,181)'

   fake.color_name()
   # u'Blue'

   fake.rgb_color_list()
   # (240, 71, 20)

   fake.rgb_color()
   # u'25,18,232'

   fake.safe_hex_color()
   # u'#99aa00'

   fake.safe_color_name()
   # u'olive'

   fake.hex_color()
   # u'#f1eb32'


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

   fake.company()
   # u'Kovacek Labadie k.s.'

   fake.company_suffix()
   # u'v.o.s.'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'VISA 16 digit\nSydnee Krajcik\n4974533069167009 01/19\nCVC: 158\n'

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

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


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

   fake.currency_code()
   # 'SAR'


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

   fake.date_time_ad()
   # datetime.datetime(1948, 5, 28, 17, 30, 55)

   fake.month()
   # '10'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1976-04-24T13:47:12'

   fake.date_time()
   # datetime(2000, 4, 5, 0, 3, 21)

   fake.month_name()
   # 'November'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 3, 24, 4, 26, 59)

   fake.unix_time()
   # 623524543

   fake.day_of_week()
   # 'Thursday'

   fake.day_of_month()
   # '10'

   fake.time(pattern="%H:%M:%S")
   # '14:26:47'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1997, 8, 6, 11, 16, 54)

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

   fake.year()
   # '1998'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2012, 10, 13, 11, 47, 10)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 5, 18, 2, 27, 54)

   fake.century()
   # u'II'

   fake.date(pattern="%Y-%m-%d")
   # '2014-07-28'

   fake.time_delta()
   # datetime.timedelta(9844, 6198)


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

   fake.mime_type(category=None)
   # u'text/csv'

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

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


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

   fake.ipv4()
   # u'255.198.237.154'

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

   fake.company_email()
   # u'bemard@senger.sk'

   fake.uri()
   # u'http://herzog.sk/category.html'

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

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

   fake.tld()
   # u'sk'

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

   fake.slug(*args, **kwargs)
   # u'nemo-ea-omnis-et-et'

   fake.free_email_domain()
   # u'azet.sk'

   fake.domain_name()
   # u'haag.com'

   fake.uri_extension()
   # u'.htm'

   fake.ipv6()
   # u'f321:e930:a1f0:d0dc:69c3:59a7:fac0:d094'

   fake.safe_email()
   # u'schmitt.jailyn@example.org'

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

   fake.uri_path(deep=None)
   # u'wp-content/search/blog'

   fake.email()
   # u'sipes.erving@chello.sk'

   fake.uri_page()
   # u'home'

   fake.mac_address()
   # u'29:3b:cc:21:0d:e9'


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

   fake.job()
   # 'Community education officer'


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

   fake.text(max_nb_chars=200)
   # u'Non molestiae eos reiciendis quisquam beatae sed natus. Distinctio similique est quibusdam eos culpa error et. Reiciendis deleniti quia et nihil aut quas. Aperiam eos quaerat vero est rerum ad saepe.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Sit quod sunt accusantium ratione.'

   fake.word()
   # u'ducimus'

   fake.paragraphs(nb=3)
   # [   u'In praesentium qui est ut sed eos corrupti. Rerum quia repudiandae quaerat velit doloremque dolorum officiis. Occaecati excepturi quia ad eum et. Qui quisquam porro quam voluptates. Aut deserunt et sit qui sit.',
   #     u'Sapiente modi at rerum qui. Accusantium sed fugiat eligendi magni neque cumque ut.',
   #     u'Provident magni ut quo omnis rem sint aperiam ducimus. Voluptatem qui ea tenetur consequuntur sapiente in. Iusto adipisci ut consequuntur cum sit. Omnis id inventore facilis quo.']

   fake.words(nb=3)
   # [u'laborum', u'adipisci', u'recusandae']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Id et praesentium est deserunt hic nemo ab nemo. Doloribus dignissimos est magnam debitis et. Officia ipsum cum sapiente unde nihil architecto architecto. Ducimus aperiam expedita iusto autem quasi iste molestiae.'

   fake.sentences(nb=3)
   # [   u'Autem accusamus perspiciatis ipsum voluptatem quos nisi quibusdam minus.',
   #     u'Expedita eveniet explicabo odio aut.',
   #     u'Ut est et illo eum.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'!D%Q_okfrF'

   fake.locale()
   # u'pt_NR'

   fake.md5(raw_output=False)
   # '53acd9f2a8868313342b39b5f55b6d74'

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

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '5eaf9106a715876b92a2b4f8a5cf5fd92c9470aaa52862cb4db69fe5f82d935e'

   fake.uuid4()
   # 'a12d0a51-05e6-412f-8fc6-427e6f6239b1'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Schumm'

   fake.name_female()
   # u'Kimberlie Mohr'

   fake.prefix_male()
   # u'Dr.'

   fake.prefix()
   # u'Mrs.'

   fake.name()
   # u'Mr. Keifer Roob'

   fake.suffix_female()
   # u'DDS'

   fake.name_male()
   # u'Waverly Bins'

   fake.first_name()
   # u'Tomas'

   fake.suffix_male()
   # u'II'

   fake.suffix()
   # u'DDS'

   fake.first_name_male()
   # u'Bluford'

   fake.first_name_female()
   # u'Mickie'

   fake.last_name_female()
   # u'Harris'

   fake.last_name()
   # u'West'

   fake.prefix_female()
   # u'Ms.'


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

   fake.phone_number()
   # u'+421 940 524 847'


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

   fake.simple_profile()
   # {   'address': u'Obe\u017en\xe1 8\n127 02 Sukov',
   #     'birthdate': '1989-05-25',
   #     'mail': u'nilda.wolff@zoznam.sk',
   #     'name': u'Webb Rolfson',
   #     'sex': 'F',
   #     'username': u'lreichel'}

   fake.profile(fields=None)
   # {   'address': u'K\xfako\u013eov\xe1 548\n652 13 M\xfdtne Ludany',
   #     'birthdate': '1974-09-02',
   #     'blood_group': 'B+',
   #     'company': u'Mitchell v.o.s.',
   #     'current_location': (Decimal('-51.091959'), Decimal('109.906374')),
   #     'job': 'Trading standards officer',
   #     'mail': u'yoselin.grant@inmail.sk',
   #     'name': u'Dwaine Greenholt',
   #     'residence': u'\u0160iesta 9265\n806 15 H\xf4rka',
   #     'sex': 'M',
   #     'ssn': u'360-06-6623',
   #     'username': u'nellie87',
   #     'website': [   u'http://johns.com/',
   #                    u'http://www.mcclure.sk/',
   #                    u'http://www.morissette.sk/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([datetime(1974, 4, 24, 13, 57, 29), datetime(2008, 12, 18, 18, 41, 10), u'Et aut provident et.', u'finley33@szm.sk', 46970322183285.0, datetime(2013, 10, 3, 22, 26, 37), u'http://langosh.com/terms/', 6581, 3031, 8925, 4286, u'mayer.emeline@szm.sk'])

   fake.pystr(max_chars=20)
   # u'Et omnis.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Deleniti eligendi.',
   #         -14613.7745276,
   #         u'Est quos qui est.',
   #         datetime(1991, 1, 22, 3, 38, 21),
   #         u'Soluta accusamus.',
   #         729520452530.0,
   #         datetime(1987, 4, 10, 12, 20, 23),
   #         3828,
   #         7649,
   #         u'yundt.melodee@post.sk'],
   #     {   u'aut': 21088354249590.0,
   #         u'illo': -948823808025452.0,
   #         u'nam': u'Ut pariatur quasi.',
   #         u'natus': u'Harum placeat.',
   #         u'non': 599.6132,
   #         u'odio': u'rprice@atlas.sk',
   #         u'odit': u'http://www.shanahan.sk/',
   #         u'sapiente': 6703,
   #         u'sunt': u'Quaerat voluptatem.',
   #         u'totam': 87.489785},
   #     {   u'enim': {   3: u'Dolores aut.',
   #                      4: [   datetime(1976, 3, 25, 20, 49, 47),
   #                             u'Vero consequatur.',
   #                             datetime(1988, 6, 23, 20, 52, 13)],
   #                      5: {   3: 5038,
   #                             4: datetime(1979, 6, 1, 1, 57, 1),
   #                             5: [   u'Delectus cupiditate.',
   #                                    u'http://www.steuber.sk/author/']}},
   #         u'iusto': {   5: Decimal('96.7526'),
   #                       6: [   2673,
   #                              6030804.5863,
   #                              datetime(1994, 2, 1, 6, 39, 49)],
   #                       7: {   5: u'http://www.orn.com/',
   #                              6: u'abbott.rashad@atlas.sk',
   #                              7: [   datetime(1998, 11, 27, 2, 2, 53),
   #                                     u'http://www.nikolaus.com/']}},
   #         u'nihil': {   8: u'Aut asperiores.',
   #                       9: [532, u'thompson.peyton@atlas.sk', 6710],
   #                       10: {   8: Decimal('1296609.31'),
   #                               9: u'dbernier@centrum.sk',
   #                               10: [   9088,
   #                                       u'http://www.windler.sk/category/']}},
   #         u'nulla': {   2: Decimal('-7886.615'),
   #                       3: [   -6804.64,
   #                              u'dereck.ernser@post.sk',
   #                              Decimal('-705024.93')],
   #                       4: {   2: u'Aliquam et.',
   #                              3: u'Et ipsa rem et sint.',
   #                              4: [33384987601.58, u'jobe40@gmail.com']}},
   #         u'pariatur': {   7: u'Maxime quis quia in.',
   #                          8: [   u'Veritatis autem in.',
   #                                 u'larson.norton@szm.sk',
   #                                 u'Nam enim minima id.'],
   #                          9: {   7: 46.98767,
   #                                 8: u'Vero adipisci.',
   #                                 9: [   u'In aut est et.',
   #                                        u'Est et consequatur.']}},
   #         u'praesentium': {   4: u'Eum quo nihil dolor.',
   #                             5: [   datetime(1976, 2, 19, 16, 50, 2),
   #                                    datetime(1980, 3, 7, 4, 30, 58),
   #                                    u'Molestias ullam quo.'],
   #                             6: {   4: u'Earum eaque eveniet.',
   #                                    5: 711465632972.0,
   #                                    6: [-26.4470261606929, u'Ut ipsa eius.']}},
   #         u'qui': {   9: 2090133.11,
   #                     10: [   datetime(2010, 12, 23, 12, 53, 35),
   #                             u'http://pacocha.com/',
   #                             9959],
   #                     11: {   9: datetime(2014, 7, 26, 8, 55, 9),
   #                             10: 5283333.1488633,
   #                             11: [   u'Modi quod tempore.',
   #                                     u'Qui debitis maiores.']}},
   #         u'quibusdam': {   0: u'Dolores quam.',
   #                           1: [   u'powlowski.vincent@gmail.com',
   #                                  u'bentley91@atlas.sk',
   #                                  u'Enim optio culpa.'],
   #                           2: {   0: u'http://aufderhar.sk/home.jsp',
   #                                  1: u'Repellendus quod.',
   #                                  2: [23448548.35129, 1395]}},
   #         u'vel': {   1: u'kmayert@szm.sk',
   #                     2: [   u'http://www.collins.com/tag/about/',
   #                            datetime(2001, 2, 18, 3, 23, 14),
   #                            u'Cupiditate.'],
   #                     3: {   1: u'Rem nemo.',
   #                            2: u'Repellat incidunt.',
   #                            3: [   datetime(2002, 12, 26, 15, 6, 48),
   #                                   u'Non officia ut.']}},
   #         u'voluptatem': {   6: u'mckenzie.herschel@szm.sk',
   #                            7: [   Decimal('3662.97'),
   #                                   24109285.8,
   #                                   datetime(1982, 6, 25, 23, 17, 42)],
   #                            8: {   6: u'Et facere ea sed.',
   #                                   7: u'http://www.senger.com/login/',
   #                                   8: [   datetime(1972, 2, 10, 5, 47, 58),
   #                                          u'Eos facilis rem eos.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Eos repellat dolor.',
   #     u'zkohler@chello.sk',
   #     5266,
   #     -80556284.65667,
   #     7516,
   #     26173416.26893,
   #     u'Commodi id quos.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   22155681.536,
   #     u'Deserunt dolorum.',
   #     -8616222.4,
   #     u'http://berge.sk/tags/tags/search.asp',
   #     u'Laudantium rem.',
   #     4174,
   #     168664913754000.0,
   #     u'Nemo eos earum.',
   #     datetime(1988, 1, 22, 18, 17, 3),
   #     u'http://www.thompson.com/category/tags/posts/register/',
   #     u'Blanditiis.',
   #     datetime(2008, 11, 13, 7, 26, 22))

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([9575, datetime(2013, 1, 12, 2, 36, 15), u'watsica.caron@gmail.com', u'Sint omnis mollitia.', datetime(2006, 8, 7, 21, 14, 6), datetime(2011, 2, 28, 1, 51, 35), 2239])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'at': u'http://goyette.sk/wp-content/author.asp',
   #     u'aut': 6997,
   #     u'cum': u'Accusamus earum.',
   #     u'delectus': datetime(2007, 11, 26, 12, 21, 3),
   #     u'eius': u'http://ortiz.sk/login/',
   #     u'et': 2366,
   #     u'ex': u'mann.braiden@inmail.sk',
   #     u'impedit': Decimal('-8.38462993729E+12'),
   #     u'iusto': u'http://www.braun.sk/index.php',
   #     u'laboriosam': u'Maiores ut vitae.',
   #     u'omnis': u'Aut cumque deserunt.',
   #     u'qui': u'Vitae aut provident.',
   #     u'ratione': Decimal('189683.568612'),
   #     u'sit': 4956}

   fake.pyint()
   # 7518


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

   fake.ssn()
   # u'794-09-1162'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2014-05-02 15:43:29 Firefox/4.0'

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

   fake.opera()
   # u'Opera/9.74.(Windows NT 6.2; en-US) Presto/2.9.164 Version/11.00'

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

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

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

   fake.chrome()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_9) AppleWebKit/5340 (KHTML, like Gecko) Chrome/14.0.833.0 Safari/5340'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4 rv:2.0; sl-SI) AppleWebKit/532.34.1 (KHTML, like Gecko) Version/5.0.5 Safari/532.34.1'
