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


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

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

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

   fake.address()
   # u'Kaukazsk\xe1 17\n179 77 Vy\u0161n\xe9 Ru\u017ebachy'

   fake.street_address()
   # u'Liptovsk\xe1 0'

   fake.postcode()
   # u'439 19'

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

   fake.country()
   # u'Luxembursk\xe9 ve\u013ekovojvodstvo'

   fake.city_name()
   # u'Jovice'

   fake.street_suffix_long()
   # u'ulica'

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'1/5'

   fake.country_code()
   # u'GM'

   fake.street_suffix_short()
   # u'ul.'

   fake.city()
   # u'Tur\u010dianky'

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


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

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

   fake.ean13()
   # u'2049216215547'

   fake.ean8()
   # u'35735038'


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

   fake.rgb_css_color()
   # u'rgb(196,134,202)'

   fake.color_name()
   # u'Plum'

   fake.rgb_color_list()
   # (67, 46, 134)

   fake.rgb_color()
   # u'121,114,90'

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

   fake.safe_color_name()
   # u'green'

   fake.hex_color()
   # u'#ff0ee5'


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

   fake.company()
   # u'Bogisich v.o.s.'

   fake.company_suffix()
   # u'a.s.'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'Voyager\nLondon Franecki\n869931472542444 12/24\nCVC: 889\n'

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

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


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

   fake.currency_code()
   # 'HUF'


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

   fake.date_time_ad()
   # datetime.datetime(871, 4, 7, 18, 1, 13)

   fake.month()
   # '09'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1989-06-04T07:31:59'

   fake.date_time()
   # datetime(1988, 6, 28, 4, 2, 50)

   fake.month_name()
   # 'October'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 7, 9, 8, 57, 30)

   fake.unix_time()
   # 116869170

   fake.day_of_week()
   # 'Thursday'

   fake.day_of_month()
   # '19'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2002, 9, 4, 6, 56, 55)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 3, 17, 30, 15)

   fake.year()
   # '2008'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2011, 8, 23, 18, 46, 47)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 1, 5, 18, 34, 59)

   fake.century()
   # u'XIV'

   fake.date(pattern="%Y-%m-%d")
   # '1973-11-18'

   fake.time_delta()
   # datetime.timedelta(16289, 10222)


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

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

   fake.file_name(category=None, extension=None)
   # u'beatae.avi'

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


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

   fake.ipv4()
   # u'69.68.72.117'

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

   fake.company_email()
   # u'adolf.lebsack@lakin.sk'

   fake.uri()
   # u'http://shields.com/app/posts/login.html'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'angelia10@szm.sk'

   fake.slug(*args, **kwargs)
   # u'vitae-ut-alias'

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

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

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'd1da:9cda:9568:f7a4:ffb6:8c46:8b0f:ff14'

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

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

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

   fake.email()
   # u'marion01@gmail.com'

   fake.uri_page()
   # u'privacy'

   fake.mac_address()
   # u'50:6c:cd:36:1f:2f'


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

   fake.job()
   # 'Programmer, multimedia'


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

   fake.text(max_nb_chars=200)
   # u'Sequi exercitationem unde perferendis adipisci quae rerum rem ut. Earum ut aut similique et minus facere magnam architecto. Sint voluptatem ad magni quia quis nulla.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Eveniet voluptatum et ipsam necessitatibus nesciunt itaque quia et.'

   fake.word()
   # u'eos'

   fake.paragraphs(nb=3)
   # [   u'Repellendus ut doloremque ipsa ut. Maxime exercitationem ratione harum labore similique officiis.',
   #     u'Reprehenderit neque voluptatum doloremque reiciendis voluptates. Fuga incidunt commodi itaque dolorem consectetur consequuntur sed. Consectetur id eos ratione dolorum qui ipsam repudiandae. Officia architecto suscipit sunt qui odit molestias.',
   #     u'Consectetur amet sit nesciunt nisi aut sapiente totam. Ducimus sequi cumque nesciunt natus fuga.']

   fake.words(nb=3)
   # [u'ea', u'laudantium', u'sequi']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Deleniti sunt nihil mollitia illum ex voluptatem. Voluptas nobis itaque ullam sed tempora. Nulla nihil qui est corrupti. Nam ut reprehenderit molestias.'

   fake.sentences(nb=3)
   # [   u'Esse sint est exercitationem et aut voluptatem quia.',
   #     u'Quae modi dignissimos eveniet odit eaque cumque dolorem est.',
   #     u'Sit impedit voluptatem officiis maiores omnis autem magnam.']


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

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

   fake.locale()
   # u'cn_ZW'

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

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

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # 'c51ef9af7684d722cfd791a048e97287750cee47c34dbb8fdccbc2d5633470f8'

   fake.uuid4()
   # 'cd925b23-0b1f-4834-ad09-4d5a3dfa2157'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Gaylord'

   fake.name_female()
   # u'Carina Howe'

   fake.prefix_male()
   # u'Mr.'

   fake.prefix()
   # u'Ms.'

   fake.name()
   # u'Rutherford Runte'

   fake.suffix_female()
   # u'PhD'

   fake.name_male()
   # u'Winston Stanton'

   fake.first_name()
   # u'Sommer'

   fake.suffix_male()
   # u'II'

   fake.suffix()
   # u'DDS'

   fake.first_name_male()
   # u'Pinkney'

   fake.first_name_female()
   # u'Romaine'

   fake.last_name_female()
   # u'Pfeffer'

   fake.last_name()
   # u'Johnston'

   fake.prefix_female()
   # u'Ms.'


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

   fake.phone_number()
   # u'+421 948 913 759'


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

   fake.simple_profile()
   # {   'address': u'Sklen\xe1rska 5/6\n888 20 Mal\xfd Hore\u0161',
   #     'birthdate': '2015-07-07',
   #     'mail': u'hirthe.robbin@chello.sk',
   #     'name': u'Jacquelin Beier',
   #     'sex': 'M',
   #     'username': u'kessler.orvis'}

   fake.profile(fields=None)
   # {   'address': u'Pekn\xe1 cesta 6/6\n654 51 Z\xe1lesie',
   #     'birthdate': '1987-07-05',
   #     'blood_group': 'AB-',
   #     'company': u'Hansen',
   #     'current_location': (Decimal('14.637277'), Decimal('177.552741')),
   #     'job': 'Therapist, speech and language',
   #     'mail': u'kilback.dayne@centrum.sk',
   #     'name': u'Brittanie Farrell',
   #     'residence': u'Skoroce\u013eov\xe1 24\n907 00 Dubno',
   #     'sex': 'M',
   #     'ssn': u'200-90-8541',
   #     'username': u'leuschke.alexus',
   #     'website': [u'http://daugherty.sk/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Et recusandae.',
   #     369,
   #     u'Fuga hic ratione.',
   #     u'ggrady@zoznam.sk',
   #     datetime(1987, 1, 29, 12, 8, 43),
   #     u'Maxime quia quia.',
   #     u'Aut quia qui.']

   fake.pystr(max_chars=20)
   # u'Reprehenderit.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   7968.63,
   #         u'gorczany.verna@szm.sk',
   #         Decimal('6.00213424085E+12'),
   #         u'Provident et aut ut.',
   #         3638,
   #         9814,
   #         u'Ipsam sint omnis.',
   #         u'Rerum ex.',
   #         u'Accusamus excepturi.',
   #         u'Nihil optio et.'],
   #     {   u'alias': u'Et voluptas.',
   #         u'aut': Decimal('79801.8000537'),
   #         u'consequuntur': 2826,
   #         u'dolor': u'http://rau.com/faq.php',
   #         u'labore': datetime(2004, 5, 31, 21, 18, 55),
   #         u'natus': u'http://www.wehner.com/',
   #         u'necessitatibus': 9619,
   #         u'quam': u'Sit placeat.',
   #         u'voluptatem': u'http://www.rogahn.sk/privacy.htm'},
   #     {   u'consequatur': {   9: u'Quibusdam ullam.',
   #                             10: [   5892,
   #                                     u'yjakubowski@szm.sk',
   #                                     datetime(2011, 3, 22, 7, 37, 7)],
   #                             11: {   9: u'vgerlach@centrum.sk',
   #                                     10: -5161.0,
   #                                     11: [   u'Nobis placeat.',
   #                                             u'Pariatur error est.']}},
   #         u'esse': {   4: 75.4,
   #                      5: [   u'http://bednar.sk/terms.htm',
   #                             1964,
   #                             u'Est rem eveniet ut.'],
   #                      6: {   4: 3351,
   #                             5: u'Hic aut reiciendis.',
   #                             6: [Decimal('87673569.18'), u'Aspernatur.']}},
   #         u'et': {   0: Decimal('8860.6851742'),
   #                    1: [   9401,
   #                           datetime(1980, 5, 5, 14, 8, 15),
   #                           u'Quod dolorem.'],
   #                    2: {   0: u'Rem non accusamus.',
   #                           1: u'yundt.tempie@atlas.sk',
   #                           2: [   u'Maxime id et id sed.',
   #                                  u'http://www.blanda.com/category/']}},
   #         u'eum': {   5: -8745255724466.0,
   #                     6: [   Decimal('-52729726.0'),
   #                            u'johnie.quitzon@azet.sk',
   #                            2085],
   #                     7: {   5: u'Aliquid quisquam ut.',
   #                            6: u'Asperiores dolorem.',
   #                            7: [Decimal('645599122388'), 7417]}},
   #         u'nam': {   3: u'Aut molestiae fugit.',
   #                     4: [   datetime(2001, 11, 4, 17, 14, 42),
   #                            u'http://raynor.sk/main/',
   #                            4600],
   #                     5: {   3: Decimal('96830.126'),
   #                            4: 3075,
   #                            5: [u'Accusamus qui alias.', u'At excepturi.']}},
   #         u'natus': {   2: 1958474.8,
   #                       3: [3065, 8385, u'Ea sapiente.'],
   #                       4: {   2: u'Sit repellendus.',
   #                              3: u'Quis quia odio.',
   #                              4: [2418, u'http://pacocha.com/index/']}},
   #         u'quod': {   7: u'http://conroy.com/explore/search/categories/home.jsp',
   #                      8: [   u'Aut ducimus.',
   #                             u'Ipsum animi eveniet.',
   #                             u'http://ullrich.com/app/tag/blog/homepage.php'],
   #                      9: {   7: u'Dolor impedit.',
   #                             8: u'Repellendus dolorum.',
   #                             9: [u'bfadel@pobox.sk', u'Et odio expedita.']}},
   #         u'sint': {   6: Decimal('4.70485701985E+13'),
   #                      7: [   Decimal('31.312'),
   #                             u'Ut autem excepturi.',
   #                             Decimal('-2372730296.18')],
   #                      8: {   6: u'http://kautzer.sk/blog/categories/main/home.asp',
   #                             7: datetime(1980, 7, 15, 8, 43, 8),
   #                             8: [u'Et necessitatibus.', -78.0]}},
   #         u'totam': {   8: u'Vitae fuga.',
   #                       9: [   u'hickle.theophile@pobox.sk',
   #                              8705,
   #                              u'Corporis excepturi.'],
   #                       10: {   8: u'xhand@azet.sk',
   #                               9: u'In aut et cum.',
   #                               10: [   u'Quas repellendus.',
   #                                       u'http://www.corkery.com/login.html']}},
   #         u'velit': {   1: u'Aut amet pariatur.',
   #                       2: [   9497,
   #                              u'http://botsford.sk/',
   #                              u'Voluptatem sunt a.'],
   #                       3: {   1: datetime(2006, 2, 6, 18, 39, 9),
   #                              2: u'Voluptates est ea.',
   #                              3: [u'coretta.wyman@chello.sk', 2739]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   -98.2557975162,
   #     u'Vero sequi nam.',
   #     u'Voluptas.',
   #     u'Dolor sit dolorem.',
   #     1035,
   #     u'Et est nisi.',
   #     u'hglover@pobox.sk',
   #     u'Cum est autem.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   9873,
   #     -1519307550391.0,
   #     5964,
   #     u'Exercitationem.',
   #     u'jax.will@atlas.sk',
   #     u'http://murray.sk/category/',
   #     datetime(1978, 10, 31, 0, 15, 22),
   #     u'Consequatur eaque.',
   #     9748,
   #     u'Tempora illum vero.',
   #     u'http://www.kuhic.sk/posts/list/blog/main.html',
   #     u'Animi dolor.',
   #     u'http://lemke.sk/',
   #     datetime(1986, 4, 23, 8, 27, 41))

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'http://www.marvin.com/login/', u'http://nicolas.com/', u'Reprehenderit et.', -31885696557622.0, 1234, 7890, Decimal('682.1039'), u'Ullam vero ut.', u'Repudiandae.', -50.3755, u'Qui sed a magni.', u'Est dolore aut.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'autem': u'http://cummings.com/terms/',
   #     u'optio': datetime(1990, 12, 17, 18, 41, 25),
   #     u'quaerat': u'Corrupti a.',
   #     u'quia': u'Sint sit architecto.',
   #     u'repellendus': u'http://brown.sk/wp-content/list/privacy/',
   #     u'sit': u'Qui atque vel ullam.',
   #     u'voluptatibus': 4450}

   fake.pyint()
   # 1212


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

   fake.ssn()
   # u'212-58-7195'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; rv:1.9.6.20) Gecko/2012-09-11 07:03:25 Firefox/3.8'

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

   fake.opera()
   # u'Opera/8.59.(Windows NT 5.0; it-IT) Presto/2.9.187 Version/12.00'

   fake.windows_platform_token()
   # u'Windows CE'

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

   fake.user_agent()
   # u'Opera/8.81.(X11; Linux x86_64; sl-SI) Presto/2.9.185 Version/11.00'

   fake.chrome()
   # u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5322 (KHTML, like Gecko) Chrome/14.0.814.0 Safari/5322'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; it-IT) AppleWebKit/531.10.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6531.10.4'
