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

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

::

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

	fake.street_name()
	# u'Warner pike'

	fake.address()
	# u'Studio 6\nJennifer wells\nStevenport\nS6B 3FS'

	fake.street_address()
	# u'Flat 65\nAaron circles'

	fake.postcode()
	# u'KY31 7HS'

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

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

	fake.country()
	# u'Mali'

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

	fake.secondary_address()
	# u'Studio 8'

	fake.street_suffix()
	# u'mission'

	fake.city_prefix()
	# u'East'

	fake.city_suffix()
	# u'port'

	fake.building_number()
	# u'82'

	fake.city()
	# u'Kellymouth'

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

::

	fake.license_plate()
	# u'RD35 DIP'

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

::

	fake.bban()
	# 'CZNZ7430949674834'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB90QRBU8316421214631'

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

::

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

	fake.ean13()
	# u'2823260407970'

	fake.ean8()
	# u'43632060'

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

::

	fake.rgb_css_color()
	# u'rgb(90,56,169)'

	fake.color_name()
	# u'Indigo'

	fake.rgb_color()
	# u'174,26,245'

	fake.safe_hex_color()
	# u'#113300'

	fake.safe_color_name()
	# u'navy'

	fake.hex_color()
	# u'#eb6f97'

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

::

	fake.company()
	# u'James, Warren and Burrows'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Vision-oriented optimizing framework'

	fake.bs()
	# u'benchmark B2C markets'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'American Express\nSteven Smith\n378757683483332 08/28\nCID: 3441\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'BTC'

	fake.currency_code()
	# 'BSD'

	fake.currency_name()
	# 'Cuban convertible peso'

	fake.cryptocurrency_name()
	# 'Ripple'

	fake.cryptocurrency()
	# ('XPM', 'Primecoin')

	fake.currency()
	# ('CVE', 'Cape Verdean escudo')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 3, 16, 36, 35)

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

	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(2000, 12, 9, 2, 42, 40)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2015, 7, 26)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 1, 12, 54, 49)

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

	fake.day_of_week()
	# 'Tuesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 12, 4, 13, 49, 48)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2003, 6, 23)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2003, 10, 26, 6, 34, 48)

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

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1971, 7, 24)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1994-02-13T09:55:24'

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

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

	fake.month()
	# '04'

	fake.year()
	# '2009'

	fake.day_of_month()
	# '21'

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

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

	fake.century()
	# u'II'

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

	fake.time_object(end_datetime=None)
	# datetime.time(7, 31, 11)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 7, 3, 13, 27, 45)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1979, 3, 21, 19, 39, 3)

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

	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, 8, 7, 18, 44, 54)

	fake.month_name()
	# 'August'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1089, 9, 12, 22, 10)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(15650, 74586)

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

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/incidunt/corrupti.js'

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

	fake.file_name(category=None, extension=None)
	# u'ipsa.css'

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

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

::

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

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

	fake.tld()
	# u'com'

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

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

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

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

	fake.uri_extension()
	# u'.php'

	fake.uri_page()
	# u'post'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'rconnor@gmail.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'louispreston@glover.com'

	fake.domain_name(*args, **kwargs)
	# u'smith.com'

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

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

	fake.slug(*args, **kwargs)
	# u'aspernatur-iure'

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

	fake.company_email(*args, **kwargs)
	# u'kate64@spencer.com'

	fake.uri()
	# u'http://www.holmes.com/'

	fake.ipv6(network=False)
	# 'e511:42d1:c031:9d09:6d52:8c82:5a06:38fa'

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

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

	fake.mac_address()
	# u'98:f6:c8:68:cb:a3'

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

::

	fake.isbn10(separator="-")
	# u'1-176-74766-5'

	fake.isbn13(separator="-")
	# u'978-1-157-09468-5'

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

::

	fake.job()
	# 'Tourism officer'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Sunt nihil dolores perferendis adipisci sapiente maxime. Est sit dolores consequuntur adipisci dignissimos laborum. Mollitia aspernatur expedita qui.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Fuga dignissimos non. Dolorem ad dolore totam reprehenderit. Eaque corrupti delectus.',
	#     u'Quibusdam quos cum illum autem.',
	#     u'Eaque iusto non illo expedita nesciunt a beatae. Voluptatibus voluptatum dolorem.']

	fake.words(nb=3, ext_word_list=None)
	# [u'laborum', u'hic', u'est']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Saepe ut dicta reprehenderit expedita incidunt.',
	#     u'Voluptate maxime molestiae libero.',
	#     u'Cupiditate amet accusantium dolorem atque quos.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Facilis exercitationem aut perferendis veritatis ducimus culpa.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Sint optio animi odit.'

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

::

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

	fake.locale()
	# u'be_BY'

	fake.binary(length=1048576)
	# bytearray(b'\xed\'\xb3\x013\x88#\xbfL`\xd5\xf2\x98\xfa\x9fq\x1d4Hw\xa7`\xbb\x84\x87\xfaq\x93SBOS\xa6gh_D(\xdc\x99w3~\xed\xab0\\\x16\r/\xce\x1fT\xf3\xc1\x0f?<\xd3&\xfc\xdfG1\x82\xa34\xd1y1\xbe\x07\'\x1a\x0b\x04!N\xc7\\\xba\x06ex\xec\xed\xbf-Q\x07E\xf2=\xdc\xacV\xb9\xf4K\xcc\xc4\x8e\xfdD\xa2q\x06*\\\xcf^\xcd\n\x0b\xf7\x94\xba\xc5`\'\xe8]\x86\xa8\xee\xe6pF$\xd8Km\x91{\x015#\xf9\xadU\x1d\x8cmw^\x8e\x9aU\xab\x8b\xda\xdd\xcf\xc1\x88\xbd\xf9\xf6\xe6D\x016\x95\x0cb\xc8I\x9b\xa2\xe6\x86\xd77\xb4\x89\xf0\x80\xe9\xafD\xeeA7\xb36x0\xeb\x06D\xbf\x05\xa6\xbc\xd0\x00\xd4\xf9\xb8lZ.\xd2\x00\xfd\x90tt:Ur5\x05\xb3\xa4\x1e\x01M\xa9e0\xf6,\x9c9\xa0\x0e\x10c\xbf\xa4\x10\xa3\xf2\x14\x15\xd7(xP\xeb\x9e\xae\xce;\xff\xd7\\\xaerQ-\xb2\xf1\xa5\x89S\xf3u\xb3E\x07\xdfG\xe4\xcab\xf8\x9eu\x8fU\x17\x8a@\xb6\xf2\x14@:\x0es\x97\x00l5\xbbYO\xe1{\x14H\x95\x8fi\x11$B\xfd:\xfe\x12<Ia\xc4\x8b\xb62D\x05aw\xfa\xe9\xab\x12C\xa0\xcd|\x84i\x8aQ\xcfy\xf7\xe7\xd6>\xc6\x1bf\x93\x91,\x07\x8a\xb5\xf6\xdcrw\xdeb\xd1\xe6N\xe8vZ\xf8\xf5\xc8\x82\x9c\x02\xb3i\xfc\x9d}\x96\x9b\x98\x9bc\xb6\x82\x9aG\x9d\xc9\xe6\xf5<\'\x1c\xdb\x0e@\x14\xe7K\xcfO\xbf\r\xb6\xb9\xa9\xd49a\xcf]\xbb\xb1\xf2\xa4\xcf\xde\x02q\xd4\xb41h\xce\xf5+o\xb7\x19\xea\x8aN\xfbz\xb8\xe4\xf3\xa5\x0cZ\xb5w\x92\x8e\xef\xd7\x9e\xcdN\xee!Rr^\xce\xca9\x98\x13?V\x9f\x979\x1e\xd9K%\x8f\x7f\x13\xc7\xf8\r\x07\xee|\xf02\x19\xcc8\xad,j\xd9\xa76\xc2\xa8\xf1\x17\xec\x8e:l\xdf\x82\x9f<\x15\x93u\xd8\x87\xf2x\x1a\xbe\xef\xc7\x9f9\x06-\xa8\xd4\x18\xa4\xb5\xda\x8c\xd9t\xa5\x18\xd2>?\x8e\xf9\xb4\n;\x8d\xb5\xd7\x9e\xb0\xfa\xbba\xe7\x9bT\x9a\xae\x94~5\xed\xf1\x97K\x9f\xc7\xc5|\x1a_\xa5Fq\x8a\xa8)\x014\x84\xf8V\x98>\xf8\xd0\x1a\x0eE\xf0m^E\xa7\x0b\xcap\n:i\x99\xb0\xbb\x13\x8f\xf7\x93:\x00m\xabd\x0c49\x85\xe7\x1a\x04\xba\x935J\'\xb9\x1b\xba\xef\xe2\x1b\xf8\'\n\xfaf\x04\xfb\xfd\x05$\x01Q\x00,\xfb\x13\xe6\x9a\xf03j\xcdo\xf7\x97\xe6m\xe5\x1e\x835\xa7\x90\n\xdf\xf2oD\xe5\x9a7\xc5\xb3<JA*\x13\xe5\tW;\x13r\xcbe\x8ckA]JA\x15j\x9f\xc8S\x8cr,F\xd9\x99h\x89\x8a>a\xe7`6_ \xa4j\xad\x1a:\xd1fh\xaf\xceE\xdas\xd6\xa2\x89\xbd]^\xff\xe0\xc8\x86,\xbduo\x9c\xcf\x9a=0\x0b\x90$\xbf\xd4\xc3\xc3\xe9\xf2\xf5\n\xa9\xd79/\xf2\xff\xa7\xc1\xe6\xb7,d\xa7\xf9\x81v\x17\x166H\xb8,\x03-\xaf\xb1%\xc8\xdc\x87\xc1\xf1u\t0\xd3\x02\xdfP\xea\xb7=\xf4L\x85o\xf1\x1b+\xfd\xdfg\x88k\x93\x94H\xb0\t\x94D\x91\x0be\xee7-/z\xdc\x98\x8aP\x95M*\x89\xf7S\xc7.\xb9eR\x08x\x03,\xe6^\xa5\x85\x80\xea\xe8\xbcU2Xie:\xd2b\xed,]\xd4\xf1\x0c\x08\xdc\xcfK\x9a\x8c,2\xcf\x86\x93\xb7iY\xb8\xd5\x80\x17\x19\xb6\x1b\\\xc0\xd4\x81\xd6\x91Q^\xccT\xc31c\xbb\xb1\x8f\x88\xb4n\x1e\xdb\xb3\xecOOG8\x8d\x00\xe0\xbb`\xd3\x9bK\x93\xe1$\x13\xeb\x95\x7fE\rGr\xa7\xfd2\x8c\xbas;\x01\xa2\xefs\xf0\xae \xbbyh\xfb\r\x81\xb9\x08\xdc0|\xea\x9fO`&\x9d\xbd\xa9\x0f\x03\x02\xd5\xeb\xd1\xae\x10\xber\xa6\xe6\xdal"\xf6\x8f\xfa\xbaX\xd4:?\xdf\xca\xbbi\xc3\x18p\xe27\xb2\xf0\x17\t[\xf5\x9f^\x9e2\xfe\xb5O\xee\xdect\x90Z\x19\xaeF\xe7\xc5\xb5g\xf1\x9c\xb4Y\xd8\x83\x80\xc9>\xbf\xdf\x1a\xcb\x10\xfc\x1cQr\x88\x93\x9a\xe8"\x8a')

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

	fake.sha1(raw_output=False)
	# '4363e97500a8f68e46c6a2fdaff8ba616f2fbbd0'

	fake.null_boolean()
	# True

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

	fake.uuid4()
	# 'eb0ee3bb-cc26-48ed-817e-460b5de61d62'

	fake.language_code()
	# u'gv'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Payne'

	fake.name_female()
	# u'Mr. Billy White'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Connor Welch'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Katherine Harris'

	fake.first_name()
	# u'Alison'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Jeremy'

	fake.first_name_female()
	# u'Rachel'

	fake.last_name_female()
	# u'Turner'

	fake.last_name()
	# u'West'

	fake.prefix_female()
	# u'Ms.'

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

::

	fake.phone_number()
	# u'(0115) 4960129'

	fake.cellphone_number()
	# u'07700900984'

	fake.msisdn()
	# '1915365565007'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Flat 2\nBirch pike\nWest Carly\nAL8 3JF',
	#     'birthdate': datetime.date(1982, 4, 14),
	#     'mail': u'garethparsons@hotmail.com',
	#     'name': u'Mr. Julian Jackson',
	#     'sex': 'M',
	#     'username': u'bhughes'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Flat 01w\nPamela drive\nEast Ellie\nSR6E 2UE',
	#     'birthdate': datetime.date(1944, 12, 13),
	#     'blood_group': '0-',
	#     'company': u'Hodgson, Newton and Kelly',
	#     'current_location': (Decimal('83.782574'), Decimal('-149.806446')),
	#     'job': 'Tourism officer',
	#     'mail': u'sinclairjeffrey@hotmail.com',
	#     'name': u'Jodie Stewart',
	#     'residence': u'9 Chamberlain loop\nWest Lorraine\nS7F 6JT',
	#     'sex': 'F',
	#     'ssn': u'ZZ510967T',
	#     'username': u'john49',
	#     'website': [   u'http://www.morgan-smith.com/',
	#                    u'http://www.mitchell.biz/',
	#                    u'https://lynch-bradley.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([5321, u'YyyxsUJiCZGJRiaGaPJK', 632594.678, 9071, -30022567.7272081, u'cQcpdJSACEYRcbOMfkeX', 5846, u'FmKPjcYiudMLYkAhsKJC', u'sBokIiwokfHrcyujxcWe', u'https://www.jones.com/app/explore/explore/search/', u'hspPduCMPYGKebWRlbIf'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'CgvXawoEMIUvaXCVUmsR',
	#         Decimal('0.252'),
	#         7572,
	#         u'KWTWWTOzboUhezSCumOK',
	#         u'BcTTSwEbTuJYkihtAVoI',
	#         u'rVDmMmHXROoscmmNmHCF',
	#         datetime.datetime(1975, 9, 17, 15, 34, 11),
	#         u'https://www.davis.com/categories/post/',
	#         u'jpnhicjWMTGIAmZJGbAu',
	#         u'ZObzxkxmCSHKWJwggfMd'],
	#     {   u'ab': datetime.datetime(1990, 3, 11, 21, 14, 45),
	#         u'animi': 22984.3,
	#         u'commodi': u'EMovvtvyHyrRKztQukZE',
	#         u'deleniti': u'davidrhodes@lucas.com',
	#         u'earum': datetime.datetime(2010, 10, 26, 22, 45, 27),
	#         u'nihil': datetime.datetime(1994, 7, 16, 4, 27, 25),
	#         u'repellat': Decimal('2.45353006042E+12'),
	#         u'similique': u'dennis20@whitehouse-andrews.com',
	#         u'totam': u'xCTWRIqfNAESCzKxZOgd',
	#         u'voluptas': 9752},
	#     {   u'facere': {   4: 1748,
	#                        5: [   u'http://bird-french.com/blog/privacy.htm',
	#                               359,
	#                               u'zAnWScCDQVRMnlLsTssz'],
	#                        6: {   4: u'iUMyEnAqJTdCymNaZgmd',
	#                               5: u'uLjCsDjPFaxQZXSACtVq',
	#                               6: [   u'ysmith@bevan-jones.com',
	#                                      u'UugUAWMZjEJcpHMiHNzg']}},
	#         u'fugiat': {   3: u'JgCrimLjOlXewUylRjUB',
	#                        4: [6099, -9768140651.41672, 5800],
	#                        5: {   3: Decimal('4358.73961'),
	#                               4: u'kathleen91@hotmail.com',
	#                               5: [   u'aSJxdADOXHiKQTAwfVds',
	#                                      u'WThROZLPLqfJktVLQqgf']}},
	#         u'id': {   2: u'rbAhusVBXLagNrLmNtjD',
	#                    3: [   u'https://www.wallace.com/',
	#                           u'yqProGWSitsTDrwPSuTO',
	#                           u'fVIlBLMDYAmMhdRlYcJQ'],
	#                    4: {   2: u'kWcqaENECKWavJwMXPrE',
	#                           3: -15037682.866945,
	#                           4: [   datetime.datetime(1984, 9, 22, 18, 34, 23),
	#                                  -342.7311316716]}},
	#         u'illum': {   7: 9343,
	#                       8: [5069, u'SsieuxFSGDilYmryQrtZ', u'aball@dixon.biz'],
	#                       9: {   7: u'QerzTwkgQXEnJdGuHDqW',
	#                              8: u'vGvRurBjJdTfVOCAhRGv',
	#                              9: [   u'http://www.webb.com/post/',
	#                                     Decimal('-2434.7265253')]}},
	#         u'ipsa': {   0: 1396,
	#                      1: [   u'qlUPUKlPvVGSVVnaallI',
	#                             u'qPGpktbjDcrtExXvgdPy',
	#                             datetime.datetime(1982, 7, 7, 0, 35, 55)],
	#                      2: {   0: 4549,
	#                             1: u'JtOArvhZgDYxIzovmthr',
	#                             2: [   u'https://www.watson-hussain.com/',
	#                                    u'ronaldhughes@moore.com']}},
	#         u'numquam': {   9: u'https://jones-king.com/search/blog/register/',
	#                         10: [   4317947912130.7,
	#                                 8.289519542,
	#                                 u'qeRfDWoYODLuHUMDMDdu'],
	#                         11: {   9: u'pnfkZixcRkBtQTtKccWr',
	#                                 10: datetime.datetime(1975, 5, 10, 4, 50, 52),
	#                                 11: [692, u'morganbethany@gmail.com']}},
	#         u'occaecati': {   5: u'http://www.cooper.org/register.php',
	#                           6: [   u'OxGLGcFlLsicdKKrMOzs',
	#                                  u'baileypeter@jones-roberts.com',
	#                                  datetime.datetime(2009, 10, 12, 0, 20)],
	#                           7: {   5: u'eXmRDBCLyNRpuIyVquJa',
	#                                  6: u'AqntHIrJvTqWZQsjGCdi',
	#                                  7: [4048, u'JANqwMYnwAbWVjMnvEZc']}},
	#         u'pariatur': {   6: u'cxyrWkZNCxgtKbzBNspH',
	#                          7: [   -7549911255909.1,
	#                                 Decimal('486909712948'),
	#                                 u'FyArIlMhkUiBNTCvZEZq'],
	#                          8: {   6: u'kJyJcPhlfvfnzbsqwrXI',
	#                                 7: u'YfwOdkKKdXPshQBbKXPA',
	#                                 8: [   u'igpaxPywJcmfRaHLjkyT',
	#                                        u'parkerfrank@clarke.com']}},
	#         u'possimus': {   8: u'mariamarsh@howell-dyer.net',
	#                          9: [   Decimal('-9220325517.3'),
	#                                 u'AxNGJxYuCduKWTjufNMS',
	#                                 u'fzpMzTpmvLolLpBHHPYE'],
	#                          10: {   8: Decimal('-900252.2976'),
	#                                  9: 2911,
	#                                  10: [   u'https://burgess-marshall.com/home/',
	#                                          -678.513981103]}},
	#         u'voluptatem': {   1: 4259,
	#                            2: [   u'fparkes@james-richards.info',
	#                                   u'BqvXEnQCoMwxUDLKJihA',
	#                                   8893],
	#                            3: {   1: u'iofVSRGQZuQIinDZtwJt',
	#                                   2: Decimal('-758.121508253'),
	#                                   3: [   u'TVZaLQnReVhgfzZfjrXb',
	#                                          u'oUXKJxfLDSftBgHzmdCE']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://www.bailey.com/blog/category/tags/privacy/',
	#     datetime.datetime(2018, 4, 17, 8, 10, 47),
	#     u'http://www.evans-mason.com/',
	#     2631,
	#     u'izVOvjvgyiCkPVkqmOVg',
	#     datetime.datetime(1996, 4, 13, 6, 34, 31),
	#     Decimal('6.191653'),
	#     2114,
	#     3620,
	#     u'xjXKzcXsriCzcrdxZTkj',
	#     u'BrUDMDcElGVcjxbKypIL']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   27463382798.625,
	#     u'https://www.lawson.com/category/categories/app/privacy/',
	#     datetime.datetime(2007, 11, 28, 13, 25, 33),
	#     u'YkKZvXhOQEvUXKGKPBCD',
	#     Decimal('-44183254.0'),
	#     u'DxlIEsWKgsTkdpVkHSLV',
	#     -50.0,
	#     u'http://www.daniels.com/register.asp',
	#     51485455.518,
	#     u'IgUeRvLLRPYdPSKOsJuP',
	#     u'mauricegregory@hotmail.com',
	#     8633,
	#     u'http://www.jordan-atkins.com/register.htm',
	#     u'HkSMPmrVQxhlHpWzegIH')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'zbeNZSIdlIpfqRYqdJSk', u'https://wilson.com/main/app/app/index.html', u'DvnBjyRxVBHwyTbjVIJG', 842, u'KuLkMOryZqtwZyrrXtjN', u'JBkfPqqzjeFtTABbtJve', u'http://austin-yates.com/search/search/category.html', u'http://www.johnson.com/', u'https://www.poole-miah.net/', u'KaZDfpAylUKaOJzmmfpM', u'http://scott.info/tag/category/about.html'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'dignissimos': u'lhcTiTBaLgHCRCUkVZSv',
	#     u'id': u'METrGmjqepDhAYhXnhil',
	#     u'itaque': 6321,
	#     u'mollitia': 4931,
	#     u'necessitatibus': u'GuznFDsnIPxxqaiiTzbv',
	#     u'odio': u'emmawilson@jones-nixon.com',
	#     u'sapiente': u'marcus06@briggs-kennedy.com',
	#     u'soluta': u'pkvAcOeNKyWmCfDUJUnk'}

	fake.pyint()
	# 7948

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

::

	fake.ssn()
	# u'ZZ 081559 T'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Windows 95; brx-IN; rv:1.9.0.20) Gecko/2014-10-17 19:25:56 Firefox/6.0'

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

	fake.opera()
	# u'Opera/9.80.(X11; Linux i686; te-IN) Presto/2.9.181 Version/12.00'

	fake.windows_platform_token()
	# u'Windows 98'

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

	fake.user_agent()
	# u'Opera/8.82.(X11; Linux x86_64; bs-BA) Presto/2.9.188 Version/10.00'

	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_2) AppleWebKit/5351 (KHTML, like Gecko) Chrome/39.0.878.0 Safari/5351'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; wo-SN) AppleWebKit/532.9.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6532.9.1'
