
Language en_GB
===============

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

::

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

	fake.street_name()
	# u'Sophie burg'

	fake.address()
	# u'Flat 20d\nClarke rest\nJodiechester\nG34 6BH'

	fake.street_address()
	# u'2 Tracy run'

	fake.postcode()
	# u'YO86 2WU'

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

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

	fake.country()
	# u'Austria'

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

	fake.secondary_address()
	# u'Flat 55W'

	fake.street_suffix()
	# u'wall'

	fake.city_prefix()
	# u'Lake'

	fake.city_suffix()
	# u'mouth'

	fake.building_number()
	# u'282'

	fake.city()
	# u'Georginatown'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'XY61SKU'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'SKRH2374526882105'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB62CBBZ2376001828749'

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

::

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

	fake.ean13()
	# u'6180336044344'

	fake.ean8()
	# u'78845916'

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

::

	fake.rgb_css_color()
	# u'rgb(82,237,61)'

	fake.color_name()
	# u'MediumBlue'

	fake.rgb_color()
	# u'66,168,7'

	fake.safe_hex_color()
	# u'#550000'

	fake.safe_color_name()
	# u'olive'

	fake.hex_color()
	# u'#15e926'

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

::

	fake.company()
	# u'Cooper Ltd'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Ameliorated methodical superstructure'

	fake.bs()
	# u'aggregate impactful users'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 13 digit\nDebra Williams\n4530362457907 01/21\nCVC: 626\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'XRP'

	fake.currency_code()
	# 'NIO'

	fake.currency_name()
	# 'Russian ruble'

	fake.cryptocurrency_name()
	# 'Namecoin'

	fake.cryptocurrency()
	# ('LTC', 'Litecoin')

	fake.currency()
	# ('AFN', 'Afghan afghani')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 7, 8, 51, 45)

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

	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(2014, 6, 12, 15, 50, 47)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 4, 10)

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

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

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 9, 16, 7, 7, 59)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2008, 5, 9)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2005, 6, 22, 2, 11, 31)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1990, 11, 8)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 2, 16)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1988-03-13T18:32:14'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2000, 5, 6)

	fake.month()
	# '02'

	fake.year()
	# '1989'

	fake.day_of_month()
	# '04'

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

	fake.timezone()
	# u'Africa/Porto-Novo'

	fake.century()
	# u'XII'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1919, 5, 2)

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 6, 8, 15, 21, 45)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1973, 5, 17, 8, 48, 7)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '22:00:28'

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

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

	fake.month_name()
	# 'May'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1952, 2, 20, 18, 18, 34)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(8046, 38807)

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

::

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

	fake.mime_type(category=None)
	# u'audio/vorbis'

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

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

	fake.file_name(category=None, extension=None)
	# u'excepturi.jpg'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'amy34@yahoo.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'ashleyjones@gmail.com'

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

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'login'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'hwood@hotmail.com'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'phillip93@lee.com'

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

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

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

	fake.slug(*args, **kwargs)
	# u'inventore-aliquam'

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

	fake.company_email(*args, **kwargs)
	# u'rmyers@crawford-smith.com'

	fake.uri()
	# u'http://smith-ahmed.com/category/explore/categories/search.asp'

	fake.ipv6(network=False)
	# '713c:422f:908a:75f9:e021:fd83:2281:7379'

	fake.free_email(*args, **kwargs)
	# u'leighfuller@gmail.com'

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

	fake.mac_address()
	# u'25:09:3a:d1:76:b8'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'0-226-55610-7'

	fake.isbn13(separator="-")
	# u'978-0-8178-5664-9'

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

::

	fake.job()
	# 'Clinical cytogeneticist'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Totam ipsa quam praesentium. Reiciendis atque adipisci reiciendis ad assumenda molestiae dolores.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Eaque placeat minima inventore sapiente. Dolor eos facilis impedit repellendus vitae.',
	#     u'Aliquam corporis excepturi cumque alias. Reprehenderit molestiae odio omnis occaecati.',
	#     u'Dolorum quis fuga quidem fuga. Dolore delectus consequuntur exercitationem at. Beatae amet molestias voluptatum reiciendis numquam.']

	fake.words(nb=3, ext_word_list=None)
	# [u'sequi', u'sit', u'culpa']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Similique nesciunt ipsam voluptas reiciendis commodi amet.',
	#     u'Suscipit ex placeat minus ipsam amet.',
	#     u'Incidunt ipsa deleniti temporibus exercitationem illo.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Recusandae ab reprehenderit veritatis itaque. Deserunt eveniet voluptatibus impedit aliquam magni. Facere fugit ad placeat harum totam.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Nisi voluptatibus deleniti iure nemo ipsam doloribus architecto.'

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

::

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

	fake.locale()
	# u'gu_IN'

	fake.binary(length=1048576)
	# bytearray(b'\x19T8T\xc8\xe1U\xf9m\x82\xa4 \xa1\'ZQ\xdd\xb9\x80\xde\x05u\xbe\xff\xd1\xfe`Q\x917\xd2(\rp9\xf4e!4yZ\xe1\xf2E\x94\xa8\xb1\xed- \xf5D\x1d\x83\x96\xf7\xd3-\x01\xfd^G\xa0\xf5\xb9\xd3A\xab\x81\xe4eF\x08Set\x85X<2\xdd\x8c\x81\xfb\xdb6\x11\xa8e\x1b\x90\x80\xd3n\x92\xae\x9e\xee\xef\x99\\6\x1eM\xaf_K\xff\xdb,\xf1P\xba\xfd\xe7\xe8\x96\x01G\x0b\xe8\x90\x17\xa0\xe1\x05|LCP\xca>\x8e\x16\x03\x08\xdc\x86\x13N\\E\x88L\xe3)\x10\x10\x07\xf6-w\xb1\x0c\'\xbc\x03V\x01u\x07\x84\x9d\xf9R{\xf86O\xf0\x84]\x8d\x97\xbe\xa0\x9bS\xd6\xb7\x9f\x8b\x1f\x8e \xac\x05\xc5Cy\x98\x06\xd20f\x98\xcaS\x9b\xe3)9%\xaa\xd1\xac\xff\xa6\x01\xa0\xa5\xc0t\r\xb2\xe6\x96\x8fp\xdbP\x8e\\\xc1\x1d\xb4Y\x88\xf5\xa1N\x9b\xbe\x92.\xbb\xccv\x1b%\xf6\xca\x8a\x00\xb1\xbb\x8c\xd3\x1d\xb5]I\x11\xb1\xdd\xbb\xfd\x96\xad\x84\xe4\x12\x8ca\xa1\\\xf6\xc1\xcb\xd4K\xc4\xd4\x88g\xbcH\xa5\xe1\x97HJ\xe9\x12`\x83\xb8q$\xe6\xae\x9a\xac\xdc\x96?J\x1d\xc9\xcb\xc7\xa3\xff\x9a\x8b\xc6qu\xdc\xfe\xca\xca\xd8b\xd1\x0eIT=4?\x88\xd5\x1d{\xe3\xcb\xa8\x1a\x08\x7fN9!\xce\xa7\xe7\xd1\x8c\x88\xd1\xb7\xd1\xe0\x11\x16q\x13\x1bI\xdb\xb8K\xc7_\x08DMfm\xe4\xa5\t\xb5c\xd5\xaf,l"\x9a\x13"\xe0\x83Y\xf7E\x05\xebV9~\xd7\xf7\xf8\x99\xb5\x05GN\xca\xc6\xe6\x08^JJ\xdaL\xb0*;\xa2\x00\xfe9d\xcb\xd5\x94\xa7\xad)G\xbeU\xc7\'\x191EC\xaf\x9f\xf3Z\x99\xeb\x8cY\x1eH\xbf\xe2\xaa\x13[\xc2R\xe2\x96B\xf3\xd3;J\x904]\x91D)\x82\xc9\\\x0e\xcc\xf3\xcev\x83\x92\x0e\xee\nZ\x89\xb4sr\x0f\x81\xc2\xc0\x1fU\xf8\xba\xde\x0f\xc2u\xb9RI\x0f\x0c/\xbc\xf7\xcb\xff\xc7\xcf\x84Q\\\xfd\xc3\xcd\x0c\x01a\x19R\x86CS\x90\xcb\x9b\x8cJ\x85\xf5tY\xc9\\\xf3w.\x83\xe0o\xf0\xe6Va$\xf9\x17\xd1\xd5\x16\x00a{\xc78\xa59\xf1}\x1b\x03L\x98\xc9\xdcR\x9c\x91\x93\xf9\xb4\x03n\xd0\xfa*\xbevkMn\x13]\x97\xf2F%\x0e\x03j\xfcU\xfa\x9a\xdb\xeet\xc2\x9e\x11\xb0|\xe0\xa73\xf75\xa1\xa8:\xad\x99\xb5\x9b\x17\x17S\xe7\\\xb4).B\x1b.\x15H\xdck\xc6=\x90\xee\x9a\x9c a\xc3\x9d\xa0\xb1F\xf5o\x86\x88\xc7\x12o\xc1\xfa\xe8\xcc\x14\xca\x9a\x10?\x97\n\xe5\xd2|\xb9\xd9\x07\x01\xf9\x19\xc6\x0b\x05\xfc\xb6\x1a\xb7+>\xf4\xe6n\xae\x86\xaa\xaf\xdb\xc1\x01\x05c`\x19x*,\xf1C\xa6\x05\xc9vW\xc5\xda\xbdx\x8dk\xec\xbb\x8f\x8cR\xfc\x0cE\xe1\xb9\x90\xea\x0c\x03\xb2^\x03i\x8d3\x1a\xe6\xa1\xd9_\xd3\xdd\xad\x01\x95\xbd\xf14J\xa5\xd0\x06z\x1d\x93\xed.>\x15_aN\xa5>\xfan\x11"\xfd\xb6Y\xa7>\xc1\x00\x0b;\xe3i\xbc\x9e\xf3\xed!\x80\x18\xdaE\xff\xe2\xff\x96!\nq\xc9\xa8\x8e\x96\x1a\x13(\x1a\x15\xf0\'Y\'\x10\xbd\xcb\xf6\x05\x94l\xc8\xd6/\xf5\x82\xba\xec\xe8\xedjb\xcf\xac0\xdf\xdb;|\xbaT\x98\xad\xd9\x8c\xd0\x0b\x93\xf7*\x00\xc8?%?\x91yF\x00cu\x1d\xac\xb7)\xe1_T\x87\xf6\x01\x85\xe2\xc0\\b;Xk\x03 Y8\xf0\n\xbb\xdf\x88\xc4\xb18\'\x959\xb8n\xda\xb7\x04le,\xd1z\x18=*\xe9_\x8dZ\xb28\xa9\xcb\x10\xfb\xa4\xd1\xd5\x88`\xd0\xf3\xc6\x9aL\x136\x124\xabl\xcb\x0e?\xe8\x84o0M\t\xf0\xc9\xd2\xbbC\xc5w\xe5I8J\xe5\x93=\x87a\xc5\xa0\xf0\xfd\xc43w\x15\xf5,\x88\xb8\x94\xa5\xcf\xcfF#\x86\xed(w\x15R\x13\xe5\t\xc0\x14cl1\xe8\xaf\xc7O\x85\th\x0f\x12\xea\'\x16N\xcf\n\xd3\x1d\xfd\x99\xcd\xbd\x07\xbb\xbd\x86\x94E\xb8\xaa\xcbB\xf5Y\xe14Mr\x1e\xa0\xfc\xd3\xef\x0c\xa5\xa8\xde\x174\xf9/\x03\x03\xe3\xe5\x8b\xa4JH\x1c\x8e\xc5')

	fake.md5(raw_output=False)
	# '4a6d67fceba6fb83f3bc1d57e3372139'

	fake.sha1(raw_output=False)
	# '1b6ddf6a7583f5c4afceec3f20653d306543afae'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '430ea4f541d8c01a6007f41b70d5cc93e82f54c763c1fd1ee3c28ae4b3b06736'

	fake.uuid4()
	# '64c6a6bc-28dd-3510-d208-36f6ee4b4f2f'

	fake.language_code()
	# u'ml'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Craig'

	fake.name_female()
	# u'Anne Dobson'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Conor Gregory'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Vincent Rogers-Chan'

	fake.first_name()
	# u'Gavin'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Duncan'

	fake.first_name_female()
	# u'Shannon'

	fake.last_name_female()
	# u'Smith'

	fake.last_name()
	# u'Williams'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'(0121) 496 0653'

	fake.cellphone_number()
	# u'+44(0)7700900747'

	fake.msisdn()
	# '6098459999547'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'74 James track\nBenton\nOX9Y 3HA',
	#     'birthdate': datetime.date(1914, 1, 10),
	#     'mail': u'annette78@hotmail.com',
	#     'name': u'Mohammed Yates-Waters',
	#     'sex': 'F',
	#     'username': u'anne59'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'2 Reynolds vista\nWest Nicole\nIM6 6QY',
	#     'birthdate': datetime.date(1998, 4, 4),
	#     'blood_group': 'AB-',
	#     'company': u'Stevenson-Smith',
	#     'current_location': (Decimal('79.920487'), Decimal('172.552145')),
	#     'job': 'Editor, magazine features',
	#     'mail': u'fletcherjill@hotmail.com',
	#     'name': u'Judith Moore',
	#     'residence': u'079 Watson summit\nJonesbury\nSN37 6LZ',
	#     'sex': 'F',
	#     'ssn': u'ZZ 47 98 07 T',
	#     'username': u'westemma',
	#     'website': [   u'http://barnes.com/',
	#                    u'https://www.mccarthy-warren.com/',
	#                    u'https://bates.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'iqLQezUSsgEwBtorWOPV', u'zTFHutLzsLllmsLKigjN', datetime.datetime(1999, 9, 28, 13, 43, 23), u'judith37@sharp-barnett.com', 1594, Decimal('805963.583612'), u'LRwHOEMGaongbYRujnLJ'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   2453,
	#         6258,
	#         u'MRTxxrgfCiQWYVQuLywt',
	#         719,
	#         218490.0,
	#         u'dDNJiuyqVHOKqNSTQpMc',
	#         2379,
	#         8911,
	#         5839,
	#         u'vJqkhwEhSASicuGnSkCW'],
	#     {   u'commodi': u'ixFVFrpMYxwnyuewRXDy',
	#         u'esse': 1092,
	#         u'non': u'imGyZdeARkzwKsDbQXye',
	#         u'quasi': 5292,
	#         u'ratione': u'oliviarogers@smith.info',
	#         u'reiciendis': datetime.datetime(1978, 7, 17, 8, 40, 34),
	#         u'rem': u'abeBSCuCklXnORTFmKxF',
	#         u'soluta': u'mmartin@hotmail.com',
	#         u'tempore': 2661},
	#     {   u'aliquam': {   3: u'WuzPHaecJwjLoXHlyAaC',
	#                         4: [   Decimal('-8890.0'),
	#                                datetime.datetime(1992, 7, 4, 23, 25, 52),
	#                                1788],
	#                         5: {   3: 8356,
	#                                4: Decimal('-285229.77499'),
	#                                5: [   u'https://howell.com/category/search/category/post/',
	#                                       363]}},
	#         u'aliquid': {   9: 9462400592303.1,
	#                         10: [   u'sallymorgan@yahoo.com',
	#                                 u'derek56@taylor.info',
	#                                 9934],
	#                         11: {   9: u'http://bond-foster.com/privacy/',
	#                                 10: u'nLzpHRtCQLSDzQALZQkD',
	#                                 11: [   u'AefEQRzwNTQzEbrDitVW',
	#                                         u'OoYMwUnmWypjyIAeLByY']}},
	#         u'aut': {   6: 8971,
	#                     7: [u'http://www.gould.net/tags/faq/', 1658, 2539],
	#                     8: {   6: u'http://www.barnes-phillips.com/category/explore/about.jsp',
	#                            7: 7750,
	#                            8: [   u'VCOCDcFlikwRCuQPZXFe',
	#                                   u'OGDyVoZicMcGeZEFhxPT']}},
	#         u'consectetur': {   4: u'ianjenkins@smith.info',
	#                             5: [   datetime.datetime(1997, 1, 8, 21, 4, 25),
	#                                    u'FzEMCnALqJmGLLoCuglN',
	#                                    u'yvheccGIwKjSocYXaSJy'],
	#                             6: {   4: Decimal('-6.19'),
	#                                    5: u'https://hall.com/tags/categories/author/',
	#                                    6: [   datetime.datetime(1995, 9, 6, 1, 44, 18),
	#                                           u'nUiYLRWzZvIvoLeqCosj']}},
	#         u'excepturi': {   0: u'tBYepIIdDnJFSZTaiRbx',
	#                           1: [   u'DHdReweHZwomjxqnnqxQ',
	#                                  u'dominic93@connolly-rose.com',
	#                                  datetime.datetime(1988, 3, 26, 4, 4, 22)],
	#                           2: {   0: u'RSNlwRxqBGMkjhhCFGqo',
	#                                  1: Decimal('-709.1380272'),
	#                                  2: [   u'vCfUBLKwoauKxwZDZnRF',
	#                                         datetime.datetime(1985, 12, 15, 3, 23, 37)]}},
	#         u'expedita': {   7: 8910,
	#                          8: [   datetime.datetime(1972, 5, 28, 14, 27, 50),
	#                                 1593,
	#                                 u'conormiah@harris.com'],
	#                          9: {   7: u'http://www.stevens.net/app/post.html',
	#                                 8: 1386,
	#                                 9: [3497, 1135]}},
	#         u'id': {   5: u'kbbaCllZTxUWCzIkfDKm',
	#                    6: [   602,
	#                           u'http://www.roberts.com/list/categories/search/register/',
	#                           u'aSkECmhMpDQfKmIVJKWC'],
	#                    7: {   5: datetime.datetime(1992, 12, 16, 21, 43, 26),
	#                           6: u'mNPNvPENWpDAflGiRdZI',
	#                           7: [   u'http://www.wilson.com/post/',
	#                                  Decimal('-494232507302')]}},
	#         u'ipsum': {   2: u'sfEJKPHeYGQIZVLWojyC',
	#                       3: [u'sILjNNWPWpUhRBsRTCEd', 6057, 1598],
	#                       4: {   2: datetime.datetime(1997, 9, 29, 21, 16, 48),
	#                              3: 20.38682995,
	#                              4: [u'sqaSdjxusrGQvGUYpbwm', 5239]}},
	#         u'quam': {   1: u'gerard62@gmail.com',
	#                      2: [   Decimal('81060569.0'),
	#                             u'CKhPjTBDriDDMjlqbyxM',
	#                             30.251540017],
	#                      3: {   1: 6572,
	#                             2: 4532,
	#                             3: [2059189.814, 4545316035.92449]}},
	#         u'totam': {   8: u'hcTXbzQJKdNaTiVXIdEZ',
	#                       9: [   u'http://hope-james.biz/register.html',
	#                              u'ebutler@brennan.biz',
	#                              Decimal('20.44590099')],
	#                       10: {   8: -733908217.0,
	#                               9: Decimal('3.96778830985E+12'),
	#                               10: [   u'http://www.campbell.biz/main.htm',
	#                                       u'williamsdawn@hotmail.com']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -81792943595990.0,
	#     3934,
	#     datetime.datetime(1996, 3, 7, 18, 54, 52),
	#     Decimal('-2.32238798488E+13'),
	#     u'https://green.net/homepage/',
	#     u'MHCMtYaSVZUaZhonKOAM',
	#     -568.405040236035,
	#     Decimal('88.145578'),
	#     3775,
	#     u'MeGTvPVzoNNKclZvoqQj']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   -1917.1679389,
	#     Decimal('-68.5224739'),
	#     datetime.datetime(2003, 2, 22, 10, 4, 23),
	#     5929,
	#     u'EEfBhZhAnqHhDvDcBElV',
	#     9271,
	#     u'joshpower@preston.com',
	#     -89884.7,
	#     Decimal('-311294654027'),
	#     -78426563637802.0,
	#     u'https://bennett-wood.com/author/',
	#     5726)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'kDormCVjrvMLPzczjXmX', u'zIuGCpuZLxqkgTwJftjk', u'FznPDOWISXDRpJAPkFWp', u'vswZtzlkMtylDRbRueSA', u'ivJGmfHOHPChQkgfyFaZ', datetime.datetime(1973, 4, 22, 13, 25, 32)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aspernatur': 6105132862.161,
	#     u'distinctio': u'KIwHIVqFekeNxPZXEcpc',
	#     u'iste': 8028,
	#     u'quibusdam': u'alexandrasutton@gmail.com',
	#     u'repudiandae': u'YWbhoOPvxJnUTCmrtxrt',
	#     u'veritatis': u'http://harrison-lane.com/login.asp'}

	fake.pyint()
	# 5705

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

::

	fake.ssn()
	# u'ZZ 06 48 85 T'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_8; rv:1.9.5.20) Gecko/2015-12-02 03:45:34 Firefox/3.6.11'

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

	fake.opera()
	# u'Opera/9.52.(X11; Linux x86_64; nb-NO) Presto/2.9.170 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_9 rv:5.0; gl-ES) AppleWebKit/532.11.1 (KHTML, like Gecko) Version/4.0.5 Safari/532.11.1'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_4) AppleWebKit/5360 (KHTML, like Gecko) Chrome/56.0.806.0 Safari/5360'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0 rv:4.0; ti-ER) AppleWebKit/531.37.3 (KHTML, like Gecko) Version/4.0.3 Safari/531.37.3'
