
Language uk_UA
**************


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

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

   fake.building_number()
   # u'144'

   fake.street_address()
   # u'874 \u042e\u0449\u0435\u043d\u043a\u043e Track Apt. 689'

   fake.postalcode_plus4()
   # u'64781-4032'

   fake.city_prefix()
   # u'Port'

   fake.military_ship()
   # u'USNS'

   fake.country_code()
   # u'CY'

   fake.city()
   # u'West Jane'

   fake.zipcode_plus4()
   # u'05492-3716'

   fake.state_abbr()
   # u'MS'

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

   fake.street_suffix()
   # u'Trafficway'

   fake.city_suffix()
   # u'bury'

   fake.military_dpo()
   # u'Unit 1506 Box 7557'

   fake.country()
   # u'Cape Verde'

   fake.secondary_address()
   # u'Suite 759'

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

   fake.postalcode()
   # u'85961'

   fake.address()
   # u'628 \u041f\u0440\u0438\u0445\u043e\u0434\u044c\u043a\u043e Summit\nJaneshire, MN 74180'

   fake.state()
   # u'Utah'

   fake.military_state()
   # u'AP'

   fake.street_name()
   # u'\u042f\u0446\u0435\u043d\u044e\u043a Street'

   fake.zipcode()
   # u'83656'

   fake.postcode()
   # u'37633'

   fake.military_apo()
   # u'PSC 6244, Box 9126'


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

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

   fake.ean13()
   # u'5560449160628'

   fake.ean8()
   # u'82980702'


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

   fake.rgb_css_color()
   # u'rgb(253,199,18)'

   fake.color_name()
   # u'Gray'

   fake.rgb_color_list()
   # (110, 142, 96)

   fake.rgb_color()
   # u'239,57,215'

   fake.safe_hex_color()
   # u'#ccdd00'

   fake.safe_color_name()
   # u'silver'

   fake.hex_color()
   # u'#d85372'


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

   fake.company()
   # u'\u0426\u044e\u043f\u0430, \u041c\u043e\u0441\u043a\u0430\u043b\u044c and \u0413\u043e\u043b\u043e\u0431\u043e\u0440\u043e\u0434\u044c\u043a\u043e'

   fake.company_suffix()
   # u'Inc'

   fake.catch_phrase()
   # u'Ergonomic mission-critical capacity'

   fake.bs()
   # u'optimize 24/365 schemas'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'VISA 16 digit\nJane \u041b\u0438\u0442\u0432\u0438\u043d\n4515609485675084 05/20\nCVC: 021\n'

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

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


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

   fake.currency_code()
   # 'JOD'


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

   fake.date_time_ad()
   # datetime.datetime(1956, 3, 17, 10, 26, 33)

   fake.month()
   # '11'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1990-12-14T23:52:08'

   fake.date_time()
   # datetime(1972, 11, 7, 7, 42, 43)

   fake.month_name()
   # 'April'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 6, 22, 21, 43, 56)

   fake.unix_time()
   # 1011147167

   fake.day_of_week()
   # 'Saturday'

   fake.day_of_month()
   # '29'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1986, 9, 8, 9, 24, 46)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 29, 2, 50, 23)

   fake.year()
   # '1995'

   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(2010, 7, 7, 21, 56, 17)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2010, 3, 8, 18, 40, 2)

   fake.century()
   # u'IV'

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

   fake.time_delta()
   # datetime.timedelta(3751, 47362)


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

   fake.mime_type(category=None)
   # u'image/svg+xml'

   fake.file_name(category=None, extension=None)
   # u'occaecati.css'

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


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

   fake.ipv4()
   # u'113.47.54.124'

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

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

   fake.uri()
   # u'http://www..info/category/'

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

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

   fake.tld()
   # u'org'

   fake.free_email()
   # u'k@hotmail.com'

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

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

   fake.domain_name()
   # u'.com'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'41d8:a3d6:a07f:952f:b601:176c:4e65:dfe2'

   fake.safe_email()
   # u'john48@example.com'

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

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

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

   fake.uri_page()
   # u'faq'

   fake.mac_address()
   # u'97:1e:a8:5d:bd:6a'


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

   fake.job()
   # u'\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440'


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

   fake.text(max_nb_chars=200)
   # u'Laudantium optio voluptates impedit quas rerum labore. Reiciendis itaque earum sit illum ratione ut ea. Quaerat magni in vel ut facilis. Libero consequatur autem non veritatis.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Aut accusantium accusamus totam officia.'

   fake.word()
   # u'qui'

   fake.paragraphs(nb=3)
   # [   u'Est dolorem dolor ut excepturi accusamus sed blanditiis. Voluptatibus placeat ipsa deserunt dolorem reprehenderit eius rerum aut. Omnis est voluptatem adipisci qui et commodi fuga necessitatibus.',
   #     u'Delectus voluptatum laborum autem libero earum qui fugiat. Sit totam aut voluptatibus quo amet architecto ducimus. Rerum nostrum omnis porro consequatur et harum. Cumque consequatur quidem explicabo aliquam aut. Recusandae laborum vel non accusantium velit doloremque nostrum.',
   #     u'Eos adipisci repellat impedit in vel animi iure repellat. Vel laboriosam quod temporibus est ratione qui fugit. Illo sunt dolorem inventore sed. Aut distinctio esse aliquam.']

   fake.words(nb=3)
   # [u'voluptatem', u'quia', u'nihil']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Excepturi quidem modi aspernatur quidem aut voluptatum. Illum unde non facere labore. Qui ea repudiandae non. Nobis doloremque earum qui et.'

   fake.sentences(nb=3)
   # [   u'Sit illo qui sint consequatur reiciendis animi autem.',
   #     u'Et iure consectetur dicta modi.',
   #     u'Quia doloremque perspiciatis consequuntur odit est.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'8Xi#L&r0H%'

   fake.locale()
   # u'es_CL'

   fake.md5(raw_output=False)
   # '277145abd4259479d5509899d74c5acf'

   fake.sha1(raw_output=False)
   # '6bf36d6fe0d3e73263496f86b2315ffe0b51866f'

   fake.null_boolean()
   # False

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

   fake.uuid4()
   # '46020263-496c-4efd-981f-bb0fc830a1a4'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'\u041e\u0432\u0447\u0430\u0440\u0435\u043d\u043a\u043e'

   fake.name_female()
   # u'\u043f\u0430\u043d\u0456 \u041b\u0456\u043b\u0456\u044f \u041f\u0443\u0441\u0442\u043e\u0432\u0456\u0442'

   fake.prefix_male()
   # u'\u043f\u0430\u043d'

   fake.prefix()
   # u'\u043f\u0430\u043d'

   fake.name()
   # u'\u043f\u0430\u043d\u0456 \u0410\u043b\u0456\u043d\u0430 \u0413\u043e\u0433\u043e\u043b\u044c-\u042f\u043d\u043e\u0432\u0441\u044c\u043a\u0438\u0439'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'\u0422\u0435\u0440\u0435\u0437\u0430 \u0414\u0435\u0439\u043d\u0435\u043a\u0430'

   fake.first_name()
   # 'Jane'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'\u0412\u0430\u043b\u0435\u043d\u0442\u0438\u043d'

   fake.first_name_female()
   # u'\u041e\u043b\u0435\u043d\u0430'

   fake.last_name_female()
   # u'\u042f\u0446\u0435\u043d\u044e\u043a'

   fake.last_name()
   # u'\u041c\u0430\u043b\u0438\u0448\u043a\u043e'

   fake.prefix_female()
   # u'\u043f\u0430\u043d\u0456'


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

   fake.phone_number()
   # u'976 01 09'


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

   fake.simple_profile()
   # {   'address': u'564 John Trail\nJohnstad, TX 34151-8901',
   #     'birthdate': '1992-03-29',
   #     'mail': u'john.@hotmail.com',
   #     'name': u"\u043f\u0430\u043d\u0456 \u041c\u0430\u0440'\u044f\u043d\u0430 \u0421\u043a\u0438\u0431\u0430",
   #     'sex': 'F',
   #     'username': u't'}

   fake.profile(fields=None)
   # {   'address': u'PSC 8718, Box 5356\nAPO AP 02865',
   #     'birthdate': '2000-05-28',
   #     'blood_group': 'A-',
   #     'company': u'\u0404\u0440\u043e\u0448\u0435\u043d\u043a\u043e-\u0410\u043a\u0438\u043c\u0435\u043d\u043a\u043e',
   #     'current_location': (Decimal('34.5836245'), Decimal('84.082327')),
   #     'job': u'\u0415\u043b\u0435\u043a\u0442\u0440\u0438\u043a',
   #     'mail': u'john.@gmail.com',
   #     'name': u'\u0421\u043e\u0444\u0456\u044f \u041a\u043e\u0437\u0430\u043a',
   #     'residence': u'4818 \u041a\u043e\u0440\u0436 Alley\nEast Jane, AS 89476-7199',
   #     'sex': 'F',
   #     'ssn': u'315196131678',
   #     'username': u'.john',
   #     'website': [u'http://.org/', u'http://.com/', u'http://.com/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('911984919.8'),
   #     4813,
   #     u'Sit quae quam enim.',
   #     datetime(2009, 5, 11, 16, 12, 59),
   #     -935682649788.0,
   #     u'http://.com/app/tags/main/',
   #     u'http://www..org/app/about/',
   #     Decimal('704862.3118'),
   #     u'Occaecati et enim.',
   #     u'Fugit deleniti.',
   #     u'http://.com/register/']

   fake.pystr(max_chars=20)
   # u'Atque numquam esse.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   Decimal('7949113.50418'),
   #         datetime(2011, 2, 22, 16, 21, 48),
   #         Decimal('-4.04556528257E+14'),
   #         -385231522598371.0,
   #         8303,
   #         u'john70@hotmail.com',
   #         u'Quibusdam.',
   #         u'Earum reprehenderit.',
   #         datetime(1990, 4, 30, 20, 52, 12),
   #         Decimal('-583799606.7')],
   #     {   u'asperiores': u'Expedita qui quis.',
   #         u'assumenda': u'Enim accusamus nemo.',
   #         u'et': u'http://www..com/category/main/blog/index.jsp',
   #         u'ex': 4151,
   #         u'iure': datetime(2003, 6, 29, 0, 12, 57),
   #         u'molestiae': u'Et sequi nihil.',
   #         u'nesciunt': u'http://www..com/app/home/',
   #         u'occaecati': 606.9867841153,
   #         u'ullam': 3651,
   #         u'vel': u'f@hotmail.com'},
   #     {   u'aut': {   3: 7860,
   #                     4: [   -981893.94398179,
   #                            u'jane40@.info',
   #                            Decimal('-16800484.3628')],
   #                     5: {   3: u'http://.com/author/',
   #                            4: u'Et eligendi rem.',
   #                            5: [   u'http://.com/register/',
   #                                   Decimal('6.62488750715E+14')]}},
   #         u'autem': {   9: u's@.org',
   #                       10: [u'Molestiae dolorum.', 6629, 92329552401681.7],
   #                       11: {   9: u'http://www..com/register/',
   #                               10: u'i@.com',
   #                               11: [u'Dolorum dignissimos.', 2105]}},
   #         u'enim': {   7: datetime(2008, 11, 19, 16, 29, 27),
   #                      8: [   u'http://.org/post.htm',
   #                             u'At voluptate.',
   #                             u'Qui sunt provident.'],
   #                      9: {   7: u'Commodi minus.',
   #                             8: 9971,
   #                             9: [u'jane62@.org', u'Praesentium magni.']}},
   #         u'expedita': {   2: datetime(1990, 12, 21, 7, 48, 4),
   #                          3: [   u'http://.com/register.htm',
   #                                 u'http://www..org/main/',
   #                                 u'q@.net'],
   #                          4: {   2: u'Vero ratione maxime.',
   #                                 3: u'Fugit atque.',
   #                                 4: [   u'Vel vel omnis qui.',
   #                                        u'http://www..biz/terms/']}},
   #         u'ipsam': {   6: 199,
   #                       7: [   54,
   #                              datetime(2001, 9, 6, 2, 31, 56),
   #                              u'm@yahoo.com'],
   #                       8: {   6: u'Voluptatum odit est.',
   #                              7: u'Saepe quod tenetur.',
   #                              8: [   Decimal('-384550591.831'),
   #                                     u'Voluptatem ad quia.']}},
   #         u'magnam': {   4: 95.8371082947,
   #                        5: [   u'Odit quaerat aut.',
   #                               datetime(1990, 10, 21, 21, 14, 20),
   #                               u'Aut magnam quaerat.'],
   #                        6: {   4: Decimal('205030.59'),
   #                               5: 5680,
   #                               6: [   u'Minima est enim et.',
   #                                      u'Voluptate quis.']}},
   #         u'nostrum': {   5: u'Est tenetur ullam.',
   #                         6: [   datetime(2013, 6, 25, 12, 35, 25),
   #                                u'Molestiae.',
   #                                u'.john@gmail.com'],
   #                         7: {   5: Decimal('-6.24803716344E+13'),
   #                                6: u'john.@.com',
   #                                7: [Decimal('-34246.0'), u'y@yahoo.com']}},
   #         u'nulla': {   0: -9149.316,
   #                       1: [   u'Omnis eum.',
   #                              27015.65680017,
   #                              u'Itaque quas ipsum.'],
   #                       2: {   0: u'Voluptatibus unde.',
   #                              1: 4083,
   #                              2: [   u'Dolores fuga quis.',
   #                                     u'Ea sint illum esse.']}},
   #         u'quos': {   8: u'Eos nostrum fuga.',
   #                      9: [   Decimal('-301.7496625'),
   #                             u'Est saepe.',
   #                             -381.9273455949],
   #                      10: {   8: 7690,
   #                              9: u'Recusandae aut et.',
   #                              10: [   u'http://.net/main/tags/app/main/',
   #                                      u'Quo possimus rerum.']}},
   #         u'sed': {   1: u'Laboriosam.',
   #                     2: [   u'Non consequatur.',
   #                            Decimal('-787.9'),
   #                            u'Voluptatem dolore.'],
   #                     3: {   1: u'john04@gmail.com',
   #                            2: u'http://www..com/main.htm',
   #                            3: [u'Nulla nostrum unde.', Decimal('56602.5')]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Iste et ipsum et ea.',
   #     u'Rerum vel tempora.',
   #     Decimal('-1.70920177015E+12'),
   #     Decimal('1.51517963506'),
   #     899,
   #     datetime(1997, 6, 26, 23, 42, 49),
   #     u'Doloribus quidem.',
   #     9725,
   #     u'Distinctio.',
   #     Decimal('4.77046292101E+14'),
   #     u'Est quaerat non aut.',
   #     u'http://www..com/',
   #     1443,
   #     Decimal('72586996787.9')]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   2720,
   #     u'Ipsum ut molestiae.',
   #     u'.jane@gmail.com',
   #     999,
   #     u'http://.com/',
   #     datetime(1990, 5, 25, 5, 41, 5),
   #     u'Quia iure.',
   #     datetime(1991, 10, 4, 10, 51, 45),
   #     1.16723,
   #     u'Placeat tenetur et.',
   #     u'http://.net/main/category/main/',
   #     8213)

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'.jane@gmail.com', 5928, u'Aut nemo aut saepe.', u'Possimus atque.', u'Temporibus sit.', u'jane82@hotmail.com', 6745, u'Sit quasi iste.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'assumenda': datetime(2005, 3, 14, 5, 46, 51),
   #     u'aut': 5664,
   #     u'consequatur': u'Id molestiae.',
   #     u'dicta': u'jane.@yahoo.com',
   #     u'et': u'Porro veniam.',
   #     u'nam': 5691,
   #     u'omnis': -3054957.95719,
   #     u'ratione': u'Accusantium dicta.',
   #     u'reprehenderit': u'Voluptates officiis.',
   #     u'voluptas': 49}

   fake.pyint()
   # 5276


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

   fake.ssn()
   # u'965950192326'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 5.0; sl-SI; rv:1.9.0.20) Gecko/2012-11-04 19:41:54 Firefox/13.0'

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

   fake.opera()
   # u'Opera/9.27.(Windows NT 6.1; it-IT) Presto/2.9.163 Version/12.00'

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

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

   fake.user_agent()
   # u'Opera/8.35.(Windows NT 6.1; sl-SI) Presto/2.9.186 Version/10.00'

   fake.chrome()
   # u'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/5331 (KHTML, like Gecko) Chrome/13.0.818.0 Safari/5331'

   fake.linux_processor()
   # u'i686'

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

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