
Language uk_UA
===============

``faker.providers.address``
---------------------------

::

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

	fake.building_number()
	# u'67004'

	fake.street_address()
	# u'93960 Jane Street Apt. 078'

	fake.postalcode_plus4()
	# u'31682-3371'

	fake.city_prefix()
	# u'Port'

	fake.military_ship()
	# u'USS'

	fake.country_code()
	# u'TJ'

	fake.city()
	# u'South Jane'

	fake.zipcode_plus4()
	# u'28392-4276'

	fake.state_abbr()
	# u'VA'

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

	fake.street_suffix()
	# u'Forges'

	fake.city_suffix()
	# u'mouth'

	fake.military_dpo()
	# u'Unit 1609 Box 4697'

	fake.country()
	# u'Poland'

	fake.secondary_address()
	# u'Suite 857'

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

	fake.postalcode()
	# u'80458'

	fake.address()
	# u'9475 Jane Ford\n\u041f\u0435\u043b\u0435\u0445fort, SD 48728'

	fake.state()
	# u'Alaska'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'John Canyon'

	fake.zipcode()
	# u'76630'

	fake.postcode()
	# u'99927'

	fake.military_apo()
	# u'PSC 0639, Box 5745'

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'4874861038832'

	fake.ean8()
	# u'26136929'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(51,52,146)'

	fake.color_name()
	# u'PaleGreen'

	fake.rgb_color_list()
	# (51, 165, 145)

	fake.rgb_color()
	# u'239,139,102'

	fake.safe_hex_color()
	# u'#dd9900'

	fake.safe_color_name()
	# u'yellow'

	fake.hex_color()
	# u'#7252d1'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'\u0411\u0430\u0440\u0430\u043d\u0438\u043a, \u0412\u0435\u0440\u043d\u0438\u0433\u043e\u0440\u0430 and \u041a\u043e\u043d\u043e\u043f\u043b\u044f'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Automated systematic Internet solution'

	fake.bs()
	# u'transition robust eyeballs'

``faker.providers.credit_card``
-------------------------------

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 15 digit\nJane \u0410\u043a\u0438\u043c\u0435\u043d\u043a\u043e\n180073111954862 12/21\nCVC: 926\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.currency_code()
	# 'JMD'

``faker.providers.date_time``
-----------------------------

::

	fake.date_time_ad()
	# datetime.datetime(373, 5, 27, 0, 38, 38)

	fake.month()
	# '12'

	fake.am_pm()
	# 'AM'

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

	fake.iso8601()
	# '1971-12-28T21:36:53'

	fake.date_time()
	# datetime(1989, 12, 16, 9, 53, 8)

	fake.month_name()
	# 'August'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 2, 28, 15, 8, 29)

	fake.unix_time()
	# 1291385197

	fake.day_of_week()
	# 'Friday'

	fake.day_of_month()
	# '14'

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

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1988, 11, 10, 14, 26, 25)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 4, 11, 47, 19)

	fake.year()
	# '1972'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2010, 4, 13, 15, 19, 50)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2013, 6, 6, 4, 16, 29)

	fake.century()
	# u'VII'

	fake.date(pattern="%Y-%m-%d")
	# '2006-02-08'

	fake.time_delta()
	# datetime.timedelta(8903, 32273)

``faker.providers.file``
------------------------

::

	fake.mime_type(category=None)
	# u'video/quicktime'

	fake.file_name(category=None, extension=None)
	# u'ut.jpeg'

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

``faker.providers.internet``
----------------------------

::

	fake.ipv4()
	# u'109.221.129.241'

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

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

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

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

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

	fake.tld()
	# u'com'

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

	fake.slug(*args, **kwargs)
	# u'quia-eveniet-quae'

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

	fake.domain_name()
	# u'.com'

	fake.uri_extension()
	# u'.jsp'

	fake.ipv6()
	# u'feda:9ac4:e693:5420:a49d:c244:9db5:0277'

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

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

	fake.uri_path(deep=None)
	# u'list/search'

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

	fake.uri_page()
	# u'post'

	fake.mac_address()
	# u'5f:89:5a:4a:a9:27'

``faker.providers.job``
-----------------------

::

	fake.job()
	# u'\u041f\u0456\u043b\u043e\u0442'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200)
	# u'Praesentium fugiat pariatur suscipit numquam. Nisi voluptate et rerum nesciunt et numquam. Ducimus distinctio eum deleniti id eum nulla aut. Quo rerum odit et sed.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Dignissimos eligendi rerum laborum dignissimos et.'

	fake.word()
	# u'et'

	fake.paragraphs(nb=3)
	# [   u'Laboriosam odio libero nihil nihil quod incidunt ratione. Rem repellat quibusdam doloremque dolor et ut enim. Occaecati et fugit incidunt recusandae ut asperiores.',
	#     u'Et eveniet nisi laudantium molestiae tempore. Itaque ut sapiente hic qui voluptatum. Totam architecto ullam ullam numquam veritatis vel. Consequuntur in aliquid aliquam et.',
	#     u'Rerum atque corrupti repudiandae. Est ut praesentium commodi quis dolorum voluptas qui impedit.']

	fake.words(nb=3)
	# [u'dolor', u'ab', u'voluptas']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Rerum corporis perferendis commodi eum doloremque facilis. Nemo aut ratione quos illo reiciendis consequatur quis. Est maxime odio enim molestias non repellat. Earum qui quia hic sequi harum aliquid.'

	fake.sentences(nb=3)
	# [   u'Qui odio ratione non culpa id iure quis.',
	#     u'Odit eveniet et iste officiis qui quia.',
	#     u'Esse aut delectus numquam amet.']

``faker.providers.misc``
------------------------

::

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

	fake.locale()
	# u'es_SB'

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

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

	fake.null_boolean()
	# True

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

	fake.uuid4()
	# 'cd5f1587-835d-4e47-93fc-e5a39b0cfd8e'

	fake.language_code()
	# u'de'

	fake.boolean(chance_of_getting_true=50)
	# True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'\u0407\u0436\u0430\u043a\u0435\u0432\u0438\u0447'

	fake.name_female()
	# u'\u0422\u0430\u0440\u0430\u0441 \u041b\u0430\u0437\u0430\u0440\u0435\u043d\u043a\u043e'

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

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

	fake.name()
	# u'\u041e\u043f\u0430\u043d\u0430\u0441 \u0422\u0432\u0435\u0440\u0434\u043e\u0445\u043b\u0456\u0431'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'\u0410\u0432\u0440\u0435\u043b\u0456\u0439 \u0423\u0441\u0442\u0435\u043d\u043a\u043e'

	fake.first_name()
	# 'Jane'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u"\u0412'\u044f\u0447\u0435\u0441\u043b\u0430\u0432"

	fake.first_name_female()
	# u'\u041b\u0456\u0437\u0430'

	fake.last_name_female()
	# u'\u0406\u0441\u0430\u0454\u0432\u0438\u0447'

	fake.last_name()
	# u'\u0490\u0436\u0438\u0446\u044c\u043a\u0438\u0439'

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

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'127 08 25'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile()
	# {   'address': u'520 \u0417\u0430\u0431\u0456\u043b\u0430 Pike\nWest Johnside, OR 04373',
	#     'birthdate': '1977-11-27',
	#     'mail': u'jane.@yahoo.com',
	#     'name': u'\u041d\u0430\u0442\u0430\u043b\u0456\u044f \u041e\u043d\u0443\u0444\u0440\u0456\u0454\u043d\u043a\u043e',
	#     'sex': 'F',
	#     'username': u'jane.'}

	fake.profile(fields=None)
	# {   'address': u'001 John Harbors\nPort Jane, VA 88472-8366',
	#     'birthdate': '1985-10-06',
	#     'blood_group': '0+',
	#     'company': u'\u0416\u0443\u0447\u0435\u043d\u043a\u043e Group',
	#     'current_location': (Decimal('71.7760735'), Decimal('36.901124')),
	#     'job': u'\u041a\u0443\u0448\u043d\u0456\u0440',
	#     'mail': u't@yahoo.com',
	#     'name': u'\u0412\u0456\u0440\u0430 \u0412\u0435\u0440\u043d\u0438\u0433\u043e\u0440\u0430',
	#     'residence': u'91747 \u0406\u043b\u044c\u0447\u0435\u043d\u043a\u043e Ford Suite 015\nJohnburgh, DC 70927',
	#     'sex': 'M',
	#     'ssn': u'443076863941',
	#     'username': u'jane50',
	#     'website': [u'http://.biz/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'Porro et tempora.',
	#     u'Eum qui veniam sunt.',
	#     Decimal('6.98090211151E+12'),
	#     u'http://www..info/wp-content/blog/category/login/',
	#     datetime(1998, 7, 23, 5, 50, 36),
	#     u'Placeat accusamus.',
	#     datetime(1998, 12, 4, 23, 19, 6)]

	fake.pystr(max_chars=20)
	# u'Quidem magni.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   datetime(1982, 1, 18, 8, 20),
	#         Decimal('-496311.22'),
	#         u'Rem enim quia.',
	#         5018,
	#         u'Dolorem est.',
	#         u'Fugit perspiciatis.',
	#         u'jane.@hotmail.com',
	#         u'Reiciendis qui.',
	#         u'http://www..com/post.html',
	#         u'Iste dignissimos.'],
	#     {   u'ad': u'Quisquam.',
	#         u'dolorem': u'http://www..biz/search/post/',
	#         u'eius': u'Est sint ut et.',
	#         u'est': 508,
	#         u'laborum': u'y@yahoo.com',
	#         u'omnis': 9624,
	#         u'pariatur': 4855,
	#         u'placeat': datetime(1989, 8, 13, 22, 58, 24),
	#         u'sapiente': Decimal('2409829625.4'),
	#         u'vitae': Decimal('5367.44372')},
	#     {   u'debitis': {   9: u'Nihil officia.',
	#                         10: [   u'Deleniti quia ea ut.',
	#                                 u'Officiis ad non.',
	#                                 datetime(1970, 9, 2, 21, 33, 30)],
	#                         11: {   9: Decimal('20326956568.7'),
	#                                 10: Decimal('-2959.34801598'),
	#                                 11: [7726, u'Placeat sapiente.']}},
	#         u'enim': {   4: datetime(1980, 4, 24, 2, 58, 59),
	#                      5: [   datetime(1979, 6, 23, 4, 7, 24),
	#                             u'http://.com/about/',
	#                             -806787259657.0],
	#                      6: {   4: datetime(1993, 2, 24, 14, 51, 16),
	#                             5: 7611,
	#                             6: [692, 4203]}},
	#         u'esse': {   7: u'g@yahoo.com',
	#                      8: [   Decimal('1.1115057871E+13'),
	#                             u'Quis et non velit.',
	#                             u'john89@.info'],
	#                      9: {   7: 2055,
	#                             8: u'k@gmail.com',
	#                             9: [364, u'jane35@.com']}},
	#         u'officiis': {   1: u'Architecto maxime.',
	#                          2: [   u'http://www..info/home/',
	#                                 u'john.@gmail.com',
	#                                 u'Ratione aut.'],
	#                          3: {   1: u'Labore dolor nisi.',
	#                                 2: 2696,
	#                                 3: [8818, u'.jane@.org']}},
	#         u'quia': {   6: u'john88@.com',
	#                      7: [   u's@hotmail.com',
	#                             u'http://.net/register/',
	#                             u'Repudiandae alias.'],
	#                      8: {   6: 6941,
	#                             7: datetime(2006, 10, 25, 22, 49, 42),
	#                             8: [   u't@hotmail.com',
	#                                    datetime(1984, 8, 16, 15, 56, 2)]}},
	#         u'ut': {   5: u'Optio aspernatur.',
	#                    6: [   5791,
	#                           u'http://.com/',
	#                           u'http://.org/category/main.html'],
	#                    7: {   5: u'Magni ipsam itaque.',
	#                           6: u'Molestiae ratione.',
	#                           7: [u'john.@.com', 82094312825442.0]}},
	#         u'voluptas': {   8: u'http://www..com/faq.html',
	#                          9: [u'Qui id facere.', 2689, u'Molestias facilis.'],
	#                          10: {   8: u'Totam eligendi.',
	#                                  9: 1239,
	#                                  10: [   u'Nobis nam sunt sit.',
	#                                          u'.john@yahoo.com']}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'y@gmail.com',
	#     98618565.251192,
	#     Decimal('5.34420520708E+14'),
	#     u'Adipisci.',
	#     u'Doloribus sapiente.',
	#     Decimal('-4361.25501'),
	#     u'Ea unde maiores.',
	#     datetime(2008, 4, 12, 5, 33, 57),
	#     u'Non eum labore non.',
	#     4821]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'.john@.com',
	#     4838,
	#     u'Alias aut quidem.',
	#     u'Soluta velit quia.',
	#     u'jane.@hotmail.com',
	#     u'Laudantium dicta.',
	#     u'Praesentium enim et.')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'm@.com', u'Tempora iste.', u'Rerum tenetur iure.', datetime(1994, 7, 17, 0, 39, 34), u'http://www..biz/', 33520920835.2115, u'Adipisci ipsum.', u'http://www..com/home.php', u'Facere laborum.', 8696, u'Eos facilis quidem.', datetime(1990, 8, 19, 7, 13, 43)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'accusamus': 2719,
	#     u'consequatur': u'Autem delectus in.',
	#     u'et': u'jane11@yahoo.com',
	#     u'molestiae': u'e@.com',
	#     u'quasi': u'Dolore et natus sed.',
	#     u'quia': Decimal('-64770939482.6'),
	#     u'quis': datetime(1973, 3, 27, 11, 32, 9),
	#     u'rerum': 4561,
	#     u'ut': u'Ullam sequi rerum.'}

	fake.pyint()
	# 991

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'297139232620'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2011-07-19 18:14:25 Firefox/3.8'

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

	fake.opera()
	# u'Opera/9.89.(Windows NT 6.1; it-IT) Presto/2.9.180 Version/10.00'

	fake.windows_platform_token()
	# u'Windows 95'

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

	fake.user_agent()
	# u'Opera/9.27.(Windows NT 5.1; it-IT) Presto/2.9.184 Version/11.00'

	fake.chrome()
	# u'Mozilla/5.0 (Windows 95) AppleWebKit/5350 (KHTML, like Gecko) Chrome/14.0.816.0 Safari/5350'

	fake.linux_processor()
	# u'x86_64'

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

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