Language bg_BG

faker.providers.address

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

fake.building_number()
# u'290'

fake.street_address()
# u'47628 \u041f\u0440\u043e\u0439\u043a\u043e\u0432\u0430 Point'

fake.postalcode_plus4()
# u'24221-8376'

fake.city_prefix()
# u'New'

fake.military_ship()
# u'USCGC'

fake.city()
# u'\u0425\u0432\u044a\u0440\u0447\u0438\u043b\u043a\u043e\u0432stad'

fake.zipcode_plus4()
# u'12307-5891'

fake.state_abbr()
# u'AS'

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

fake.street_suffix()
# u'Summit'

fake.city_suffix()
# u'port'

fake.military_dpo()
# u'Unit 1851 Box 5588'

fake.country_code(representation="alpha-2")
# u'CM'

fake.country()
# u'Peru'

fake.secondary_address()
# u'Apt. 658'

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

fake.postalcode()
# u'68050'

fake.address()
# u'7844 \u0421\u043b\u0430\u0432\u0438\u043b Stravenue\nWest \u041f\u0435\u0439\u043a\u043e, CT 18340-4348'

fake.state()
# u'New Jersey'

fake.military_state()
# u'AA'

fake.street_name()
# u'\u041f\u0440\u043e\u0448\u043a\u043e\u0432 Extension'

fake.zipcode()
# u'81203'

fake.postcode()
# u'49586-0704'

fake.military_apo()
# u'PSC 0160, Box 9534'

faker.providers.automotive

fake.license_plate()
# u'4KYH677'

faker.providers.bank

fake.bban()
# 'SYPN3374010091714'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB03HEEJ9858679193176'

faker.providers.barcode

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

fake.ean13()
# u'3566651567899'

fake.ean8()
# u'89814574'

faker.providers.color

fake.rgb_css_color()
# u'rgb(23,1,231)'

fake.color_name()
# u'GhostWhite'

fake.rgb_color()
# u'51,39,228'

fake.safe_hex_color()
# u'#888800'

fake.safe_color_name()
# u'fuchsia'

fake.hex_color()
# u'#abc477'

faker.providers.company

fake.company()
# u'\u041f\u0438\u0449\u043e\u0432\u043a\u043e\u043b\u0435\u0432\u0430 \u0421\u0430\u043c\u0441\u043e\u043d\u043e\u0432 KDA'

fake.company_suffix()
# u'KDA'

fake.catch_phrase()
# u'Persistent 5thgeneration ability'

fake.bs()
# u'enable revolutionary platforms'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'Diners Club / Carte Blanche\n\u0422\u0438\u043d\u0447\u043e \u0421\u043c\u044a\u0440\u0434\u0430\u043d\u0441\u043a\u0438\n30100346285101 08/27\nCVC: 793\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'ADA'

fake.currency_code()
# 'SDG'

fake.currency_name()
# 'Samoan t\xc4\x81l\xc4\x81'

fake.cryptocurrency_name()
# 'SwiftCoin'

fake.cryptocurrency()
# ('DASH', 'Dash')

fake.currency()
# ('SOS', 'Somali shilling')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 15, 5, 17, 1)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xffffaa382230>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 16)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2012, 4, 29, 9, 41, 52)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2010, 11, 15)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 13, 16, 18, 6)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 7, 27)

fake.day_of_week()
# 'Monday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2015, 9, 7, 19, 38, 16)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2010, 4, 20)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2007, 2, 27, 12, 11, 6)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2007-02-15'

fake.am_pm()
# 'PM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 28)

fake.date_object(end_datetime=None)
# datetime.date(1999, 3, 20)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 8, 5)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2008-04-18T13:58:35'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 30)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2010, 12, 23)

fake.month()
# '07'

fake.year()
# '1983'

fake.day_of_month()
# '24'

fake.unix_time(end_datetime=None, start_datetime=None)
# 520281528

fake.timezone()
# u'Pacific/Efate'

fake.century()
# u'IV'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1963, 8, 31)

fake.time_object(end_datetime=None)
# datetime.time(8, 7, 43)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 4, 7, 8, 48, 50)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1999, 3, 9, 3, 23, 53)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '02:21:38'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 7)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 8, 20, 1, 4)

fake.month_name()
# 'April'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(94, 5, 9, 10, 18, 47)

fake.time_delta(end_datetime=None)
# datetime.timedelta(7259, 59822)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/xvdb'

fake.mime_type(category=None)
# u'application/EDI-X12'

fake.file_path(depth=1, category=None, extension=None)
# u'/aspernatur/voluptatibus.flac'

fake.unix_partition(prefix=None)
# u'/dev/xvdt5'

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

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'richerd2005@abv.bg'

fake.image_url(width=None, height=None)
# u'https://dummyimage.com/287x846'

fake.tld()
# u'info'

fake.email(*args, **kwargs)
# u'yanchotopchiiski@yahoo.com'

fake.url(schemes=None)
# u'https://www.vrazhalski.com/'

fake.ipv4_private(network=False, address_class=None)
# '192.168.241.168'

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

fake.uri_extension()
# u'.asp'

fake.uri_page()
# u'terms'

fake.free_email_domain(*args, **kwargs)
# u'gmail.com'

fake.safe_email(*args, **kwargs)
# u'pishtovkolevaksandriniya@example.net'

fake.ascii_email(*args, **kwargs)
# 'evropovkirilovtomas@abv.bg'

fake.ipv4_network_class()
# u'a'

fake.ipv4_public(network=False, address_class=None)
# '117.59.209.214'

fake.ascii_company_email(*args, **kwargs)
# 'tilobratukhchev@sapundzhieva.com'

fake.domain_name(*args, **kwargs)
# u'rokov.edu'

fake.ipv4(network=False, address_class=None, private=None)
# '218.52.137.13'

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

fake.slug(*args, **kwargs)
# u'laboriosam-suscipit'

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

fake.company_email(*args, **kwargs)
# u'cchukchukov@pacharuzka.org'

fake.uri()
# u'http://merakov.net/login/'

fake.ipv6(network=False)
# 'c78f:46ff:59eb:e8a6:8524:5f8a:6990:b405'

fake.free_email(*args, **kwargs)
# u'mangufovayana-martina@abv.bg'

fake.ascii_safe_email(*args, **kwargs)
# 'pedalovbozhin@example.com'

fake.mac_address()
# u'7f:35:50:e9:b0:9e'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-910220-49-3'

fake.isbn13(separator="-")
# u'978-1-4577-4349-8'

faker.providers.job

fake.job()
# 'Press sub'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Inventore quo illum exercitationem eligendi voluptates. Officiis officiis quasi dolore quibusdam doloribus accusantium. Modi temporibus eos similique quam quos et.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Ipsum sapiente reprehenderit quasi. Nemo velit repudiandae excepturi libero repellendus numquam. Eligendi quia voluptate dignissimos iste nobis.',
#     u'Maxime atque nesciunt itaque beatae iure nam. Fuga ex distinctio facere.',
#     u'Est eos delectus animi suscipit veritatis. Non eaque eaque inventore nostrum consequatur iusto. Iusto sunt perspiciatis dolorem dolorem esse.']

fake.words(nb=3, ext_word_list=None)
# [u'cum', u'consequuntur', u'suscipit']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Voluptate eveniet nemo accusamus eaque deserunt ab.',
#     u'Dolorum saepe velit fugiat est.',
#     u'Earum quae similique porro.']

fake.word(ext_word_list=None)
# u'nihil'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Laboriosam impedit ipsam hic. Aliquam non optio cum suscipit. Odit temporibus blanditiis error. Consequatur dolorum ipsum quod soluta voluptatibus deleniti.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Architecto asperiores aliquam aut molestiae inventore.'

faker.providers.misc

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

fake.locale()
# u'so_SO'

fake.binary(length=1048576)
# bytearray(b'6e\x00\x9d\xe3\x8bO\xac\xf0n.\xaa\xc7q\xb0\x97\xf6\x80#\x0b\x98(\x15\xb2\x96\xb5g\xf1\x0c\xc3MI\xbe<\xa6\xdf\xa7\xfc\xdd\x98\nOI\x0b\xa7\x8a\xd3R}\x99\x84\xbaU\xc2\xf0\xc7~\x19\x1f;x\xd7\x14\x07!\x06\x03\x90\xc5\x15\xb5=\x11\x1b\xcc\xdf\xdf\x0e \xae;G\x08i\xf8N\xdc\xc6\x0c\x80\xfc\xbc\xc3\x8f\x98\xa0\xfaC\xe6ra\xac`\x9b+\x84\xb6\xca+x\xb1\x08q\xf5}\x9bK\xd9\xab\xcdH\xf0\x90\xd0\xdfr\x07\xf4\xd0\xedQZ\xc4\x97\xe3\x001\xaa]l\x96\x8e\xd8\xc4\x8e\x8d^~\xdf\x1a\x84\xcc\x91$\x91\xf3\\\xb6\x7f\xa4\xc2\x88qf\xf4\x14|95\x8e\nU5v\x7f\xd8\x84\xad]G\x01\x98\x10\xd1\x01U\x85\x8f\xb1\x99\x90\xfeq\xdfS\x9e\x83\xa9u\xaf\xb3\xe3m\xd9\xb2+\xda\xbc\xdd\xf9X\xa4\x86"\x14\x05\x16\xfc\x88qV\xa2)\xac\xca\x98\xfd\xc2}\xe7\xe2\xbeSAUq1\x0f\xf9\xb1|\x02\xf1\xfa\n\xabY\x96\xe3\x8f\'\xd747\x88\x99\xb1Kb\x8b\xbei\xf9y\xea\x96\xb6{bcx\xd5zCm\xc7\x17\xda\xad|\x9d\xe2$\x19\r\xc4\x1e\xeb\xa3\x1dyG\xcc\xc9\x90\xf8\xa3\x92\xfa6\xf3\xbfp\xa2\xb9\x1e\xad\xb5\x95\x84\x96\xba\x1fG\xeaq\x08\xaaG\xcfe\xee-\xd8\x1c{\x1f\x8aj\x1e\xb7\xd2\xe1\xd5\xad:\xe6\xe88\x16v\xcf\xdb)a*\x8a\xe36u\x98\x8ex\x8a\x9a\x03H\x0c=Z\xf4\xd8\x89\xadI\xc7\xed0\x16\x87\xc6c\xa8\n\xa5\xf7\xf99?\x84+dMg\x12w\x84#\xde#\x0e\xa2M\xc01\xa4\xd5o\xaa2FNS\xd2\x83\xab\xf3\xc9\xa7\x1dx\x85\xd3-\xdc\x9fod\xc7(^R\xe5\xa26-\n\x15[\x1f\x15\xf1\xfb\xa2\xd3D\xa0~\xaf\x00\xa3\xd1\x9e\x9fP9\x16\xfb\xd6\xdaab\x99Q\x9a/\x9cV\xd4)\x12y\x94\xd8l\x8b\xe9#\x0c0E\xf6\r\x8c\x92s*n\x04\x94\xab\xd7\x96\xbf\xae\x06\xe6`q\x84\xbc\xa8)Er\xb3K\x17.Z\x0c\xfe\xdd\x8aI\x98\x90\x08\x85\xff\x04\x97y;Dp\x93\xbe\xb2!\xd0\xd1\xc6\xc5R\xe9\xdf\x88\x12\xb8@\x16+:\xc1\xfe\x89tn\xc3V\x040\xf9\xfc\x90\xef\xff\xf9\x88,\x02[\xaeBU\xf13i\xea\xa6]Z\xea\xdbM\xd8-E\x11\xd4P\xbaNu\x03\x07\xe8\xf3\x87\xc5\xea\xd1C]\x96\xe4hWK\x9f\xba\xb6(\xbe\x87\x04\xca\xe4\'s\xbcX\xd2\xfd\xb0{\x83Y\xbbW\xd3\xd7\xac1$zP(\xe8\x19\xbc\xbf\xbe0\xf8k\xf2Z\x9a<!Qxm\x0f\x9b\xf6\x00f\xc6\xc6\xe0d\x8d<\xc0Pc\r\xebAM\x88\xbd\xe4\xdfSo\xd1\xdb\x82\xe4X\x8e\xc2\xe7\xcd\xe8\xc0\xd8\x961\xb1\xee\t\x9eZN\x11x2z\x13\x8aVS\xcfLdM\xb0\xea0R\x11\x12\xa0\x9e\xa2\x99\xf2\x82\xe3\xbc\xc5G\xcf5\x0b\x88\xa4\x98\xae(w)\xd6T\xd1\x91g~\xfa\xb1\xdf\xf5ZI\xf7\xdb\x08\x84M$\xd2\xf4D\xa9\xe2f:\xb2aE\x02\xf5\xd6\x81>U\x9c\xbd\xcb47Bn_\xd7?\xb1\xef\x132>}E\x8f\x05\xe5\xad\xcdE\xa0{\xa3\x1a\xe8\xe5:\x04\x02`\x86\x08Y\xc2\xd6\xa8=\x07n\xd1]\xd2\xf1\x19\xc8\x03\r\x87\xf64\xfe\x1b4&g\xb7e\xa4$\x1e\x9bW\x81{\x9b\x8di\xf7\xfa\x8b&&\xe7\xa3\xbd\x0c\xf2\x02,A\xf5W\x99\x83\xd9\x11=\xe7\x1db\x9d\xb8\x85$\xfdq\xbegxDKE)\xdc\x81:\xd2\n\x83\x90\x93I\xbdG:\xe1\x85R\xd5\x14\xa0oS\xd4E_\xaa\xcb\xefm\xdc\xec\x7f\x19\x84\xe4B~\xe5\xef\xa64\x1cI\xd3\xe4\xdc)\xb8\xb0\x91\x96\xae\xe3\x98\xcc\x88\x1fQ[y]\xda\x00a/jtx,\x04U\xb12Z\x11BZ\x87\xe4m\xa7*\xb5U8>R\x98}"J:"\x8e\xe5\xfc\xce\xaaz\x95\xed\x0e\x83+\xf7\x0b\x90\xbf\xa4\x89,\x98\xa9\xa8\x14\xe3\x00\x88\xf9Lc\x89X\xe2\xb5\xca\xd6\xe9\x9f\x81\xd6\xe6\xd2\xd0\xce\xd7/\x83us\xd5)\x96\x91V\x01\x85\xbd\xdf\xe2b\x07T}\x18\xf0\xf8\x03s\n\x83\x15\x94#\x00\xdf\xa7\xd8>')

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

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

fake.null_boolean()
# False

fake.sha256(raw_output=False)
# '8723b6ce5658c9ddd1acaaef77efb3aa6916a5748eb4fd1d572367c8909b0d17'

fake.uuid4()
# '879e2fb8-2409-3ed6-60e1-b0fa356ecff5'

fake.language_code()
# u'ast'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'\u0418\u043b\u0438\u043a\u044c\u043e\u0432'

fake.name_female()
# u'\u0413-\u0446\u0430 \u0412\u0430\u0441\u043a\u0430 \u041c\u0430\u043d\u0433\u044a\u0444\u043e\u0432\u0430'

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

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

fake.name()
# u'\u0413-\u0436\u0430 \u0420\u0430\u043d\u0434\u044e \u041a\u043e\u0434\u0443\u043a\u043e\u0432'

fake.suffix_female()
# u''

fake.name_male()
# u'\u041d\u0435\u043b\u043a\u043e \u0429\u044a\u0440\u0431\u043e\u0432'

fake.first_name()
# u'\u0415\u0432\u0442\u0438\u043c'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u041b\u0435\u043e\u043d'

fake.first_name_female()
# u'\u0411\u0438\u0441\u0435\u0440\u0430'

fake.last_name_female()
# u'\u041f\u0435\u0432\u0435\u0446\u043e\u0432\u0430'

fake.last_name()
# u'\u041a\u0443\u0440\u0442\u0430\u043a\u043e\u0432\u0430'

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

faker.providers.phone_number

fake.phone_number()
# u'(0214) 812 552'

fake.msisdn()
# '6564196728784'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'274 \u041a\u043e\u0434\u0443\u043a\u043e\u0432 Turnpike Apt. 786\n\u0414\u0440\u0435\u043d\u043a\u0430mouth, MN 59726-2497',
#     'birthdate': datetime.date(1972, 12, 29),
#     'mail': u'syanazov@abv.bg',
#     'name': u'\u0425\u0435\u0431\u044a\u0440 \u041f\u0430\u0442\u043a\u043e\u0432',
#     'sex': 'M',
#     'username': u'yane56'}

fake.profile(fields=None, sex=None)
# {   'address': u'2282 \u0421\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u0432 Shoals Suite 338\n\u0421\u0442\u0430\u043c\u0430\u0442\u043a\u0430view, NM 76199',
#     'birthdate': datetime.date(1949, 2, 26),
#     'blood_group': 'B+',
#     'company': u'\u041f\u044a\u0442\u0435\u0447\u043a\u043e\u0432\u0430 \u0411\u0440\u0430\u0442\u0443\u0445\u0447\u0435\u0432 ET',
#     'current_location': (Decimal('42.090309'), Decimal('-105.796529')),
#     'job': 'Nature conservation officer',
#     'mail': u'boginyachetrafilski@mail.bg',
#     'name': u'\u0413-\u0446\u0430 \u0420\u043e\u0441\u0438\u0441\u043b\u0430\u0432\u0430 \u041f\u044a\u0442\u0435\u0447\u043a\u043e\u0432\u0430',
#     'residence': u'250 \u0419\u043e\u0430\u043d Street\nPort \u0410\u0434\u0440\u0430, AS 93196-5304',
#     'sex': 'F',
#     'ssn': u'786-66-9090',
#     'username': u'lambotoshev',
#     'website': [u'http://tocheva-klopova.org/', u'http://www.purvanova.net/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'cRkvWKKyCZFKxnIoXqzu',
#     u'xgibzAyGWzAPGMrWtOjB',
#     -51.299488697,
#     3173,
#     u'dkpCEgzlvvrXYjQtkroZ',
#     Decimal('-15923.8098508'),
#     1563,
#     62256164078.34,
#     Decimal('-9.5967852')]

fake.pystr(min_chars=None, max_chars=20)
# u'ydsvIXtQGfXFGjDQtETN'

fake.pystruct(count=10, *value_types)
# (   [   u'http://simeonov.bg/category/main/blog/about.php',
#         u'jRRrsKycdHkmcyxLzkjp',
#         Decimal('657682955.433'),
#         u'ZIlSqzagSBUwbuBhGlgH',
#         u'OUqKTektcAjpbUewOYju',
#         u'http://kurtakova.com/explore/main/category/',
#         5988,
#         u'lorena1975@tocheva-klopova.com',
#         u'https://pevetsova.net/author/',
#         u'sTdgLtTqOzWJXgqENHuG'],
#     {   u'atque': u'MREHDPakakDBvtOdDtaL',
#         u'consectetur': 8017,
#         u'cupiditate': u'FEypKsHScwCyKXIygDaD',
#         u'doloribus': u'mSLLpZjKhOjPQnfXmwuC',
#         u'neque': u'bBtkIJTujiYKvvPLSLBp',
#         u'occaecati': 1716,
#         u'perspiciatis': u'RxwSiCBxRLHBvKyrfPSN',
#         u'qui': u'mQhtuCftQQQrVSFoearH',
#         u'soluta': u'VGhOcNILcjwsFzxjRIGi',
#         u'voluptas': u'dachevelvis@yanazov.info'},
#     {   u'accusantium': {   5: u'tIecnezzyiuGIixTTych',
#                             6: [   u'german38@zanov.org',
#                                    u'TXhAUlAibKoklyPoRbpJ',
#                                    1805],
#                             7: {   5: 1700430132.602,
#                                    6: u'http://www.kesov.biz/',
#                                    7: [   Decimal('-873210518283'),
#                                           u'atodorov@dir.bg']}},
#         u'at': {   1: u'lkorov@kurtakova.bg',
#                    2: [   u'http://chuturkov.biz/category/posts/tags/post/',
#                           datetime.datetime(1995, 1, 28, 15, 0, 54),
#                           u'katurovamarineta@yahoo.com'],
#                    3: {   1: 85,
#                           2: 3621,
#                           3: [u'violet1992@yahoo.com', -60818967361.2096]}},
#         u'consequuntur': {   0: u'uEHqOAeonAguaBetmLrv',
#                              1: [   u'yanoyanazov@mail.bg',
#                                     u'cMymHjMGXVjUnHmJxEzh',
#                                     u'TpLHlSSdLJydBHVMmnrk'],
#                              2: {   0: -1837.574783,
#                                     1: u'https://www.tsitskov.org/',
#                                     2: [   u'pztgQLQIkWYxeljvIGqq',
#                                            -546196286.0]}},
#         u'doloremque': {   9: 7524,
#                            10: [   9442,
#                                    u'DKtEKASCQjPvuYYemLvn',
#                                    datetime.datetime(2016, 3, 8, 2, 16, 22)],
#                            11: {   9: u'gabrovlievasilviya-aleksandra@dir.bg',
#                                    10: 3696,
#                                    11: [932, u'pnedyalkov@chuturkov.org']}},
#         u'est': {   4: 45137366.264102,
#                     5: [   Decimal('200812237.345'),
#                            u'zuOPpBoKcYLGkBrqPLdb',
#                            Decimal('2.21370233313E+12')],
#                     6: {   4: u'rNVTiSbYyGxiqneeJkAy',
#                            5: 4580073.0,
#                            6: [   u'https://www.brankov.com/explore/category/index/',
#                                   u'eNBqixtRckIRoRXgZKYx']}},
#         u'modi': {   2: 7424,
#                      3: [   939,
#                             Decimal('-6.25181660116E+14'),
#                             Decimal('-4365028933.49')],
#                      4: {   2: 281,
#                             3: u'http://www.ploshtakov.org/main.jsp',
#                             4: [u'kxHTFGEzefUYGDfuyEjw', -71527.488]}},
#         u'quaerat': {   6: Decimal('-448747.379219'),
#                         7: [   u'TclXMAMACRtWNMuVpkpM',
#                                datetime.datetime(2015, 11, 8, 10, 44, 29),
#                                datetime.datetime(1970, 11, 30, 22, 2, 55)],
#                         8: {   6: u'ZFUObUJiBEFaEODjqBxf',
#                                7: datetime.datetime(1999, 6, 16, 11, 53, 7),
#                                8: [u'npurvanova@kobilarov.info', 8825]}},
#         u'qui': {   7: Decimal('353.54559283'),
#                     8: [   u'krivoshapkovastamatka@mail.bg',
#                            719,
#                            u'http://www.mladenova.com/terms/'],
#                     9: {   7: 88,
#                            8: 6377227615.6,
#                            9: [u'ueLGljiQsFrbtDHXeLLR', 9640]}},
#         u'quia': {   3: 7874,
#                      4: [   Decimal('847094256.755'),
#                             25322885810197.0,
#                             u'burborkovzango@yahoo.com'],
#                      5: {   3: u'EiUpEMXpDXkuDdaFMbXG',
#                             4: u'GYkbFUIWlcOyqwpuRzso',
#                             5: [   u'nwJMhfEPccyrpjHKkapb',
#                                    u'cNetzCbgQhWxoaqjmKQc']}},
#         u'voluptate': {   8: datetime.datetime(1983, 4, 4, 12, 58, 56),
#                           9: [   u'WXSPervOQOgjTsKMdgHW',
#                                  datetime.datetime(2003, 9, 18, 23, 29, 17),
#                                  datetime.datetime(2017, 11, 18, 14, 31, 24)],
#                           10: {   8: u'http://belokonska-vrazhalska.biz/author.asp',
#                                   9: 67025223.423,
#                                   10: [   u'https://pendzhakova.bg/terms.html',
#                                           Decimal('-5.1')]}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime.datetime(1977, 12, 20, 2, 6, 43),
#     u'jsPzMgUoBxWAhwSjLhRX',
#     Decimal('17647816.17'),
#     1498,
#     930234612898.251,
#     1244,
#     u'QzCYwIKsuSBSbWrXKTVl',
#     1827,
#     4694]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'ooWAkpiPEjxLDfxhRpYf',
#     u'aoLvluiFMNMysbwBEcsy',
#     7628,
#     u'yJzUigvgNPueqYAkYLkY',
#     4656,
#     u'mlulankov@kolichkov.com',
#     -6.285138042102,
#     7674,
#     u'PweqxPiHniJUlQizpJWR')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([8034, u'HBoITnDeKzsofuScSScU', u'ZemCWWaOKGlDdQuWoSkZ', 109, 4686, -299732136.9747, u'HidEMBixNxJmQBnFAbXe', u'TkdmsYmfrFeyiJQRiZJM', datetime.datetime(1998, 11, 3, 2, 2, 50)])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'ipsa': Decimal('0.197284545528'),
#     u'labore': 4052,
#     u'maiores': u'HoRRDfqxNtJsKvbijaDK',
#     u'modi': u'yZWMVMEXVumUstuSCUIb',
#     u'nesciunt': u'ademlulankov@keleshev.bg',
#     u'non': Decimal('-76520.9260169'),
#     u'repellat': 2648,
#     u'velit': u'BnLqNEPlDWySyzedDUnv'}

fake.pyint()
# 8790

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'831-85-1070'

fake.ein()
# u'65-9802576'

fake.itin()
# u'964-77-2645'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.2; gd-GB; rv:1.9.0.20) Gecko/2017-10-30 08:45:54 Firefox/3.6.12'

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

fake.opera()
# u'Opera/8.67.(X11; Linux i686; bem-ZM) Presto/2.9.165 Version/10.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.10.2 (KHTML, like Gecko) Version/5.1 Safari/533.10.2'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5330 (KHTML, like Gecko) Chrome/25.0.856.0 Safari/5330'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_7 rv:3.0; bg-BG) AppleWebKit/533.42.6 (KHTML, like Gecko) Version/5.1 Safari/533.42.6'