Language pl_PL

faker.providers.address

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

fake.street_name()
# u'Armii Krajowej'

fake.address()
# u'plac Cisowa 86\n93-033 Siemianowice \u015al\u0105skie'

fake.street_address()
# u'al. Ma\u0142a 692'

fake.postcode()
# u'17-209'

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

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

fake.country()
# u'Libya'

fake.street_prefix()
# u'aleja'

fake.street_suffix()
# u'Street'

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

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'21'

fake.region()
# u'\u0141\xf3dzkie'

fake.city()
# u'Chojnice'

fake.street_prefix_short()
# u'pl.'

faker.providers.automotive

fake.license_plate()
# u'IEL 923'

faker.providers.bank

fake.bban()
# 'PYDQ0791140815346'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB35HEKO6960354059681'

faker.providers.barcode

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

fake.ean13()
# u'0583920262845'

fake.ean8()
# u'34164891'

faker.providers.color

fake.rgb_css_color()
# u'rgb(224,166,187)'

fake.color_name()
# u'DarkGoldenRod'

fake.rgb_color()
# u'213,74,200'

fake.safe_hex_color()
# u'#886600'

fake.safe_color_name()
# u'blue'

fake.hex_color()
# u'#ee2aca'

faker.providers.company

fake.local_regon()
# '87538689057540'

fake.company()
# u'Komperda-Karol'

fake.company_suffix()
# u'Inc'

fake.catch_phrase()
# u'Compatible interactive access'

fake.company_vat()
# '7626823404'

fake.bs()
# u'deploy clicks-and-mortar architectures'

fake.regon()
# '710678540'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'Mastercard\nTobiasz Szkopek\n5502598652826061 06/19\nCVV: 568\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'BURST'

fake.currency_code()
# 'NPR'

fake.currency_name()
# 'Tajikistani somoni'

fake.cryptocurrency_name()
# 'PotCoin'

fake.cryptocurrency()
# ('BC', 'BlackCoin')

fake.currency()
# ('ZMW', 'Zambian kwacha')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 22, 20, 4, 51)

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

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(2009, 8, 4, 12, 38, 24)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2012, 8, 12)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 3, 22, 52, 10)

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

fake.day_of_week()
# u'wtorek'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 8, 1, 10, 13, 10)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2002, 3, 21)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2000, 9, 2, 11, 55, 21)

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

fake.am_pm()
# 'PM'

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

fake.date_object(end_datetime=None)
# datetime.date(2008, 4, 9)

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

fake.iso8601(tzinfo=None, end_datetime=None)
# '1987-07-25T22:09:18'

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

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2005, 4, 7)

fake.month()
# '07'

fake.year()
# '2004'

fake.day_of_month()
# '19'

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

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

fake.century()
# u'XVI'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(2010, 11, 4)

fake.time_object(end_datetime=None)
# datetime.time(0, 34, 5)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 3, 8, 14, 11)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1986, 5, 21, 19, 49, 58)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '20:10:07'

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

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 7, 31, 19, 18, 45)

fake.month_name()
# u'sierpie\u0144'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(1312, 8, 15, 3, 24, 22)

fake.time_delta(end_datetime=None)
# datetime.timedelta(5453, 35259)

faker.providers.file

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

fake.mime_type(category=None)
# u'model/mesh'

fake.file_path(depth=1, category=None, extension=None)
# u'/ut/commodi.mov'

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

fake.file_name(category=None, extension=None)
# u'quod.xlsx'

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'malwina62@hotmail.com'

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

fake.tld()
# u'pl'

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

fake.url(schemes=None)
# u'http://blaszyk-chochol.pl/'

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

fake.user_name(*args, **kwargs)
# u'anna-mariakorzonek'

fake.uri_extension()
# u'.htm'

fake.uri_page()
# u'author'

fake.free_email_domain(*args, **kwargs)
# u'o2.pl'

fake.safe_email(*args, **kwargs)
# u'idakosiak@example.com'

fake.ascii_email(*args, **kwargs)
# 'julian94@godzisz.pl'

fake.ipv4_network_class()
# u'b'

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

fake.ascii_company_email(*args, **kwargs)
# 'karol98@mordal-damps.pl'

fake.domain_name(*args, **kwargs)
# u'skotarczak.pl'

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

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

fake.slug(*args, **kwargs)
# u'a-cumque-quasi-quas'

fake.uri_path(deep=None)
# u'categories/posts/tags'

fake.company_email(*args, **kwargs)
# u'cciecko@lipowicz.pl'

fake.uri()
# u'https://www.prasek-misiurek.pl/list/list/tags/register.html'

fake.ipv6(network=False)
# '9ede:cbce:b77:4f61:e0ad:bc9:933f:b5eb'

fake.free_email(*args, **kwargs)
# u'nataniel29@interia.pl'

fake.ascii_safe_email(*args, **kwargs)
# 'plocienniczakszymon@example.org'

fake.mac_address()
# u'fb:92:35:88:f5:b2'

faker.providers.isbn

fake.isbn10(separator="-")
# u'1-4223-6974-9'

fake.isbn13(separator="-")
# u'978-1-08-609881-5'

faker.providers.job

fake.job()
# u'Artysta-rezydent'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Quod optio ipsam minus a omnis repellat. Nostrum exercitationem accusantium illo aperiam id. Vitae ipsa magni at quisquam eius placeat labore.\nSoluta placeat nulla aliquid recusandae.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Velit totam possimus possimus earum amet. Optio cum id quasi eaque quam vel.',
#     u'Officia quis neque. A officia asperiores aliquid repellat harum.',
#     u'Quam doloremque accusamus occaecati excepturi assumenda rerum. Voluptate nisi nostrum dolor placeat corporis.']

fake.words(nb=3, ext_word_list=None)
# [u'rem', u'odit', u'cupiditate']

fake.sentences(nb=3, ext_word_list=None)
# [   u'Occaecati soluta aliquid aspernatur tenetur eius deserunt.',
#     u'Cumque vel dolorum beatae debitis necessitatibus maxime.',
#     u'Deserunt reprehenderit earum earum eum labore praesentium.']

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

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Fugit tempore totam incidunt ipsam magni. Recusandae accusantium incidunt nam excepturi est.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Natus at vitae.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'@F1Jt@KpL$'

fake.locale()
# u'eu_FR'

fake.binary(length=1048576)
# bytearray(b'\xd0\x8aS=\xeb\x0fF\xeaC\x88\xde\xce\xb2Xq\x18\xb3R\x8a\xbc4\xf7\xbd\x95\xe7\x04q\xa9I\x94V\xbaPr\xef(\x1d2\xd5\xde\x02=\x87(c\x03v\xcb\x81\xc7\xf4#\xb6B\xc6\x08\xe2\xa1.\xa0&\xa1\x96*\x81Gq\x13\xc9:\xe5\x9f\xad\x16\x01\xc1\x87\xc2\x9b\x16lDb\x19\xb1\x83\x02-\xb3\xdex\xd1T\xff\xfc\x0f\x0f\xf7\x0b|\xd4_\xc1\xc3\xd9F\xe8\xe0S\xe7` 81 \xa5\x7f\xcb?\x8eS.\xeb\xb5\r\x82\n\xf8\t3My\xa5\x9a}\xa9\xca\r\xde\xd2\x16\x9e\x9br\xec\r\x87H\xe2\xe5_e\x9d\xdbi\xb48\xd4\xbfI\xad\xd5J\xbb\x81\xa3\x97\xca\xeb(\xc5\xf6\x17`\xb5:\xe95\xb6.#\xd0\x17i\r{2i\xf4\x1c\xd0\x0be\x1ae\xb8\x9aq\xd4\x8c|8\xe6\xc8\xba\x8fY\x11\xb6\xb8\xdc\x159Z\xfb\x08\xdf\xbb\x88D\xec\xe8y\xdfw\xb4\xb2v\xfc\xf6[\xc8\xa4\xe4\xb0/\xde\x99\x00\xa9\xbe\x1b_%\x10\xbb\x9e\x8b\xde\x964;\x05\xbdH\x07w\xa8\xe3\x8c\xec\x90\xbd\'\xbfk\xbd0\xf9\x1ed\x13\x97\\\xd0\xa4\xfdq\x87\x14:\xfa\x0cc\x98q@* \nS\xcf\x93\x0f>\xc7\x19\xf2\x12\xb9\x1fu}\x9a\x83)\xad\xe6\xa6\xa3\xbb\xc7\xc1\x8f\xe3\xb4F\x81\xa3JN\x89x[\x87t\x93\x8a\x9d\xef\x17\xb7\xbc\xb45\x83\xe0\xf7\xa7\rm\x86\xed\x1d\x86mT\x8c\xc9\\\x8c\xc66J\xa0\x94g\xc9b\\\xd0\xdcC\x8b\x1fr\x93/\xad\x87\xea\x0fsJ\xe3d\x83~!e<\xe9\x0e\xcc\xd7\x84\xa7".\xe0\x13\x05"\xaa;/\x06\xc4\x9dx\x98:\n\nAM\n\x99\x0f(\xd1\xaa\xb1\x81o\t\xde\x16\xcb\x19\xd2\xf2\xf6\x0b\xa4\x13\xd2[\xff}\xe0\x9dp\x9a\x8cP\xb2\xd2\xaaMP\xd0\xce+1\xe4\xbf\x17\t\x10\xf4\x02%\x94\xe5fM\xcc2g:\x80\x02\xaf\r\xa6\xb2RxU\x1fds\x96Z\xf9\xa6\xe9d\xffJ\xbb\xe9\xdfz\xc3\xc7\xb5-y\xedzO\x90\x82Bj=gs\xc1\xe7+\x9f\xc0I\x00\xad\xa6\xff\xb8\x96\xb0\xda\xd4\xbdV\x11\xf7+\x1c\x8aXY\x96\x08\xe6od\xd6\xc6Pv\x18\x94=\x1b\x93\x8e\xa5E\xa6/,^\t\x06\xbcp\xb1q\xc1\xd3B\xaa\x8f\xd5\xcc\xa0\xeb\xbf\x04>\xa4\x02\xe8\x89\xd4Mx\xe6\x07Pb65\xdc\xd2\xf2T\xf1q#\xdb+\r\xff\xca\xe3\x9b<n\'5\x89\xdc\xaa?\xf1x4K\x9e\x9c\xc9\xbb\xe2G\xc1G\x93)9\xe9\x03\xf2o\xba\xcf\x81\xb4\xa48TA\xa9\xbc`\x853hT\xe8_\x10\x80\x8b\xdd(Za_\x87\x06\xa3\xd1\xa8\xd4\xb8\xfb\x1c\xb16\x08h\x96Q!\xbd\xebU{p\x15]]\xb7,\x15\x85\xd1\x1e\xe5\x03\xd4:\xb2\xea\x93\xa1\x16\xa6+\n\x97\xa7>)\xf4\xe7\x15I\xcb@AK\x10\x00g\x82\xc9c \x11\xcd\xdf\xd4\n\xa2\x98\xa1@\x19Qvm\x8eo\xc1\x86\xdf<54r)\xdeG\xf8\x07\xf7k\x15\xae\xa8&\xa8QKR|b\xd2ef4\xbdV%\xeb\xa1s\xc5\xaaN\xbb\xd6(\x16M\xbf\x11E\xfd$\x87A\xe5m\x1c\xa6\xb1\xab\xcf>.\xd7X\xa9\xf0\x0e\xb8J\xd5v\x1a}\x0e\x005\xa2pP\xf7\xb8\xed\xf8!@\xfd\xd7{\x8a~{\xa146c\xb6`\'W\xf40\xb7o\xe9\xd7&\xbc\x19\xd0\xd7E\xaf#\xf5\x96m*\xe0 \xc7\x1aL\x03\xbb8\xfe\xfek\x83\x12l\x1e&.DYg\x8cJ\xea\xa1F\xf0n"\xd1\x8d\x1aW\x0e\x15\xd7\xcc\xe7\xbc\x90R\xa4A\xa5\x15|]"\xa4\xe6\xf0\x90o\xe6\xc4\x07\xe7G\xbc\xd6\xc0\xb3\x13\x0f\xe5@\x9a3\x19\xce\xc8\xd6\rm\x131\xcc2b\xc5\xfa\xd6d\xd49\x14yC\xa7j\x15\x14\x12n\xf1Q\xfe\xdd\xdd\x19z\xb9\xb1\xcb\xcbs\x02c\x95?\xcf\x97|\x06\xab\xa8\xe0\xba"\x13\x92\xedS\xe67\x17Xv\xa1\xf86\xa8Nz\xbaI\x8e\xaet\x88\xb7\x98\xf3Lx\xce\xc4\xb84\xf6M(k\x04\\\xff$\xb1\xafMA1\x90:\xac2U_\xc7\xf6D\xd7\x12\xa9\x90\x17Hb\xce\xb3\xc9 \xa6\x1e\x92X;@\xa1\xcc\xea#\x12#')

fake.md5(raw_output=False)
# '47bc211d7b4aea26649ddec99b8b7633'

fake.sha1(raw_output=False)
# '79ee791f79467ce976cce661734a9471716e6ea9'

fake.null_boolean()
# False

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

fake.uuid4()
# 'a1e8209e-eaf8-b92c-a256-cf374f09bf1b'

fake.language_code()
# u'mg'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Ludwisiak'

fake.name_female()
# u'pani Melania Ma\u0142ys'

fake.prefix_male()
# u'pan'

fake.prefix()
# u'pani'

fake.identity_card_number()
# u'KTP265241'

fake.suffix_female()
# u''

fake.name_male()
# u'Fabian Ha\u0142at'

fake.name()
# u'Tola W\xf3js'

fake.first_name()
# u'Fryderyk'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'\u0141ukasz'

fake.first_name_female()
# u'Malwina'

fake.last_name_female()
# u'Komander'

fake.last_name()
# u'Geisler'

fake.prefix_female()
# u'pani'

faker.providers.phone_number

fake.phone_number()
# u'501 282 944'

fake.msisdn()
# '8101734673640'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'al. Radosna 114\n52-843 \u015arem',
#     'birthdate': datetime.date(1984, 9, 15),
#     'mail': u'kruszkadaniel@yahoo.com',
#     'name': u'Kornelia Bartman',
#     'sex': 'M',
#     'username': u'lukaszwendt'}

fake.profile(fields=None, sex=None)
# {   'address': u'pl. Agrestowa 318\n37-636 K\u0142odzko',
#     'birthdate': datetime.date(1907, 12, 19),
#     'blood_group': '0+',
#     'company': u'Dawidczyk, Matura and Zyga',
#     'current_location': (Decimal('-21.8992075'), Decimal('-104.590230')),
#     'job': u'Po\u015brednik ubezpieczeniowy',
#     'mail': u'marikakawulok@yahoo.com',
#     'name': u'Natasza Fiedoruk',
#     'residence': u'pl. Zak\u0105tek 22/97\n14-086 Sochaczew',
#     'sex': 'F',
#     'ssn': u'84110686860',
#     'username': u'fryczkazimierz',
#     'website': [   u'http://www.wawrzynek.com/',
#                    u'https://jazdzyk-graban.org/',
#                    u'http://lampa.pl/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([41143756818.0, 424, u'AxFFFhnCyeoYUBFjFDuE', u'mroter@hotmail.com', u'BfRafUCtomNrUiINyBVZ', Decimal('81.0'), 1106, 1008.8733924, 3223, 2680, 2137, u'SCwDZhzIGdBsgZPNNsmb', u'https://henke-mikosz.net/homepage.html'])

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

fake.pystruct(count=10, *value_types)
# (   [   u'uYpoFjYVFZjSVoXNRDAf',
#         Decimal('43894627.5'),
#         -64735599901.826,
#         u'qKMAdFVAmzKLcDcTusLK',
#         -8482325705.0,
#         165,
#         u'http://www.namysl.net/homepage.php',
#         Decimal('-56637.19'),
#         u'WbXZsRjOqesGrDizZygl',
#         u'DFVtjvfTLKxtIPErqHsN'],
#     {   u'ducimus': u'usiwka@o2.pl',
#         u'harum': 8987,
#         u'maxime': u'QSxNnOIuWFNUmMqIINVi',
#         u'necessitatibus': u'HQCYumrFWryHlSBtqUoo',
#         u'occaecati': u'abYutglODofMsniLrOQa',
#         u'odio': 2124,
#         u'quaerat': u'SHWDRCZiqJQlRsuAxANi',
#         u'unde': u'http://prawdzik.net/author/',
#         u'vel': 8895},
#     {   u'a': {   3: u'OePYEOtaFcWFKqkbysQx',
#                   4: [   u'JZpkaEFUVNtUuuPvWStX',
#                          8805,
#                          u'xMfyGvFnncOjChORQXbJ'],
#                   5: {   3: 6130,
#                          4: 9643,
#                          5: [u'fdomurad@o2.pl', -7918.9391955]}},
#         u'aperiam': {   6: datetime.datetime(2009, 9, 3, 20, 15, 14),
#                         7: [   u'slupina@yahoo.com',
#                                u'zqCsxEaBreDlGzrhSVfk',
#                                Decimal('0.52891')],
#                         8: {   6: u'vHNERDzXUVMkmLBLlGMw',
#                                7: u'bGsUFQNgMMFMAVvKiIiB',
#                                8: [   Decimal('-185414.427351'),
#                                       u'JalAtSWiUMzoHIfTWmKd']}},
#         u'deserunt': {   0: datetime.datetime(1987, 10, 12, 13, 19, 56),
#                          1: [   Decimal('74460283068.6'),
#                                 u'sSPPnmIDAoMUcDsHoLCU',
#                                 u'https://switaj.com/tag/homepage/'],
#                          2: {   0: u'TSysOGeWhxSrwSoRazkT',
#                                 1: u'ZRdlrQFupVGvTrUKrfkG',
#                                 2: [5369, u'https://hamera-komuda.com/']}},
#         u'eos': {   7: Decimal('9866734.72'),
#                     8: [   u'filipsarota@cuch.com',
#                            896,
#                            u'XfEfsUWrMUOvyldrPFoJ'],
#                     9: {   7: u'marika77@bittner-matyjas.com',
#                            8: Decimal('7.1940298257E+13'),
#                            9: [-146846590.6, u'bVoTQrfpAoPDRaobjSvP']}},
#         u'ipsa': {   2: u'http://naglik-lukasz.com/search/',
#                      3: [   datetime.datetime(1985, 10, 25, 10, 58, 37),
#                             u'DiTMUgDfGgznJYbgEZwq',
#                             u'qiJHHnJWmDNWIiqdTtYD'],
#                      4: {   2: u'ignacybohdanowicz@pachowicz-krzysko.com',
#                             3: -1.1933709,
#                             4: [97196051.0, u'nkXgvlTLgkOhZZaTzrzf']}},
#         u'nulla': {   9: u'tczerniakiewicz@waloszczyk.com',
#                       10: [   u'LeNVArbGkojxyCCzrSKu',
#                               u'lukaszkrzysztoszek@onet.pl',
#                               u'azbroszczyk@o2.pl'],
#                       11: {   9: u'caCvIMbgJGPMuqKlxiio',
#                               10: u'vWFsTIWzeQBsckvUaOwe',
#                               11: [   u'GiPsGTcLDcHVgETyJBYQ',
#                                       u'dznqlodrqfOsyjRqSuVe']}},
#         u'provident': {   8: u'MnAGwhXkEAEenscdbCOr',
#                           9: [   u'quonUQDBDGDztdObDJxH',
#                                  datetime.datetime(2012, 5, 26, 3, 21, 50),
#                                  u'CSSXebRFVYNlXmOflbli'],
#                           10: {   8: u'tDVWfNyWOrhhoTYLBcvF',
#                                   9: datetime.datetime(2005, 10, 16, 10, 16, 48),
#                                   10: [   Decimal('-887493487568'),
#                                           u'smNDDXlNwMwuQcvpEqWb']}},
#         u'ratione': {   5: u'yWlXubDdDlZHbcxucDYJ',
#                         6: [   41116321.13994,
#                                u'esklorz@walasik-rorat.org',
#                                u'BSmWHECaapmRsDYlJHPM'],
#                         7: {   5: 912,
#                                6: 918,
#                                7: [   u'owBnftvpmrDqaykSaDFR',
#                                       u'elzbietalampart@hotmail.com']}},
#         u'suscipit': {   1: u'fryderyk72@hotmail.com',
#                          2: [   7198,
#                                 datetime.datetime(2002, 12, 21, 23, 57, 14),
#                                 datetime.datetime(2016, 8, 31, 23, 57, 27)],
#                          3: {   1: u'sDqpHLpTWPtukonhlupB',
#                                 2: u'ignacy00@interia.pl',
#                                 3: [   u'konradzubel@nojman-kustosz.pl',
#                                        112718358600.8]}},
#         u'tenetur': {   4: u'kBXCaGzHZxEKqlOltGgY',
#                         5: [   557.5552,
#                                u'https://zimniak.net/category.html',
#                                u'bjFbccNcQKOemclgTvzr'],
#                         6: {   4: u'RDeyVEXrXUtwazNgUgCj',
#                                5: datetime.datetime(1975, 10, 11, 19, 12, 8),
#                                6: [   u'QfaNHWWgfYweWQFlXFse',
#                                       u'oslowiak@tondera-jurczuk.pl']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   Decimal('-9833224.4'),
#     u'fitamaurycy@gmail.com',
#     Decimal('985520535.409'),
#     u'https://www.matulka-powala.pl/',
#     u'yIrjfxLkTXvAzjUBcdmV',
#     u'http://www.zmyslony.com/main/list/author/',
#     u'YhkOUQmsAAaNOPzmUQxp',
#     u'https://czermak.pl/',
#     datetime.datetime(1998, 4, 15, 0, 24, 57),
#     u'BmPbxJzaFOtzJBikYBSx',
#     u'YvGDVbrOdmpBdatrUrCa',
#     7346]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   7137.0,
#     3108,
#     u'http://glowienka-jaszczyszyn.net/categories/wp-content/explore/register.asp',
#     7081,
#     datetime.datetime(2003, 8, 4, 11, 39),
#     -13500139533788.5,
#     u'irzykdamian@yahoo.com',
#     u'https://slonka-szachniewicz.com/author/')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'marcinsochaj@kosciesza-fularczyk.org', u'http://www.szlapka.pl/explore/faq/', u'wyWJcHLadyYRrxFWWpsy', 1681, u'http://www.andrejczuk.pl/category/', -991.82474, datetime.datetime(2009, 3, 26, 14, 27, 35)])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'aliquam': 349422171206.9,
#     u'animi': u'vIYitmMLMPtkDjrygbSB',
#     u'architecto': u'kRcSCEjkExZhVPyYugJQ',
#     u'blanditiis': 177,
#     u'consectetur': u'lMklEAFwJVNceNNTcWMd',
#     u'enim': datetime.datetime(2006, 12, 28, 6, 32, 35),
#     u'expedita': datetime.datetime(2003, 12, 8, 9, 7, 43),
#     u'modi': 5826,
#     u'sint': u'RAuxiiZBVhNbgqvjPaAx',
#     u'tempore': u'tMIXsrpFOVbAmZrQKMUK',
#     u'temporibus': Decimal('-29363.3398098'),
#     u'tenetur': u'https://www.chwalisz-knysak.pl/register.php'}

fake.pyint()
# 6625

faker.providers.ssn

fake.ssn()
# u'05262831797'

faker.providers.user_agent

fake.mac_processor()
# u'PPC'

fake.firefox()
# u'Mozilla/5.0 (Windows NT 4.0; bn-BD; rv:1.9.1.20) Gecko/2014-02-06 12:21:01 Firefox/3.6.7'

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

fake.opera()
# u'Opera/9.71.(Windows NT 6.1; tt-RU) Presto/2.9.189 Version/11.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_6) AppleWebKit/5310 (KHTML, like Gecko) Chrome/43.0.803.0 Safari/5310'

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_3) AppleWebKit/5350 (KHTML, like Gecko) Chrome/32.0.831.0 Safari/5350'

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

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/533.9.4 (KHTML, like Gecko) Version/4.1 Safari/533.9.4'