
Language bg_BG
===============

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

::

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

	fake.building_number()
	# u'8856'

	fake.street_address()
	# u'454 \u0414\u0438\u043c\u0438\u0442\u0440\u0430 Village Suite 094'

	fake.postalcode_plus4()
	# u'71491-8758'

	fake.city_prefix()
	# u'New'

	fake.military_ship()
	# u'USNS'

	fake.country_code()
	# u'CH'

	fake.city()
	# u'West \u041b\u043e\u0440\u0435\u043d\u0430berg'

	fake.zipcode_plus4()
	# u'63275-8831'

	fake.state_abbr()
	# u'SC'

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

	fake.street_suffix()
	# u'Viaduct'

	fake.city_suffix()
	# u'mouth'

	fake.military_dpo()
	# u'Unit 4296 Box 8185'

	fake.country()
	# u'Czech Republic'

	fake.secondary_address()
	# u'Suite 244'

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

	fake.postalcode()
	# u'82909'

	fake.address()
	# u'03637 \u0410\u043d\u043e\u043c\u0430\u043b\u0438\u044f Avenue Apt. 168\nNorth \u0413\u0435\u0447\u043eton, WA 43164-7058'

	fake.state()
	# u'Idaho'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'\u041c\u0435\u0440\u0430\u043a\u043e\u0432 Ferry'

	fake.zipcode()
	# u'31253'

	fake.postcode()
	# u'45071-0473'

	fake.military_apo()
	# u'PSC 2558, Box 2604'

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

::

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

	fake.ean13()
	# u'3695521175343'

	fake.ean8()
	# u'39287915'

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

::

	fake.rgb_css_color()
	# u'rgb(129,140,121)'

	fake.color_name()
	# u'DarkSlateBlue'

	fake.rgb_color_list()
	# (255, 208, 214)

	fake.rgb_color()
	# u'44,152,193'

	fake.safe_hex_color()
	# u'#887700'

	fake.safe_color_name()
	# u'lime'

	fake.hex_color()
	# u'#e650c3'

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

::

	fake.company()
	# u'\u041a\u043e\u043b\u0438\u043f\u0430\u0442\u043a\u043e\u0432 \u0411\u0430\u043b\u0430\u0445\u0443\u0440\u043e\u0432 EOOD'

	fake.company_suffix()
	# u'KD'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Mastercard'

	fake.credit_card_full(card_type=None)
	# u'Discover\n\u0412\u0430\u043b\u0435\u0440\u0438\u044f \u041f\u0438\u043a\u044f\u043d\u0441\u043a\u0438\n6011744545912732 11/16\nCVC: 533\n'

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

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

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

::

	fake.currency_code()
	# 'SOS'

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

::

	fake.date_time_ad()
	# datetime.datetime(865, 7, 4, 19, 36, 2)

	fake.month()
	# '06'

	fake.am_pm()
	# 'PM'

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

	fake.iso8601()
	# '1992-08-30T13:45:45'

	fake.date_time()
	# datetime(2004, 11, 3, 22, 6, 8)

	fake.month_name()
	# 'October'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 1, 1, 16, 19, 8)

	fake.unix_time()
	# 404543901

	fake.day_of_week()
	# 'Monday'

	fake.day_of_month()
	# '23'

	fake.time(pattern="%H:%M:%S")
	# '20:33:39'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(1995, 12, 5, 16, 27, 5)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 3, 11, 55, 43)

	fake.year()
	# '2004'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2013, 1, 23, 7, 35, 28)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2013, 1, 14, 11, 58, 12)

	fake.century()
	# u'VII'

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

	fake.time_delta()
	# datetime.timedelta(2390, 70838)

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

::

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

	fake.file_name(category=None, extension=None)
	# u'placeat.html'

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

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

::

	fake.ipv4()
	# u'154.232.50.19'

	fake.url()
	# u'http://ltikshv.org/'

	fake.company_email()
	# u'bmv.yash@itv.biz'

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

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

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

	fake.tld()
	# u'info'

	fake.free_email()
	# u'tdin.pikv@yahoo.com'

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

	fake.free_email_domain()
	# u'dir.bg'

	fake.domain_name()
	# u'chptlvk.org'

	fake.uri_extension()
	# u'.htm'

	fake.ipv6()
	# u'0ecc:af67:bba8:cfab:88c8:855f:eb4c:ac1c'

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

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

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

	fake.email()
	# u'n2007@dir.bg'

	fake.uri_page()
	# u'post'

	fake.mac_address()
	# u'66:65:c4:a3:4a:f6'

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

::

	fake.job()
	# 'IT technical support officer'

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

::

	fake.text(max_nb_chars=200)
	# u'Molestias ut laudantium consequatur. Totam culpa omnis qui aut laudantium nisi quo iste. Deserunt excepturi quam voluptatum.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Sint quas mollitia accusantium aut vel cumque.'

	fake.word()
	# u'ut'

	fake.paragraphs(nb=3)
	# [   u'Unde ipsum ex velit voluptas eligendi quasi blanditiis. Dolor laboriosam et distinctio rem blanditiis ea animi. Ipsam excepturi ipsum qui optio.',
	#     u'Ipsa eveniet omnis dolores sed omnis voluptas dicta quis. Corporis est tenetur architecto. Sint laborum exercitationem iste incidunt et in vitae debitis.',
	#     u'Pariatur facilis impedit dolore mollitia sit. Soluta nesciunt eveniet voluptas minima qui voluptas. Quia earum rerum nisi delectus. Quia iusto iusto aut recusandae quis. Libero ea suscipit eius.']

	fake.words(nb=3)
	# [u'voluptates', u'dolorem', u'porro']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Quasi maiores quasi cumque officia suscipit iure sunt. Quae aperiam assumenda ut enim laborum. Voluptas consequuntur repudiandae voluptatibus eligendi veniam. Vel veniam saepe placeat dolor doloribus est occaecati sed.'

	fake.sentences(nb=3)
	# [   u'Quo reiciendis odit quo.',
	#     u'Enim labore error eligendi.',
	#     u'Deleniti consectetur at iusto et provident.']

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

::

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

	fake.locale()
	# u'cn_MA'

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

	fake.sha1(raw_output=False)
	# '46dca75d2ae97cf5e6f3bf3d0a5a9c5d6f1f06c1'

	fake.null_boolean()
	# True

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

	fake.uuid4()
	# '3dcf3d2c-a23c-44d9-af9f-e854d59148ab'

	fake.language_code()
	# u'ru'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'\u0422\u0443\u043c\u0430\u043d\u0433\u0435\u043b\u043e\u0432'

	fake.name_female()
	# u'\u0410\u0432\u0433\u0438\u044f \u0422\u0430\u0440\u0430\u043b\u0438\u043d\u0433\u043e\u0432\u0430'

	fake.prefix_male()
	# u'\u0413-\u043d'

	fake.prefix()
	# u'\u0413-\u043d'

	fake.name()
	# u'\u0428\u0438\u0440\u043a\u043e \u041f\u0435\u0435\u0432\u0430'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'\u0413-\u0446\u0430 \u0422\u043e\u043c\u0438\u043d\u043a\u0430 \u041c\u0443\u0435\u0432'

	fake.first_name()
	# u'\u041d\u043e\u0440\u043a\u0430'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'\u041a\u0435\u0432\u0438\u043d'

	fake.first_name_female()
	# u'\u041a\u0430\u043b\u0438\u043d\u0430'

	fake.last_name_female()
	# u'\u0418\u043b\u0438\u0435\u0432\u0430'

	fake.last_name()
	# u'\u041c\u0430\u043a\u0430\u0440\u043e\u043d\u0441\u043a\u0438'

	fake.prefix_female()
	# u'\u0413-\u0436\u0430'

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

::

	fake.phone_number()
	# u'0236 104843'

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

::

	fake.simple_profile()
	# {   'address': u'60529 \u041a\u043e\u043b\u0435\u0432 Street Suite 821\nNew \u0410\u0437\u0430\u043b\u0438\u044fland, LA 29885-9253',
	#     'birthdate': '1978-07-21',
	#     'mail': u'ptk.pdlv@dir.bg',
	#     'name': u'\u0414\u0440. \u0419\u043e\u0432\u043a\u043e \u041d\u0438\u043a\u043e\u043b\u043e\u0432',
	#     'sex': 'F',
	#     'username': u'pk.vutninki'}

	fake.profile(fields=None)
	# {   'address': u'50170 \u0427\u0432\u043e\u0440 View\n\u0422\u0443\u0442\u0443\u0440\u0438\u043b\u043e\u0432burgh, MT 76001',
	#     'birthdate': '2001-10-24',
	#     'blood_group': 'AB+',
	#     'company': u'\u0421\u043c\u044a\u0440\u0434\u0430\u043d\u0441\u043a\u0438',
	#     'current_location': (Decimal('56.5749485'), Decimal('68.513270')),
	#     'job': 'Museum/gallery exhibitions officer',
	#     'mail': u'blzhkv.tupk@yahoo.com',
	#     'name': u'\u0415\u043b\u0438\u0430\u043d \u041c\u043b\u0430\u0434\u0435\u043d\u043e\u0432\u0430',
	#     'residence': u'6089 \u0421\u0442\u0430\u043d\u0438\u0448\u0435\u0432 Center\n\u0426\u043e\u0446\u043e\u0432mouth, MI 34484',
	#     'sex': 'M',
	#     'ssn': u'372-10-6618',
	#     'username': u'sht.kv',
	#     'website': [   u'http://www.blzhkv.org/',
	#                    u'http://ilikv.net/',
	#                    u'http://www.fnv.net/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([638073968.723, 675, u'http://www.va.info/privacy/', 88.5211283, u'tshv.shin@pukv.edu', u'Consequatur quos.', u'kltv.ivk@abv.bg', 17122535.302469, u'Autem facilis.', Decimal('-7.54848107264E+13'), u'Enim facere eum.'])

	fake.pystr(max_chars=20)
	# u'Quam qui et autem.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   7540,
	#         u'Id et similique vel.',
	#         51800.867,
	#         u'http://www.pchuzk.info/author.asp',
	#         u'Nisi sunt doloribus.',
	#         u'nk1976@ilchkv.org',
	#         -22991012768054.7,
	#         -5592679400812.3,
	#         u'Hic qui et cum.',
	#         6839],
	#     {   u'eos': 5742,
	#         u'et': u'Impedit dicta.',
	#         u'exercitationem': 9945,
	#         u'impedit': Decimal('-610.95'),
	#         u'magnam': u'Qui quas eum iure.',
	#         u'molestiae': Decimal('-9.3524445243'),
	#         u'qui': u'Quia aut est.',
	#         u'quibusdam': u'http://www.plyunkv.org/',
	#         u'quisquam': u'Quo et cumque.',
	#         u'veniam': datetime(1993, 5, 7, 21, 5, 14)},
	#     {   u'autem': {   9: u'Amet quo dolores.',
	#                       10: [   u'Reiciendis.',
	#                               datetime(1986, 3, 10, 3, 22, 12),
	#                               Decimal('-5510933.75022')],
	#                       11: {   9: u'fil.ttilv@hotmail.com',
	#                               10: u'Et ipsum.',
	#                               11: [   datetime(1998, 12, 23, 22, 23, 17),
	#                                       datetime(1980, 1, 23, 9, 20, 7)]}},
	#         u'et': {   1: u'Molestiae quas.',
	#                    2: [4928, u'Aut soluta ut dicta.', u'Beatae fugiat ea.'],
	#                    3: {   1: datetime(2015, 2, 5, 22, 31, 49),
	#                           2: u'Laudantium nisi.',
	#                           3: [-8410.559, 6361]}},
	#         u'eum': {   6: 7716,
	#                     7: [u'Illo non fugit.', 7409, 71608.9019],
	#                     8: {   6: 24385167277397.0,
	#                            7: Decimal('5378.0'),
	#                            8: [8534, u'Est ullam nisi.']}},
	#         u'laborum': {   0: 7793,
	#                         1: [   u'http://www.bdinv.info/home/',
	#                                817,
	#                                u'Excepturi.'],
	#                         2: {   0: Decimal('117053.7'),
	#                                1: u'divil21@lshv.biz',
	#                                2: [u'Ut omnis dolorem.', 6394]}},
	#         u'molestiae': {   3: u'Impedit delectus.',
	#                           4: [   8373,
	#                                  u'Dolorum placeat.',
	#                                  u'Quia maxime animi.'],
	#                           5: {   3: datetime(1985, 6, 19, 4, 27),
	#                                  4: 541,
	#                                  5: [   u'pviliya43@ptkv.edu',
	#                                         u'Cum et sapiente.']}},
	#         u'non': {   8: u'http://www.pv.org/wp-content/list/wp-content/main/',
	#                     9: [2090, 2551, u'yuii.tikv@yahoo.com'],
	#                     10: {   8: 1412,
	#                             9: Decimal('7.41486411705E+14'),
	#                             10: [   u'vmpik.dnk@chiv.bg',
	#                                     datetime(1979, 8, 9, 18, 17, 18)]}},
	#         u'nostrum': {   5: 66,
	#                         6: [   datetime(1989, 1, 27, 15, 37, 45),
	#                                3943,
	#                                u'Quia debitis magnam.'],
	#                         7: {   5: u'Est velit rem quas.',
	#                                6: u'Soluta saepe qui et.',
	#                                7: [   u'http://www.pdzhiv.biz/author.php',
	#                                       u'http://www.bbv.net/']}},
	#         u'praesentium': {   4: 1622,
	#                             5: [   datetime(2009, 12, 19, 10, 55, 38),
	#                                    572,
	#                                    u'Tempore.'],
	#                             6: {   4: u'Sunt sit.',
	#                                    5: Decimal('-8.63255062446E+13'),
	#                                    6: [   u'Et molestiae quod.',
	#                                           u'http://www.v.biz/homepage/']}},
	#         u'ut': {   7: 7676,
	#                    8: [   u'Omnis delectus.',
	#                           u'http://yunchv.info/wp-content/list/category/home/',
	#                           u'z87@yahoo.com'],
	#                    9: {   7: u'Suscipit.',
	#                           8: u'Odio doloremque.',
	#                           9: [   56056.83989396,
	#                                  u'http://www.v.com/tags/tags/post/']}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -9556446803019.0,
	#     u'Officiis voluptatem.',
	#     u'til.bmv@abv.bg',
	#     u'Dolorem et.',
	#     7205,
	#     -7.2549242732,
	#     Decimal('-1880.2113314'),
	#     u'vkchkdlv@abv.bg',
	#     u'Minima quia ipsum.',
	#     u'pundchk.vd@btchv.com',
	#     4827,
	#     610209856201543.0,
	#     Decimal('-6.64569417208E+12'),
	#     u'http://www.mudnki.bg/register/']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Eum cum et beatae.',
	#     Decimal('-98422317187.0'),
	#     671633.66,
	#     Decimal('1470.4774512'),
	#     datetime(1974, 8, 29, 16, 32, 18),
	#     3095,
	#     9529,
	#     5660)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'Est est est.', 1091, 2630, 4168, u'Ad placeat delectus.', u'Fugiat vero.', -87482380409568.0, u'Iure sit aut fugiat.', u'http://btchv.edu/', Decimal('-6965.1')])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'alias': u'Incidunt rem et.',
	#     u'consectetur': u'Recusandae quo.',
	#     u'cumque': datetime(2006, 10, 10, 20, 41, 36),
	#     u'et': datetime(1970, 5, 1, 4, 15, 4),
	#     u'maxime': -3921224457.54,
	#     u'quia': 7348,
	#     u'rerum': u'Eos asperiores ad.',
	#     u'voluptatum': Decimal('-6133033451.49')}

	fake.pyint()
	# 4652

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

::

	fake.ssn()
	# u'614-86-0486'

``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-01-17 23:20:45 Firefox/3.6.20'

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

	fake.opera()
	# u'Opera/9.36.(Windows NT 5.0; sl-SI) Presto/2.9.166 Version/10.00'

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

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

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

	fake.chrome()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2) AppleWebKit/5312 (KHTML, like Gecko) Chrome/13.0.844.0 Safari/5312'

	fake.linux_processor()
	# u'x86_64'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; it-IT) AppleWebKit/531.17.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6531.17.2'
