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

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

::

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

	fake.street_name()
	# u'Kerry walks'

	fake.address()
	# u'55 Smith extensions\nBradytown\nS4H 3AA'

	fake.street_address()
	# u'Studio 43D\nBailey cape'

	fake.postcode()
	# u'L4 2DP'

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

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

	fake.country()
	# u'Kuwait'

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

	fake.secondary_address()
	# u'Flat 8'

	fake.street_suffix()
	# u'shoal'

	fake.city_prefix()
	# u'East'

	fake.city_suffix()
	# u'mouth'

	fake.building_number()
	# u'580'

	fake.city()
	# u'New Charles'

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

::

	fake.license_plate()
	# u'OT19 DQN'

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

::

	fake.bban()
	# 'QLNK6828935611778'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB59CUYG6836380846848'

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

::

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

	fake.ean13()
	# u'0414426363494'

	fake.ean8()
	# u'46858795'

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

::

	fake.rgb_css_color()
	# u'rgb(29,71,127)'

	fake.color_name()
	# u'SaddleBrown'

	fake.rgb_color()
	# u'133,82,56'

	fake.safe_hex_color()
	# u'#55ff00'

	fake.safe_color_name()
	# u'navy'

	fake.hex_color()
	# u'#b938ff'

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

::

	fake.company()
	# u'Campbell Group'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Face-to-face value-added utilization'

	fake.bs()
	# u'optimize impactful eyeballs'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Discover\nTony Elliott\n6011287605167375 07/28\nCVC: 559\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'ETC'

	fake.currency_code()
	# 'KZT'

	fake.currency_name()
	# 'Western Krahn language'

	fake.cryptocurrency_name()
	# 'Waves Platform'

	fake.cryptocurrency()
	# ('POT', 'PotCoin')

	fake.currency()
	# ('ANG', 'Netherlands Antillean guilder')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2019, 5, 18, 2, 40, 37)

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

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2019, 5, 15)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1991, 5, 12, 18, 36, 6)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2019, 2, 14)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 5, 10, 21, 33, 20)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2019, 4, 23)

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 8, 21, 22, 0, 42)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 12, 2, 15, 17, 8)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1972-01-14'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2019, 5, 15, 4, 20, 45)

	fake.date_object(end_datetime=None)
	# datetime.date(1973, 4, 10)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2019, 2, 5)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1996-12-03T07:48:38'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2010, 5, 28)

	fake.month()
	# '03'

	fake.year()
	# '2010'

	fake.day_of_month()
	# '16'

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

	fake.timezone()
	# u'America/Dominica'

	fake.century()
	# u'III'

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

	fake.time_object(end_datetime=None)
	# datetime.time(3, 42, 46)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 5, 7, 12, 19, 49)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2019, 4, 18, 21, 33, 56)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '03:18:33'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2019, 5, 3)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2019, 4, 30, 15, 24, 29)

	fake.month_name()
	# 'October'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1669, 9, 21, 13, 52, 21)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(2527, 60151)

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

::

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

	fake.mime_type(category=None)
	# u'video/x-ms-wmv'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/id/laborum.mp4'

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

	fake.file_name(category=None, extension=None)
	# u'dolorem.webm'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'cameron31@gmail.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'parsonsricky@short.net'

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

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

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

	fake.uri_extension()
	# u'.jsp'

	fake.uri_page()
	# u'privacy'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'nigel12@hammond-whittaker.com'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'jenna26@alexander-bennett.org'

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

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

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

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

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

	fake.company_email(*args, **kwargs)
	# u'yateschelsea@smith.com'

	fake.uri()
	# u'http://clarke-williams.com/homepage/'

	fake.ipv6(network=False)
	# '66a9:8e60:f84a:e735:bdd4:2b6a:df61:c009'

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

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

	fake.mac_address()
	# u'c1:5f:ed:1d:ac:13'

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

::

	fake.isbn10(separator="-")
	# u'1-67415-641-3'

	fake.isbn13(separator="-")
	# u'978-0-579-08771-8'

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

::

	fake.job()
	# 'Medical technical officer'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Fugit commodi aperiam voluptas. Neque fugit adipisci blanditiis. Exercitationem veritatis corrupti magnam facilis.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Minus non assumenda labore. Modi ut dolor voluptas tempora ullam eius. Ratione hic expedita omnis.',
	#     u'Ut fuga assumenda ex. Quos incidunt repudiandae quidem porro modi. Error eligendi nobis id officia optio. Numquam nemo modi a vel saepe.',
	#     u'Sequi impedit provident veritatis officia tempore. Dolore iste quisquam accusamus. Eaque dolor sunt eos minus corporis recusandae.']

	fake.words(nb=3, ext_word_list=None)
	# [u'quaerat', u'impedit', u'architecto']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Rerum sapiente voluptas.',
	#     u'Suscipit perspiciatis accusantium harum occaecati magnam.',
	#     u'Saepe sequi voluptate.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Delectus laudantium saepe laboriosam quam. Totam consequatur assumenda cum.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Recusandae quae eos vel aperiam reprehenderit.'

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

::

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

	fake.locale()
	# u'apn_IN'

	fake.binary(length=1048576)
	# bytearray(b'=%=d\xcbD\xfe\xd42\xe5\xe5\x7f\xd8\xa8\xbcKG\xb4\xdd\xf6\xad-\xd7@\x007\x9d\x1a\x9d\xae\xa6\x11l\x95W]\xce\x1f\x9fui4\x98\xc6\xb80\\\xe34m\x90\xa2\x97f\x1b\xab\xba\xa6\x89\x18\xe5\xd5\x8f%\xc7\xfe\x99<\xaeK\x86\x1b.r\xa9E#K\xd6I\xdbU\xed]x\xfdyIq%\xa6u\x9co\x1a8\x88`r\xe3\xb9\xc0\x8f\x1c\xca\x91G\xd8\xc2IoK\xfe\x96\xbe\xe8M\xf8\xba\x1f\xe2oR\xf4\xaa"\xd32\xd4A\x8f\x1b\xef\x87\x85{.B\x8bO\xd0_y~\x1fx:gp\xe7\x84\xed\x89\xda\xbc\x07\xdb\x08\xb7\xfb\xed\xa0\x07\xf7s \xa6\xf3\xe5\xe4y\x8f[\xb9y,\x144Z\x86\xf9\xaf\xd5\xdd9T\xf6\x94\x12@r\x8bn\xc1R\x1cIH\x8a\x06P+\xf9\xc9*\r\xf8\x00N\xa2\x91\x9d\xd2\xb5\x0cP\xb0\xea\x18\xb9\xdfL\x86\xe9\x92\xd9\xd3\xb0\x1f\x06)\x14\x10\xf6;v\x1c\xfeA\x0cB\xb5\xc5\xe7\xe4\x12\x08\x90\xd8\xea\x06\x0eJZP\x19\xfb/\xa2\x95\x83\x97\x139w0y9\xfe\xb3xt\x1c\x82\xc0\x94Rh\x07%\x9a\xa7\x98o\xd6W\xf8E\xcbU\r\xca\x14_N\xbcCr\xe3\xcf\xb6\xceN\xebj\x8e\xd0&L\x93\xa0:\xdc\xc4\xab5Z\x19\xd4GF$\xe7\xbd]\x0eA\xf1\x9f\x0f"#\x82\x04\xe6\xf7\xb0\xff5\x9b\xa7s\x1c9\x06\x99"\xda\xe6^\x17\xba\x81\tw,\xe2\x028\x14\xb8\xc4\xf1\xb8\x80\x05\xb5\x1b\xdc\xf6\xf6\x1e\x14w\x8e\xad\x9a\xa8Tc\xb8h\xa0\x91\x96Y\x1dVvza\xf5\xfa\x92\x9a\x19\x944x\xc5\xfb\xf6\xac\xc9<8\xc6+;H~s\xdb5\xeb\xbcz\x1d7\xfb\xe8L\x8a#I\xfb\\\xa7\xef\xdd\xe9@\xd5P\xe6\xdauvLOX\xf9\xb7{\xe1L\xc0oY`F\x92\xe9\xa8\xb6z\x97\xcd\xa8\xe8\xc5\xac\xce\x85\xe2\xe0\xb6\xf7D\x85eU@\xc8\x192\xa2\x08\x08\x1b\x93\xe8y\xd7be\xf8\n\xefsb\xe4\xf7\x99`\xca\x08\n!\xd9+\'g9\xb9H\x19\xb0_\xd6\xd3OD\xa5\xd4\x18\xc0$$$AA?(\xd8\x9bQ]\xe3\xb6\x88znYvK\x90\xab\x9e\xc8\x9bQ\xa0\x8e[\xacI\xf7gU\x06\xc5\x8dx<mjI0\x9f\xfc\x0c*_\x8a\x1e\x94,!E\x04-0\xfc\x9c\x13\xd1\tc\xdd\x85\x02\xa3X\xcc\xa5\n\xa0&\xdb\xd3\x0f\xc0.p\xb2\xa0\xb2\t:w\xfa\x9aag`\x12k\xc7+V\x973\xe8}\xdb\x85*nc\xbct\xa4\xd3\xf0U\x93\x99\xcfq\xfc\\+\x17\x8b\x8124\x07Z\xe8H\x83\xf1\xbc\xf4\xbf\xbe\xe6\xabT\x830>XJu\\gm\x0c\xdfv\x1d\xb2Z\x15\x80\xa7\xba\xc1F\xb9|\xf9Y\xaa\xa9svJ\xbd\x8c\xcd|\xce\x05Bd]S\xf5/&Zl:-\xc81T\x1e\xff\x15\xe5\xe7\xdb\x84\xda\x8aV\xa9(>\x1e\x9a/\x8b\x98\xcb\x94\xe8C\xda\x0e"\xa0\n\x8cZ\t@2\xdb\x98!\xd50\x8e\x06\x84\xd0\x80\xb9\xccJ\xf4fR\xf3*N\xbb\x19\xe1\x96\t\xc3cl\x12\xcbS\x18\xd2d03\nzQp\xd1\xa6\r\xb7\xe9y6>\xd1\xacbO8\xa2KH\xf4\n\xab5\x94k\xe8\x14d7\xebV#\xd3\xf1+\xe6\r\xfd\xb0\xab\x8d1\xb3\xfa\x04N\xa3\xe5zC\xa1\xb8WOEp\xd5\xa6\xca-\xde\xd68\x9d\x90\xd7\xed\xb7\xff\x99\x8686g~\xd4\xc0\xef0G\xc7\x8djK\xd9\x8b\x05\xa6\x19\xc1\xee\x11iR\xad\x06\xc4.k\x8a~\xb5\x03y\r\x80F2\xab}\x0f\xa2\xbe\x95\xcdJ\xe7Yr\xa0\xe4?tfi\xed\x92\xf8\'<"\xe9\x9c!\xb0A\x90C\xc6\xbd9\xef"\'\xe2\x1dm\xd0\xe2\xd8\xf9\xdc\xc5\xdc\xeeH\x1c\xcb\xb3\xc7\x11\x13\x07\xfc\xdc\xe5\t\x1e\xd4\xcf\xf6\xe2\xf9`\xb5\xc7\xabZm\x83K\x86\xe9\xc6\x92\xc9\x05\x8d=&\xd6\xb2j\xe6\x13m\xe9\x95\xb0\xd5\r\x1e9\'\xd5~\xe3\x94Q\x13`\xb9\x08\x9f\x9fL\xa2%\x99\xa2>\x81\xba\x14_\xf9A\xf8\xd2ZIMd\x1b\xcbA\x153\x90!\x9e\x90\x99\x19UXK\xfe<B\t\xbd7\x97\xbe')

	fake.md5(raw_output=False)
	# '5cea6b78a1f4fe6f1c1378731c65c071'

	fake.sha1(raw_output=False)
	# '7d42713038786ea30571d7c2fccbaea6d824e7c8'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '50bb15c461d83988938a09530a54b6e6cfb42b74aef01631064322b326f014f7'

	fake.uuid4()
	# '07ce4dfe-369d-2ab5-4385-2d660d85ad62'

	fake.language_code()
	# u'crh'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Byrne'

	fake.name_female()
	# u'Julie Campbell'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Miss'

	fake.name()
	# u'Robin Roberts'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Mr. Nathan Fraser'

	fake.first_name()
	# u'Molly'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Brandon'

	fake.first_name_female()
	# u'Bethan'

	fake.last_name_female()
	# u'Chamberlain'

	fake.last_name()
	# u'Dickinson'

	fake.prefix_female()
	# u'Miss'

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

::

	fake.phone_number()
	# u'+44115 4960303'

	fake.cellphone_number()
	# u'07700 900316'

	fake.msisdn()
	# '0032706612291'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'74 Cox roads\nSouth Dawn\nBB46 5HW',
	#     'birthdate': datetime.date(1909, 3, 24),
	#     'mail': u'rosemaryrobinson@hotmail.com',
	#     'name': u'Suzanne Davies',
	#     'sex': 'M',
	#     'username': u'abigail90'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Studio 0\nGuy mountains\nDonaldside\nB31 4SE',
	#     'birthdate': datetime.date(1930, 8, 25),
	#     'blood_group': '0-',
	#     'company': u'Holden Inc',
	#     'current_location': (Decimal('-29.523384'), Decimal('166.562790')),
	#     'job': 'Community arts worker',
	#     'mail': u'michaelpalmer@gmail.com',
	#     'name': u'Dr. Luke Harris',
	#     'residence': u'Flat 9\nWilliams plain\nBenside\nBH2V 5BD',
	#     'sex': 'F',
	#     'ssn': u'ZZ589405T',
	#     'username': u'frederick60',
	#     'website': [   u'https://www.ward.com/',
	#                    u'http://bell.info/',
	#                    u'http://www.stevens.biz/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(1988, 9, 18, 15, 39, 33), 5092, 3918, u'xfmXuXiJzqZTbNpTczmg', u'RBIrZDIBRVDGCPoRnMJf', u'TISlUntJPnpzjmWTdgJg'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'DYWoUDDeNrMOTvubEKQS',
	#         -6999833.2,
	#         datetime.datetime(1997, 7, 17, 17, 37, 1),
	#         u'spOZObyKyUxEeLEYgOXH',
	#         u'xfAYEMddLyVizFhKwpUf',
	#         u'mPdVbucSWNmMScKKTmAP',
	#         u'qoKrPlfZBPbXeBrLIbRw',
	#         u'smithlewis@gmail.com',
	#         6697,
	#         4987],
	#     {   u'aliquam': 7046,
	#         u'aliquid': datetime.datetime(1997, 7, 6, 13, 0, 15),
	#         u'consequuntur': u'http://www.lawson-shaw.com/faq.html',
	#         u'eius': u'BENVSiRMPKWcWVOCbioR',
	#         u'fugit': u'wkYYLGfWZlzzFJRXnFcl',
	#         u'magni': Decimal('722017563331'),
	#         u'nemo': u'UyiswFezlyPHReOtliqP',
	#         u'nisi': u'RleKeJNatggNfVtJqSBp',
	#         u'nulla': u'https://www.newman.org/',
	#         u'voluptas': 4887187.0},
	#     {   u'aliquam': {   6: u'UgiPcxjdbjkBWKIinZyJ',
	#                         7: [   datetime.datetime(1974, 11, 9, 18, 49, 48),
	#                                datetime.datetime(2002, 1, 28, 2, 28, 49),
	#                                datetime.datetime(2018, 2, 3, 20, 2, 5)],
	#                         8: {   6: u'wPWxYNtwrrExtPVIKfUX',
	#                                7: u'https://www.conway.net/blog/blog/wp-content/search.asp',
	#                                8: [   u'https://brooks-blake.com/home/',
	#                                       u'EuGKXcMYoMtSnvvRFaHa']}},
	#         u'at': {   7: -42078455037.71,
	#                    8: [Decimal('8299800382.39'), -7276.53, 3098],
	#                    9: {   7: 3614,
	#                           8: u'pFLgVNgMAhcbpaPKtqSa',
	#                           9: [   datetime.datetime(1976, 11, 1, 15, 1, 23),
	#                                  u'kglEaWoscdKQZisobjIl']}},
	#         u'aut': {   3: u'pmaLpWBNnQlHPyjWHQgu',
	#                     4: [9198, 7580, u'SHdpxUQDkQrkvQEFSGKw'],
	#                     5: {   3: datetime.datetime(1988, 1, 16, 9, 14, 55),
	#                            4: u'zvPjjiXCdZQnThBqUQLF',
	#                            5: [   u'JMxcBagoelyeKFDaBzTZ',
	#                                   datetime.datetime(1976, 6, 9, 18, 29, 1)]}},
	#         u'consectetur': {   9: datetime.datetime(1972, 9, 13, 4, 26, 55),
	#                             10: [   466.126623908,
	#                                     5868,
	#                                     Decimal('483692213.8')],
	#                             11: {   9: 9673,
	#                                     10: u'CIEiwTNPrXYUGPefKgFD',
	#                                     11: [   u'brownmaurice@gmail.com',
	#                                             u'RXkHacxBiscdOjAYLAfy']}},
	#         u'eaque': {   4: u'evansharriet@gmail.com',
	#                       5: [u'UhWoRYiCFgsqRKybsKlW', 5686, 4957],
	#                       6: {   4: u'zHgYkXwUSxGngQGdxoNr',
	#                              5: datetime.datetime(2008, 1, 7, 16, 29, 51),
	#                              6: [   u'CNTzTLxdqyHleJirjUkd',
	#                                     Decimal('74150886400.3')]}},
	#         u'esse': {   5: Decimal('415535307.89'),
	#                      6: [3022, u'ZPgVTCwAgwkZHMRlifnP', 1263],
	#                      7: {   5: 8816,
	#                             6: 3342,
	#                             7: [u'pfaQrfWXrQidVhdmqAHd', 1423]}},
	#         u'nostrum': {   0: u'susan20@hotmail.com',
	#                         1: [   6973,
	#                                u'rSQKwIaYCmhOVydFQjtd',
	#                                u'ulOncFguSEgNAMhZuYQF'],
	#                         2: {   0: u'https://www.foster.com/author.php',
	#                                1: u'SLdhgjEOKdWhvrIigRmF',
	#                                2: [u'https://davis.org/', 7365]}},
	#         u'quisquam': {   2: 99504536.632,
	#                          3: [   u'http://cole-taylor.com/tag/app/register/',
	#                                 u'begumstacey@yahoo.com',
	#                                 u'nFGmwUMNHTgeUeQCFtOf'],
	#                          4: {   2: Decimal('61203863463.7'),
	#                                 3: u'louismartin@martin-gill.net',
	#                                 4: [   u'http://rogers.net/',
	#                                        u'http://www.williams-wright.com/']}},
	#         u'sequi': {   8: Decimal('-311.71905'),
	#                       9: [   9377,
	#                              u'czWwAOZaWfoCFxKhISGn',
	#                              u'fiona34@rahman-thompson.com'],
	#                       10: {   8: 2326,
	#                               9: u'mfarmer@price-welch.com',
	#                               10: [   u'https://www.wilkins-johnson.biz/index/',
	#                                       u'http://hunt-wright.net/homepage.php']}},
	#         u'vitae': {   1: 1292,
	#                       2: [   Decimal('182012898486'),
	#                              u'bDkqGkabYMMqZsoRrBET',
	#                              2660],
	#                       3: {   1: 3418,
	#                              2: u'NkkBczNDkMEOWhDqYfmj',
	#                              3: [   u'gavin18@hotmail.com',
	#                                     datetime.datetime(1991, 2, 10, 6, 25, 31)]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'https://www.marsden.com/terms/',
	#     u'uOEomqghIbXvKtYYBpmY',
	#     u'eMFwwUvdytuXsGyfTgpa',
	#     Decimal('-2530653022.18'),
	#     2555,
	#     u'qiMJchCFoYlQaoENEueF']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'eFYGzOXAUXrpyxzERGdl',
	#     3222169.946,
	#     u'sTZVePVPZiOiqCsUJuiJ',
	#     55883597.125,
	#     u'OQCrfLhuNujtjpgaVBlk',
	#     u'GuQEpSzArijTJKsNpzIY',
	#     u'DfOBRqgaLOMAZFIOWSWL',
	#     u'alVUxxXRJKvBDavHMzLD',
	#     u'https://www.moss.com/author.html',
	#     Decimal('84592697.4927'),
	#     3674)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([-609.532165, 27189189176.6, Decimal('4.5417'), Decimal('48862021746.1'), u'http://www.dickinson.org/app/home/', u'http://www.jones-smith.biz/about.php', 8782, u'pMBzfFvPMorXKJWdIaFj', u'danielle26@read-reed.com', u'amelia63@parker-cook.biz', u'dVQXXDBsMAFnWTtnKTmY'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aperiam': u'PApoTdYrnMqBisFRvDXg',
	#     u'dolor': 6740,
	#     u'fugit': 8901,
	#     u'inventore': Decimal('266884793616'),
	#     u'neque': u'EbfxaJOsQGjSFLjmzxks',
	#     u'officiis': 5725,
	#     u'quod': -614373941054093.0,
	#     u'repudiandae': Decimal('697130478.68'),
	#     u'tempora': u'SavGdyAeRDauPOrXhupf'}

	fake.pyint()
	# 6854

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

::

	fake.ssn()
	# u'ZZ943426T'

``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/2015-03-25 00:08:58 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.38.(Windows NT 5.2; lo-LA) Presto/2.9.185 Version/10.00'

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

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

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

	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/5360 (KHTML, like Gecko) Chrome/43.0.827.0 Safari/5360'

	fake.mac_platform_token()
	# u'Macintosh; Intel Mac OS X 10_12_0'

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8 rv:3.0; xh-ZA) AppleWebKit/532.14.3 (KHTML, like Gecko) Version/5.0 Safari/532.14.3'
