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


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

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

   fake.street_name()
   # u'Z\xe1vrchy'

   fake.address()
   # u'Pod Pr\u016fsekem 8/2\n802 35 L\xe1zn\u011b B\u011blohrad'

   fake.street_address()
   # u'\u017dilinsk\xe1 77'

   fake.postcode()
   # u'844 39'

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

   fake.country()
   # u'Dominik\xe1nsk\xe1 republika'

   fake.city_name()
   # u'Pacov'

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

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

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

   fake.country_code()
   # u'SK'

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

   fake.city()
   # u'Olov\xed'

   fake.state()
   # u'St\u0159edo\u010desk\xfd kraj'


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

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

   fake.ean13()
   # u'2743858023590'

   fake.ean8()
   # u'54196674'


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

   fake.rgb_css_color()
   # u'rgb(163,3,245)'

   fake.color_name()
   # u'LightYellow'

   fake.rgb_color_list()
   # (201, 4, 40)

   fake.rgb_color()
   # u'197,191,177'

   fake.safe_hex_color()
   # u'#446600'

   fake.safe_color_name()
   # u'purple'

   fake.hex_color()
   # u'#e86395'


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

   fake.company()
   # u'Bla\u017eek'

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


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

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

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

   fake.credit_card_full(card_type=None)
   # u'Mastercard\n\u017daneta Mare\u0161ov\xe1\n5527458569817573 05/18\nCVV: 258\n'

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

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


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

   fake.currency_code()
   # 'VEF'


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

   fake.date_time_ad()
   # datetime.datetime(2012, 5, 28, 18, 38, 50)

   fake.month()
   # '02'

   fake.am_pm()
   # 'AM'

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

   fake.iso8601()
   # '1971-03-21T05:46:01'

   fake.date_time()
   # datetime(2013, 10, 22, 0, 35, 7)

   fake.month_name()
   # 'February'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 2, 6, 11, 53, 23)

   fake.unix_time()
   # 1219152137

   fake.day_of_week()
   # 'Tuesday'

   fake.day_of_month()
   # '08'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1986, 4, 7, 18, 47, 31)

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

   fake.year()
   # '2002'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2015, 8, 19, 8, 15, 8)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 4, 8, 12, 25, 3)

   fake.century()
   # u'XI'

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

   fake.time_delta()
   # datetime.timedelta(8277, 38924)


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

   fake.mime_type(category=None)
   # u'model/example'

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

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


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

   fake.ipv4()
   # u'82.107.72.10'

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

   fake.company_email()
   # u'blazkova.sona@kuera.cz'

   fake.uri()
   # u'http://novotn.cz/main/posts/post/'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'blazek.rene@seznam.cz'

   fake.slug(*args, **kwargs)
   # u'quasi-dolores'

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

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

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'132a:5933:d0a9:b61c:3382:7e18:8c22:a456'

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

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

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

   fake.email()
   # u'eblahova@volny.cz'

   fake.uri_page()
   # u'main'

   fake.mac_address()
   # u'0a:1c:5e:ab:13:cc'


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

   fake.job()
   # 'Actuary'


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

   fake.text(max_nb_chars=200)
   # u'Et quaerat pariatur dolor voluptatum provident. Quia sed assumenda incidunt eaque ducimus dolorem aspernatur. Praesentium maiores quisquam ullam aut molestiae. Quia exercitationem et voluptatem est.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Qui omnis quo earum maiores voluptatem.'

   fake.word()
   # u'maiores'

   fake.paragraphs(nb=3)
   # [   u'Debitis porro accusamus doloremque animi. Quam architecto consequuntur in natus id. Quidem dolor fugiat explicabo voluptas iste ut.',
   #     u'Quaerat doloremque in eum minus et voluptatum. Atque quia impedit quae et corrupti.',
   #     u'Cumque ducimus et inventore odio. Facere quia quia hic odio iste reiciendis aut. Quia earum vel cupiditate.']

   fake.words(nb=3)
   # [u'aut', u'sint', u'eum']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Consequatur sit aut maiores eligendi. Blanditiis ipsa ut eos hic et doloremque fuga.'

   fake.sentences(nb=3)
   # [   u'Corrupti necessitatibus corporis tenetur nisi id aut.',
   #     u'Sapiente tempore similique aut quis porro nobis est.',
   #     u'Ut totam assumenda eum fugiat at qui quia.']


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

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

   fake.locale()
   # u'es_LR'

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

   fake.sha1(raw_output=False)
   # '43260739964df17291d5768c25dd430884d1505d'

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '3f080aae02928b4171300cff863b3c0b7ae35022c354d5b5c4e9427b51a4729f'

   fake.uuid4()
   # '355e4993-d9ce-44e1-a460-885ec0aab58f'

   fake.language_code()
   # u'es'

   fake.boolean(chance_of_getting_true=50)
   # False


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

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

   fake.name_female()
   # u'Samuel Soukup Th.D.'

   fake.prefix_male()
   # u'RNDr.'

   fake.prefix()
   # u'pan\xed'

   fake.name()
   # u'Petr Urban'

   fake.suffix_female()
   # u'DiS.'

   fake.name_male()
   # u'Helena Pol\xe1kov\xe1'

   fake.first_name()
   # u'Kl\xe1ra'

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

   fake.suffix()
   # u'DiS.'

   fake.first_name_male()
   # u'Luk\xe1\u0161'

   fake.first_name_female()
   # u'R\u016f\u017eena'

   fake.last_name_female()
   # u'Kratochv\xedlov\xe1'

   fake.last_name()
   # u'Vesel\xfd'

   fake.prefix_female()
   # u'RNDr.'


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

   fake.phone_number()
   # u'777 302 284'


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

   fake.simple_profile()
   # {   'address': u'Severn\xed Viii 4/3\n295 21 T\u0159emo\u0161n\xe1',
   #     'birthdate': '2002-04-24',
   #     'mail': u'dusek.radim@post.cz',
   #     'name': u'Miroslav Ma\u0161ek',
   #     'sex': 'M',
   #     'username': u'soukupova.alzbeta'}

   fake.profile(fields=None)
   # {   'address': u'U V\xe1penice 788\n855 04 Kr\xe1sno',
   #     'birthdate': '1985-09-05',
   #     'blood_group': 'AB-',
   #     'company': u'N\u011bmcov\xe1 Dvo\u0159\xe1k a.s.',
   #     'current_location': (Decimal('-60.979849'), Decimal('58.254606')),
   #     'job': 'Water quality scientist',
   #     'mail': u'dusek.viktor@seznam.cz',
   #     'name': u'Hana Machov\xe1 DiS.',
   #     'residence': u'Nad Ol\u0161inami 7/2\n719 55 Mnichovice',
   #     'sex': 'F',
   #     'ssn': u'052-20-7064',
   #     'username': u'oberanova',
   #     'website': [   u'http://www.holubov.cz/',
   #                    u'http://www.hjek.cz/',
   #                    u'http://polkov.cz/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Aut totam fuga cum.',
   #     u'Accusantium magni.',
   #     u'Quasi cum tenetur.',
   #     u'jmaresova@post.cz',
   #     1026,
   #     u'http://www.kuera.cz/wp-content/about/',
   #     3390,
   #     u'Vero ut ut beatae.']

   fake.pystr(max_chars=20)
   # u'Quibusdam mollitia.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'http://www.moravcov.cz/login/',
   #         5909,
   #         842175369.2511,
   #         datetime(2011, 9, 24, 21, 52, 51),
   #         u'Odit est laborum.',
   #         u'Ipsam odit.',
   #         u'kralova.andrea@centrum.cz',
   #         datetime(1988, 8, 15, 23, 43, 50),
   #         u'martina.blazkova@centrum.cz',
   #         datetime(1996, 7, 14, 1, 6, 39)],
   #     {   u'ad': u'http://polk.com/search.html',
   #         u'assumenda': datetime(2009, 10, 9, 3, 56, 7),
   #         u'deserunt': u'Et ipsam aut.',
   #         u'dicta': u'Sint ut numquam.',
   #         u'dolore': datetime(2005, 8, 29, 8, 28, 38),
   #         u'harum': u'Rerum unde qui id.',
   #         u'odio': 4959,
   #         u'omnis': u'beranova.marie@email.cz',
   #         u'provident': u'http://zemanov.cz/author.html',
   #         u'quam': -2.43515},
   #     {   u'accusamus': {   6: 3121,
   #                           7: [   u'Officiis quia quos.',
   #                                  u'Ea dolorem.',
   #                                  u'Corporis quis ut.'],
   #                           8: {   6: u'http://www.hjek.com/privacy.asp',
   #                                  7: u'Earum recusandae.',
   #                                  8: [   u'Vero ullam.',
   #                                         datetime(1991, 10, 30, 23, 20, 16)]}},
   #         u'enim': {   1: u'http://www.mal.com/privacy.htm',
   #                      2: [   u'http://www.kratochvl.cz/search/blog/category/login.htm',
   #                             2805,
   #                             3483],
   #                      3: {   1: u'Tempore omnis sed.',
   #                             2: u'Quia molestias.',
   #                             3: [   Decimal('82568.9438181'),
   #                                    u'http://barto.cz/']}},
   #         u'et': {   9: u'Nam perspiciatis.',
   #                    10: [9839, u'fvankova@email.cz', 3842],
   #                    11: {   9: u'Molestias id.',
   #                            10: u'Non in ea animi.',
   #                            11: [Decimal('2941.0'), 5.86911]}},
   #         u'nam': {   5: 4.74,
   #                     6: [   u'Repudiandae beatae.',
   #                            u'Adipisci est quis.',
   #                            u'Accusamus quidem.'],
   #                     7: {   5: -3360143417.7,
   #                            6: u'Labore accusamus.',
   #                            7: [1785, 9962889960703.0]}},
   #         u'neque': {   0: 9684,
   #                       1: [   Decimal('9934866.26491'),
   #                              Decimal('19.38612069'),
   #                              u'Assumenda nesciunt.'],
   #                       2: {   0: u'Sit assumenda.',
   #                              1: 8696,
   #                              2: [u'Impedit et omnis.', 20306934473842.2]}},
   #         u'nulla': {   4: u'Expedita doloribus.',
   #                       5: [9422, u'http://novk.cz/posts/tag/privacy/', 6689],
   #                       6: {   4: datetime(1972, 11, 23, 3, 31, 33),
   #                              5: u'Id occaecati velit.',
   #                              6: [   u'Ducimus enim et.',
   #                                     datetime(1980, 1, 22, 11, 7, 54)]}},
   #         u'odit': {   8: -1565962687303.0,
   #                      9: [3367, 9671, u'Ut blanditiis.'],
   #                      10: {   8: u'http://kratochvl.cz/home/',
   #                              9: u'http://jelnkov.cz/category.html',
   #                              10: [u'lvlcek@centrum.cz', -707.5272737]}},
   #         u'praesentium': {   3: 7727,
   #                             4: [   4400,
   #                                    u'Tenetur voluptatem.',
   #                                    u'http://www.pospilov.cz/register.jsp'],
   #                             5: {   3: u'Quasi quod.',
   #                                    4: u'kristyna10@seznam.cz',
   #                                    5: [   u'Sed quas et aut ut.',
   #                                           u'Ad in fugiat cum ex.']}},
   #         u'sed': {   7: 5338,
   #                     8: [   u'Quia nostrum est.',
   #                            u'Ratione inventore.',
   #                            u'Aut nobis enim.'],
   #                     9: {   7: u'Maxime fugit.',
   #                            8: Decimal('-8654662555.9'),
   #                            9: [   -900737901051154.0,
   #                                   Decimal('-830822657251')]}},
   #         u'totam': {   2: u'Voluptas est quam.',
   #                       3: [   u'Voluptatem.',
   #                              datetime(1985, 3, 1, 9, 59, 11),
   #                              u'Enim eum est.'],
   #                       4: {   2: -13768108.8689,
   #                              3: datetime(1986, 7, 13, 3, 43, 38),
   #                              4: [6248, datetime(1992, 4, 11, 23, 44, 42)]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Veniam eius.',
   #     u'A ipsam veritatis.',
   #     u'Maxime eaque ut.',
   #     u'http://www.astn.cz/post.jsp',
   #     9640,
   #     u'Et aspernatur.',
   #     u'kvetoslava.krizova@gmail.com',
   #     datetime(2003, 9, 8, 18, 11, 47),
   #     datetime(1980, 12, 16, 7, 46, 38),
   #     u'Dolorum architecto.',
   #     u'miroslav59@gmail.com']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'moravcova.ruzena@email.cz',
   #     u'astastny@gmail.com',
   #     u'dvorak.robin@email.cz',
   #     u'Molestiae ab.',
   #     u'pjandova@volny.cz',
   #     u'Iste harum quo.',
   #     u'Dolor rerum id.')

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([-3576223.616156, u'Odit aliquam qui.', 5353, u'Voluptates est.', 2861, Decimal('7.68408005768E+12'), datetime(2001, 2, 13, 20, 38), u'Dolores nemo.', u'Fugiat optio iste.', u'http://kov.cz/index/', u'Exercitationem.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'eius': u'Recusandae dicta.',
   #     u'et': u'bartos.roman@post.cz',
   #     u'harum': 6619,
   #     u'id': u'Dolore qui alias.',
   #     u'quia': 9204,
   #     u'tempore': u'Quas voluptatibus.',
   #     u'totam': u'Sunt praesentium.',
   #     u'voluptas': u'Animi deserunt odit.'}

   fake.pyint()
   # 7951


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

   fake.ssn()
   # u'370-56-3508'


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

   fake.mac_processor()
   # u'Intel'

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2013-12-20 21:25:21 Firefox/4.0'

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

   fake.opera()
   # u'Opera/9.40.(X11; Linux x86_64; sl-SI) Presto/2.9.174 Version/12.00'

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

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

   fake.user_agent()
   # u'Opera/8.17.(Windows 98; it-IT) Presto/2.9.189 Version/12.00'

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

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/531.18.7 (KHTML, like Gecko) Version/5.0.4 Safari/531.18.7'
