Language bs_BA

faker.providers.address

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

fake.building_number()
# u'036'

fake.street_address()
# u'367 Deborah Parkways Apt. 877'

fake.postalcode_plus4()
# u'81976-0103'

fake.city_prefix()
# u'Lake'

fake.military_ship()
# u'USS'

fake.city()
# u'Gloverville'

fake.zipcode_plus4()
# u'45919-4403'

fake.state_abbr()
# u'PA'

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

fake.street_suffix()
# u'Skyway'

fake.city_suffix()
# u'stad'

fake.military_dpo()
# u'Unit 1621 Box 5771'

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

fake.country()
# u'Guatemala'

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

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

fake.postalcode()
# u'56585'

fake.address()
# u'7424 Robinson Haven\nEast Charleston, ND 36035'

fake.state()
# u'Utah'

fake.military_state()
# u'AP'

fake.street_name()
# u'Edward Extensions'

fake.zipcode()
# u'58561'

fake.postcode()
# u'20385'

fake.military_apo()
# u'PSC 8417, Box 4782'

faker.providers.automotive

fake.license_plate()
# u'SGA Z23'

faker.providers.bank

fake.bban()
# 'GFQM1217213804049'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB60KCQU4020099482543'

faker.providers.barcode

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

fake.ean13()
# u'9486397559627'

fake.ean8()
# u'83464829'

faker.providers.color

fake.rgb_css_color()
# u'rgb(25,118,236)'

fake.color_name()
# u'Moccasin'

fake.rgb_color()
# u'98,22,186'

fake.safe_hex_color()
# u'#eeff00'

fake.safe_color_name()
# u'black'

fake.hex_color()
# u'#683399'

faker.providers.company

fake.company()
# u'Estrada-Garcia'

fake.company_suffix()
# u'Inc'

fake.catch_phrase()
# u'Compatible upward-trending process improvement'

fake.bs()
# u'reinvent mission-critical bandwidth'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nHannah Wolf\n4507725165775794 08/25\nCVC: 810\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'UBQ'

fake.currency_code()
# 'XAF'

fake.currency_name()
# 'Australian dollar'

fake.cryptocurrency_name()
# 'Tether'

fake.cryptocurrency()
# ('ZCL', 'Zclassic')

fake.currency()
# ('AMD', 'Armenian dram')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 9, 21, 4, 32)

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

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(1988, 8, 23, 1, 25, 6)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2011, 1, 29)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 15, 21, 26, 44)

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

fake.day_of_week()
# 'Thursday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 4, 16, 17, 24, 37)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1998, 11, 28)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2002, 2, 28, 20, 4, 15)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1999-03-08'

fake.am_pm()
# 'AM'

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

fake.date_object(end_datetime=None)
# datetime.date(2003, 3, 12)

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

fake.iso8601(tzinfo=None, end_datetime=None)
# '1998-04-03T03:07:44'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2009, 6, 7)

fake.month()
# '04'

fake.year()
# '2002'

fake.day_of_month()
# '23'

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

fake.timezone()
# u'Africa/Douala'

fake.century()
# u'VII'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1983, 9, 21)

fake.time_object(end_datetime=None)
# datetime.time(6, 52, 24)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 7, 31, 11, 56, 22)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1997, 2, 23, 5, 37, 42)

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

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 25, 8, 12, 41)

fake.month_name()
# 'January'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(142, 8, 27, 6, 57, 46)

fake.time_delta(end_datetime=None)
# datetime.timedelta(13145, 3003)

faker.providers.file

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

fake.mime_type(category=None)
# u'multipart/related'

fake.file_path(depth=1, category=None, extension=None)
# u'/neque/ratione.html'

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

fake.file_name(category=None, extension=None)
# u'odit.tiff'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'hayesbenjamin@outlook.com'

fake.image_url(width=None, height=None)
# u'https://www.lorempixel.com/109/698'

fake.tld()
# u'net.ba'

fake.email(*args, **kwargs)
# u'alvarezlisa@tel.net.ba'

fake.url(schemes=None)
# u'https://www.hayes.ba/'

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

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

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'category'

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

fake.safe_email(*args, **kwargs)
# u'rachel14@example.org'

fake.ascii_email(*args, **kwargs)
# 'tinasmith@wallace.com.ba'

fake.ipv4_network_class()
# u'c'

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

fake.ascii_company_email(*args, **kwargs)
# 'phill@harvey.net.ba'

fake.domain_name(*args, **kwargs)
# u'beltran.net.ba'

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

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

fake.slug(*args, **kwargs)
# u'tempore-iste-dicta'

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

fake.company_email(*args, **kwargs)
# u'james05@sanchez.gov.ba'

fake.uri()
# u'http://saunders-ramos.unsa.ba/'

fake.ipv6(network=False)
# '67b9:39dd:d94d:34af:75b7:620b:7b6e:911c'

fake.free_email(*args, **kwargs)
# u'jason77@hotmail.com'

fake.ascii_safe_email(*args, **kwargs)
# 'karenhunter@example.net'

fake.mac_address()
# u'2f:c0:d0:80:f4:d3'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-152-46042-0'

fake.isbn13(separator="-")
# u'978-0-9573496-0-5'

faker.providers.job

fake.job()
# 'Chemical engineer'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Corporis delectus deleniti ullam. Doloribus hic tempora. Possimus ea recusandae perspiciatis libero at occaecati facilis.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Similique aliquam exercitationem quam delectus. Maiores blanditiis dolorum placeat itaque quisquam. Amet nostrum libero totam unde corrupti.',
#     u'Ut in eum cumque.',
#     u'Eos nesciunt quae et aperiam tempore itaque. Doloribus dicta vitae ad voluptate maiores. Voluptatibus odio porro eaque.']

fake.words(nb=3, ext_word_list=None)
# [u'reprehenderit', u'voluptatem', u'magni']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Aliquam culpa odio qui distinctio odio molestiae mollitia.',
#     u'A quasi officiis.',
#     u'Quibusdam sunt accusantium eos quas saepe.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Voluptates neque quos dolorem optio. Tempore a repellat recusandae.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Consequatur veritatis odio.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'Wi803Fw9@B'

fake.locale()
# u'the_NP'

fake.binary(length=1048576)
# bytearray(b'\x89F\x1a\xb0}\xb9\x9e\x96\xa3\x19\x0c\xc2\xc9\xf1\x9e\xc9\xa9\xd4\xe0\'EQ\xad\xd1\xfflV\x9b\xdf\x08\x95\xf4\xef\x1a\x02S\xb1a\x9a\xe0\x0fM\x91\xa2VS\xcb\x8b\x8f83\x05\xcbe\x01\xceK\xad\x90\xc4\xac\x884\xc6\xae1r:aX\xb7/\x07?\xb2\xe6y\xf4W\'eN\xc41\xf3\xa2\xc0\xebE\'\xa0\xd8F\xad\xb2xb\x98E\xc2~(<!\xfb\x9d\xaf\xeb\xf2\x9d\x7fs\xc0\xa5gBu\xb3<U\x8a\xb8kL\xed\x92\xfeL(\xef)\xd0\x95\x08\xb6\x13\xc0\x8b\x8d#\xb1\xfd\x95\xbf\xa9\x1e\xe73\x17e#"^LO-\xd4\xf2\t\xb5=p\xe5~\xa4\r\xf6\xd5J\xcdw\xde\x0f\x00\x84!\xb6\xb2\x1d\xee\xae\nz\x04\xcckz\xef\x9f\x87\xe6\xc6\x15%Z\xf1l\xd7\xe0\xd0\x97_\xf9\x1a<\xfeg\x94\xd6\xe3\xd3b\xf6\xd0\xb6\xe2\xd9\xea\x82Ix\xa7\xab\x03\xdd\xfd\xbe\xdf\x04p\x04\xffX\xd8x\xee\xe6c<\x97]{D\xc5\xd0\xf1\xdaV-3\x07\xd0\x1b\x89N\xe3\x02\xe9\xf6\xac\xday~\x85\xb2\x85J\x84^x\xd1\xf6 \xee=E\xe9\xe1LL0\x90W\x15\x96\xed\x88\x92\xfa\x11\xdb\xb6\x07,(`\x94I\x105\xa9\x9d\tp\xe3=\xc2#[\xb9]\x18\xb6U\x12\xd4R\x04\xf5\xc3x\xdeb\\-\xae\xa7\xb1\x12H4R`\x87\xa5\x8a\xa5]\xa4\xaa\x99\\\xcc\xd61\x99y\x1cQ\x81\xf7 \xebI?\xdf\xb0\xe8\xd9\xaa\rK\xd9\xa7\xec+5f\xcc\x9a\x9c\x8a\xa3U?m\xa9[\x85\xb9\x1a\x0f\xdeV\xb4\xc8\x08\xd6\x17\xe7$_#\xaf\xb9\x00\xfb\x18\xaf\x95\xf9!\xc9\x12\x93\xdaa\x00\x8f\xb0\x1f\x89\x1bziWL\x97\x08\xadW\xb7\xf80p\x87\xea\xb4\xde\xcbI\xf4Ef8\x13\xac\x8e\xba\xd1\xb8/\xc0\x17\x8a(\xd1\xa4ec\xe3\x1c\xe5)t\xa1\xf1V\x82g\xfe\xb4@\xbc+\xb9\xc0\xe4)\n\xc5\xcbZ\x8d\xd4$\xc7\xfcG\x9d\x1bi\x97\xcf\x9f\xbdb\xa3b]\x0f5;4\\\xb4\'p\xe4ef"\x8ed\xdbd\x06D\x0b2x,\x03?,w\x9e\t\xdf\xb5Ps\xb7\xf7\xa0\xcd\x01\x1a\x08\x18\xa9\x9aqX\xab\xbe\x84M\xa5TL\x05\xe1\xce \xedMw\xf80\xd5\xee\xea\x8a\xf1p\xcdb\xf9=\x81\xbc\xfd\xd40\x9ch!2WHs\xa6\xbf@%\x17\xb3\xcd\x15aQU\x0b\xf3\xaa\x1e4dt#O@\xfc-<\xf3\x93\xc4!\xa8\xd4I{\xdc\x8bujp\x12b\x83+y\xea\xccJ?\x9b\x08t\xcf\xe39O\xc0 *\xa0\xc0D\xa9@z\x17\x15\xcd\xb2\xd2\x8d\x10\x8d"\xd2w\xad\x8d\xf4\xd9\x82\x94\x94\xb8\xaa\x81\x16\xbd\x11\x14\xa6\xd8\xbe\x00\xd6\xbe\x9f6\\\x03\xa1\xb4{\xc4\x8beZ\x18\xccXH\xe1\xb3\x1f\xfdNU\\m\xb6\x9eF\xa3\xf2\xd03\x95\xaeE\xbev\xe1R\xfb\xe4\xa9\xdd\xcf\xdf\x9f\x1e\xfb]dUP;Jsx\xb7\xf8c\xad\xbf\xc8\xe2\x90\x86"b\xe4\x13re\xa3\x9c\xf4\x84=\xa1\xa1 \x1aG\x86\x81(\xd6\x1a$5\xd3?\x9dcG\xbc\xdd\xf1m\x8c\xefm\xe1|\x88NQ\x0bcr\xbc\x83\x0cq\xcf\xbf\xc9\xc0q\x1f5\xc3\x16\xba\xd7@\x10\xd8\xe1\xa0\x07\xddK\x9e\x00\xdeV`\xb9\x9fS\xf9\t\x93\x9c\xad\xfa\xc0\x86C\x1cK5\x17\x80\xab\xb6\xc6XT|p\x19\xb9\xb7\xff\xad\xb9|<\x89eI\'\xae\xf2\x1bs\xde\xc9\xcd\x88\x8a\xa8.\xde\x1a;,\xfb\x02\x85\xde\x93\x08\xa3#A\xa8\x80U\xb9b\'\xef\xa2\xdf\x95\x8c\xf4MQ\xa9\x95D*\xeaF\x1a\xe9\x97\x06\x1d\x9f\xae\x10Q\xd7tm\xd2h\xb0OK\xe8RE6,\xde\x0e\x96\xcf\x9c\xad1\xe7\x86\xd4\xd4lT\xd7\x90i\xd5+2\xc1\x16S\xc3;\xba\xa2\xfex^P\x03\xba\x13\x9c\xa3\xc0^\xc6~\xc4\xe9\xdf\xc2\xdd\x91}\xf8\xf43\x7fa\x04\x86\x1f\x05\x89\xa5"\xcc\xf3\xae\xda\xa8\xecCQ\xfe\xf8\x0cG\xe3\x88\xce\xe5\xef\x13\x96\xb2\x0b\xec~\x80\xe6\xbe\x04M2\xf7\x91\xf3\x87\xbe\x11\xcb2\xd9\xabq\xb1n\x02\xcc0\xa3\xbfn\x16\x0f\xf1\xb2+\xf3\xffB\x1aI\xa7\xaa\xc1\xa0\xf1\xeb\xd1')

fake.md5(raw_output=False)
# '8fda0d8f2e0fb9f48583f8f8685c4f68'

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

fake.null_boolean()
# None

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

fake.uuid4()
# '88a1b793-a40c-88c7-ba36-f7bac9bf6ed2'

fake.language_code()
# u'az'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Smith'

fake.name_female()
# u'Danielle Barton'

fake.prefix_male()
# u'Mr.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Amanda Gillespie'

fake.suffix_female()
# u'PhD'

fake.name_male()
# u'Jordan Lewis'

fake.first_name()
# u'Janet'

fake.suffix_male()
# u'IV'

fake.suffix()
# u'DDS'

fake.first_name_male()
# u'Logan'

fake.first_name_female()
# u'Whitney'

fake.last_name_female()
# u'Moyer'

fake.last_name()
# u'Newton'

fake.prefix_female()
# u'Miss'

faker.providers.phone_number

fake.phone_number()
# u'057 491 030'

fake.msisdn()
# '8237648469003'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'298 Greene Island Apt. 785\nSouth Williamstad, NJ 88397-1700',
#     'birthdate': datetime.date(2008, 8, 22),
#     'mail': u'pmurphy@hotmail.com',
#     'name': u'Kelly Hunt',
#     'sex': 'F',
#     'username': u'morgan00'}

fake.profile(fields=None, sex=None)
# {   'address': u'7872 Melanie Summit\nOliverbury, WY 10319',
#     'birthdate': datetime.date(1989, 9, 28),
#     'blood_group': 'AB+',
#     'company': u'Nash Group',
#     'current_location': (Decimal('-41.369716'), Decimal('110.134164')),
#     'job': 'Financial adviser',
#     'mail': u'lonnie99@hotmail.com',
#     'name': u'Scott Ellis',
#     'residence': u'392 Jerry Glen Apt. 776\nBenjaminport, SD 64469',
#     'sex': 'M',
#     'ssn': u'111-79-8546',
#     'username': u'ywilkins',
#     'website': [u'https://bowman.gov.ba/', u'http://beasley.edu.ba/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([Decimal('-79394.184'), datetime.datetime(2018, 1, 27, 8, 7, 29), u'KaANvxFMUZlMQEcxNdTL', datetime.datetime(1997, 9, 17, 0, 54, 37), u'wDNtdwDSwisnDGYYFwDG', 6124, u'http://www.callahan.edu.ba/register.html', 6967, u'KVmKulpumJEGlQJlKcXS', u'GAFcNaEAwLiAfXAkUAqO'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'PPxeavGaKFudsVwzDCUZ',
#         8863,
#         6291,
#         5067,
#         1518,
#         635,
#         u'TkIfmsYgsKOaabYWScKw',
#         u'YhlRvCsmCAOZgTGiwfXj',
#         u'lWRovgPrTWypEMHuMLgu',
#         u'SCBmVMVclyZggPodGxIQ'],
#     {   u'adipisci': 6339,
#         u'commodi': 1119,
#         u'consectetur': u'syEkaRRpqcQRKWWKIJZv',
#         u'eius': u'exTObIfnKWPUdmGVMTJd',
#         u'ipsam': datetime.datetime(1995, 12, 31, 16, 13, 10),
#         u'modi': u'lHLuvFqUVuwojizxlgZI',
#         u'porro': 1875,
#         u'possimus': 2645,
#         u'quo': 8848,
#         u'voluptatem': u'QIjXMGjJxxjXDIacobbE'},
#     {   u'illum': {   6: u'https://www.daniel.ba/terms/',
#                       7: [   u'zSusqnNBkuWoPUmZqbnE',
#                              datetime.datetime(1975, 1, 13, 11, 41, 6),
#                              72256273.0],
#                       8: {   6: 2055,
#                              7: datetime.datetime(2000, 8, 25, 7, 36, 28),
#                              8: [4689, u'https://www.sloan-martin.org.ba/']}},
#         u'odio': {   9: u'http://williams.com.ba/homepage.htm',
#                      10: [   u'MlrCDYmZVONTLSzKNQZe',
#                              u'gelmVzkjZnoFOcnvvXsS',
#                              u'HQnlqsKBRzVTeAXpMOYz'],
#                      11: {   9: 1021,
#                              10: Decimal('-34606697.2974'),
#                              11: [   datetime.datetime(1994, 5, 13, 6, 39, 16),
#                                      datetime.datetime(1997, 10, 13, 15, 29, 57)]}},
#         u'praesentium': {   4: u'VSOIIIVIRlTUQrkiSXxF',
#                             5: [   u'ljkmDqKQaWbxdhkbnTAA',
#                                    datetime.datetime(1970, 1, 26, 7, 32, 23),
#                                    u'cUfprKQobkSMsimJYFkO'],
#                             6: {   4: u'MYCdJByRAtMHGdmHVXeR',
#                                    5: u'https://www.cruz.org.ba/category/explore/search/index.html',
#                                    6: [   u'boydthomas@carter-banks.edu.ba',
#                                           datetime.datetime(1970, 8, 22, 10, 0, 31)]}},
#         u'provident': {   8: Decimal('2817.0'),
#                           9: [   u'ykPMXhQdSrrGnhaiXeCF',
#                                  Decimal('-3.5881433476E+12'),
#                                  u'AgjgBPpeagIWnVAMrCzw'],
#                           10: {   8: u'michele86@yahoo.com',
#                                   9: u'https://www.johnson.org.ba/posts/author.html',
#                                   10: [   u'gYTMYVhRXbRHorSJvXyv',
#                                           u'lTmzcqmumnzjxQcOeHpy']}},
#         u'quae': {   3: u'YOfcUXcXanBvNsSxYexY',
#                      4: [   u'alhhPjMJblYHzLekPODE',
#                             Decimal('-961789.0'),
#                             u'jamescooke@rivera-bailey.net.ba'],
#                      5: {   3: u'GGdJCQtITMnorTjkPsaK',
#                             4: datetime.datetime(1983, 10, 5, 1, 28, 2),
#                             5: [7617728.5901, 6677]}},
#         u'quas': {   7: u'DICngDCUmotNKpFAZJkf',
#                      8: [   u'lmendoza@petersen.gov.ba',
#                             u'BSOTAmMIBAQejHPFbvWm',
#                             5998],
#                      9: {   7: Decimal('-7.10291697085E+13'),
#                             8: u'iXQrYJprWdXPlBBHOZFB',
#                             9: [   u'KZGemVRgAfoIbovmViyY',
#                                    datetime.datetime(1986, 2, 12, 22, 26, 9)]}},
#         u'quibusdam': {   2: u'aKeTKJYLnUqUjpcUGsXc',
#                           3: [   -123643227404.2,
#                                  Decimal('-3.89761837172E+13'),
#                                  3766],
#                           4: {   2: u'https://www.barnes.net.ba/list/search.html',
#                                  3: u'DPMrHmbDtdadHjpMuBPW',
#                                  4: [   u'http://www.davis-cox.org.ba/terms.html',
#                                         u'iZmddVCcSSvqdTDsLUgp']}},
#         u'saepe': {   5: u'TfyRYEaCyKphfuJmiIcB',
#                       6: [   4991,
#                              u'http://woodard-lane.org.ba/register/',
#                              Decimal('-756625079.3')],
#                       7: {   5: 4333.0,
#                              6: datetime.datetime(1984, 6, 2, 14, 56, 31),
#                              7: [   datetime.datetime(1981, 2, 24, 17, 9, 45),
#                                     u'WtkybjAJcbWCjYGOwpnS']}},
#         u'sunt': {   1: -913133905.4,
#                      2: [   u'NoiBayWcamMibqvikFVS',
#                             Decimal('-5931.95670182'),
#                             u'mvcyDccVGfJbOYLVUdIO'],
#                      3: {   1: -815049876347.0,
#                             2: u'ramirezmichael@maldonado.ba',
#                             3: [   u'FdRFOsNjBpLtthaqbZnu',
#                                    u'SFaiBMQhymHqySNEKvTz']}}})

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

fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('7.65798936814E+12')

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('1.32234433475E+14'),
#     -63.32926699509,
#     8855,
#     u'https://maddox-mendez.unsa.ba/',
#     u'morgannicole@hunter.org.ba',
#     Decimal('921758955.0'),
#     datetime.datetime(1974, 10, 2, 5, 46, 23),
#     u'sICWKzxPIkNLBvpyNNtF',
#     3.96,
#     317,
#     u'jvHhMaPVbHHJRLQFlNbC']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   9382,
#     -22553649.89,
#     u'kGRMyHcKuvoNiCKhEtRY',
#     u'yinHHTlejNDtiYwDFXtH',
#     Decimal('-9.6677'),
#     u'wrHlcHjYPSKScMxTgaFZ',
#     u'QmBllxgZwLMVKniweVJr',
#     u'https://davis.net.ba/wp-content/blog/privacy/',
#     datetime.datetime(2002, 6, 22, 14, 14, 58))

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'VkaZDdnHpFsUrAbMcOBa', 3938, u'randysaunders@brooks.unsa.ba', u'http://www.valdez.gov.ba/faq.php', u'eroajZLFozlYaSIsWLCd', Decimal('6708440.99074'), u'sVPijJElsHWxjKkVEWpX', u'VseuPEklbHlTBGwAUPfi'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'deleniti': Decimal('689858647709'),
#     u'deserunt': 8825,
#     u'illo': u'EMomVHBEAIEMDWYnrFJX',
#     u'porro': 9201,
#     u'sed': u'shawnkennedy@tel.net.ba',
#     u'vitae': u'TIVSUOAlzUMJlUAnwhEN'}

fake.pyint()
# 5714

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'011-27-9733'

fake.ein()
# u'14-0544833'

fake.itin()
# u'940-99-6247'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_8; rv:1.9.6.20) Gecko/2010-08-17 23:05:53 Firefox/3.6.15'

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

fake.opera()
# u'Opera/8.96.(Windows NT 5.0; mt-MT) Presto/2.9.182 Version/10.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; sd-PK) AppleWebKit/534.4.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B119 Safari/6534.4.5'

fake.linux_processor()
# u'x86_64'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Windows NT 4.0) AppleWebKit/5321 (KHTML, like Gecko) Chrome/28.0.887.0 Safari/5321'

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

fake.safari()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5 rv:3.0; nb-NO) AppleWebKit/533.41.7 (KHTML, like Gecko) Version/5.0 Safari/533.41.7'