
Language cs_CZ
**************


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

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

   fake.street_name()
   # u'Vstupn\xed'

   fake.address()
   # u'Nu\u010dick\xe1 503\n373 15 Vejprty'

   fake.street_address()
   # u'Rudoltick\xe1 055'

   fake.postcode()
   # u'269 40'

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

   fake.country()
   # u'Antigua a Barbuda'

   fake.city_name()
   # u'Mirotice'

   fake.street_suffix_long()
   # u'n\xe1m\u011bst\xed'

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'690'

   fake.country_code()
   # u'CG'

   fake.street_suffix_short()
   # u'n\xe1m.'

   fake.city()
   # u'Husinec'

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


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

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

   fake.ean13()
   # u'5679574423741'

   fake.ean8()
   # u'84184405'


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

   fake.rgb_css_color()
   # u'rgb(173,165,73)'

   fake.color_name()
   # u'MintCream'

   fake.rgb_color_list()
   # (145, 208, 57)

   fake.rgb_color()
   # u'223,120,110'

   fake.safe_hex_color()
   # u'#ff0000'

   fake.safe_color_name()
   # u'silver'

   fake.hex_color()
   # u'#5631a3'


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

   fake.company()
   # u'Pokorn\xfd Vesel\xe1 s.r.o.'

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


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

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

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

   fake.credit_card_full(card_type=None)
   # u'Voyager\nKate\u0159ina Bla\u017eek\n869909093371070 07/22\nCVC: 237\n'

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

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


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

   fake.currency_code()
   # 'LAK'


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

   fake.date_time_ad()
   # datetime.datetime(1316, 3, 4, 21, 12, 1)

   fake.month()
   # '02'

   fake.am_pm()
   # 'PM'

   fake.timezone()
   # u'Europe/Simferopol'

   fake.iso8601()
   # '2011-06-04T16:38:33'

   fake.date_time()
   # datetime(1998, 1, 28, 9, 5, 3)

   fake.month_name()
   # 'August'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 4, 1, 23, 59, 45)

   fake.unix_time()
   # 949920382

   fake.day_of_week()
   # 'Monday'

   fake.day_of_month()
   # '20'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2007, 8, 7, 20, 27, 26)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 1, 10, 52, 3)

   fake.year()
   # '2007'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2012, 3, 5, 5, 23, 41)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 1, 2, 6, 3, 35)

   fake.century()
   # u'XIV'

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

   fake.time_delta()
   # datetime.timedelta(9390, 5569)


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

   fake.mime_type(category=None)
   # u'multipart/encrypted'

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

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


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

   fake.ipv4()
   # u'119.7.61.3'

   fake.url()
   # u'http://www.vvrov.cz/'

   fake.company_email()
   # u'jurban@nmcov.cz'

   fake.uri()
   # u'http://www.pokorn.cz/wp-content/app/main/'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'natalie.blahova@volny.cz'

   fake.slug(*args, **kwargs)
   # u'unde-quia-est-ut-et'

   fake.free_email_domain()
   # u'email.cz'

   fake.domain_name()
   # u'jelnek.cz'

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'9a01:e506:5843:490f:1eea:207c:20c6:0a90'

   fake.safe_email()
   # u'horakova.dana@example.org'

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

   fake.uri_path(deep=None)
   # u'app/main'

   fake.email()
   # u'gvanek@seznam.cz'

   fake.uri_page()
   # u'about'

   fake.mac_address()
   # u'b3:bf:4d:e2:92:31'


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

   fake.job()
   # 'Surveyor, commercial/residential'


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

   fake.text(max_nb_chars=200)
   # u'Eos quo illo eos sunt qui ex. Ea sit laudantium itaque perferendis. Nihil explicabo asperiores voluptate magni maxime aliquid aut.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Repellendus repudiandae sunt praesentium sint laudantium.'

   fake.word()
   # u'qui'

   fake.paragraphs(nb=3)
   # [   u'Deserunt tempore aut facere animi dolor. Rerum dignissimos sunt optio corrupti. Sed sed illum natus dolore ut.',
   #     u'Soluta aliquid dolore et dignissimos a. Ut molestiae animi placeat repellendus sunt. Sunt aliquam ratione vel et enim. Doloremque temporibus rem est tenetur vero quas.',
   #     u'Ullam voluptatem id adipisci qui at qui. Sunt et ratione sint. Molestiae est et nesciunt a sunt sequi. Quia rerum animi maxime incidunt dignissimos hic totam.']

   fake.words(nb=3)
   # [u'sit', u'molestiae', u'ipsum']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Ab quia non sint autem sunt suscipit sunt. Inventore ad ea voluptas et nisi sint. Laudantium molestiae eum iure et dolore explicabo placeat consequatur.'

   fake.sentences(nb=3)
   # [   u'Iusto quisquam facilis quibusdam consequatur esse sed id.',
   #     u'Voluptate aut esse alias magnam maxime.',
   #     u'Provident est excepturi minus nisi non.']


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

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

   fake.locale()
   # u'ru_GT'

   fake.md5(raw_output=False)
   # '6c48016b906e33793742ebd838bdae7c'

   fake.sha1(raw_output=False)
   # '0ee258ef21e1bc9bdc5f5815087f1804fefa2de2'

   fake.null_boolean()
   # True

   fake.sha256(raw_output=False)
   # '4c51d0a009c5ab9e070aa01de48bbb5fc0152e4aed12d5a5fe36879bea39ed99'

   fake.uuid4()
   # 'acfb9899-a1ea-4929-97f0-b3a98df631a7'

   fake.language_code()
   # u'en'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Kopeck\xfd'

   fake.name_female()
   # u'pan\xed Veronika Svobodov\xe1 Th.D.'

   fake.prefix_male()
   # u'Ing.'

   fake.prefix()
   # u'JUDr.'

   fake.name()
   # u'B\u0159etislav Van\u011bk'

   fake.suffix_female()
   # u'CSc.'

   fake.name_male()
   # u'V\xe1clav Hor\xe1k'

   fake.first_name()
   # u'Vlastimil'

   fake.suffix_male()
   # u'Ph.D.'

   fake.suffix()
   # u'CSc.'

   fake.first_name_male()
   # u'Josef'

   fake.first_name_female()
   # u'Denisa'

   fake.last_name_female()
   # u'Kr\xe1lov\xe1'

   fake.last_name()
   # u'Posp\xed\u0161il'

   fake.prefix_female()
   # u'Mgr.'


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

   fake.phone_number()
   # u'727 538 508'


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

   fake.simple_profile()
   # {   'address': u'Male\u0161ovsk\xe1 4\n819 58 Mikul\xe1\u0161ovice',
   #     'birthdate': '2008-10-03',
   #     'mail': u'wmarek@chello.cz',
   #     'name': u'Viktor \u010cern\xfd',
   #     'sex': 'F',
   #     'username': u'hvankova'}

   fake.profile(fields=None)
   # {   'address': u'Pod Spiritkou 6\n575 42 Kladno',
   #     'birthdate': '2011-07-07',
   #     'blood_group': 'AB-',
   #     'company': u'Bla\u017ekov\xe1 s.r.o.',
   #     'current_location': (Decimal('-58.400397'), Decimal('80.205442')),
   #     'job': 'Housing manager/officer',
   #     'mail': u'kralova.blanka@email.cz',
   #     'name': u'S\xe1ra Pokorn\xe1 CSc.',
   #     'residence': u'Le\u0161ovsk\xe1 33\n263 98 \xdajezd u Brna',
   #     'sex': 'F',
   #     'ssn': u'233-08-8102',
   #     'username': u'oblazek',
   #     'website': [u'http://dolealov.cz/', u'http://ermkov.cz/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Reiciendis.', 2593, u'Magni aspernatur.', 9848, datetime(1999, 9, 23, 9, 1, 44), u'Ad dolorem facere.', 3925461.0, u'andrea.zemanova@seznam.cz', u'Laborum sit eos.', u'In iusto nemo eum.'])

   fake.pystr(max_chars=20)
   # u'Facere atque.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   datetime(1972, 2, 15, 5, 15, 16),
   #         387190171.0,
   #         u'Reiciendis odio non.',
   #         u'Assumenda quis.',
   #         u'Beatae impedit.',
   #         u'Voluptatum magnam.',
   #         datetime(2002, 5, 15, 14, 46, 38),
   #         u'smoravcova@post.cz',
   #         -91825930206641.9,
   #         u'mala.magdalena@centrum.cz'],
   #     {   u'accusantium': u'simek.vitezslav@volny.cz',
   #         u'error': datetime(1972, 10, 22, 19, 7, 5),
   #         u'eveniet': u'Accusantium et ipsa.',
   #         u'in': u'Tenetur saepe.',
   #         u'sed': 926,
   #         u'sint': -79675204724.0,
   #         u'sunt': datetime(1981, 4, 13, 20, 35, 43),
   #         u'voluptas': u'Magnam laboriosam.',
   #         u'voluptate': u'Aut aperiam.',
   #         u'voluptatem': 6254},
   #     {   u'architecto': {   1: u'Accusantium sint.',
   #                            2: [   Decimal('-6303636.7835'),
   #                                   Decimal('589046383.356'),
   #                                   u'http://polkov.com/main/category/login.htm'],
   #                            3: {   1: datetime(1985, 5, 29, 2, 18, 4),
   #                                   2: datetime(1995, 4, 11, 22, 10, 7),
   #                                   3: [   7176,
   #                                          datetime(1980, 6, 25, 10, 21, 37)]}},
   #         u'at': {   4: u'http://urbanov.cz/main.html',
   #                    5: [1623, u'Ut deleniti et modi.', u'http://hov.com/'],
   #                    6: {   4: 8123,
   #                           5: u'Ut quam qui.',
   #                           6: [u'Sint eligendi ut in.', 6935]}},
   #         u'ducimus': {   7: datetime(2015, 9, 28, 18, 49, 18),
   #                         8: [   datetime(1983, 11, 1, 23, 3, 9),
   #                                Decimal('24636229.762'),
   #                                1809],
   #                         9: {   7: 7094,
   #                                8: u'Velit molestiae et.',
   #                                9: [   5660,
   #                                       u'http://www.vank.cz/search/post/']}},
   #         u'eum': {   0: Decimal('-79174.4638'),
   #                     1: [   8319,
   #                            u'http://www.svobodov.cz/posts/search/about.asp',
   #                            u'Qui aliquam.'],
   #                     2: {   0: 5284,
   #                            1: u'Officiis.',
   #                            2: [   5845,
   #                                   u'http://www.kol.cz/wp-content/tag/login.htm']}},
   #         u'id': {   9: u'Deleniti repellat.',
   #                    10: [8912, u'Voluptatem nemo.', u'patrik49@centrum.cz'],
   #                    11: {   9: u'Eos cum aliquam hic.',
   #                            10: datetime(1970, 7, 31, 15, 9, 20),
   #                            11: [   u'ondrej.bartos@seznam.cz',
   #                                    u'Officia impedit.']}},
   #         u'ipsa': {   3: u'Qui quam nihil.',
   #                      4: [6777, 29383918.0, u'Architecto est.'],
   #                      5: {   3: -8630988406.8,
   #                             4: u'antonin.pokorny@email.cz',
   #                             5: [u'Sed enim.', u'Quis nulla.']}},
   #         u'numquam': {   2: u'Est maiores.',
   #                         3: [   8659,
   #                                u'http://www.k.com/index.html',
   #                                u'http://hjkov.cz/main/terms/'],
   #                         4: {   2: u'zeman.vaclav@email.cz',
   #                                3: 5412,
   #                                4: [u'http://www.vlek.cz/register/', 6416]}},
   #         u'pariatur': {   5: u'kadlecova.magdalena@chello.cz',
   #                          6: [1806, u'Quas quaerat ab aut.', 8106],
   #                          7: {   5: u'http://pokorn.cz/author/',
   #                                 6: u'Ex nemo aliquid.',
   #                                 7: [   9247,
   #                                        u'http://kadlec.cz/main/posts/search/author.jsp']}},
   #         u'quia': {   8: u'Quaerat dolorem.',
   #                      9: [6434, u'Cupiditate iusto.', u'Vel dignissimos.'],
   #                      10: {   8: u'Rerum ipsam libero.',
   #                              9: u'Ipsa quas est.',
   #                              10: [9336, 7732]}},
   #         u'saepe': {   6: u'http://www.kopeck.com/category/tag/post/',
   #                       7: [   u'murbanova@gmail.com',
   #                              u'skral@post.cz',
   #                              u'Et dolorem magni.'],
   #                       8: {   6: u'esoukupova@chello.cz',
   #                              7: u'http://www.vlkov.com/search/',
   #                              8: [u'Non qui omnis.', u'Nam ut ut.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Perspiciatis.',
   #     u'Accusantium.',
   #     Decimal('-492329705071'),
   #     4639,
   #     Decimal('274673005.78'),
   #     u'Aut non ullam sint.',
   #     u'Ea eaque similique.',
   #     u'Ut qui pariatur.',
   #     Decimal('-6.4949424461E+12')]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'http://maek.cz/',
   #     6790,
   #     -560550850431.919,
   #     8174,
   #     u'masek.simon@seznam.cz',
   #     datetime(2012, 12, 11, 22, 26, 2),
   #     66.59505744,
   #     u'http://www.urban.com/faq/',
   #     5947,
   #     u'http://duek.cz/tags/register/',
   #     u'Porro blanditiis et.',
   #     u'Inventore fugiat.')

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([datetime(2003, 3, 19, 7, 13, 3), u'http://www.kratochvl.cz/faq/', 3.75841, u'Ad hic consequuntur.', u'http://www.vesel.com/main/posts/categories/about/', u'cermak.eduard@centrum.cz', u'Qui qui temporibus.', u'wnovotna@centrum.cz', u'kratochvilova.iva@email.cz', u'http://hjek.cz/'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'ad': Decimal('-784289650564'),
   #     u'aliquid': 381.60170893,
   #     u'animi': u'Rerum quisquam odit.',
   #     u'dolore': 9877,
   #     u'saepe': datetime(2014, 6, 16, 8, 37, 36),
   #     u'vel': u'Qui voluptatum modi.',
   #     u'veniam': datetime(1979, 8, 2, 20, 59, 12)}

   fake.pyint()
   # 5456


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

   fake.ssn()
   # u'293-55-4003'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5; rv:1.9.5.20) Gecko/2013-11-18 00:42:44 Firefox/6.0'

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

   fake.opera()
   # u'Opera/8.21.(Windows NT 5.2; it-IT) Presto/2.9.179 Version/10.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/5361 (KHTML, like Gecko) Chrome/13.0.884.0 Safari/5361'

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/534.42.6 (KHTML, like Gecko) Version/4.1 Safari/534.42.6'
